-
Notifications
You must be signed in to change notification settings - Fork 34
/
sidebars.js
117 lines (117 loc) · 2.69 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
module.exports = {
docs: [
{
type: "doc",
label: "Introduction",
id: "introduction",
},
{
type: "doc",
label: "Quick Start",
id: "quick-start",
},
{
type: "category",
label: "Installation & Updates",
collapsed: false,
items: [
"installation/linux",
"installation/docker",
"installation/shared-seedbox",
"installation/macos",
"installation/windows",
{
type: "category",
label: "Reverse proxy",
items: [
"installation/reverse-proxy/caddy",
"installation/reverse-proxy/lighttpd",
"installation/reverse-proxy/nginx",
"installation/reverse-proxy/swag",
"installation/reverse-proxy/traefik",
"installation/reverse-proxy/tailscale-serve",
],
},
{
type: "category",
label: "Supplementary",
items: [
"installation/supplementary/transfer-installation",
"installation/supplementary/postgresql",
],
},
],
},
{
type: "category",
label: "Configuration",
items: [
"configuration/autobrr",
"configuration/indexers",
"configuration/irc",
{
type: "category",
label: "Download clients",
items: [
"configuration/download-clients/dedi",
"configuration/download-clients/shared",
],
},
"configuration/feeds",
"configuration/notifications",
],
},
{
type: "category",
label: "Filters",
collapsed: true,
items: [
"filters/basics",
"filters/tv-movies",
"filters/music",
"filters/advanced",
"filters/external",
"filters/actions",
"filters/macros",
"filters/omegabrr",
"filters/examples",
"filters/categories",
"filters/freeleech",
],
},
{
type: "category",
label: "Usage",
collapsed: true,
items: ["usage/search", "usage/tips", "usage/account"],
},
{
type: "category",
label: "3rd party tools",
collapsed: true,
items: [
"3rd-party-tools/cross-seed",
"3rd-party-tools/manage-torrents",
"3rd-party-tools/redactedhook",
"3rd-party-tools/upgraderr",
"3rd-party-tools/seasonpackarr",
"3rd-party-tools/sizechecker"
],
},
{
type: "doc",
label: "api",
id: "api",
},
{
type: "doc",
label: "faqs",
id: "faqs",
},
{
type: "doc",
label: "contributing",
id: "contributing",
},
],
};