Skip to content

Commit c342968

Browse files
committed
Clean up docs generation md
1 parent d54b25c commit c342968

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/creating_reference_documentation.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22

33
## Build reference documentation
44

5-
You may build Kubernetes style reference documentation for your APIs to `docs/reference/build/index.html` by
6-
running `kubebuilder docs`.
5+
You may build Kubernetes style reference documentation for your APIs to `docs/reference/build/index.html`
6+
7+
8+
```go
9+
kubebuilder docs
10+
```
711

812
**Note:** There is currently an issue where building docs does not work if multiple versions of APIs for the
913
same group are defined.

0 commit comments

Comments
 (0)