mirror of
https://github.com/mustbeperfect/definitive-opensource.git
synced 2026-04-18 07:54:14 +02:00
Updated directories to reflect working directories
This commit is contained in:
@@ -7,7 +7,7 @@ def slugify(name):
|
||||
|
||||
|
||||
def generate_table_of_contents():
|
||||
with open("core/data/static/categories.json", "r", encoding="utf-8") as f:
|
||||
with open("data/static/categories.json", "r", encoding="utf-8") as f:
|
||||
data = json.load(f)
|
||||
categories = data.get("categories", [])
|
||||
subcategories = data.get("subcategories", [])
|
||||
|
||||
Reference in New Issue
Block a user