Commit Graph

13 Commits

Author SHA1 Message Date
Mike Hillyer a5a6a61be2 Finish Installing on Linux tweaks. 2023-04-13 13:17:06 -04:00
Mike Hillyer 8295e4137b Tweaking merged install chapter. 2023-04-13 12:30:40 -04:00
Mike Hillyer b2dc834e66 Updating install directions to include info on dev/non-dev 2023-04-13 12:30:00 -04:00
Tom Mairs faaf26fba5 fix formatting in init.lua 2023-04-12 00:34:12 +00:00
Tom Mairs eb4503619f fix formatting in init.lua 2023-04-12 00:26:14 +00:00
Tom Mairs e8504964a6 added explicit init.lua directions 2023-04-12 00:19:02 +00:00
Wez Furlong f86d988350 docs: fix tabs on install page 2023-03-31 12:17:03 -07:00
Tom Mairs b13cabfa6d Added systemd control info and upgrade method 2023-03-31 13:12:49 -06:00
Mike Hillyer c2302c4fbc Updating structure of User Guide, reformatting Install section. 2023-03-29 16:30:20 -04:00
Wez Furlong 8f320babeb update for org rename 2023-03-28 16:47:50 -07:00
Wez Furlong e1d935c057 docs: streamline docker bits
I've moved the setting-up-docker bits into a separate page,
but have left it out the TOC.  I'm not sure that level of
detail on docker belongs in this section; perhaps it could
move to an appendix?
2023-03-27 17:48:38 -07:00
Tom Mairs 298f9db7f2 rearrange docs to make more sense 2023-03-21 23:40:47 +00:00
Wez Furlong 3a1b1053bd docs: add link checking
Ideally there would be a good mkdocs based checker, but the
one that is out there only validate absolute URLs, which makes
it unsuitable for checking local relative links in the docs.

Adjust the doc build so that we also generate the SUMMARY.md
for mdbook, and use mdbook's link checker to check the links.

Fixup the couple of broken links that it found.
2023-03-13 12:01:07 -07:00