mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-06 07:26:43 -04:00
README - Fix root directory for generating CLI docs (#3303)
# Description of Changes The instructions were misleading about which directory to generate into. # API and ABI breaking changes None # Expected complexity level and risk 1 # Testing None Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ git push -u origin a-branch-name-that-describes-my-change
|
||||
> NOTE! If you make a change to `nav.ts` you will have to run `npm run build` to generate a new `docs/nav.js` file.
|
||||
|
||||
#### CLI Reference Section
|
||||
1. Run `cargo run --features markdown-docs -p spacetimedb-cli > docs/cli-reference.md`
|
||||
1. Run `cargo run --features markdown-docs -p spacetimedb-cli > docs/docs/cli-reference.md`
|
||||
2. Run `pnpm format`
|
||||
|
||||
### Checking Links
|
||||
|
||||
Reference in New Issue
Block a user