mirror of
https://github.com/wez/wezterm.git
synced 2024-11-09 22:15:15 +03:00
docs: show the number of color schemes
This commit is contained in:
parent
2196279689
commit
1202d7d594
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user