Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#5083 from dtzar/mdbookbump
Browse files Browse the repository at this point in the history
Update mdbook deps
  • Loading branch information
k8s-ci-robot authored Aug 21, 2024
2 parents 8ce87e6 + 85df836 commit a606de0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/book/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build-dir = "bookout"
create-missing = false

[output.html]
curly-quotes = true
smart-punctionation = true
git-repository-url = "https://sigs.k8s.io/cluster-api-provider-azure"

[preprocessor.tabulate]
Expand Down
4 changes: 2 additions & 2 deletions docs/book/install-and-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ cd "${KUBE_ROOT}" || exit 1

os=$(go env GOOS)
arch=$(go env GOARCH)
mdBookVersion="v0.4.35"
genCRDAPIReferenceDocsVersion="11fe95cbdcb91e9c25446fc99e6f2cdd8cbeb91a"
mdBookVersion="v0.4.40"
genCRDAPIReferenceDocsVersion="642c3aa7441d324f54f5a9a6a1841ffffacf5aeb"

# translate arch to rust's conventions (if we can)
if [[ ${arch} == "amd64" ]]; then
Expand Down

0 comments on commit a606de0

Please sign in to comment.