-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
63 lines (61 loc) · 2 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
site_name: Stakater Secrets Management
docs_dir: content
site_url: https://docs.stakater.com/
repo_url: https://github.com/stakater/secrets-docs
edit_uri: blob/main/content/
use_directory_urls: false
theme:
name: material
prev_next_buttons_location: none
logo: assets/images/favicon.svg
favicon: assets/images/favicon.svg
custom_dir: custom_theme/
palette:
primary: white
features:
- navigation.tabs
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra:
analytics:
provider: google
property: G-TTH1YYW5TX
consent:
title: Cookie consent
actions:
- accept
- reject
- manage
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
nav:
- Secrets Management:
- index.md
- introduction.md
- sealed-secrets.md
- vault.md
- Secrets Management as a Service:
- managed-service/offer.md
- managed-service/cluster_config.md
- External Secret Operator:
- external-secret-operator/introduction.md
- external-secret-operator/getting-started.md
- external-secret-operator/workflow.md
- Stakater Home: https://www.stakater.com/
- SAAP: https://www.stakater.com/saap-kubernetes-openshift
- Consultancy: https://www.stakater.com/kubernetes-consultancy
- Events: https://www.stakater.com/events
- Platform Assessment: https://www.stakater.com/kubernetes-platform-assessment
- Careers: https://www.stakater.com/careers
plugins:
- search
- mermaid2