This handbook contains the documentation for the digital blueprint project.
Clone the submodules:
git submodule initgit submodule update
Using poetry:
poetry installpoetry run mkdocs serve --dev-addr 127.0.0.1:8011- http:/127.0.0.1:8011
Using docker-compose:
cd docker-devdocker compose up- http:/127.0.0.1:8011
git submodule foreach git checkout maingit submodule foreach git pull- Sync "nav" in mkdocs.yml
git submodule add <git-link>- Create symlink to the
/docsdirectory of the new submodule using a relative path (ln -s ../<link-to-your-new-bundle> bundle-name) - Add a section with your new
.mdfiles inmkdocs.yml