diff --git a/docusaurus.config.js b/docusaurus.config.js
index 08d461ab32..688cd58e3a 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -23,228 +23,196 @@ module.exports = {
position: 'left',
to: '/docs/guidelines/'
},
+
+ // ---- Year Menus (unchanged) ----
{
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: '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: '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: '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: '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',
- },
+ { 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' },
]
},
+
+ // ⭐ NAVBAR GITHUB ICON
{
- href: 'https://github.com/fossology/fossology',
- label: 'GitHub',
- position: 'right',
+ href: 'https://github.com/fossology/fossology',
+ position: 'right',
+ html: `
+
`,
},
],
},
+
+ // ------------ FOOTER WITH ICONS --------------
footer: {
- style: 'dark',
- links: [
+ style: 'dark',
+ links: [
+ {
+ title: 'About',
+ items: [
{
- 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/',
- },
- ],
+ html: `
+