Skip to content

Commit

Permalink
feat: update apidocs and tracking
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Bähler <[email protected]>
  • Loading branch information
oliverbaehler committed Oct 31, 2024
1 parent b09fefe commit 0e01bf5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2,177 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ apidocs: apidocs-capsule apidocs-capsule-proxy

apidocs-capsule: TARGET_DIR := $(shell mktemp -d)
apidocs-capsule: apidocs-gen fetch-capsule
$(APIDOCS_GEN) crdoc --resources $(TARGET_DIR)/config/crd/bases --output content/en/docs/reference.md --template templates/capsule-crds.tmpl
$(APIDOCS_GEN) crdoc --resources $(TARGET_DIR)/charts/capsule/crds/*.yaml --output content/en/docs/reference.md --template templates/capsule-crds.tmpl

apidocs-capsule-proxy: TARGET_DIR := $(shell mktemp -d)
apidocs-capsule-proxy: apidocs-gen fetch-capsule-proxy
$(APIDOCS_GEN) crdoc --resources $(TARGET_DIR)/charts/capsule-proxy/crd --output content/en/docs/addons/capsule-proxy/reference.md --template templates/capsule-proxy-crds.tmpl
$(APIDOCS_GEN) crdoc --resources $(TARGET_DIR)/charts/capsule-proxy/crds/*.yaml --output content/en/docs/integrations/addons/capsule-proxy/reference.md --template templates/capsule-proxy-crds.tmpl

APIDOCS_GEN := $(shell pwd)/bin/crdoc
APIDOCS_GEN_VERSION := latest
Expand Down
1 change: 0 additions & 1 deletion config/_default/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ permalinks:
imaging:
resampleFilter: CatmullRom
quality: 75
anchor: smart
languages:
en:
languageName: English
Expand Down
Loading

0 comments on commit 0e01bf5

Please sign in to comment.