Skip to content

Commit

Permalink
Clean up docs generation md
Browse files Browse the repository at this point in the history
  • Loading branch information
pwittrock committed Mar 21, 2018
1 parent d54b25c commit c342968
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/creating_reference_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@

## Build reference documentation

You may build Kubernetes style reference documentation for your APIs to `docs/reference/build/index.html` by
running `kubebuilder docs`.
You may build Kubernetes style reference documentation for your APIs to `docs/reference/build/index.html`


```go
kubebuilder docs
```

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

0 comments on commit c342968

Please sign in to comment.