mirror of https://github.com/usememos/memos
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
389 B
INI
14 lines
389 B
INI
2 years ago
|
# This file is used by gen-api-v1-docs.ps1 and gen-api-v1-docs.sh
|
||
2 years ago
|
|
||
|
# You should list aditional dirs here if the API grows
|
||
|
SWAG_API_DIRS=./api/v1
|
||
|
|
||
|
# Where general API info is documented
|
||
|
SWAG_GENERAL_INFO=./server/server.go
|
||
|
|
||
|
# Possible output files: go (docs.go), json (swagger.json), yaml (swagger.yaml)
|
||
|
SWAG_OUTPUT_TYPES=go,yaml
|
||
|
|
||
|
# Where generated files are outputted
|
||
2 years ago
|
SWAG_OUTPUT=./api/v1
|