The documentation is generated using Docsify. The documentation is generated from the Markdown files located in the repository as well as in submodules.
To generate the documentation, you need to install the Docsify CLI tool. To install the Docsify CLI tool, run the following command:
npm i docsify-cli -gTo generate the documentation, run the following command in the root directory of the mecanum-integration repository:
docsify serve .To view the documentation, open the URL listed in the terminal output after running the docsify serve . command in your browser. E.g.:
❯ docsify serve .
Serving /home/npluta/repositories/cps/embedded-2/mecanum-integration now.
Listening at http://localhost:40299