We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54b25c commit c342968Copy full SHA for c342968
docs/creating_reference_documentation.md
@@ -2,8 +2,12 @@
2
3
## Build reference documentation
4
5
-You may build Kubernetes style reference documentation for your APIs to `docs/reference/build/index.html` by
6
-running `kubebuilder docs`.
+You may build Kubernetes style reference documentation for your APIs to `docs/reference/build/index.html`
+
7
8
+```go
9
+kubebuilder docs
10
+```
11
12
**Note:** There is currently an issue where building docs does not work if multiple versions of APIs for the
13
same group are defined.
0 commit comments