Documentation for the CloudTAK Product Suite
The homepage is a simple single page that provides an overview of the CloudTAK product suite, including links to the documentation for each component.
This can be viewed directly by opening the index.html file in your browser, or for development purposes, you can run a local server with auto-refresh to view it
To build locally run:
npm install
npm run serve
The documetatation is powered by MKDocs and is generated from the Markdown files in the docs
directory.
To build locally run:
mkdocs serve