Skip to content

Latest commit

 

History

History
42 lines (21 loc) · 1.5 KB

README.md

File metadata and controls

42 lines (21 loc) · 1.5 KB

GitHub contributors GitHub Pipenv locked Python version Docs sanity checks and tests

Cloning

This repository contains submodules. Clone with recursive strategy:

git clone https://github.com/fetchai/docs.git --recursive && cd docs

Updating submodules

Ensure you have the latest submodules by running:

git submodule update --init --recursive

Instructions for building the documentation locally

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.

Making changes

  • For docs in submodules (i.e. aea) open a PR against the relevant repo (develop branch) and wait untill the changes hit master. Then deploy.

  • For docs on docs repo make changes directly and open PR against master of docs repo. Then deploy.

Deployment

Request the deploy.sh script from a maintainer and run it.