A complete, beginner-friendly documentation website that teaches:
- Claude Code CLI - How to install, use, and master the AI coding assistant
- Terminal Basics - Essential commands for navigating your computer from the command line
- Git & GitHub - How to version-control your code and push it to GitHub
- GitHub Pages - How to publish your website for free
- Open the
index.htmlfile in your web browser (just double-click it) - Choose your language (English or Chinese)
- Follow the recommended study order on the homepage
No server, no build tools, no installation needed - just open and read.
claude_cli_manual/
├── index.html # Language selector
├── en/ # English version (17 pages)
├── zh/ # Chinese version (17 pages)
└── assets/
├── css/style.css # Shared stylesheet
└── js/main.js # Shared JavaScript
| # | Topic | Description |
|---|---|---|
| 1 | Introduction | What Claude Code CLI is and when to use it |
| 2 | Setup | Installation and configuration |
| 3 | Terminal Basics | Essential command-line skills |
| 4 | Fundamentals | Core Claude Code usage patterns |
| 5 | Workflows | Common real-world workflows |
| 6 | Prompt Engineering | How to write effective prompts |
| 7 | Command Reference | Quick-reference command guide |
| 8 | Best Practices | Do's, don'ts, and safety tips |
| 9 | Troubleshooting | Common errors and how to fix them |
| 10 | Git & GitHub Guide | Version control concepts for beginners |
| 11 | Push to GitHub | Step-by-step deployment guide |
| 12 | Update GitHub | Daily workflow for keeping repos updated |
| 13 | GitHub Pages | Publishing your website for free |
| 14 | Ready-to-Use Prompts | Copy-paste prompt templates |
| 15 | Cheat Sheet | One-page command summary |
| 16 | Glossary | Definitions of technical terms |
To publish this website online for free, see Chapter 13 (GitHub Pages) for instructions.
This documentation is provided for personal learning use.