This repository contains the markdown files of STELLA's documentation page.
It is made with mkdocs and the Material theme.
- Clone repository
git clone https://github.com/stella-project/stella-documentation.git
- Install requirements
pip install -r requirements.txt
- Add new page and place it under
docs/
.
echo "New contents" >> docs/new-page.md
- Deploy locally (
127.0.0.1:8000
) to review changes
mkdocs serve
-
Commit changes to this repository
-
Render and commit website files to the
gh-pages
branch
mkdocs gh-deploy
- Updates should be avaible at https://stella-project.org/stella-documentation/