This repository contains submodules. Clone with recursive strategy:
git clone https://github.com/fetchai/docs.git --recursive && cd docs
Ensure you have the latest submodules by running:
git submodule update --init --recursive
To compile and build the documentation site locally, download and install pipenv. Instructions are here.
Then run pipenv install && pipenv shell.
Then run mkdocs serve and navigate to http://127.0.0.1:8000.
If you run in --strict mode, you will receive warnings about any broken links.
Have fun.
-
For docs in submodules (i.e.
aea) open a PR against the relevant repo (developbranch) and wait untill the changes hitmaster. Then deploy. -
For docs on
docsrepo make changes directly and open PR againstmasterof docs repo. Then deploy.
Request the deploy.sh script from a maintainer and run it.