Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/digital-blueprint/handbook


https://github.com/digital-blueprint/handbook

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# digital blueprint - Handbook

[Website](https://handbook.digital-blueprint.org/)

This handbook contains the documentation for the digital blueprint project.

## Build and run this Documentation
Clone the submodules:

* `git submodule init`
* `git submodule update`

Using poetry:

* `poetry install`
* `poetry run mkdocs serve --dev-addr 127.0.0.1:8011`
*

Using docker-compose:

* `cd docker-dev`
* `docker-compose up`
*

## Update the submodules

* `git submodule foreach git checkout main`
* `git submodule foreach git pull`
* Sync "nav" in mkdocs.yml

## Add modules to the documentation
* `git submodule add `
* Create symlink to the `/docs` directory of the new submodule using a relative path (`ln -s ../ bundle-name`)
* Add a section with your new `.md` files in `mkdocs.yml`