Home
Welcome to MkDocs¶
This documentation provides an overview of the MkDocs project structure and features.
Quick Start¶
- Installation: Follow the guide to install dependencies.
- Building the site: Use 'mkdocs build' to generate static files.
- Live preview: Run 'mkdocs serve' to see changes locally.
Project Structure¶
- mkdocs.yml - Configuration file
- docs/ - Contains all documentation markdown files
- site/ - Generated static site (after build)