Documentation site built with MkDocs and the Material theme.
Primary repo content lives under docs/sop/ and docs/LEV Part Glossary.md.
- Python 3.8+
- pip
-
Clone the repository
git clone https://github.com/ovesorg/sop-assembly.git cd sop-assembly -
Install dependencies
pip install -r requirements.txt
-
Serve locally
mkdocs serve
Documentation will be available at http://127.0.0.1:8000
To build the static site:
mkdocs build --cleanOutput will be in the site/ directory.
.
├── docs/ # Documentation source files
├── overrides/ # Theme customization
│ ├── javascripts/ # Custom JavaScript
│ ├── partials/ # Template overrides
│ └── stylesheets/ # Custom CSS
├── mkdocs.yml # MkDocs configuration
├── requirements.txt # Python dependencies
└── README.md # This file
Clean rebuild and restart the documentation server:
mkdocs-oves-krr- Edit Markdown files in
docs/ - Update
mkdocs.ymlfor navigation changes - Test locally with
mkdocs serve - Commit and push changes
For issues or questions, please open an issue in this repository.
📚 For detailed documentation, visit: docs.omnivoltaic.com/sop-assembly