Skip to content

Commit 8fb90f1

Browse files
committed
LCORE-1494: Disable openapi.md generation
1 parent 80d5b9e commit 8fb90f1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ schema: ## Generate OpenAPI schema file
5656

5757
openapi-doc: docs/openapi.json scripts/fix_openapi_doc.py ## Generate OpenAPI documentation
5858
openapi-to-markdown --input_file docs/openapi.json --output_file output.md
59-
python3 scripts/fix_openapi_doc.py < output.md > docs/openapi.md
59+
# LCORE-1494: don't overwrite the original docs/output.md for now
60+
python3 scripts/fix_openapi_doc.py < output.md > openapi2.md
6061
rm output.md
6162

6263
generate-documentation: ## Generate documentation

0 commit comments

Comments
 (0)