-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
121 lines (115 loc) · 4.54 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
site_name: Telecom Craft Home Labs
site_url: https://labs.telecomcraft.com
repo_url: https://github.com/telecomcraft/homelabs
repo_name: telecomcraft/homelabs
theme:
name: material
logo: assets/logo.svg
icon:
repo: fontawesome/brands/github
palette:
# - primary: "grey"
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/lightbulb-outline
name: Switch to Dark Mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/lightbulb
name: Switch to Light Mode
features:
- navigation.tracking
- navigation.tabs
- navigation.top
- navigation.expand
- navigation.path
- search.highlight
- content.code.copy
copyright: >
All content licensed under the <a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons</a> by Telecom Craft – <a href="#__consent">Change cookie settings</a>
extra:
social:
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@telecomcraft
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/telecomcraft
- icon: fontawesome/brands/github
link: https://github.com/telecomcraft
- icon: fontawesome/brands/twitter
link: https://www.twitter.com/thetelecomcraft
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
actions:
- accept
- reject
markdown_extensions:
- admonition
- attr_list
- md_in_html
- def_list
- tables
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav:
- Home: 'index.md'
- About: 'about.md'
- Blog:
- blog/index.md
- Fiber Labs:
- Fiber Labs Overview: 'labs/fiber/overview.md'
- Safety Tips: 'labs/fiber/safety-tips.md'
- Patch Cords and Connectors: 'labs/fiber/patch-cords-and-connectors.md'
- Network Labs:
- Network Labs Overview: 'labs/networks/overview.md'
- General Labs:
- Initial Proxmox Network Configuration: 'labs/networks/general/initial-proxmox-network-configuration.md'
- Creating a Network Host Template in Proxmox: 'labs/networks/general/creating-a-network-host-template-in-proxmox.md'
- Cloning a Network Host Template in Proxmox: 'labs/networks/general/cloning-a-network-host-template-in-proxmox.md'
- Connecting and Configuring Network Hosts in Proxmox: 'labs/networks/general/connecting-and-configuring-network-hosts-in-proxmox.md'
- Exploring Subnets, Broadcast Domains, and Bridges in Proxmox: 'labs/networks/general/exploring-subnets-broadcast-domains-and-bridges-in-proxmox.md'
- Exploring Subnets and VLANs in Proxmox: 'labs/networks/general/exploring-subnets-and-vlans-in-proxmox.md'
- VyOS Labs:
- Installing VyOS on Proxmox: 'labs/networks/vyos/installing-vyos-on-proxmox.md'
- Initial VyOS Configuration Best Practices: 'labs/networks/vyos/initial-vyos-configuration-best-practices.md'
- MikroTik Labs:
- Installing MikroTik RouterOS on Proxmox: 'labs/networks/mikrotik/installing-routeros-on-proxmox.md'
#- Juniper Labs:
#- Installing Juniper vSRX on Proxmox: 'labs/networks/juniper/installing-vsrx-on-proxmox.md'
#- Initial Junos OS Configuration: 'labs/networks/juniper/initial-junos-os-configuration.md'
- APNIC Routing Labs:
- Overview: 'labs/networks/apnic/routing-labs.md'
- MikroTik: 'labs/networks/apnic/mikrotik/overview.md'
- Server Labs:
- Server Labs Overview: 'labs/servers/overview.md'
#- Security Labs:
# - Security Labs Overview: 'labs/security/overview.md'
- Quick Refs:
- Overview: 'quickrefs/overview.md'
- MikroTik:
- RouterOS Basic Setup Checklist: 'quickrefs/routeros-basic-setup-checklist.md'
- VyOS:
- VyOS Basic Configuration: 'quickrefs/vyos-basic-configuration.md'
plugins:
- blog:
post_url_format: "{slug}"
- search
- git-committers:
repository: telecomcraft/homelabs
branch: main
- git-revision-date-localized:
enable_creation_date: true
- tags:
tags_slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
tags_file: tags.md