forked from Unpackerr/unpackerr.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsidebars.js
More file actions
24 lines (24 loc) · 734 Bytes
/
sidebars.js
File metadata and controls
24 lines (24 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module.exports = {
someSidebar: [
'introduction',
{
"Installation": [
'install/choosemethod',
{"Docker": [ 'install/docker', 'install/compose', 'install/unraid', 'install/truenas-scale']},
'install/freebsd',
'install/macos',
'install/windows',
{"Linux": [ 'install/linux', 'install/archlinux', 'install/seedbox']},
'install/configuration',
]
},
'unpackerr/faq',
{'Tips & Tricks': [ 'unpackerr/troubleshooting', 'downloaders/torrent', 'downloaders/usenet']},
{
type: 'html',
value: '<a href="https://golift.io"><img src="https://docs.golift.io/integrations/golift.png" /></a>',
defaultStyle: true,
},
"xt",
],
};