wezterm
wezterm copied to clipboard
WIP: Makefile `servedocs` target with live reload; reorder subsections in "Config" and "Colors & Appearance"
Marked "WIP" since it stacks on the commits from #6412
Assuming that gets merged, this PR will add:
- a
make servedocstarget that live-reloads, with the mkdocs--dirtyreloadoption, which reduces build time from ~30 seconds to just seconds- this required removing
strict: truefromdocs/mkdocs-base.yml, but adding--strictto themake buildtarget (not sure if this will break CI, though)
- this required removing
- better subsection structure for "Config" and "Colors & Appearance," so that similar config settings are grouped together
- many small stylistic fixes elsewhere, including the index
Please separate out the makefile and doc build changes from the doc contents changes, as blending them together makes it difficult to review!
Please separate out the makefile and doc build changes from the doc contents changes, as blending them together makes it difficult to review!
Gotcha, that's a valid point, and will do. Thanks for coaching me on it!