-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yaml
78 lines (72 loc) · 2.19 KB
/
mkdocs.yaml
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
76
77
78
site_name: Helm Compose Documentation
docs_dir: docs
repo_url: https://github.com/seacrew/helm-compose
nav:
- Home: "index.md"
- "Quick Start": "quick-start.md"
- "Key Features and Use Cases": "key-features-and-use-cases.md"
- "Compose File Reference": "compose-file-reference.md"
- "Storage Providers": "storage-providers.md"
- Commands:
- "helm compose up": "commands/up.md"
- "helm compose down": "commands/down.md"
- "helm compose list": "commands/list.md"
- "helm compose get": "commands/get.md"
- "helm compose template": "commands/template.md"
theme:
name: material
logo: https://user-images.githubusercontent.com/18513179/239762487-ec236277-f782-4da3-8a23-692ad017bb92.svg
favicon: https://user-images.githubusercontent.com/18513179/212496536-76db8b48-fe7c-42a3-b851-da1f281e1ad6.svg
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
accent: custom
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
accent: custom
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.sections
- navigation.expand
- navigation.path
- navigation.indexes
- navigation.footer
- content.code.copy
extra_css:
- stylesheets/extra.css
plugins:
- search
- autolinks
- drawio_file
- git-revision-date-localized
markdown_extensions:
- abbr
- tables
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra:
copyright: Copyright © 2023 Seacrew Authors
social:
- icon: fontawesome/brands/github
link: https://github.com/seacrew
version:
provider: mike
consent:
title: Cookie consent
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.