1
0
Fork 0

Add New Expose Guides to the Documentation

This commit is contained in:
Sheddy 2025-07-04 09:14:04 +01:00 committed by GitHub
parent 137efedba7
commit d674b393a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 1903 additions and 0 deletions

View file

@ -50,6 +50,7 @@ markdown_extensions:
- pymdownx.inlinehilite
- pymdownx.highlight:
use_pygments: false # hljs is used instead of pygment for TOML highlighting support
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tabbed
@ -76,6 +77,11 @@ nav:
- 'Kubernetes': 'setup/kubernetes.md'
- 'Docker': 'setup/docker.md'
- 'Swarm': 'setup/swarm.md'
- 'Expose':
- 'Overview': 'expose/overview.md'
- 'Kubernetes': 'expose/kubernetes.md'
- 'Docker': 'expose/docker.md'
- 'Swarm': 'expose/swarm.md'
- 'Observe':
- 'Overview': 'observe/overview.md'
- 'Logs & Access Logs': 'observe/logs-and-access-logs.md'