You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
index.write(f"<!-- Do not edit - This is auto-generated by the Python 3 script \"generate-index.py\"! -->\n\nThis is a list of **all entrys** on Typoqsuat. The index was last generated on {generated_on}. Contributors to this site should edit `generate-index.py` to contribute to the list and **not** updating this page.\n")
for i in glob.glob(f"{os.getcwd()}/typo/*.md"):
print(f"Adding to index: {os.path.basename(i)}")
with open(f"{os.getcwd()}/map.md", "a") as index:
index.write(f"\n* [Entry file {os.path.basename(i)} in Typoqsuat](/typoqsuat/typo/{os.path.basename(i).replace('.md', '.html')})")