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 (develop
branch) and wait untill the changes hitmaster
. Then deploy. -
For docs on
docs
repo make changes directly and open PR againstmaster
of docs repo. Then deploy.
Request the deploy.sh
script from a maintainer and run it.