chore: consolidate Syslog Solution code into unified repository structure

- Moved scattered scripts, templates, and documentation into organized directories (applications/, scripts/, assets/).
- Updated .gitignore to strictly exclude secrets, state files, and IDE configs.
- Added comprehensive README.md outlining repository structure and best practices.
- Preserved all existing documentation and technical architecture files.
- Prepared infrastructure/ for AWS Org and Proxmox Terraform management.
This commit is contained in:
2026-05-07 11:40:02 +00:00
parent d47dc23b81
commit 05eccd5b53
51 changed files with 1690 additions and 1476 deletions
+34
View File
@@ -0,0 +1,34 @@
# 04 Customer Portal
## 📋 Overview
This section contains customer-facing documentation, getting started guides, API documentation, and support resources.
## 🚧 Under Construction
This documentation section is currently being developed. Content will be added as part of the repository reorganization project.
## 📁 Planned Structure
```
04-customer-portal/
├── README.md # This file
├── [content directories] # To be defined
└── [template files] # To be defined
```
## 🎯 Objectives
- [ ] Define section structure
- [ ] Create comprehensive documentation
- [ ] Develop templates and standards
- [ ] Integrate with overall documentation system
## 📅 Timeline
- **Start Date**: April 2026
- **Target Completion**: May 2026
- **Owner**: Jerome Tabiri
## 🔗 Related Sections
- Check other documentation sections for completed content
- Refer to the root README for overall repository structure
---
*This documentation section is under development as part of Syslog Solution LLC's repository reorganization project.*