mirror of
https://github.com/testthedocs/awesome-docs.git
synced 2026-08-02 06:47:43 -05:00
- Added VitePress as dev dependency - Created docs directory structure - Configured VitePress with navigation and sidebar - Added example pages (home, guide, installation) - Updated package.json with docs scripts - Added VitePress-specific entries to .gitignore - Created setup documentation
20 lines
460 B
Markdown
20 lines
460 B
Markdown
# Guide
|
|
|
|
This is the main guide for Awesome Docs.
|
|
|
|
## Introduction
|
|
|
|
Welcome to the comprehensive guide for getting started with this documentation site.
|
|
|
|
## Overview
|
|
|
|
This documentation is built using VitePress, which offers:
|
|
|
|
- Fast development with hot module replacement
|
|
- Markdown-centered project structure
|
|
- Vue.js components support
|
|
- Flexible theming system
|
|
|
|
## Next Steps
|
|
|
|
Continue reading to learn about [installation](/guide/installation) and setup. |