From 386eeb423dbf5362d993b0758494bb4a6cae7d54 Mon Sep 17 00:00:00 2001 From: Grace Date: Tue, 17 Mar 2026 16:20:57 -0700 Subject: [PATCH] Add stack overview doc template --- docs/templates/stack-overview-template.md | 72 +++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 docs/templates/stack-overview-template.md 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}})