mirror of
https://github.com/wez/wezterm.git
synced 2024-12-23 13:21:38 +03:00
docs: show schemes in the per-page toc
This commit is contained in:
parent
e3e9821c4d
commit
6ab01ce619
@ -258,7 +258,7 @@ title: Color Schemes with first letter "{scheme_prefix}"
|
||||
|
||||
for scheme in by_prefix[scheme_prefix]:
|
||||
title = scheme["name"]
|
||||
idx.write(f"# {title}\n")
|
||||
idx.write(f"## {title}\n")
|
||||
|
||||
data = screen_shot_table(scheme)
|
||||
ident = scheme["ident"]
|
||||
|
Loading…
Reference in New Issue
Block a user