forked from fossology/gsoc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocusaurus.config.js
More file actions
277 lines (277 loc) · 7.41 KB
/
docusaurus.config.js
File metadata and controls
277 lines (277 loc) · 7.41 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
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
/** @type {import('@docusaurus/types').DocusaurusConfig} */
module.exports = {
title: 'GSoC projects at FOSSology',
tagline: 'Updates about activities done by Google Summer of Code students at FOSSology.',
url: 'https://fossology.github.io',
baseUrl: '/gsoc/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
onBrokenAnchors: 'throw',
favicon: 'img/favicon.ico',
organizationName: 'fossology',
projectName: 'gsoc',
themeConfig: {
navbar: {
title: 'Home',
logo: {
alt: 'Home',
src: 'img/logo.png',
},
items: [
{
label: 'Contributor Guidelines',
position: 'left',
to: '/docs/guidelines/'
},
{
label: '2021',
position: 'left',
to: '/docs/2021/',
items: [
{
label: 'New build system',
to: '/docs/2021/buildsystem/',
},
{
label: 'Copyrights false positive detection',
to: '/docs/2021/copyrights/',
},
{
label: 'Microservice architecture',
to: '/docs/2021/microservice/',
},
{
label: 'Minerva',
to: '/docs/2021/minerva/',
},
{
label: 'ScanCode Integration',
to: '/docs/2021/scancode/',
},
{
label: 'React UI',
to: '/docs/2021/ui/',
},
]
},
{
label: '2022',
position: 'left',
to: '/docs/2022/',
items: [
{
label: 'Atarashi',
to: '/docs/2022/atarashi/',
},
{
label: 'Concept of project',
to: '/docs/2022/project/',
},
{
label: 'REUSE',
to: '/docs/2022/reuse/',
},
{
label: 'Spasht',
to: '/docs/2022/spasht/',
},
{
label: 'React UI',
to: '/docs/2022/ui/',
},
]
},
{
label: '2023',
position: 'left',
to: '/docs/2023/',
items: [
{
label: 'Reducing False positive copyrights',
to: '/docs/2023/copyrights',
},
{
label: 'REST API improvements',
to: '/docs/2023/rest',
},
{
label: 'License as a service',
to: '/docs/2023/laas',
},
{
label: 'Support CycloneDX report',
to: '/docs/2023/cyclonedx',
},
]
},
{
label: '2024',
position: 'left',
to: '/docs/2024/',
items: [
{
label: 'Idea list',
to: '/docs/2024/GSoC-projects',
},
{
label: 'Scheduler Overhaul',
to: '/docs/2024/scheduler',
},
{
label: 'AI Powered License Detection',
to: '/docs/2024/license-detection',
},
{
label: 'Support SPDX 3.0 Reports',
to: '/docs/2024/spdx30',
},
{
label: 'SPDX License Expression Support',
to: '/docs/2024/spdx-expression',
},
{
label: 'REST API improvements',
to: '/docs/2024/rest',
},
{
label: 'CI Scanner Improvements',
to: '/docs/2024/ci-scanner',
},
{
label: 'Data Pipeline',
to: '/docs/2024/pipeline',
},
{
label: 'Text Phrases',
to: '/docs/2024/text-phrases',
},
]
},
{
label: '2025',
position: 'left',
to: '/docs/2025/',
items: [
{
label: 'Idea list',
to: '/docs/2025/GSoC-projects',
},
{
label: 'Enhance Atarashi\'s Ability',
to: '/docs/2025/atarashi-enhancement',
},
{
label: 'Data Pipeline For Safaa',
to: '/docs/2025/data-pipeline',
},
{
label: 'Enhancing Debian Packaging for FOSSology',
to: '/docs/2025/debian-packaging',
},
{
label: 'LicenseDB Platform Improvements',
to: '/docs/2025/licensedb-platform',
},
{
label: 'Complete Microservices Infrastructure for FOSSology',
to: '/docs/2025/microservices-infrastructure',
},
{
label: 'Integrating OSS Review Toolkit with FOSSology',
to: '/docs/2025/oss-review-toolkit',
},
{
label: 'Reuse of clearing decisions using reports from OSSelot Project',
to: '/docs/2025/osselot',
},
{
label: 'Support text phrases and bulk based scanning for Monk a like agent',
to: '/docs/2025/text-phrases-bulk',
},
{
label: 'Completion of UI using React.js',
to: '/docs/2025/ui-react',
},
{
label: 'FOSSology UX and UI Redesign',
to: '/docs/2025/ux-ui-design',
},
]
},
{
href: 'https://github.com/fossology/fossology',
label: 'GitHub',
position: 'right',
},
],
},
footer: {
style: 'dark',
links: [
{
title: 'Community',
items: [
{
label: 'GitHub',
href: 'https://github.com/fossology',
},
{
label: 'Slack',
href: 'https://fossology.slack.com/',
},
{
label: 'Main home page',
href: 'https://www.fossology.org/',
},
],
},
{
title: 'More',
items: [
{
label: 'YouTube',
href: 'https://www.youtube.com/@fossology',
},
{
label: 'Installing FOSSology',
href: 'https://github.com/fossology/fossology/wiki/Install-from-Source',
},
{
label: 'Getting started',
href: 'https://github.com/fossology/fossology/wiki/New-at-FOSSology,-You-Could-...',
},
],
},
],
copyright: `Copyright © 2021 - ${new Date().getFullYear()} FOSSology project. Built with Docusaurus.`,
},
colorMode: {
defaultMode: 'light',
disableSwitch: false,
respectPrefersColorScheme: false,
},
image: 'img/logo.png',
},
presets: [
[
'@docusaurus/preset-classic',
{
docs: {
sidebarPath: require.resolve('./sidebars.js'),
editUrl:
'https://github.com/fossology/gsoc/edit/main/',
},
blog: {
showReadingTime: true,
editUrl:
'https://github.com/fossology/gsoc/edit/main/',
},
theme: {
customCss: [
require.resolve('./src/css/custom.css')
],
},
},
],
],
};