-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yaml
90 lines (81 loc) · 1.88 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
site_name: The FinOps Stack
site_url: https://finops-stack.jetstack.io
site_description: FinOps made Easy
# repo
repo_name: finops-stack
repo_url: https://github.com/jetstack/finops-stack
copyright: Made with ❤️ At Venafi Jetstack Consult.
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/jetstack/
# - icon: assets/jetstack_stripes.svg
# link: https://jetstack.io/
nav:
- Home: index.md
- About:
- Overview: intro.md
- Architecture: architecture.md
- Policies: policies.md
- Dashboards: dashboards.md
- Installation:
- install.md
- Distribution notes:
- distribution-gke-autopilot.md
- credit.md
extra_css:
- stylesheets/extra.css
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- admonition
- pymdownx.details
- md_in_html
- footnotes
- meta
- toc:
permalink: true
theme:
name: material
custom_dir: theme/overrides
language: en
font:
text: Mulish
logo: assets/icon-jetstack-consult-white.svg
favicon: assets/icon-jetstack-consult.svg
include_search_page: false
features:
- announce.dismiss
- content.code.copy
- content.code.select
- content.code.annotate
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.sections
- navigation.tabs
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
# - toc.integrate
plugins:
# - privacy
- social
- git-revision-date-localized:
type: date
enable_creation_date: true
fallback_to_build_date: true
- minify:
minify_html: true
- include-markdown
use_directory_urls: true
docs_dir: content/