feat(docs): add NavGrid/NavCard components and restructure stage pages

- Add NavGrid.vue and NavCard.vue components for better navigation layout
- Restructure stage-0 index pages across languages into intro.md with new navigation components
- Remove old stage-0 index.md files and update stage-3 pages similarly
- Add new dependencies 'claude' and 'codex' to package.json
- Improve code formatting in multiple Vue components for better readability
- Update documentation content and structure for better user experience
This commit is contained in:
sanbuphy
2026-02-01 23:42:12 +08:00
parent a9a5c5c8a7
commit ad95658a11
171 changed files with 16366 additions and 7946 deletions
-42
View File
@@ -1,42 +0,0 @@
# Appendix
Knowledge base for AI, Frontend, Backend, and General Skills.
## Content Overview
### AI Basics
- [Prompt Engineering](/fr-fr/appendix/prompt-engineering)
- [AI Evolution](/fr-fr/appendix/ai-evolution)
- [LLM Introduction](/fr-fr/appendix/llm-intro)
- [VLM Introduction](/fr-fr/appendix/vlm-intro)
- [AI Image Generation](/fr-fr/appendix/image-gen-intro)
- [AI Audio Models](/fr-fr/appendix/audio-intro)
- [Context Engineering](/fr-fr/appendix/context-engineering)
- [AI Agents](/fr-fr/appendix/agent-intro)
- [AI Capability Dictionary](/fr-fr/appendix/ai-capability-dictionary)
### Frontend Development
- [Web Basics (HTML/CSS/JS)](/fr-fr/appendix/web-basics)
- [Frontend Evolution](/fr-fr/appendix/frontend-evolution)
- [Frontend Performance](/fr-fr/appendix/frontend-performance)
- [Canvas 2D](/fr-fr/appendix/canvas-intro)
- [URL to Browser](/fr-fr/appendix/url-to-browser)
- [Browser DevTools](/fr-fr/appendix/browser-devtools)
### Backend Development
- [Backend Evolution](/fr-fr/appendix/backend-evolution)
- [Backend Languages](/fr-fr/appendix/backend-languages)
- [Database Principles](/fr-fr/appendix/database-intro)
- [Cache Design](/fr-fr/appendix/cache-design)
- [Message Queues](/fr-fr/appendix/queue-design)
- [Authentication](/fr-fr/appendix/auth-design)
- [Tracking Design](/fr-fr/appendix/tracking-design)
- [Operations](/fr-fr/appendix/operations)
### General Skills
- [API Introduction](/fr-fr/appendix/api-intro)
- [IDE Introduction](/fr-fr/appendix/ide-intro)
- [Terminal Introduction](/fr-fr/appendix/terminal-intro)
- [Git Introduction](/fr-fr/appendix/git-intro)
- [Computer Networks](/fr-fr/appendix/computer-networks)
- [Deployment](/fr-fr/appendix/deployment)