Skip to content

Commit c3d98e9

Browse files
Upgrade documentation (Azure#4596)
* Update devcontainer to install crddoc * Change to crddoc template * Update generation script * Update reference files * Upgrade version of crddoc * Add frontmatter * Update template with frontmatter
1 parent 578500a commit c3d98e9

File tree

112 files changed

+149405
-616661
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+149405
-616661
lines changed

.devcontainer/install-dependencies.sh

+2-5
Original file line numberDiff line numberDiff line change
@@ -206,11 +206,8 @@ go-install hugo -tags extended github.com/gohugoio/[email protected]
206206
# Restore this to github.com/wjdp/htmltest@v?? once PR#215 is merged with the feature we need
207207
go-install htmltest github.com/theunrepentantgeek/htmltest@latest
208208

209-
# for api docs
210-
# TODO: Replace this with the new release tag.
211-
# Currently pinned just after a couple of fixes from @theunrepentantgeek
212-
#doc# | gen-crd-api-reference-docs | 11fe95cb | https://github.com/ahmetb/gen-crd-api-reference-docs |
213-
go-install gen-crd-api-reference-docs github.com/ahmetb/gen-crd-api-reference-docs@11fe95cbdcb91e9c25446fc99e6f2cdd8cbeb91a
209+
#doc# | crddoc | latest | https://github.com/theunrepentantgeek/crddoc |
210+
go-install gen-crd-api-reference-docs github.com/theunrepentantgeek/crddoc@latest
214211

215212
# Install envtest tooling - ideally version here should match that used in v2/go.mod, but only @latest works
216213
#doc# | setup-envtest | latest | https://book.kubebuilder.io/reference/envtest.html |

0 commit comments

Comments
 (0)