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:
parent
58eea44929
commit
96120d4554
16 changed files with 70 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
sidebar_position: 12
|
||||
---
|
||||
|
||||
# Docker environment variables
|
||||
|
||||
| Environment Variable | Description | Default |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue