-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmkdocs.yaml
96 lines (96 loc) · 2.76 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
INHERIT: !ENV [NAV_FILE, "./nav.yaml"]
copyright: © 2024 - Spacelift, Inc. All rights reserved.
site_author: Spacelift
site_description: Collaborative Infrastructure For Modern Software Teams
site_name: Spacelift Documentation
site_url: !ENV [SITE_URL, "https://docs.spacelift.io"]
theme:
custom_dir: overrides
favicon: assets/images/favicon.png
features:
- content.code.annotate
- content.code.copy
- content.tabs.link
- navigation.indexes
- navigation.instant
- navigation.sections
font:
text: Nunito Sans
language: en
logo: !ENV [LOGO, "assets/images/logo.svg"]
name: material
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: spacelift
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
use_directory_urls: false
watch:
- nav.yaml
- overrides
markdown_extensions:
- admonition
- attr_list
- pymdownx.details
- pymdownx.highlight:
auto_title: false
linenums: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: »
permalink_title: Anchor link to this section
extra_css:
- assets/css/custom.css
extra:
generator: false
environment: !ENV [DOC_ENV, "dev"]
wp_options_api_url: !ENV WP_OPTIONS_API_URL
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/spacelift-io/
name: Spacelift on LinkedIn
- icon: fontawesome/brands/twitter
link: https://twitter.com/spaceliftio
name: Spacelift on Twitter
- icon: fontawesome/brands/github
link: https://github.com/spacelift-io
name: Spacelift on GitHub
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/UCYKTi_SzykyIe6jqj3t_kXg
name: Spacelift on YouTube
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/spaceliftio-103558488009736/
name: Spacelift on Facebook
spacelift_distribution: !ENV [SPACELIFT_DISTRIBUTION, "SAAS"]
version:
provider: mike
hooks:
- hooks/fetch_banner.py
- hooks/move_index.py
plugins:
- search
- macros
- mike:
# These fields are all optional; the defaults are as below...
alias_type: symlink
redirect_template: null
deploy_prefix: ""
canonical_version: "latest"
version_selector: true
- redirects:
redirect_maps:
"concepts/policy/git-push-policy.md": "concepts/policy/push-policy/README.md"