This repository contains the official documentation for the BacPack System, a component stack developed by BringAuto for easy dependency and package management of CMake-based projects.
The documentation is built with MkDocs and hosted at: https://bacpack-system.github.io
- Introduction - Overview of the BacPack System
- System Architecture - Detailed Component descriptions and relationships
- Use Cases - Common use case scenarios
- Example Usage - Step-by-step usage guide
- Term Definition - Glossary of terms used in the documentation
To run the documentation locally:
# Install MkDocs with Material theme
pip install mkdocs mkdocs-material
# Serve the documentation
mkdocs serveThe documentation will be available at http://localhost:8000