-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
45 lines (45 loc) · 1.5 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
site_name: Zerto for Kubernetes (Z4K)
theme:
name: readthedocs
highlightjs: false
nav:
- Zerto for Kubernetes Overview: Z4KOverview.md
- Zerto for Kubernetes Overview:
- Deployment Architecture: DeploymentArchitecture.md
- Supported Platforms: SupportedPlatforms.md
- Release Updates: ReleaseNotes.md
- Limitations: Limitations.md
- Known Issues: Known_Issues.md
- Z4K Deployment: Z4KDeploymentGuide.md
- Z4K Deployment:
- Prerequisites and Requirements: PrerequisitesAndRequirements.md
- Deploying Z4K: Z4KDeploymentGuide.md
- Pre-Deployment Validation: PredeploymentValidation.md
- Z4K Installer: Z4KInstaller.md
- Taints and Tolerations: TaintsandTolerations.md
- Upgrading Z4K: UpgradingZ4K.md
- Uninstalling Z4K: UninstallingZ4K.md
- Z4K Administration: AdministrationWorkflow.md
- Z4K Administration:
- Configuring Virtual Protection Groups: ConfiguringVPGs.md
- Disaster Recovery: DisasterRecovery.md
- Extended Journal Copy: ExtendedJournalCopy.md
- Z4K REST API:
- Accessing the Z4K REST API: AccessingZ4KRESTAPI.md
- Z4K APIs: openapi.md
- Z4K Analytics: Z4KAnalytics.md
- Troubleshooting: TroubleshootingZ4K.md
- Troubleshooting:
- Network Connectivity: NetworkConnectivity.md
- Collecting Z4K Logs: LogCollection.md
plugins:
- zerto_swagger
- search
markdown_extensions:
- tables
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences