-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
91 lines (85 loc) · 2.48 KB
/
mkdocs.yml
File metadata and controls
91 lines (85 loc) · 2.48 KB
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
site_name: Azure Local VM Conversion Toolkit
site_description: Convert Gen 1 virtual machines to Gen 2 on Azure Local and Hyper-V
site_author: Azure Local Cloud
site_url: https://azurelocal.github.io/azurelocal-vm-conversion-toolkit/
repo_url: https://github.com/AzureLocal/azurelocal-vm-conversion-toolkit
repo_name: AzureLocal/azurelocal-vm-conversion-toolkit
theme:
name: material
palette:
- scheme: default
primary: blue
accent: blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: blue
accent: blue
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.sections
- navigation.top
- navigation.footer
- content.code.copy
- content.code.annotate
- search.suggest
- search.highlight
logo: assets/images/azurelocal-vm-conversion-toolkit-icon.svg
favicon: assets/images/azurelocal-vm-conversion-toolkit-icon.svg
icon:
repo: fontawesome/brands/github
nav:
- Home: index.md
- Getting Started: getting-started.md
- Gen 1 vs Gen 2: gen1-vs-gen2.md
- Prerequisites: prerequisites.md
- Runbooks:
- Azure Local Path: runbook-azurelocal.md
- Hyper-V Path: runbook-hyperv.md
- Troubleshooting: troubleshooting.md
- Reference:
- Variable Reference: reference/variables.md
- Contributing: contributing.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- pymdownx.snippets
- tables
- toc:
permalink: true
- attr_list
- md_in_html
plugins:
- search
extra:
analytics:
provider: google
property: G-2D9XDHSXJW
social:
- icon: fontawesome/brands/x-twitter
link: https://x.com/countrycloudboy
name: CountryCloudBoy on X
- icon: fontawesome/brands/github
link: https://github.com/AzureLocal/azurelocal-vm-conversion-toolkit
name: GitHub Repository
- icon: fontawesome/solid/globe
link: https://azurelocal.cloud
name: Azure Local Community
homepage: https://azurelocal.cloud
copyright: >-
Copyright © 2026 Azure Local. Designed and maintained by
<a href="https://www.hybridsolutions.cloud">Hybrid Cloud Solutions</a>.