Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ We use Docusaurus versioning to "freeze" documentation for older releases.
When you release a new npm version (e.g., `1.0.0`), you must snapshot the documentation. Run this command from the `docs/` folder:

```bash
yarn docusaurus docs:version 1.0.0
yarn docs:version 1.0.0
```
### Why is this important?

Expand All @@ -109,4 +109,4 @@ This deletes the `.docusaurus` cache and `build` folder.
TypeDoc runs strictly at startup. If you modify comments in the TypeScript package:

1. Stop the server.
2. Run `yarn start` again to regenerate the Markdown files.
2. Run `yarn start` again to regenerate the Markdown files.