File tree Expand file tree Collapse file tree 3 files changed +205
-187
lines changed
Expand file tree Collapse file tree 3 files changed +205
-187
lines changed Original file line number Diff line number Diff line change 1515 "typecheck" : " tsc"
1616 },
1717 "dependencies" : {
18- "@docusaurus/core" : " 2.1.0 " ,
19- "@docusaurus/preset-classic" : " 2.1.0 " ,
18+ "@docusaurus/core" : " ^2.3.1 " ,
19+ "@docusaurus/preset-classic" : " ^2.3.1 " ,
2020 "@mdx-js/react" : " ^1.6.22" ,
2121 "clsx" : " ^1.2.1" ,
2222 "prism-react-renderer" : " ^1.3.5" ,
2323 "react" : " ^17.0.2" ,
2424 "react-dom" : " ^17.0.2"
2525 },
2626 "devDependencies" : {
27- "@docusaurus/module-type-aliases" : " 2.1.0 " ,
27+ "@docusaurus/module-type-aliases" : " ^2.3.1 " ,
2828 "@tsconfig/docusaurus" : " ^1.0.5" ,
2929 "typescript" : " ^4.7.4"
3030 },
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ function Landing() {
2020 < CodeBlock className = "language-sh" > {
2121`curl -sfL https://get.k3s.io | sh -
2222# Check for Ready node, takes ~30 seconds
23- k3s kubectl get node `
23+ sudo k3s kubectl get node `
2424 } </ CodeBlock >
2525 < p > For detailed installation, < a href = "docs" > refer to the docs</ a > </ p >
2626 </ div >
You can’t perform that action at this time.
0 commit comments