This repo contains the content for the Open Traffic Generator APIs and Data Models web-site. It is built using the Material theme for MkDocs.
Update contents in the docs
directory and verify locally prior to pushing to main branch of this repo on GitHub. Site will automatically update.
To verify contents locally, make sure that you have Material installed and then run the following command :
$ mkdocs build
You can point your browser to index.html
in the site
directory to view it.
Parts of the docs
hierarchy are coming from submodules. To update content of the submodules to the most recent one, use:
git submodule update --remote