Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit bc9bf828 authored by Celeste Robert's avatar Celeste Robert
Browse files

build: updated to docusaurus v3.6

parent 58c4ae0a
No related branches found
No related tags found
1 merge request!113Resolve "update to Docsuaurus V3.^"
Pipeline #48624 passed
v18.18.2 v22.12.0
...@@ -239,4 +239,5 @@ module.exports = { ...@@ -239,4 +239,5 @@ module.exports = {
}, },
], ],
], ],
onBrokenAnchors:"ignore"
}; };
This diff is collapsed.
...@@ -18,14 +18,14 @@ ...@@ -18,14 +18,14 @@
"husky": "husky install" "husky": "husky install"
}, },
"dependencies": { "dependencies": {
"@docusaurus/core": "^3.3.2", "@docusaurus/core": "^3.6.3",
"@docusaurus/preset-classic": "^3.3.2", "@docusaurus/preset-classic": "^3.6.3",
"@fortawesome/fontawesome-svg-core": "^6.1.1", "@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1", "@fortawesome/free-regular-svg-icons": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1", "@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/react-fontawesome": "^0.1.18", "@fortawesome/react-fontawesome": "^0.1.18",
"@gabrielcsapo/docusaurus-plugin-matomo": "^0.1.2", "@gabrielcsapo/docusaurus-plugin-matomo": "^0.1.2",
"@mdx-js/react": "^3.0.0", "@mdx-js/react": "^3.1.0",
"@svgr/webpack": "^8.1.0", "@svgr/webpack": "^8.1.0",
"clsx": "^1.1.1", "clsx": "^1.1.1",
"file-loader": "^6.2.0", "file-loader": "^6.2.0",
...@@ -52,15 +52,15 @@ ...@@ -52,15 +52,15 @@
] ]
}, },
"devDependencies": { "devDependencies": {
"@docusaurus/eslint-plugin": "^3.3.2", "@docusaurus/eslint-plugin": "^3.6.3",
"@typescript-eslint/eslint-plugin": "^4.28.1", "@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1", "@typescript-eslint/parser": "^4.28.1",
"eslint": "^7.30.0", "eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0", "eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.33.2", "eslint-plugin-react": "^7.37.2",
"husky": "^8.0.1", "husky": "^8.0.1",
"node": "^18.18.2", "node": "^22.12",
"prettier": "^2.8.8" "prettier": "^2.8.8"
} }
} }
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
import React from "react"; import React from "react";
import {useThemeConfig} from "@docusaurus/theme-common"; import {useThemeConfig} from "@docusaurus/theme-common";
import FooterLinks from "@theme/Footer/Links"; import FooterLinks from "@theme/Footer/Links";
...@@ -13,7 +7,7 @@ import FooterLayout from "@theme/Footer/Layout"; ...@@ -13,7 +7,7 @@ import FooterLayout from "@theme/Footer/Layout";
import { FaYoutube, FaLinkedin, FaGitlab, FaTwitter } from "react-icons/fa"; import { FaYoutube, FaLinkedin, FaGitlab, FaTwitter } from "react-icons/fa";
import Froggitblanc from "/static/img/theme/logo_froggit_blanc.png"; import Froggitblanc from "/static/img/theme/logo_froggit_blanc.png";
import { WebsiteCarbonBadge } from "react-websitecarbon-badge"; import { WebsiteCarbonBadge } from "react-websitecarbon-badge";
import Link from "@docusaurus/Link";
function Footer() { function Footer() {
const {footer} = useThemeConfig(); const {footer} = useThemeConfig();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment