File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -176,18 +176,18 @@ format: ## Format the code into unified format
176176 uv run black --line-length 88 src tests
177177 uv run ruff check src tests --fix
178178
179- schema : # # Generate OpenAPI schema file stored in docs subdirectory
180- uv run scripts/generate_openapi_schema.py docs/openapi.json
179+ schema : # # Generate OpenAPI schema file stored in docs/devel_doc subdirectory
180+ uv run scripts/generate_openapi_schema.py docs/devel_doc/ openapi.json
181181
182- openapi-doc : docs/openapi.json scripts/fix_openapi_doc.py # # Generate OpenAPI documentation
183- openapi-to-markdown --input_file docs/openapi.json --output_file output.md
182+ openapi-doc : docs/devel_doc/ openapi.json scripts/fix_openapi_doc.py # # Generate OpenAPI documentation
183+ openapi-to-markdown --input_file docs/devel_doc/ openapi.json --output_file output.md
184184 # LCORE-1494: don't overwrite the original docs/output.md for now
185185 python3 scripts/fix_openapi_doc.py < output.md > openapi2.md
186186 rm output.md
187187
188- generate-documentation : devel-doc # # Generate or regenerated content of the whole /docs subdirectory
188+ generate-documentation : devel-doc schema # # Generate or regenerated content of the whole /docs subdirectory
189189
190- doc : devel-doc # # Generate or regenerated content of the whole /docs subdirectory
190+ doc : generate-documentation # # Generate or regenerated content of the whole /docs subdirectory
191191
192192devel-doc : # # Generate documentation for developers
193193 scripts/gen_doc.py
You can’t perform that action at this time.
0 commit comments