mirror of
https://github.com/mustbeperfect/definitive-opensource.git
synced 2026-04-18 08:03:31 +02:00
Added 11 new projects
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user