Added 11 new projects

This commit is contained in:
Lucas
2025-04-24 11:02:38 -07:00
parent ebce6a0c5b
commit 439eb51c53
2 changed files with 192 additions and 1 deletions

View File

@@ -102,7 +102,7 @@ def generate_contents(platform="all"):
parent_items.append(("other", "Other"))
for pid, pname in parent_items:
md_output += f"# {pname} - [Go to top](#contents)\n\n"
md_output += f"# {pname} - [Go to top](#table-of-contents)\n\n"
for sub in subcat_by_parent.get(pid, []):
subname = sub["Name"]