Skip to content

Commit 2eabf18

Browse files
daviiantechknowlogick
authored andcommitted
add api section to config cheat sheet (#4037)
1 parent 2a97994 commit 2eabf18

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/content/doc/advanced/config-cheat-sheet.en-us.md

+5
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,11 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
278278
- `MAX_GIT_DIFF_FILES`: **100**: Max number of files shown in diff view.
279279
- `GC_ARGS`: **\<empty\>**: Arguments for command `git gc`, e.g. `--aggressive --auto`.
280280

281+
## API (`api`)
282+
283+
- `ENABLE_SWAGGER_ENDPOINT`: **true**: Enables /api/swagger, /api/v1/swagger etc. endpoints. True or false; default is true.
284+
- `MAX_RESPONSE_ITEMS`: **50**: Max number of items in a page
285+
281286
## i18n (`i18n`)
282287

283288
- `LANGS`: **en-US,zh-CN,zh-HK,zh-TW,de-DE,fr-FR,nl-NL,lv-LV,ru-RU,ja-JP,es-ES,pt-BR,pl-PL,bg-BG,it-IT,fi-FI,tr-TR,cs-CZ,sr-SP,sv-SE,ko-KR**: List of locales shown in language selector

0 commit comments

Comments
 (0)