mirror of
https://github.com/mustbeperfect/definitive-opensource.git
synced 2026-04-19 11:54:16 +02:00
Updated applications and categories path
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user