Skip to content

Commit 6612f97

Browse files
authored
docs: add TOC and summary to all documentation files (#71)
- Added brief summary descriptions after titles in 20 docs files - Added Table of Contents where missing (FAQ, SERVICE_PROFILES, PROFILE_IMPLEMENTATION_GUIDE) - Standardized metadata formatting (Version | Last Updated) - Ensures consistent documentation pattern across all files
1 parent cfcbae9 commit 6612f97

20 files changed

+68
-15
lines changed

docs/BEST_PRACTICES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Best Practices
22

3+
Recommended patterns and guidelines for effective use of DevStack Core, including profile selection, resource management, and integration patterns.
4+
35
## Table of Contents
46

57
- [Service Profile Selection (NEW v1.3)](#service-profile-selection-new-v13)

docs/DISASTER_RECOVERY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Disaster Recovery Runbook
22

3+
Step-by-step procedures for recovering from infrastructure failures, including complete environment loss, Vault data loss, database corruption, and network issues. Target RTO: 30 minutes.
4+
35
## Table of Contents
46

57
- [Overview](#overview)

docs/ENVIRONMENT_VARIABLES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Environment Variable Reference
22

3+
Complete reference for all environment variables used by DevStack Core services, including Vault, databases, Redis, RabbitMQ, and observability components.
4+
35
## Table of Contents
46

57
- [Overview](#overview)

docs/FAQ.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# FAQ
22

3+
Frequently asked questions about DevStack Core, covering service profiles, general usage, troubleshooting, and common configuration scenarios.
4+
5+
## Table of Contents
6+
7+
- [Service Profiles (NEW v1.3)](#service-profiles-new-v13)
8+
- [General Questions](#general-questions)
9+
10+
---
11+
312
## Service Profiles (NEW v1.3)
413

514
**Q: What are service profiles and why should I use them?**

docs/IDE_SETUP.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# IDE Setup Guide
22

3+
Configuration guides for popular IDEs and editors to work with DevStack Core, including VS Code, JetBrains IDEs, and Neovim.
4+
35
## Table of Contents
46

57
- [Overview](#overview)

docs/MANAGEMENT.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Management Script
22

3+
Documentation for DevStack Core's management scripts, including the Python CLI (profile-aware) and Bash script (traditional).
4+
35
## Table of Contents
46

57
- [Management Scripts Overview](#management-scripts-overview)

docs/MIGRATION_GUIDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Migration Guide
22

3-
**Version:** 1.0
4-
**Last Updated:** November 19, 2025
5-
**Applies To:** DevStack Core v1.3.0+
3+
Step-by-step instructions for migrating from legacy configurations to DevStack Core v1.3.0+, including AppRole authentication and service profiles.
4+
5+
**Version:** 1.0 | **Last Updated:** November 19, 2025
66

77
---
88

docs/NETWORK_SEGMENTATION.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# NETWORK SEGMENTATION
22

3-
**Version:** 1.3.0
4-
**Last Updated:** 2025-01-18
3+
4-tier network architecture isolating Vault, data services, applications, and observability components for enhanced security and traffic control.
4+
5+
**Version:** 1.3.0 | **Last Updated:** 2025-01-18
56

67
## Table of Contents
78

docs/OBSERVABILITY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Observability Stack
22

3+
Comprehensive monitoring, metrics collection, and log aggregation for DevStack Core using Prometheus, Grafana, Loki, and Vector.
4+
35
## Table of Contents
46

57
- [Prometheus](#prometheus)

docs/PERFORMANCE_BASELINE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Performance Baselines
22

3+
Benchmark results and baseline metrics for DevStack Core services, providing reference points for performance monitoring and optimization.
4+
35
## Table of Contents
46

57
- [Test Environment](#test-environment)

0 commit comments

Comments
 (0)