Skip to content

Commit b8cd2c3

Browse files
committed
[docs] fix docusaurus due to previous upgrade being incompatible
1 parent c87e8f7 commit b8cd2c3

File tree

4 files changed

+79
-1860
lines changed

4 files changed

+79
-1860
lines changed

docs/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,22 @@ This website is built using [Docusaurus](https://docusaurus.io/), a modern stati
88
```bash
99
cd docs/app # from the devbox root directory
1010
devbox shell # optional, develop inside a devbox
11-
yarn install # run in devbox shell
11+
pnpm install # run in devbox shell
1212
```
1313

1414
### Local Development
1515

1616
```bash
17-
yarn start
17+
devbox run start
1818
```
1919

2020
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
21+
NOTE: this will open localhost:3000/docs that will show a 404 Not Found. Go to localhost:3000/docs/devbox instead to find the real docs.
2122

2223
### Build
2324

2425
```bash
25-
yarn build
26+
devbox run build
2627
```
2728

2829
This command generates static content into the `build` directory and can be served using any static contents hosting service.

0 commit comments

Comments
 (0)