Skip to content

Commit

Permalink
Merge pull request #33 from ching-kuo/upgrade_docusaurus
Browse files Browse the repository at this point in the history
Upgrade docusaurus to 3.0.1
  • Loading branch information
tico88612 authored Jan 23, 2024
2 parents f948dff + 32b2f21 commit 147f860
Show file tree
Hide file tree
Showing 4 changed files with 3,221 additions and 2,498 deletions.
2 changes: 1 addition & 1 deletion docs/meetups/2023/20230729.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Thus sometimes we should test and demonstrate what we thought to deploy properly

However, mostly resource is limited to test it.
Therefore, KWOK(Kubernetes WithOut Kubelet) is really helpful to deploy & schedule purpose.
{https://github.com/kubernetes-sigs/kwok}
(https://github.com/kubernetes-sigs/kwok)
And furthermore if you could save the resource, it could archive for Environmental Sustainability
(https://github.com/cncf/tag-env-sustainability) as well!!!

Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// @ts-check
// Note: type annotations allow type checking and IDEs autocompletion

const lightCodeTheme = require('prism-react-renderer/themes/github');
const darkCodeTheme = require('prism-react-renderer/themes/dracula');
const lightCodeTheme = require('prism-react-renderer').themes.github;
const darkCodeTheme = require('prism-react-renderer').themes.dracula;

/** @type {import('@docusaurus/types').Config} */
const config = {
Expand Down
25 changes: 15 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,22 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "2.4.1",
"@docusaurus/preset-classic": "2.4.1",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.2.1",
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"@algolia/client-search": "^4.22.0",
"@docusaurus/core": "^3.1.0",
"@docusaurus/preset-classic": "^3.1.0",
"@mdx-js/react": "^3.0.0",
"@types/react": "^18.2.46",
"clsx": "^2.0.0",
"prism-react-renderer": "^2.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-loadable": "^5.5.0",
"search-insights": "^2.13.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.4.1",
"@tsconfig/docusaurus": "^1.0.5",
"@docusaurus/module-type-aliases": "^3.1.0",
"@docusaurus/types": "3.0.1",
"@tsconfig/docusaurus": "^2.0.2",
"typescript": "^4.7.4"
},
"browserslist": {
Expand All @@ -41,6 +46,6 @@
]
},
"engines": {
"node": ">=16.14"
"node": ">=18.0"
}
}
Loading

0 comments on commit 147f860

Please sign in to comment.