diff --git a/docs/templates/stack-overview-template.md b/docs/templates/stack-overview-template.md new file mode 100644 index 0000000..68f1da6 --- /dev/null +++ b/docs/templates/stack-overview-template.md @@ -0,0 +1,72 @@ +# {{stack_name}} Stack Documentation + + +--- + +## Overview + + +{{overview_description}} + +--- + +## Installation + + +{{installation_steps}} + +--- + +## Configuration + + +{{configuration_details}} + +--- + +## Connections to Other Services, Systems, and Modules + + +{{connections_list_and_description}} + +--- + +## Usage Examples + + +{{usage_examples}} + +--- + +## Dependencies + + +{{dependencies_list}} + +--- + +## Troubleshooting + + +{{troubleshooting_tips}} + +--- + +## Change Log + + + +{{change_log}} + + +--- + +## References +- [Official Documentation]({{docs_url}}) +- [Related Stack or Module]({{related_url}})