Update documentation structure and enhance .gitignore

- Added generated index files and report directories to .gitignore to prevent unnecessary tracking of transient files.
- Updated README links to reflect new documentation paths for better navigation.
- Improved documentation organization by ensuring all links point to the correct locations, enhancing user experience and accessibility.
This commit is contained in:
defiQUG
2025-12-12 21:18:55 -08:00
parent 664707d912
commit fe0365757a
106 changed files with 4666 additions and 2294 deletions

View File

@@ -15,15 +15,15 @@ This index provides quick access to all how-to guides and tutorials in the docum
- **[Deployment Guide](./DEPLOYMENT.md)** - Production deployment instructions
- **[Deployment Execution Plan](./DEPLOYMENT_EXECUTION_PLAN.md)** - Step-by-step deployment plan
- **[Deployment Requirements](./DEPLOYMENT_REQUIREMENTS.md)** - Complete deployment requirements
- **[Pre-Deployment Checklist](./PRE_DEPLOYMENT_CHECKLIST.md)** - Pre-deployment verification
- **[VM Creation Procedure](./VM_CREATION_PROCEDURE.md)** - VM creation step-by-step
- **[VM Deployment Checklist](./VM_DEPLOYMENT_CHECKLIST.md)** - VM deployment verification
- **[Pre-Deployment Checklist](deployment/PRE_DEPLOYMENT_CHECKLIST.md)** - Pre-deployment verification
- **[VM Creation Procedure](vm/VM_CREATION_PROCEDURE.md)** - VM creation step-by-step
- **[VM Deployment Checklist](vm/VM_DEPLOYMENT_CHECKLIST.md)** - VM deployment verification
- **[Proxmox Deployment Guide](./proxmox/guides/DEPLOYMENT_GUIDE.md)** - Proxmox deployment procedures
## Configuration Guides
- **[Configuration Guide](../CONFIGURATION_GUIDE.md)** - General configuration (root level)
- **[Environment Variables](../ENV_EXAMPLES.md)** - Environment variable examples
- **[Configuration Guide](./CONFIGURATION_GUIDE.md)** - General configuration
- **[Environment Variables](./ENV_EXAMPLES.md)** - Environment variable examples
- **[DNS Configuration](./proxmox/DNS_CONFIGURATION.md)** - DNS setup for Proxmox
- **[TLS Configuration](./proxmox/TLS_CONFIGURATION.md)** - TLS/SSL configuration
- **[SSH Setup](./proxmox/SSH_SETUP_WEB_UI.md)** - SSH configuration guides
@@ -45,9 +45,9 @@ This index provides quick access to all how-to guides and tutorials in the docum
## Guest Agent & VM Configuration
- **[Guest Agent Checklist](./GUEST_AGENT_CHECKLIST.md)** - Guest agent configuration
- **[Quick Install Guest Agent](./QUICK_INSTALL_GUEST_AGENT.md)** - Quick guest agent setup
- **[Enable Guest Agent Manual](./enable-guest-agent-manual.md)** - Manual guest agent setup
- **[Guest Agent Checklist](guest-agent/GUEST_AGENT_CHECKLIST.md)** - Guest agent configuration
- **[Quick Install Guest Agent](guides/QUICK_INSTALL_GUEST_AGENT.md)** - Quick guest agent setup
- **[Enable Guest Agent Manual](guides/enable-guest-agent-manual.md)** - Manual guest agent setup
## Infrastructure Guides