✅ Created public documentation repo
- GitHub: https://github.com/radiusmethod/socketzero-docs
- Docs Site: https://radiusmethod.github.io/socketzero-docs/ (live in ~1 minute)
-
README.md - Landing page with overview
-
Quick Start Guide (
docs/guides/quick-start.md)- Download & install instructions
- First profile setup
- Connect & use a service
- 5-minute walkthrough
-
User Guide (
docs/guides/user-guide.md)- Complete feature walkthrough
- Profiles, connections, tunnels
- Authentication details
- Advanced features (debugging, config files)
-
FAQ (
docs/faq.md)- General questions
- Installation issues
- Connection troubleshooting
- Security questions
- Advanced topics
-
Troubleshooting (
docs/troubleshooting.md)- Connection problems (step-by-step diagnosis)
- Service/tunnel issues
- Performance problems
- Platform-specific issues (macOS, Windows, Linux)
- How to get help
- Jekyll theme (Cayman)
- Automatic site generation from markdown
- Navigation configured
- Mobile-responsive
# Use Claude Code with both repos for context
claude --add-dir ~/Projects/socketzero --add-dir ~/Projects/socketzero-docs
# Make changes to docs
# Commit and push
cd ~/Projects/socketzero-docs
git add -A
git commit -m "Update documentation"
git pushChanges appear on the site automatically within ~1 minute.
- Edit
_config.ymlfor site settings - Add more pages in
docs/ - Update navigation in
_config.yml
These need actual download links once you publish releases:
- Update download links in Quick Start (currently placeholder)
- Add actual release URLs once binaries are published
- Consider adding screenshots/GIFs to guides
- Add architecture diagrams if helpful
✅ Users can read docs without GitHub access ✅ Public so can share links freely ✅ Can accept doc PRs/issues from community ✅ Free hosting via GitHub Pages ✅ Easy to maintain with Claude Code cross-repo context ✅ SEO-friendly for discoverability
Built by Rocky 🦝