Skip to content

Commit 0f7a687

Browse files
nipunn1313Convex, Inc.
authored and
Convex, Inc.
committed
docs-contribution updates (#33865)
GitOrigin-RevId: f75e2c1c7edcdda6b21939f7cd9b0fde1c14808c
1 parent 1b3d918 commit 0f7a687

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ formatted with [prettier](https://prettier.io/).
1313
Run tests with
1414

1515
```
16-
cargo test
17-
cargo test --manifest-path sync_types
18-
cargo test --manifest-path value
16+
cargo test -p {crate}
1917
```
2018

2119
Convex is a fast moving project developed by a dedicated team. We're excited to
@@ -33,3 +31,8 @@ integrate. For any larger or more fundamental changes, get in touch with us on
3331
Discord before you put in too much work to see if it's consistent with our short
3432
term plan. We think carefully about how our APIs contribute to a cohesive
3533
product, so chatting up front goes a long way.
34+
35+
# Docs contributions
36+
37+
Docs are located in the `npm-packages/docs` directory. See the README there for
38+
more info.

0 commit comments

Comments
 (0)