Skip to content

Commit 02af4ca

Browse files
committed
feat(docu): upgrade docusaurus 3.1.0 to 3.3.2
1 parent 1823ce8 commit 02af4ca

File tree

4 files changed

+1575
-648
lines changed

4 files changed

+1575
-648
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 0
2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: 18
24+
node-version: 20
2525
cache: yarn
2626
- name: Test Build
2727
run: |
@@ -42,7 +42,7 @@ jobs:
4242
fetch-depth: 0
4343
- uses: actions/setup-node@v4
4444
with:
45-
node-version: 18
45+
node-version: 20
4646
cache: yarn
4747
- name: Build pages
4848
run: |

docs/2022/GSoC-projects.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,15 @@ Currently discussion happening on https://github.com/fossology/fossology/discuss
8686

8787
1. [SPDX naming updates and reporting](#spdx-naming-updates-and-reporting)
8888
1. [REST API and UI improvements](#rest-api-and-ui-improvements)
89-
1. [Integrating Open Source Review Toolkit](#Integrating-Open-Source-Review-Toolkit)
89+
1. [Integrating Open Source Review Toolkit](#integrating-open-source-review-toolkit)
9090
1. [Adopting REUSE standards in FOSSology](#adopting-reuse-standards-in-fossology)
9191
1. [Improving FOSSology CI scanner image](#improving-fossology-ci-scanner-image)
9292
1. [Enhancement with ClearlyDefined.io (spasht)](#enhancement-with-clearlydefinedio-spasht)
9393
1. [Compatibility for PHP-8](#compatibility-for-php-8)
9494
1. [Introduce concept of project in FOSSology](#introduce-concept-of-project-in-fossology)
9595
1. [Improve Minerva OSS Dataset and implement models for Atarashi](#improve-minerva-oss-dataset-and-implement-models-for-atarashi)
96-
1. [Overhauling scheduler design](#Overhauling-scheduler-design)
97-
1. [Debian packaging for Debian repository](#Debian-packaging-for-Debian-repository)
96+
1. [Overhauling scheduler design](#overhauling-scheduler-design)
97+
1. [Debian packaging for Debian repository](#debian-packaging-for-debian-repository)
9898

9999
### SPDX naming updates and reporting
100100

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"write-heading-ids": "docusaurus write-heading-ids"
1515
},
1616
"dependencies": {
17-
"@docusaurus/core": "^3.1.0",
18-
"@docusaurus/preset-classic": "^3.1.0",
17+
"@docusaurus/core": "^3.3.2",
18+
"@docusaurus/preset-classic": "^3.3.2",
1919
"@mdx-js/react": "^3.0.0",
2020
"@svgr/webpack": "^5.5.0",
2121
"clsx": "^1.1.1",

0 commit comments

Comments
 (0)