1
1
mirror of https://github.com/wez/wezterm.git synced 2024-10-27 16:19:25 +03:00

docs: show schemes in the per-page toc

This commit is contained in:
Wez Furlong 2023-04-06 12:59:56 -07:00
parent e3e9821c4d
commit 6ab01ce619
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387

View File

@ -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"]