-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
129 lines (123 loc) · 3.05 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# Project Information
site_name: VMware Validated Solutions
site_description: VMware Validated Solutions
site_url: https://vmware-samples.github.io/validated-solutions-for-cloud-foundation
site_author: Broadcom
docs_dir: docs
site_dir: .site
use_directory_urls: true
# Copyright
copyright: |
Copyright © 2005-2024 Broadcom. All Rights Reserved.<br/>
The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries.<br/><br/>
# Configuration
theme:
name: material
favicon: favicon.ico
logo: assets/images/icon-white.png
icon:
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch
name: Dark Theme
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Light Theme
font:
text: Roboto
code: Roboto Mono
features:
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.tabs.link
- navigation.footer
- navigation.header
- navigation.indexes
- navigation.instant
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
# Plugins
plugins:
- search:
separator: '[\s\u200b\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- open-in-new-tab
- markdownextradata:
jinja_options:
variable_start_string: "${{"
variable_end_string: "}}"
- git-revision-date-localized:
enabled: !ENV [CI, false]
enable_creation_date: false
exclude:
- index.md
fallback_to_build_date: true
type: timeago
# Customization
extra:
config:
repo_url: https://github.com/vmware-samples/validated-solutions-for-cloud-foundation
repo_url_raw: https://raw.githubusercontent.com/vmware-samples/validated-solutions-for-cloud-foundation
version:
default: latest
provider: mike
social:
- icon: fontawesome/solid/book
link: https://docs.vmware.com/en/VMware-Cloud-Foundation/index.html
extra_css:
- assets/stylesheets/extra.css
# Extensions
markdown_extensions:
- admonition
- attr_list
- footnotes
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- material/.icons
- pymdownx.inlinehilite
- pymdownx.highlight:
use_pygments: true
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.details
- tables
- toc:
permalink: true
# Navigation
nav:
- Solutions:
- index.md
- FAQs:
- faq.md
- Automation Modules and Scripts:
- pwsh.md
- Blog Articles:
- https://blogs.vmware.com/cloud-foundation/products/vmware-validated-solutions/