Documentation for FreeMoCap
- This repository is connected to a static site at - https://freemocap.readthedocs.io
- ReadTheDocs is a popular tool to host software documentation
- Whenever there is a commit to the
mainbranch of this repository,read-the-docswill attempt to build a new version of the documentation site from the markdown files in the/docs/folder usingmkdocsmkdocsis a static site generator that builds websites from markdown files, configured via themkdocs.ymlfile in this repository- For more information on how this works, checkout the mkdocs website - https://mkdocs.org
- Specifically, we are using the 'material mkdocs' theme, described here - https://squidfunk.github.io/mkdocs-material/