Skip to content

Commit f134871

Browse files
authored
Bump To Docusauros v3.1.0 (#13)
* Update docusaurus to v3.1.0 Signed-off-by: Derek Nola <[email protected]> * Remove s390x reference Signed-off-by: Derek Nola <[email protected]> * Add dependabot for docusaurus Signed-off-by: Derek Nola <[email protected]> * Bump node versions Signed-off-by: Derek Nola <[email protected]> --------- Signed-off-by: Derek Nola <[email protected]>
1 parent 8ccd01e commit f134871

File tree

6 files changed

+5006
-3407
lines changed

6 files changed

+5006
-3407
lines changed

.github/workflows/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm" # See documentation for possible values
4+
directory: "/" # Location of package manifests
5+
schedule:
6+
interval: "monthly"
7+
groups:
8+
docusaurous-dependencies:
9+
patterns:
10+
- "@docusaurus/*"

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: 16.x
16+
node-version: 18
1717
cache: yarn
1818

1919
- name: Install dependencies

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: 16.x
16+
node-version: 18
1717
cache: yarn
1818

1919
- name: Install dependencies

package.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,19 @@
1515
"typecheck": "tsc"
1616
},
1717
"dependencies": {
18-
"@docusaurus/core": "^2.4.3",
19-
"@docusaurus/preset-classic": "^2.4.3",
20-
"@mdx-js/react": "^1.6.22",
18+
"@docusaurus/core": "^3.1.0",
19+
"@docusaurus/plugin-client-redirects": "^3.1.0",
20+
"@docusaurus/preset-classic": "^3.1.0",
21+
"@docusaurus/theme-common": "^3.1.0",
22+
"@docusaurus/theme-mermaid": "^3.1.0",
23+
"@mdx-js/react": "^3.0.0",
2124
"clsx": "^1.2.1",
22-
"prism-react-renderer": "^1.3.5",
23-
"react": "^17.0.2",
24-
"react-dom": "^17.0.2"
25+
"prism-react-renderer": "^2.3.1",
26+
"react": "^18.2.0",
27+
"react-dom": "^18.2.0"
2528
},
2629
"devDependencies": {
27-
"@docusaurus/module-type-aliases": "^2.4.3",
30+
"@docusaurus/module-type-aliases": "^3.1.0",
2831
"@tsconfig/docusaurus": "^1.0.5",
2932
"typescript": "^4.7.4"
3033
},

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ sudo k3s kubectl get node `
8686
<div className={index.white}>
8787
<h2 className={index.textCenter}>Get Started</h2>
8888
<h5>
89-
1. Download K3s - <a href="https://github.com/k3s-io/k3s/releases/latest">latest release</a>: x86_64, ARMv7, ARM64, and s390x are supported
89+
1. Download K3s - <a href="https://github.com/k3s-io/k3s/releases/latest">latest release</a>: x86_64, ARMv7, and ARM64 are supported
9090
<br/>
9191
2. Run server
9292
</h5>

0 commit comments

Comments
 (0)