Skip to content

English Documentation

This directory contains the English version of the VitePress Development Guide documentation.

Created Files

Guide Section

Examples Section

Tutorials Section

Resources Section

Main Pages

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:

  1. Core Guide Pages - Essential VitePress features
  2. Popular Tutorials - Most requested technologies
  3. Reference Documentation - API and configuration references
  4. FAQ and Troubleshooting - Common issues and solutions

Contributing

When adding new English documentation:

  1. Follow the established structure and naming conventions
  2. Ensure content is accurate and up-to-date
  3. Include practical examples and code snippets
  4. Maintain consistency with the Chinese version where applicable
  5. Test all links and code examples

VitePress Development Guide