1
0
Fork 0

Add Docusaurus frontmatter and improve documentation structure

- Add sidebar_position to all documentation files (1-15)
- Add "Configuration Reference" section to README.md with links to:
  - Container Labels
  - Environment Variables
  - Volumes
  - Other Configurations
  - Limitations
- Ensure sidebar_position values match README.md link order exactly
- Order follows logical flow: Platform installation → Tool installation → Special topics → Configuration reference
- All documentation now properly configured for Docusaurus
This commit is contained in:
Claude 2025-11-09 23:44:14 +00:00
parent 58eea44929
commit 96120d4554
No known key found for this signature in database
16 changed files with 70 additions and 0 deletions

View file

@ -1,3 +1,7 @@
---
sidebar_position: 5
---
# Helm 3
Helm is a package manager for Kubernetes. It allows you to install and manage applications on Kubernetes.