1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-19 02:37:51 +03:00

docs: show the number of color schemes

This commit is contained in:
Wez Furlong 2022-07-09 22:41:26 -07:00
parent 2196279689
commit 1202d7d594

View File

@ -240,7 +240,7 @@ return {{
index_page.render(output, depth)
with open(f"{self.dirname}/index.md", "w") as idx:
idx.write("Color schemes listed by first letter\n\n")
idx.write(f"{len(schemes)} Color schemes listed by first letter\n\n")
for page in children:
upper = page.title.upper()
idx.write(f" - [{upper}]({page.title}/index.md)\n")