-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathsidebars.js
258 lines (258 loc) · 7.34 KB
/
sidebars.js
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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
module.exports = {
docsSidebar: [
{
type: 'category',
label: 'Getting Started',
link: {
type: 'generated-index',
title: 'Getting Started with ZeroTier',
description: 'ZeroTier securely connects all of your devices and services with each other, anywhere.',
slug: '/',
},
items: ['wat', 'releases', 'start', 'cli', 'awesome', 'faq', 'troubleshooting'],
},
{
type: 'category',
label: 'Architecture',
link: {
type: 'generated-index',
title: 'How ZeroTier Works',
description: 'Our installable client service.',
slug: '/zerotier',
},
items: ['protocol', 'faq-security', 'rules', 'config', 'what-is-a-controller'],
},
{
type: 'category',
label: 'Central',
link: {
type: 'generated-index',
title: 'Central',
description: 'Our hosted offering for managing your networks.',
slug: '/central',
},
items: ['start', 'faq-central', 'sso', 'authentication', 'organizations', 'central-admins', 'audit-logs', 'pricing', 'central-billing', 'central-hide-nodes', 'sso-add-seats', 'dns-management'],
},
{
type: 'category',
label: 'Guides',
link: {
type: 'generated-index',
title: 'Guides',
description: 'How-to guides for common ZeroTier use cases.',
slug: '/guides',
},
items: [
'docker',
'dns',
'exitnode',
{
type: 'category',
label: 'Cloud Deployments',
items: [
'terraform',
'cloud-init',
],
},
{
type: 'category',
label: 'Advanced Networking',
items: [
'multipath', 'bridging', 'proxy', 'code-server', 'route-between-phys-and-virt', 'microsegmentation', 'nat', 'integrating-physical-networks',
],
},
{
type: 'category',
label: 'Self-Hosting',
link: {
type: 'generated-index',
title: 'Self-Hosting',
description: 'Take control by self-hosting your own ZeroTier infrastructure.',
slug: '/selfhost',
},
items: ['controller', 'roots'],
},
],
},
{
type: 'category',
label: 'Development',
link: { type: 'doc', id: 'api/index', },
items: [
{
type: 'category',
label: 'Central API',
link: { type: 'doc', id: 'api/central/index' },
items: [
{
type: 'html',
value: '<a href="/api/central/ref-v1" target="_new">API Reference (V1)</a>',
defaultStyle: true,
},
'api/central/examples',
],
},
{
type: 'category',
label: 'Service API',
link: { type: 'doc', id: 'api/service/index' },
items: [
{
type: 'html',
value: '<a href="/api/service/ref-v1" target="_new">API Reference (V1)</a>',
defaultStyle: true,
},
],
},
{
type: 'doc',
id: 'api/tokens',
label: 'Using API Tokens',
},
{
type: 'doc',
id: 'sockets',
label: 'Sockets (libzt)'
},
{
type: 'doc',
id: 'webhooks',
label: 'Web Hooks',
}
],
},
{
type: 'category',
label: 'Security',
items: ['security', 'faq-security']
},
{
type: 'category',
label: 'OS / Platform Notes',
link: {
type: 'generated-index',
title: 'OS / Platforms',
description: 'ZeroTier on your operating system of choice',
slug: '/platforms',
},
items: [
/* LINUX */
{
type: 'category',
label: 'Linux',
link: {
type: 'generated-index',
title: 'ZeroTier',
description: 'ZeroTier on Linux',
slug: '/linux',
},
items: ['faq-linux', 'snap', 'docker', 'bridging', 'aws-vpc-gateway', 'nat', 'docker-6plane', 'code-server', 'cloud-init', 'route-between-phys-and-virt']
},
/* MAC */
{
type: 'category',
label: 'macOS',
link: {
type: 'generated-index',
title: 'macOS',
description: 'ZeroTier on macOS',
slug: '/macos',
},
items: ['faq-macos']
},
/* WINDOWS */
{
type: 'category',
label: 'Windows',
link: {
type: 'generated-index',
title: 'Windows',
description: 'ZeroTier on Windows',
slug: '/windows',
},
items: ['faq-windows', 'chocolatey', 'winget', 'windows-lan-game', 'windows-unknown-node-id', 'windows-service-unreachable']
},
/* ANDROID */
{
type: 'category',
label: 'Android',
link: {
type: 'generated-index',
title: 'Android',
description: 'ZeroTier on Android',
slug: '/android',
},
items: ['faq-android']
},
/* iOS */
{
type: 'category',
label: 'iOS / iPadOS',
link: {
type: 'generated-index',
title: 'iOS / iPadOS',
description: 'ZeroTier on iOS or iPadOS',
slug: '/ios',
},
items: ['faq-ios']
},
{
type: 'category',
label: 'Routers',
link: {
type: 'generated-index',
title: 'Routers',
description: 'If it has a chip, you can probably install ZeroTier on it.',
slug: '/routers',
},
items: ['routertips', 'corporate-firewalls', 'teltonika-networks', 'mikrotik', 'openwrt', 'opnsense', 'ubiquiti', 'route-between-phys-and-virt'],
},
{
type: 'category',
label: 'NAS',
link: {
type: 'generated-index',
title: 'Network Attached Storage',
description: 'If it has a chip, you can probably install ZeroTier on it.',
slug: '/nas',
},
items: ['freenas', 'asustor', 'qnap', 'synology', 'wd'],
},
{
type: 'category',
label: 'IoT',
link: {
type: 'generated-index',
title: 'IoT',
description: 'ZeroTier is designed to operate on resource constrained devices and under 16MB of memory.',
slug: '/iot',
},
items: ['lbm', 'multithreading', 'compatibility', 'bridging', 'proxy', 'route-between-phys-and-virt'],
},
/* FreeBSD */
{
type: 'category',
label: 'FreeBSD',
link: {
type: 'generated-index',
title: 'freebsd',
description: 'ZeroTier on freeBSD',
slug: '/freebsd',
},
items: ['faq-freebsd']
},
],
},
{
type: 'category',
label: 'Service Providers',
link: {
type: 'generated-index',
title: 'Service Providers',
description: 'Guides for Managed Service Providers',
slug: '/service-providers',
},
items: ['faq-rules', 'sso', 'central-admins', 'audit-logs'],
}
]
}