diff --git a/docs/docs/api/schema/schema.md b/docs/docs/api/schema.md similarity index 100% rename from docs/docs/api/schema/schema.md rename to docs/docs/api/schema.md diff --git a/docs/exctract_schema.py b/docs/exctract_schema.py index a5f683ae7c..1049d01707 100644 --- a/docs/exctract_schema.py +++ b/docs/exctract_schema.py @@ -82,7 +82,7 @@ def generate_index_file(version: str): output += '\n' - output_file = os.path.join(os.path.dirname(__file__), OUTPUT_DIR, 'schema.md') + output_file = os.path.join(os.path.dirname(__file__), OUTPUT_DIR, '..', 'schema.md') print('Writing index file to:', output_file)