Files
awesome-docs/docs/guide.md
sven 872b3e7404 Setup VitePress documentation with pnpm
- 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
2025-11-01 09:36:55 +01:00

460 B

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 and setup.