Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 620 Bytes

File metadata and controls

30 lines (18 loc) · 620 Bytes

CRD documentation

The CRDs documentation is generated automatically by using https://github.com/elastic/crd-ref-docs and the config.yml file shipped within this directory.

Documentation generation

Markdown

To generate markdown documentation:

make markdown

The result will be save to the CRD-docs-for-docs-repo.md file.

ASCIIDoc

To generate asciidoc documentation:

make asciidoc

The result will be save to the CRD-docs-for-docs-repo.adoc file.

Development notes

Ensure the contents of the templates directory match the version of crd-ref-docs being used.