Skip to content

stella-project/stella-documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STELLA's documentation

This repository contains the markdown files of STELLA's documentation page.

It is made with mkdocs and the Material theme.

How to contribute?

  1. Clone repository
git clone https://github.com/stella-project/stella-documentation.git
  1. Install requirements
pip install -r requirements.txt
  1. Add new page and place it under docs/.
echo "New contents" >> docs/new-page.md
  1. Deploy locally (127.0.0.1:8000) to review changes
mkdocs serve
  1. Commit changes to this repository

  2. Render and commit website files to the gh-pages branch

mkdocs gh-deploy
  1. Updates should be avaible at https://stella-project.org/stella-documentation/