This repository contains the integrated documentation for the BioCypher ecosystem.
This repository uses mkdocs-material with GitHub submodules for the BioCypher and BioChatter documentation.
To clone the repository, use the following command:
git clone --recurse-submodules https://github.com/biocypher/documentation.git
If already cloned, run this to update the submodules:
git submodule update --init --recursive
poetry install
poetry run mkdocs serve