This repository has the documentation for Automata Network.
The docs are written in Markdown and you can directly read it here.
# 1. Clone the repository
git clone https://github.com/automata-network/docs.git
# 2. Install python3 packages
pip3 install -r requirements.txt
# 3. Start the website locally
mkdocs serve
You are welcomed to:
- raise an issues regarding the documentation and the hosted website.
- create new documentations under
docs/
directory. - enrich your documentations with more mkdocs-material features
- get your hands dirty with mkdocs and mkdocs material.
Kudos to the following open-source projects.