Introduction
Welcome to the JP Docs documentation project!
What is this?
This is a documentation project built on VitePress that helps you:
- 📝 Write documentation using Markdown
- 🎨 Generate beautiful presentation pages
- ⚡️ Enjoy a lightning-fast development experience
Project Structure
JP/
├── docs/ # Documentation directory
│ ├── .vitepress/ # VitePress configuration
│ │ └── config.js # Site configuration file
│ ├── guide/ # Guide documentation
│ │ ├── index.md # Introduction page
│ │ └── getting-started.md # Quick start
│ └── index.md # Home page
└── package.json # Project dependenciesNext Steps
Please read Quick Start to learn how to use this project.