Foundation Commands
Note: this section of the documentation is under constrution.
foundation docs
collie foundation docs <foundation> will prepare markdown documentation for your foundation from your collie repository.
This command first collects documentation files from the following locations
README.mdfiles from platforms in your collie repositorydocumentation_mdoutput from every platform module viaterragrunt output -raw- documentation template from
kit/foundation/docs/template
Collie then emits the output to foundations/*/.docs.
Preview Documentation
The official foundation docs module from collie hub sets up the static site generator vuepress to generate a documentation page from this markdown page.
You can pass the optional --preview flag to compile and launch this website locally.
collie foundation docs --previewdependes on node.js and npm
