We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80d5b9e + 8fb90f1 commit b24a7d8Copy full SHA for b24a7d8
1 file changed
Makefile
@@ -56,7 +56,8 @@ schema: ## Generate OpenAPI schema file
56
57
openapi-doc: docs/openapi.json scripts/fix_openapi_doc.py ## Generate OpenAPI documentation
58
openapi-to-markdown --input_file docs/openapi.json --output_file output.md
59
- python3 scripts/fix_openapi_doc.py < output.md > docs/openapi.md
+ # LCORE-1494: don't overwrite the original docs/output.md for now
60
+ python3 scripts/fix_openapi_doc.py < output.md > openapi2.md
61
rm output.md
62
63
generate-documentation: ## Generate documentation
0 commit comments