Skip to content
Snippets Groups Projects
Commit 757cf425 authored by Sören Henning's avatar Sören Henning
Browse files

Add missing template argument in Readme

parent 7a4e90a0
No related branches found
No related tags found
1 merge request!164Add Theodolite docs
Pipeline #5671 passed
...@@ -33,7 +33,7 @@ bundle exec jekyll build ...@@ -33,7 +33,7 @@ bundle exec jekyll build
We use the [crdoc](https://github.com/fybrik/crdoc) tool to generate the API reference for our CRDs: We use the [crdoc](https://github.com/fybrik/crdoc) tool to generate the API reference for our CRDs:
```sh ```sh
crdoc --resources ../theodolite/crd/ --output api-reference/crds.md crdoc --resources ../theodolite/crd/ --template api-reference/crds.tmpl --output api-reference/crds.md
``` ```
With the following command, crdoc is installed and executed in Docker: With the following command, crdoc is installed and executed in Docker:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment