Add New Expose Guides to the Documentation
This commit is contained in:
parent
137efedba7
commit
d674b393a8
5 changed files with 1903 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue