Updated applications and categories path

This commit is contained in:
Lucas
2025-03-17 16:05:57 -07:00
committed by GitHub
parent 188d35c427
commit 52301ecffc

View File

@@ -56,8 +56,8 @@ def save_markdown(content, output_path):
if __name__ == "__main__":
applications_path = "applications.json" # Update with actual path
categories_path = "categories.json" # Update with actual path
applications_path = "source/data/applications.json" # Update with actual path
categories_path = "source/data/categories.json" # Update with actual path
output_path = "source/testing/test.md"
try:
@@ -80,4 +80,4 @@ if __name__ == "__main__":
categories_data.get("categories", []),
categories_data.get("subcategories", []))
save_markdown(markdown_content, output_path)
print(f"Generated {output_path}")
print(f"Generated {output_path}")