b9be0fe4e1
jump-host's docs had no screenshots at all. Add the four core web UI views and reference them from index.md. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Documentation
This directory is the GitHub Pages documentation site for the Jump Host project.
Live site: https://theta42.github.io/jump-host/
Pages
index.md— overview and quick startconnecting.md— usage: the username grammar, the TUI picker, SFTP/WinSCParchitecture.md— how auth, access resolution, key injection, and bridging workinstallation.md— Docker, bare-metal, and theta-env install; the LDAP write-ACL
Local preview
gem install jekyll bundler
cd docs && jekyll serve
# http://localhost:4000/jump-host/
Updating
Edit the markdown, push to master, and GitHub Pages rebuilds automatically.