refactor: restructure repo into thematic directories v3.1.0
Major repository reorganization for improved navigation: New directory structure: - guide/ - Core documentation (ultimate-guide, cheatsheet, adoption) - tools/ - Interactive utilities (audit, onboarding, mobile-access) - machine-readable/ - LLM/AI consumption (reference.yaml, llms.txt) - exports/ - Generated outputs (PDFs) Changes: - Move 10 files to thematic directories with cleaner names - Create README.md index for each new directory - Update 150+ internal links across all documentation - Add "Repository Structure" section to main README - Remove redundant npm install command from README header - Remove unverified cost estimate from prerequisites - Fix broken anchor link (#-quick-start-15-minutes) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
06b9fe2c51
commit
bc07651cdf
35 changed files with 450 additions and 282 deletions
|
|
@ -122,4 +122,4 @@ Ready-to-use templates for Claude Code configuration.
|
|||
|
||||
---
|
||||
|
||||
*See the [main guide](../english-ultimate-claude-code-guide.md) for detailed explanations.*
|
||||
*See the [main guide](../guide/ultimate-guide.md) for detailed explanations.*
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ Silently fetch the troubleshooting reference:
|
|||
|
||||
```bash
|
||||
# Fetch the latest troubleshooting guide from the repo
|
||||
curl -sL "https://raw.githubusercontent.com/flobby41/claude-code-ultimate-guide/main/english-ultimate-claude-code-guide.md" | head -n 3000
|
||||
curl -sL "https://raw.githubusercontent.com/flobby41/claude-code-ultimate-guide/main/guide/ultimate-guide.md" | head -n 3000
|
||||
```
|
||||
|
||||
Use Section 10.4 (Troubleshooting) as your primary reference.
|
||||
|
|
|
|||
|
|
@ -440,10 +440,10 @@ exit 0
|
|||
|
||||
## Resources
|
||||
|
||||
- [Main Guide - Section 7: Hooks](../../english-ultimate-claude-code-guide.md#7-hooks)
|
||||
- [Main Guide - Section 7: Hooks](../../guide/ultimate-guide.md#7-hooks)
|
||||
- [Claude Code Documentation](https://docs.anthropic.com/en/docs/claude-code)
|
||||
- [Hook Event Reference](../../english-ultimate-claude-code-guide.md#71-hook-events)
|
||||
- [Hook Event Reference](../../guide/ultimate-guide.md#71-hook-events)
|
||||
|
||||
---
|
||||
|
||||
*See the [main guide](../../english-ultimate-claude-code-guide.md) for detailed explanations and advanced patterns.*
|
||||
*See the [main guide](../../guide/ultimate-guide.md) for detailed explanations and advanced patterns.*
|
||||
|
|
|
|||
|
|
@ -72,5 +72,5 @@ SuperClaude also includes:
|
|||
|
||||
## See Also
|
||||
|
||||
- [Guide Section 10.5: SuperClaude Framework](../../english-ultimate-claude-code-guide.md#105-superclaude-framework) — Full documentation
|
||||
- [Guide Section 10.5: SuperClaude Framework](../../guide/ultimate-guide.md#105-superclaude-framework) — Full documentation
|
||||
- [SuperClaude Repository](https://github.com/SuperClaude-Org/SuperClaude_Framework) — Complete framework
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue