-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsidebars.ts
More file actions
158 lines (152 loc) Β· 6.2 KB
/
sidebars.ts
File metadata and controls
158 lines (152 loc) Β· 6.2 KB
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
import type {SidebarsConfig} from '@docusaurus/plugin-content-docs';
// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...)
/**
* Creating a sidebar enables you to:
- create an ordered group of docs
- render a sidebar for each doc of that group
- provide next/previous navigation
The sidebars can be generated from the filesystem, or explicitly defined here.
Create as many sidebars as you want..
*/
const sidebars: SidebarsConfig = {
tutorialSidebar: [
{type: 'doc', id: 'getting-started', label: 'π Getting Started'},
{type: 'doc', id: 'installation', label: 'π οΈ Installation'},
{type: 'doc', id: 'initial-setup', label: 'π€ Setup Admin User'},
{type: 'doc', id: 'dashboard', label: 'π Dashboard'},
{
type: 'category',
label: 'ποΈ Library',
collapsed: true,
items: [
{type: 'doc', id: 'library/setup-first-library', label: 'π Setup First Library'},
{type: 'doc', id: 'library/edit-library', label: 'βοΈ Edit Library'},
{type: 'doc', id: 'library/organization-modes', label: 'π Organization Modes'},
{type: 'doc', id: 'library/physical-books', label: 'π Physical Books'},
{type: 'doc', id: 'library/duplicate-detection', label: 'π Duplicate Detection'},
],
},
{
type: 'category',
label: 'π₯ Bookdrop',
collapsed: true,
items: [
{type: 'doc', id: 'bookdrop', label: 'π₯ Bookdrop Basics'},
{type: 'doc', id: 'bookdrop-advanced', label: 'π― Advanced Features'},
],
},
{
type: 'category',
label: 'π Books & Collections',
collapsed: true,
items: [
{type: 'doc', id: 'notebook', label: 'π Notebook'},
{type: 'doc', id: 'library-stats', label: 'π Library Statistics'},
{type: 'doc', id: 'reading-stats', label: 'π Reading Statistics'},
{type: 'doc', id: 'magic-shelf', label: 'πͺ Magic Shelf'},
{type: 'doc', id: 'shelf', label: 'π Shelf'},
{type: 'doc', id: 'series', label: 'π Series'},
{type: 'doc', id: 'authors', label: 'βοΈ Authors'},
{type: 'doc', id: 'book-browser/grid', label: 'π³ Grid View'},
{type: 'doc', id: 'book-browser/table', label: 'π Table View'},
],
},
{
type: 'category',
label: 'ποΈ Metadata',
collapsed: true,
items: [
{type: 'doc', id: 'metadata/metadata-center', label: 'π Metadata Center'},
{type: 'doc', id: 'metadata/metadata-settings', label: 'βοΈ Metadata Settings'},
{type: 'doc', id: 'metadata/metadata-fetch-configuration', label: 'π Fetch Configuration'},
{type: 'doc', id: 'metadata/file-naming-patterns', label: 'ποΈ File Naming Patterns'},
{type: 'doc', id: 'metadata/metadata-manager', label: 'π§ Metadata Manager'},
{type: 'doc', id: 'metadata/sidecar-files', label: 'π Sidecar Files'},
{type: 'doc', id: 'metadata/amazon-cookie', label: 'πͺ Amazon Cookie'},
{type: 'doc', id: 'metadata/hardcover-token', label: 'π Hardcover API'},
{type: 'doc', id: 'metadata/lubimyczytac', label: 'π LubimyCzytac'},
{type: 'doc', id: 'metadata/ranobedb', label: 'π RanobeDB'},
],
},
{
type: 'category',
label: 'π Reader & Display',
collapsed: true,
items: [
{type: 'doc', id: 'readers/epub-reader', label: 'π EPUB Reader'},
{type: 'doc', id: 'readers/pdf-reader', label: 'π PDF Reader'},
{type: 'doc', id: 'readers/cbx-reader', label: 'π¦Έ Comic Reader'},
{type: 'doc', id: 'readers/audiobook-player', label: 'π§ Audiobook Player'},
{type: 'doc', id: 'reader-preferences', label: 'βοΈ Reader Preferences'},
{type: 'doc', id: 'view-preferences', label: 'ποΈ View Preferences'},
],
},
{
type: 'category',
label: 'π Integrations',
collapsed: true,
items: [
{type: 'doc', id: 'integration/kobo', label: 'π² Kobo'},
{type: 'doc', id: 'integration/koreader', label: 'π KOReader'},
{type: 'doc', id: 'integration/opds', label: 'π OPDS'},
{type: 'doc', id: 'integration/komga-api', label: 'π Komga API'},
],
},
{
type: 'category',
label: 'π Authentication',
collapsed: true,
items: [
{type: 'doc', id: 'authentication/overview', label: 'ποΈ Overview'},
{type: 'doc', id: 'authentication/oidc-settings', label: 'βοΈ OIDC Settings'},
{
type: 'category',
label: 'π Identity Providers (OIDC)',
collapsed: true,
items: [
{type: 'doc', id: 'authentication/authentik', label: 'π‘οΈ Authentik'},
{type: 'doc', id: 'authentication/pocket-id', label: 'π³ Pocket ID'},
{type: 'doc', id: 'authentication/authelia', label: 'π Authelia'},
],
},
],
},
{
type: 'category',
label: 'π οΈ Administration',
collapsed: true,
items: [
{type: 'doc', id: 'content-restrictions', label: 'π‘οΈ Content Restrictions'},
{type: 'doc', id: 'tools/user-management', label: 'π₯ User Management'},
{type: 'doc', id: 'email-setup', label: 'βοΈ Email Setup'},
{type: 'doc', id: 'tools/task-manager', label: 'π₯οΈ System Task Manager'},
{type: 'doc', id: 'tools/audit-logs', label: 'π‘οΈ Audit Logs'},
{type: 'doc', id: 'tools/global-preferences', label: 'βοΈ Global Preferences'},
{type: 'doc', id: 'tools/devices', label: 'π± Devices'},
],
},
{
type: 'category',
label: 'π¨ Customization',
collapsed: true,
items: [
{type: 'doc', id: 'tools/custom-icons', label: 'π¨ Custom Icons'},
{type: 'doc', id: 'tools/custom-fonts', label: 'π€ Custom Fonts'},
{type: 'doc', id: 'tools/cover-art-settings', label: 'πΌοΈ Cover Art Settings'},
],
},
],
// Testing sidebar
testingSidebar: [
{
type: 'category',
label: 'Grimmory Beta Testing',
collapsible: true,
collapsed: false,
items: [
'testing/testing-setup',
],
},
],
};
export default sidebars;