docs
This commit is contained in:
10
README.md
10
README.md
@@ -4,6 +4,7 @@
|
||||
|
||||
[](https://argoproj.github.io/cd/)
|
||||
[](https://upcloud.com/)
|
||||
[](https://git.forteapps.net/Forte/launchpad/pages/)
|
||||
|
||||
---
|
||||
|
||||
@@ -11,6 +12,8 @@
|
||||
|
||||
**New developers and operators**: Please refer to our comprehensive documentation for detailed guides and references:
|
||||
|
||||
### 🌐 [**Live Documentation Site**](https://git.forteapps.net/Forte/launchpad/pages/) (Gitea Pages)
|
||||
|
||||
### 🎯 [**START HERE: Documentation Index**](docs/README.md)
|
||||
|
||||
| Document | Description | Audience |
|
||||
@@ -82,6 +85,10 @@ This repository contains the complete GitOps configuration for our Kubernetes cl
|
||||
.
|
||||
├── bootstrap.sh # Cluster initialization script
|
||||
├── _app-of-apps.yaml # Root ArgoCD Application (App-of-Apps pattern)
|
||||
├── mkdocs.yml # MkDocs configuration (Gitea Pages)
|
||||
│
|
||||
├── .gitea/workflows/ # Gitea Actions CI workflows
|
||||
│ └── docs.yaml # Build & deploy MkDocs to Gitea Pages
|
||||
│
|
||||
├── infra/ # Infrastructure ArgoCD Applications (Kustomize multi-cluster)
|
||||
│ ├── base/ # Base ArgoCD Application manifests (EU defaults)
|
||||
@@ -344,6 +351,7 @@ kubectl patch application myapp -n argocd \
|
||||
| **OpenCost** | Cost monitoring | `monitoring` | 1 |
|
||||
| **Renovate** | Dependency updates | `renovate` | CronJob |
|
||||
| **Trivy** | Vulnerability scanning | `trivy-system` | 1 |
|
||||
| **Gitea Pages** | Documentation hosting | N/A (Gitea built-in) | N/A |
|
||||
|
||||
**Full specs**: [Technical Reference - Infrastructure Components](docs/REFERENCE.md#infrastructure-components)
|
||||
|
||||
@@ -504,7 +512,7 @@ Internal use only. Not for public distribution.
|
||||
|
||||
---
|
||||
|
||||
**Last Updated**: 2026-03-16
|
||||
**Last Updated**: 2026-04-18
|
||||
**Documentation Version**: 1.0.0
|
||||
|
||||
**🚀 Ready to get started? Check out the [Documentation Index](docs/README.md)!**
|
||||
|
||||
Reference in New Issue
Block a user