Skip to content

Commit

Permalink
reverted to docusaurus 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
filippoweb3 committed Nov 29, 2023
1 parent 18dc7d9 commit 7ae64b0
Show file tree
Hide file tree
Showing 5 changed files with 1,332 additions and 2,437 deletions.
2 changes: 1 addition & 1 deletion kusama-guide/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ module.exports = {
disableSwitch: true,
},
prism: {
theme: require("prism-react-renderer/themes/github"),
theme: require("prism-react-renderer").themes.github,
},
/*
announcementBar: {
Expand Down
1 change: 0 additions & 1 deletion kusama-guide/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ module.exports = {
type: "category",
label: "Accounts",
items: [
"learn/learn-account-generation",
"general/kusama/kusama-social-recovery",
"learn/learn-proxies",
],
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@crowdin/cli": "^3.15.0",
"@docusaurus/core": "^3.0.0",
"@docusaurus/module-type-aliases": "^3.0.0",
"@docusaurus/plugin-client-redirects": "^3.0.0",
"@docusaurus/preset-classic": "^3.0.0",
"@docusaurus/core": "^2.4.1",
"@docusaurus/module-type-aliases": "^2.4.3",
"@docusaurus/plugin-client-redirects": "^2.4.3",
"@docusaurus/preset-classic": "^2.4.3",
"@octokit/rest": "^20.0.2",
"@polkadot/api": "^10.11.1",
"@testing-library/jest-dom": "^6.1.4",
Expand All @@ -68,7 +68,7 @@
"dependencies": {
"@algolia/client-search": "^4.20.0",
"@apollo/client": "^3.8.7",
"@docusaurus/theme-mermaid": "^3.0.0",
"@docusaurus/theme-mermaid": "^2.4.3",
"bufferutil": "^4.0.8",
"chart.js": "^4.4.0",
"crowdin-cli": "^0.3.0",
Expand Down
2 changes: 1 addition & 1 deletion polkadot-wiki/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ module.exports = {
},
prism: {
additionalLanguages: ["rust"],
theme: require("prism-react-renderer/themes/github"),
theme: require("prism-react-renderer").themes.github,
},
/*
announcementBar: {
Expand Down
Loading

0 comments on commit 7ae64b0

Please sign in to comment.