mirror of
https://github.com/usememos/memos.git
synced 2024-11-10 17:02:21 +08:00
18fb02a1ec
* chore: update swag docs * chore: update
13 lines
385 B
INI
13 lines
385 B
INI
# This file is used by gen-api-v1-docs.ps1 and gen-api-v1-docs.sh
|
|
|
|
# You should list aditional dirs here if the API grows
|
|
SWAG_API_DIRS=./api/v1
|
|
|
|
# Where general API info is documented
|
|
SWAG_GENERAL_INFO=./api/v1/v1.go
|
|
|
|
# Possible output files: go (docs.go), json (swagger.json), yaml (swagger.yaml)
|
|
SWAG_OUTPUT_TYPES=go,yaml
|
|
|
|
# Where generated files are outputted
|
|
SWAG_OUTPUT=./api/v1
|