forked from tcet-opensource/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sidebars.js
308 lines (300 loc) · 10.7 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
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
// TCET Open Source Doc Site Sidebar Configuration
/**
* 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.
The Doc site's sidebar config is defined below and should be followed by maintainers
while adding another project.
*/
// @ts-check
//** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars =
{
docs:
[
'about-tcetopensource',
{
type: 'category',
label: 'Projects',
link:
{
type: 'generated-index',
title: 'Project Docs',
description: 'Official Documentation of all TCET Open Source projects',
keywords: ['documentation, open-source'],
},
collapsed: true,
items:
[
{
type: 'category',
label: 'Docs Site',
link:
{
type: 'doc',
id: 'projects/docs-site/about-docs',
},
items:
[
'projects/docs-site/getting-started',
{
type: 'category',
label: 'Navbar',
link:
{
type: 'doc',
id: 'projects/docs-site/navbar/navbar',
},
items:
[
'projects/docs-site/navbar/title-and-logo',
'projects/docs-site/navbar/adding-items',
'projects/docs-site/navbar/adding-links',
'projects/docs-site/navbar/search-bar',
],
},
{
type: 'category',
label: 'Sidebar',
link:
{
type: 'doc',
id: 'projects/docs-site/sidebar/sidebar',
},
items:
[
'projects/docs-site/sidebar/adding-categories',
'projects/docs-site/sidebar/adding-links',
'projects/docs-site/sidebar/adding-items',
'projects/docs-site/sidebar/multiple-sidebars',
],
},
],
},
{
type: 'category',
label: 'T&P Site',
link:
{
type: 'doc',
id: 'projects/tnp-website/about-tnp-website',
},
items:
[
'projects/tnp-website/directory-structure',
'projects/tnp-website/getting-started',
{
type: 'category',
label: 'Frontend Components',
link:
{
type: 'doc',
id: 'projects/tnp-website/frontend-components/tech-stacks',
},
items:
[
'projects/tnp-website/frontend-components/header',
'projects/tnp-website/frontend-components/hero',
'projects/tnp-website/frontend-components/training',
'projects/tnp-website/frontend-components/attendance-chart',
'projects/tnp-website/frontend-components/placement',
'projects/tnp-website/frontend-components/top-placed-students',
'projects/tnp-website/frontend-components/placed-students',
'projects/tnp-website/frontend-components/student-award',
'projects/tnp-website/frontend-components/testimonials',
'projects/tnp-website/frontend-components/internships',
'projects/tnp-website/frontend-components/industry-interaction',
'projects/tnp-website/frontend-components/event-page',
'projects/tnp-website/frontend-components/companies',
'projects/tnp-website/frontend-components/top-recruiters',
'projects/tnp-website/frontend-components/about-us',
'projects/tnp-website/frontend-components/footer',
],
},
],
},
{
type: 'category',
label: 'Fill My Cycle Website',
link:
{
type: 'doc',
id: 'projects/fmc-website/about-fmc-website',
},
items:
[
'projects/fmc-website/getting-started',
{
type: 'category',
label: 'Components',
link:
{
type: 'doc',
id: 'projects/fmc-website/components/tech-stacks',
},
items:
[
'projects/fmc-website/components/header-help',
'projects/fmc-website/components/defining-cycle',
'projects/fmc-website/components/displaying-cycle',
'projects/fmc-website/components/cycle-result',
'projects/fmc-website/components/button-instructions',
'projects/fmc-website/components/footer',
],
},
{
type: 'category',
label: 'Mathematical Logic',
link:
{
type: 'doc',
id: 'projects/fmc-website/mathematical-logic/scripts',
},
items:
[
'projects/fmc-website/mathematical-logic/calculation',
'projects/fmc-website/mathematical-logic/checker',
'projects/fmc-website/mathematical-logic/average',
'projects/fmc-website/mathematical-logic/perform',
'projects/fmc-website/mathematical-logic/table-updater',
'projects/fmc-website/mathematical-logic/table-row-updater',
'projects/fmc-website/mathematical-logic/input-handler',
'projects/fmc-website/mathematical-logic/table-calculator',
'projects/fmc-website/mathematical-logic/table-manager',
'projects/fmc-website/mathematical-logic/table-transformation',
'projects/fmc-website/mathematical-logic/page-interaction',
],
},
],
},
{
type: 'category',
label: 'Resume Screener Website',
link:
{
type: 'doc',
id: 'projects/resume-screener-website/about-resume-screener-website',
},
items:
[
'projects/resume-screener-website/getting-started',
{
type: 'category',
label: 'Frontend Components',
link:
{
type: 'doc',
id: 'projects/resume-screener-website/frontend-components/tech-stacks',
},
items:
[
'projects/resume-screener-website/frontend-components/header',
'projects/resume-screener-website/frontend-components/hero',
'projects/resume-screener-website/frontend-components/about-us',
'projects/resume-screener-website/frontend-components/guideline',
'projects/resume-screener-website/frontend-components/ats-resume-template',
'projects/resume-screener-website/frontend-components/ats-resume-test-scan',
'projects/resume-screener-website/frontend-components/card',
'projects/resume-screener-website/frontend-components/footer',
],
},
],
},
{
type: 'category',
label: 'TCET Linux Website',
link:
{
type: 'doc',
id: 'projects/tcet-linux-website/about-tcet-linux-website',
},
items:
[
'projects/tcet-linux-website/getting-started',
{
type: 'category',
label: 'Frontend Components',
link:
{
type: 'doc',
id: 'projects/tcet-linux-website/frontend-components/tech-stacks',
},
items:
[
'projects/tcet-linux-website/frontend-components/navbar',
'projects/tcet-linux-website/frontend-components/footer',
'projects/tcet-linux-website/frontend-components/copy-to-clipboard',
'projects/tcet-linux-website/frontend-components/download-section',
'projects/tcet-linux-website/frontend-components/hero',
'projects/tcet-linux-website/frontend-components/installation-steps',
'projects/tcet-linux-website/frontend-components/verify-downloads',
],
},
],
},
{
type: 'category',
label: 'TCET Linux',
link:
{
type: 'doc',
id: 'projects/tcet-linux/about-tcet-linux',
},
items:
[
'projects/tcet-linux/getting-started',
{
type: 'category',
label: 'ISO Profile',
link:
{
type: 'doc',
id: 'projects/tcet-linux/iso-profile/iso-profile',
},
items:
[
'projects/tcet-linux/iso-profile/rootfs',
'projects/tcet-linux/iso-profile/bootloaders',
'projects/tcet-linux/iso-profile/scripts',
],
},
],
},
],
},
{
type: 'category',
label: 'Resources',
link:
{
type: 'generated-index',
title: 'Resources',
description: 'Resources created by the Organization to understand our workflow.',
keywords: ['organization, resources'],
},
collapsed: true,
items:
[
{
type: 'category',
label: 'Workflows',
link:
{
type: 'generated-index',
title: 'Workflows',
description: 'Workflows are practiced within an Organization to ensure that all contributions done are as per a given set of practices to have quality code and proper communication with the maintainers. All contributions are welcome in TCET Open Source as long as the workflows are followed: from coding practices of every project to pushing changes on GitHub. Our Organization follows the below mentioned workflows whether you are a part of our Teams or contributing from outside the Organization and expect everyone to follow the same.',
keywords: ['organization, workflow'],
},
items:
[
'resources/workflows/internal-workflow/internal-workflow',
'resources/workflows/external-workflow/external-workflow',
],
},
],
}
],
}
module.exports = sidebars;