File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 49
49
mkdir -p $TARGET_OUT_DIR
50
50
mv tmp-$TARGET_OUT_DIR/* $TARGET_OUT_DIR
51
51
52
- npm install -g netlify-cli@3.20.1
52
+ npm install -g netlify-cli@17.34.2
53
53
fi
54
54
working-directory : ./docs
55
55
- name : Deploy Preview Site
Original file line number Diff line number Diff line change 1
- 16
1
+ 20
Original file line number Diff line number Diff line change 1
1
# Documentation
2
2
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.
5
5
6
6
## Local development
7
7
@@ -33,7 +33,7 @@ This command generates static content into the `build` directory and can be serv
33
33
34
34
## Pull request deploy preview
35
35
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.
37
37
38
38
## Creating new versions
39
39
@@ -47,5 +47,5 @@ go run -mod=vendor ./hack/gen-docs.go
47
47
### 2. Create version
48
48
49
49
``` bash
50
- yarn run docusaurus docs:version 0.1
50
+ yarn run docusaurus docs:version 0.20
51
51
```
You can’t perform that action at this time.
0 commit comments