tractor/docs/project
Gud Boi a75e8e08c2 Document serving the docs over a LAN
Add a "Share on your LAN" blurb to both docs how-to homes
(`notes_to_self/howtodocs.md` + the dev-tips "Building these docs"
section): bind the server to all ifaces — via `sphinx-autobuild
--host 0.0.0.0` (live-reload) or `python -m http.server --bind
0.0.0.0` (static) — so a peer on your subnet can hit
`http://<lan-ip>:8000` (`hostname -I` prints the ip).

Verified a LAN-ip `curl` returns 200 + the socket binds `0.0.0.0`;
includes a trusted-LAN-only caveat since it's an unauthenticated
server on every interface.

(this patch was generated in some part by [`claude-code`][claude-code-gh])
[claude-code-gh]: https://github.com/anthropics/claude-code
2026-06-26 20:10:16 -04:00
..
changelog.rst Write the big boi docs content tree 2026-06-25 13:01:10 -04:00
dev-tips.rst Document serving the docs over a LAN 2026-06-26 20:10:16 -04:00
index.rst Write the big boi docs content tree 2026-06-25 13:01:10 -04:00