-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yaml
146 lines (137 loc) · 4.85 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
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
---
# Project information
site_name: Hackspace Wiki
site_author: Leigh Hackspace
site_url: https://leigh-hackspace.github.io/HackspaceWiki/
# Repository
repo_name: leigh-hackspace/HackspaceWiki
repo_url: https://github.com/leigh-hackspace/HackspaceWiki
edit_uri: "edit/main/docs/"
extra_javascript:
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
- assets/tablesort.js
extra_css:
- assets/extra.css
theme:
name: material
logo: assets/logo.svg
palette:
scheme: default
primary: black
accent: red
icon:
repo: fontawesome/brands/git-alt
features:
- navigation.tabs
- navigation.prune
- navigation.indexes
- navigation.sections
- navigation.path
- toc.integrate
- navigation.top
docs_dir: ./docs
copyright: Copyright © 2023 Leigh Hackspace CIC - <a href="#__consent">Change cookie settings</a>
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/slack
link: https://join.slack.com/t/leighhack/shared_invite/enQtNDYzMjEyMDMxNDExLTE1MWY5N2IwMzdhMzQ0ZWFiNDkyNzJmMGM1ZmFkODcwMGM5ODFmYmI4MjhmM2JiMWEyY2E3NTRjMTQzMzljZWU
- icon: fontawesome/brands/github
link: https://github.com/leigh-hackspace
- icon: fontawesome/brands/mastodon
link: https://mastodon.social/@leigh_hackspace
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.
plugins:
- search
- table-reader
- git-revision-date-localized:
enable_creation_date: true
# Extensions
markdown_extensions:
- tables
- admonition
- pymdownx.details
- attr_list
- md_in_html
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
nav:
- Welcome:
- index.md
- Location: welcome/location.md
- Nearby Services: welcome/nearby_services.md
- Membership:
- Joining The Hackspace: membership/joining.md
- Membership Types: membership/membership_types.md
- Access: membership/access.md
- Rules: membership/rules.md
- Code of Conduct: membership/code_of_conduct.md
- Disputes: membership/disputes.md
- Useful Contacts: membership/useful_contacts.md
- Facilities:
- facilities/index.md
- Useful Information: facilities/useful_information.md
- Main Space: facilities/main_space.md
- Pi Room: facilities/pi_room.md
- Classroom: facilities/classroom.md
- Workshop:
- facilities/workshop/index.md
- Tools List: facilities/workshop/tool_list.md
- Guides:
- Bandsaw: facilities/workshop/bandsaw.md
- Table Saw: facilities/workshop/table_saw.md
- Woodturning Lathe: facilities/workshop/woodturning_lathe.md
- Fabrication:
- facilities/fabrication/index.md
- Workstation: facilities/fabrication/workstation.md
- 3D Printers: facilities/fabrication/3d_printers.md
- CNCs: facilities/fabrication/cncs.md
- Lasers: facilities/fabrication/lasers.md
- Vinyl Cutters: facilities/fabrication/vinyl.md
- Electronics: facilities/electronics.md
- Dark Room: facilities/dark_room.md
- Crafts Space: facilities/crafts_space.md
- Social Space:
- facilities/social_space/index.md
- Hosting an event: facilities/social_space/hosting_events.md
- Artist Pods: facilities/artist_pods.md
- Infrastructure:
- infrastructure/index.md
- Internal Services: infrastructure/internal_services.md
- Network Layout: infrastructure/network_layout.md
- VPN: infrastructure/vpn.md
- Devices & Services:
- infrastructure/devices/index.md
- Network Switches: infrastructure/devices/network_switches/index.md
- pfSense / Gateway: infrastructure/devices/pfsense/index.md
- Authentik: infrastructure/devices/authentik/index.md
- QNAP NAS: infrastructure/devices/qnap_nas/index.md
- Proxmox Clusters: infrastructure/devices/proxmox/index.md
- Kubernetes Lab: infrastructure/devices/k8s-lab/index.md
- Hackspace State Switch v1: infrastructure/devices/state_switch/index.md
- Dashboard: infrastructure/devices/dashboard/index.md
- Projects:
- projects/index.md
- AliExpress P8 Laptop: projects/aliexpress_p8/index.md