How to use Systems Thinking to promote enterprise knowledge graphs.
The documentation site is here
This book can be built using the mkdocs system. Because it is a private repo you must build it locally.
- install conda or other virtual environment tool
- create a virtual environment called 'mkdocs' using Python3
- run
pip3 install mkdocs mkdocs-material
- run
mkdocs serve
- Put
http://localhost:8000
in your browser
See the CoderDojoTC Authoring Guide for details.