forked from IBM/cp4waiops-gitops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
50 lines (48 loc) · 1.31 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
46
47
48
49
50
site_name: IBM Cloud Pak for Watson AIOps
site_url: https://ibm.github.io/cp4waiops-gitops/docs/
repo_url: https://github.com/IBM/cp4waiops-gitops
nav:
- GitOps Install:
- Introduction: README.md
- v3.4:
- Online Install: how-to-deploy-cp4waiops.md
- Advanced Install Options:
- Customize CP4WAIOps Install: cp4waiops-custom-install.md
- Deploy Demo Environment: deploy-cloudpak-with-sample-apps.md
- Deploy to Multiple Clusters: deploy-cloudpak-to-multiple-clusters.md
- Deploy with Cluster Provisioning: deploy-ocp-cloudpak-with-gitops.md
theme:
name: material
# logo: images/logo.png
# favicon: images/logo.png
palette:
scheme: default
primary: black
font:
text: IBM Plex Sans
code: IBM Plex Mono
language: en
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.sections
use_directory_urls: true
markdown_extensions:
- attr_list
- md_in_html
- admonition
- toc:
permalink: true
toc_depth: 5
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.highlight
- pymdownx.tabbed
- pymdownx.details
- pymdownx.snippets:
base_path: docs/snippets
extra_css:
- css/extra.css