-
Notifications
You must be signed in to change notification settings - Fork 333
/
Copy pathmkdocs.yml
160 lines (153 loc) · 4.38 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
---
# Project Information
site_name: Packer Examples for VMware vSphere
site_description: Packer Examples for VMware vSphere
site_url: https://vmware-samples.github.io/packer-examples-for-vsphere/
site_author: Broadcom
docs_dir: docs
site_dir: .site
use_directory_urls: true
# Repository
repo_url: https://github.com/vmware-samples/packer-examples-for-vsphere
edit_uri: blob/main/docs/
# 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.svg
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
- glightbox:
touchNavigation: true
loop: false
effect: zoom
slide_effect: slide
width: 100%
height: auto
zoomable: true
draggable: true
skip_classes:
- skip-lightbox
auto_caption: false
caption_position: bottom
# Customization
extra:
config:
repo_url: https://github.com/vmware-samples/packer-examples-for-vsphere
repo_url_raw: https://raw.githubusercontent.com/vmware-samples/packer-examples-for-vsphere/develop
version:
default: latest
provider: mike
extra_css:
- assets/stylesheets/extra.css
- assets/stylesheets/spanable.css
# Extensions
markdown_extensions:
- admonition
- attr_list
- footnotes
- md_in_html
- neoteroi.spantable
- pymdownx.critic
- 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:
- Home:
- index.md
- Release Notes: release-notes.md
- Release Milestones: https://github.com/vmware-samples/packer-examples-for-vsphere/milestones
- License: license.md
- Getting Started:
- Requirements: getting-started/requirements.md
- Get the Project: getting-started/get-project.md
- Download ISOs: getting-started/downloads.md
- Privileges: getting-started/privileges.md
- Configure: getting-started/configure.md
- Build: getting-started/build.md
- GitLab CI/CD: getting-started/gitlab-ci-cd.md
- FAQ: getting-started/faq.md
- Community:
- Contributing: community/contributing.md
- Discussions: https://github.com/vmware-samples/packer-examples-for-vsphere/discussions
- Search Issues: https://github.com/vmware-samples/packer-examples-for-vsphere/issues
- Open an Issue: https://github.com/vmware-samples/packer-examples-for-vsphere/issues/new/choose
- Support: community/support.md
- Code of Conduct: community/code-of-conduct.md