Skip to content

Commit b24a7d8

Browse files
authored
Merge pull request #1343 from tisnik/lcore-1494-disable-openapi.md
LCORE-1494: Disable openapi.md generation
2 parents 80d5b9e + 8fb90f1 commit b24a7d8

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)