Skip to content

Commit 10a70d9

Browse files
committed
update docs
1 parent 7a485d7 commit 10a70d9

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

docs/developer/quickstart.md

+4-14
Original file line numberDiff line numberDiff line change
@@ -222,20 +222,10 @@ Run the following make command from the project's root directory to lint the Hel
222222
make lint-helm
223223
```
224224
225-
## Run Code Generation
225+
## Update all the generated files
226226
227-
To ensure all the generated code is up to date, run the following make command from the project's root directory:
227+
To update all the generated files, run the following make command from the project's root directory:
228228

229-
```shell
230-
make generate
231-
```
232-
233-
That command also will generate the avro scheme (`.avdl`) for product telemetry data points.
234-
235-
## Update Generated Manifests
236-
237-
To update the generated manifests, run the following make command from the project's root directory:
238-
239-
```shell
240-
make generate-manifests
229+
```makefile
230+
make generate-all
241231
```

0 commit comments

Comments
 (0)