English Documentation
This directory contains the English version of the VitePress Development Guide documentation.
Created Files
Guide Section
- Getting Started - VitePress setup and basic usage
- What is VitePress? - Introduction to VitePress
- Routing - File-based routing system
- Deploy - Deployment to various platforms
Examples Section
- Examples Overview - Collection of real-world examples
- Documentation Website - Building documentation sites
- Blog Website - Creating blog sites with VitePress
- API Documentation - API reference documentation
- Component Library - Component library docs
Tutorials Section
- Tutorials Overview - Comprehensive tutorial collection
- Vue 3 Basics - Vue 3 fundamentals
- TypeScript - TypeScript basics and advanced features
Resources Section
- Resources Overview - Curated learning resources
Main Pages
- Home - English homepage
- Getting Started - Quick start guide
File Structure
docs/en/
├── README.md # This file
├── index.md # Homepage
├── getting-started.md # Quick start
├── guide/
│ ├── getting-started.md
│ ├── what-is-vitepress.md
│ ├── routing.md
│ └── deploy.md
├── examples/
│ ├── index.md
│ ├── documentation.md
│ ├── blog.md
│ ├── api-docs.md
│ └── component-library.md
├── tutorials/
│ ├── index.md
│ ├── vue3-basics.md
│ └── typescript.md
└── resources/
└── index.md
Status
✅ Completed Sections:
- Basic guide structure
- Core examples with detailed content
- Essential tutorials
- Resource collection
🚧 Still Needed: Based on the Chinese version, we still need to create:
- Additional guide pages (markdown.md, asset-handling.md, etc.)
- More tutorial files (react.md, nodejs.md, etc.)
- Reference documentation
- FAQ section
- Tools and themes sections
- VitePress-specific guides
Next Steps
To complete the English documentation, we should create the remaining files based on the Chinese version structure. The priority should be:
- Core Guide Pages - Essential VitePress features
- Popular Tutorials - Most requested technologies
- Reference Documentation - API and configuration references
- FAQ and Troubleshooting - Common issues and solutions
Contributing
When adding new English documentation:
- Follow the established structure and naming conventions
- Ensure content is accurate and up-to-date
- Include practical examples and code snippets
- Maintain consistency with the Chinese version where applicable
- Test all links and code examples