Merge branch 'main' into feature/ai-review
All checks were successful
AI Code Review / ai-review (pull_request) Successful in 3s
All checks were successful
AI Code Review / ai-review (pull_request) Successful in 3s
This commit is contained in:
@@ -1,7 +0,0 @@
|
|||||||
standards_version: "2025.1"
|
|
||||||
last_configured: "2026-04-04"
|
|
||||||
components:
|
|
||||||
github-pages: "2025.1"
|
|
||||||
github-pages-generator: "mkdocs"
|
|
||||||
github-pages-source: "docs/"
|
|
||||||
github-pages-theme: "material"
|
|
||||||
43
mkdocs.yml
43
mkdocs.yml
@@ -1,43 +0,0 @@
|
|||||||
site_name: K8s Launchpad
|
|
||||||
site_description: Documentation for the GitOps-managed Kubernetes cluster
|
|
||||||
repo_url: https://git.forteapps.net/Forte/launchpad
|
|
||||||
repo_name: Forte/launchpad
|
|
||||||
|
|
||||||
theme:
|
|
||||||
name: material
|
|
||||||
palette:
|
|
||||||
- scheme: default
|
|
||||||
primary: indigo
|
|
||||||
toggle:
|
|
||||||
icon: material/brightness-7
|
|
||||||
name: Switch to dark mode
|
|
||||||
- scheme: slate
|
|
||||||
primary: indigo
|
|
||||||
toggle:
|
|
||||||
icon: material/brightness-4
|
|
||||||
name: Switch to light mode
|
|
||||||
features:
|
|
||||||
- navigation.instant
|
|
||||||
- navigation.sections
|
|
||||||
- navigation.top
|
|
||||||
- search.highlight
|
|
||||||
- content.code.copy
|
|
||||||
|
|
||||||
nav:
|
|
||||||
- Home: README.md
|
|
||||||
- GitOps Architecture: GITOPS-ARCHITECTURE.md
|
|
||||||
- Developer Guide: DEVELOPER-GUIDE.md
|
|
||||||
- Operations Runbook: OPERATIONS-RUNBOOK.md
|
|
||||||
- Technical Reference: REFERENCE.md
|
|
||||||
|
|
||||||
markdown_extensions:
|
|
||||||
- tables
|
|
||||||
- toc:
|
|
||||||
permalink: true
|
|
||||||
- pymdownx.highlight:
|
|
||||||
anchor_linenums: true
|
|
||||||
- pymdownx.superfences
|
|
||||||
- pymdownx.tabbed:
|
|
||||||
alternate_style: true
|
|
||||||
- admonition
|
|
||||||
- pymdownx.details
|
|
||||||
Reference in New Issue
Block a user