-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: implement a simplified docs-v2 command
the v2 approach for generating docs using collie leverages terragrunt with a foundation-level terraform module that builds the documentation. This approach is more versatile and more performant - uses terraform_remote_state to quickly download documentation_md output from all platform modules, which is much faster than any other approach we tried before (see #271) - the terraform module can freely implement templating, ie symlinking the documentation site generator templates to enable docs hot reloading - users have better control to work natively with the documentation generator of their choice, because logic is moved out of collie-cli The terraform module that we will make available for now unfortunately no longer has support for generating kit module documentation. However we have found that there's little value in generating kit module documentation outside of the collie-hub use case, as most cloud foundation teams want to generate documentation for their application teams and are content with re-viewing terraform module documentation directly off the README.md files in git.
- Loading branch information
1 parent
8e43ec5
commit 834aa32
Showing
4 changed files
with
38 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters