Skip to content

Commit b6180e5

Browse files
committed
Update DEVELOPING.md
1 parent 12b59e5 commit b6180e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/DEVELOPING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Loosely, you'll need the following:
126126
- **To run integration tests:** Have `docker` available, or a real live version of that service. (Use `AUTOSPAWN=false`)
127127
- **To run `make check-component-features`:** Have `remarshal` installed.
128128
- **To run `make check-licenses` or `cargo vdev build licenses`:** Have `dd-rust-license-tool` [installed](https://github.com/DataDog/rust-license-tool).
129-
- **To run `cargo vdev build component-docs`:** Have `cue` [installed](https://cuelang.org/docs/install/).
129+
- **To run `make generate-component-docs`:** Have `cue` [installed](https://cuelang.org/docs/install/).
130130

131131
If you find yourself needing to run something inside the Docker environment described above, that's totally fine, they won't collide or hurt each other. In this case, you'd just run `make environment-generate`.
132132

@@ -161,7 +161,7 @@ cargo bench transforms::example
161161
make fmt
162162
cargo fmt
163163
# Build component documentation for the website
164-
cargo vdev build component-docs
164+
make generate-component-docs
165165
```
166166

167167
If you run `make` you'll see a full list of all our tasks. Some of these will start Docker containers, sign commits, or even make releases. These are not common development commands and your mileage may vary.

0 commit comments

Comments
 (0)