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
10
README.md
10
README.md
|
|
@ -80,6 +80,16 @@ If you already set up the EasyHAProxy, is time to go deeper:
|
|||
- [Custom SSL](docs/ssl.md)
|
||||
- [Automatic Certificate Issuing](docs/acme.md) (e.g. Letsencrypt)
|
||||
|
||||
## Configuration Reference
|
||||
|
||||
Detailed configuration guides for advanced setups:
|
||||
|
||||
- [Container Labels](docs/container-labels.md) - Configure Docker/Swarm containers with labels
|
||||
- [Environment Variables](docs/environment-variable.md) - Configure EasyHAProxy behavior
|
||||
- [Volumes](docs/volumes.md) - Map volumes for certificates, config, and custom files
|
||||
- [Other Configurations](docs/other.md) - Additional configurations (ports, custom errors, etc.)
|
||||
- [Limitations](docs/limitations.md) - Important limitations and considerations
|
||||
|
||||
## See EasyHAProxy in action
|
||||
|
||||
Click on the image to see the videos (use HD for better visualization)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue