ailtire app docs
Build the documentation for the application.
Synopsis
# Build containers for the ailtire application
ailtire app docs
Description
This command will buildEngine the docs directory from the architecture defined in the directory structure and in the doc directory for each architectural element.
Generated Artifacts
This command will generate the docs directory and all of the corresponding documentation.
The following is the top levels directory structure created by this command.
./docs
./docs/index.md
./docs/actors
./docs/mypackage
./docs/mypackage/index.md
./docs/mypackage/subpackage
./docs/mypackage/subpackage/index.md
Several other files are created to show UML diagrams using plantuml, *.md files for github markdown language for github pages.
See documentation for more information.