Skip to content

Commit d211ad8

Browse files
committed
docs update
Signed-off-by: Ryan Swanson <ryan.swanson@loft.sh>
1 parent c667a58 commit d211ad8

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

docs/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.16
1+
20

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern
77
### Installation
88

99
```
10+
nvm use
1011
yarn
1112
```
1213

docs/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"swizzle": "docusaurus swizzle",
99
"deploy": "docusaurus deploy"
1010
},
11+
"engines": {
12+
"node": ">=20.0.0"
13+
},
1114
"dependencies": {
1215
"@docusaurus/core": "^3.8.0",
1316
"@docusaurus/preset-classic": "^3.8.0",

docs/versioned_sidebars/version-4.x-sidebars.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version-4.x/adminSidebar": [
2+
"adminSidebar": [
33
{
44
"type": "doc",
55
"id": "version-4.x/introduction"

docs/versioned_sidebars/version-5.x-sidebars.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version-5.x/adminSidebar": [
2+
"adminSidebar": [
33
{
44
"type": "doc",
55
"id": "version-5.x/introduction"

0 commit comments

Comments
 (0)