Files
ZIC-for-AWS-Documentation/mkdocs.yml
T
2022-10-26 12:49:02 +03:00

23 lines
698 B
YAML

site_name: Zerto In-Cloud (ZIC) for Amazon Web Services (AWS) v1.1
theme:
name: readthedocs
highlightjs: false
nav:
- Introduction: introduction.md
- Prerequisites & Requirements: Prerequisites & Requirements.md
- ZIC Installation: ZIC installation components.md
- Obtaining the Image Pull Key Secret: Obtaining the Image Pull Key Secret.md
- Deploying the ZIC Instance: Deploying the ZIC Instance.md
- Configuring ZIC To Use Access Token from Keycloak: Use access token from keycloak.md
plugins:
- zerto_swagger
- search
markdown_extensions:
- tables
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences