Skip to content

grassrootseconomics/docs.grassecon.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grassroots Economics Documentation website

https://www.mkdocs.org/user-guide/

Requirements

Graphviz

sudo apt install graphviz

Python

pip install -r requirements.txt

Customization

Have a look here

Development

mkdocs serve

Build

mkdocs build

Edit

Download repo

git clone https://github.com/grassrootseconomics/docs.grassecon.org.git

Make sure you are uptodate and create a branch

git checkout main
git pull origin main
git checkout -b your-name/new-topic

edit or add new files to the repo then commit and push

git add .
git commit -m “information about changes”	
git push -u origin your-name/new-topic

finally follow the instructions to create a merge request