-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathmkdocs.yml
75 lines (69 loc) · 2.04 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
site_name: Ping Identity DevOps Helm Charts
repo_name: pingidentity/helm-charts
repo_url: https://github.com/pingidentity/helm-charts
site_url: https://helm.pingidentity.com/
copyright: © Copyright 2025 Ping Identity
extra_css:
- mkdocs/overrides/stylesheets/extra.css
theme:
name: material
custom_dir: docs/mkdocs/overrides
favicon: images/favicon.png
features:
- navigation.tabs
- instant
- navigation.top
palette:
- media: "(prefers-color-scheme: light)"
accent: blue
scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
accent: blue
scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
edit_uri: ""
markdown_extensions:
- attr_list
- pymdownx.emoji
- admonition
- codehilite
- pymdownx.inlinehilite
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences
- meta
- toc:
# insert a blank space before the character
permalink: " ¶"
nav:
- Welcome:
- Installation: "index.md"
- Getting Started: "getting-started.md"
- Issues or Suggestions: "CONTRIBUTING.md"
- Value Configs:
- Introduction: "config/index.md"
- global: "config/global.md"
- Container: "config/container.md"
- External Image: "config/external-image.md"
- Image: "config/image.md"
- Ingress: "config/ingress.md"
- License: "config/license.md"
- PrivateCerts: "config/private-cert.md"
- Service: "config/service.md"
- Vault: "config/vault.md"
- VolumeMounts: "config/volume-mounts.md"
- Workload: "config/workload.md"
- List of Supported Values: "config/supported-values.md"
- Openshift Configuration: "config/openshift.md"
- Examples:
- Introduction: "examples/index.md"
- How To:
- Update Tags: "howto/updatetags.md"
- Release Notes:
- Current Release: "release-notes/currentRelease.md"
- Previous Releases: "release-notes/previousReleases.md"