Skip to content

Commit

Permalink
Merge pull request #205 from fossology/feat/docu/upgrade
Browse files Browse the repository at this point in the history
feat(docu): upgrade docusaurus 3.1.0 to 3.3.2
  • Loading branch information
GMishx authored May 30, 2024
2 parents 91303ee + 02af4ca commit 19a6f36
Show file tree
Hide file tree
Showing 4 changed files with 1,575 additions and 648 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: yarn
- name: Test Build
run: |
Expand All @@ -42,7 +42,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: yarn
- name: Build pages
run: |
Expand Down
6 changes: 3 additions & 3 deletions docs/2022/GSoC-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,15 @@ Currently discussion happening on https://github.com/fossology/fossology/discuss

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

### SPDX naming updates and reporting

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "^3.1.0",
"@docusaurus/preset-classic": "^3.1.0",
"@docusaurus/core": "^3.3.2",
"@docusaurus/preset-classic": "^3.3.2",
"@mdx-js/react": "^3.0.0",
"@svgr/webpack": "^5.5.0",
"clsx": "^1.1.1",
Expand Down
Loading

0 comments on commit 19a6f36

Please sign in to comment.