From 752cab7a2f6e06b9b1a5a97163355a4ad8146006 Mon Sep 17 00:00:00 2001 From: Nadine Dove <100526941+NadineDove@users.noreply.github.com> Date: Wed, 26 Oct 2022 12:49:02 +0300 Subject: [PATCH] Create mkdocs.yml --- mkdocs.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 mkdocs.yml diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 0000000..c69503e --- /dev/null +++ b/mkdocs.yml @@ -0,0 +1,22 @@ +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