Skip to content

Commit

Permalink
Fix/id collisions (#84)
Browse files Browse the repository at this point in the history
* sed fixing initial collisions

* sed fixing initial collisions

* fixing additional occurances

* updating Makefile

---------

Co-authored-by: lukasz.widera@vshn.ch <lukasz.widera@vshn.ch>
  • Loading branch information
wejdross and lukasz.widera@vshn.ch authored Aug 29, 2023
1 parent b38b281 commit 6dffb43
Show file tree
Hide file tree
Showing 3 changed files with 290 additions and 226 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ $(crd_ref_docs_bin): | $(go_bin)

crd_branch ?= master


clone-crds:
rm -rf .work/crds
git clone https://github.com/vshn/appcat/ .work/crds
Expand All @@ -70,3 +71,4 @@ docs-generate-api: clone-crds
cat docs/modules/ROOT/pages/references/crds_exo.adoc | sed "s/= API Reference/== Exoscale Reference/g" >> docs/modules/ROOT/pages/references/crds.adoc
cat docs/modules/ROOT/pages/references/crds_vshn.adoc | sed "s/= API Reference/== VSHN Reference/g" >> docs/modules/ROOT/pages/references/crds.adoc
rm docs/modules/ROOT/pages/references/crds_*.adoc
go run main.go
Loading

0 comments on commit 6dffb43

Please sign in to comment.