Files
ZIC-for-AWS-Documentation/mkdocs.yml
T
2022-11-23 09:36:10 +02: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