mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-16 09:16:38 +00:00
Documentation: fix documentation and remove unnecessary whitespace
This commit is contained in:
parent
c6d98a2a97
commit
a7e8b412ea
5 changed files with 21 additions and 21 deletions
2
Makefile
2
Makefile
|
@ -54,7 +54,7 @@ po-docgen:
|
|||
|
||||
docs: embedmd po-docgen
|
||||
$(GOPATH)/bin/embedmd -w `find Documentation -name "*.md"`
|
||||
$(GOPATH)/bin/po-docgen api pkg/client/monitoring/v1alpha1/types.go > Documentation/api.md
|
||||
$(GOPATH)/bin/po-docgen api pkg/client/monitoring/v1/types.go > Documentation/api.md
|
||||
$(GOPATH)/bin/po-docgen compatibility > Documentation/compatibility.md
|
||||
|
||||
generate: jsonnet-docker
|
||||
|
|
Loading…
Add table
Reference in a new issue