Skip to content

Commit 299b078

Browse files
committed
Update docs
1 parent 2c58f1a commit 299b078

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
mkdir -p $TARGET_OUT_DIR
5050
mv tmp-$TARGET_OUT_DIR/* $TARGET_OUT_DIR
5151
52-
npm install -g netlify-cli@3.20.1
52+
npm install -g netlify-cli@17.34.2
5353
fi
5454
working-directory: ./docs
5555
- name: Deploy Preview Site

docs/.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
20

docs/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Documentation
22

3-
This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator.
4-
That means, for installing and developing this docusaurus documentation, you will need to have node@16 or higher.
3+
This website is built using [Docusaurus 3](https://docusaurus.io/), a modern static website generator.
4+
That means, for installing and developing this docusaurus documentation, you will need to have node@18 or higher.
55

66
## Local development
77

@@ -33,7 +33,7 @@ This command generates static content into the `build` directory and can be serv
3333

3434
## Pull request deploy preview
3535

36-
Netlify generates a deploy preview URL. To see your changes, append `docs/` to the generated URL.
36+
Netlify generates a deploy preview URL. To see your changes, append `docs/` to the generated URL.
3737

3838
## Creating new versions
3939

@@ -47,5 +47,5 @@ go run -mod=vendor ./hack/gen-docs.go
4747
### 2. Create version
4848

4949
```bash
50-
yarn run docusaurus docs:version 0.1
50+
yarn run docusaurus docs:version 0.20
5151
```

0 commit comments

Comments
 (0)