Skip to content

Commit a606de0

Browse files
authored
Merge pull request #5083 from dtzar/mdbookbump
Update mdbook deps
2 parents 8ce87e6 + 85df836 commit a606de0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/book/book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build-dir = "bookout"
1010
create-missing = false
1111

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

1616
[preprocessor.tabulate]

docs/book/install-and-build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ cd "${KUBE_ROOT}" || exit 1
2323

2424
os=$(go env GOOS)
2525
arch=$(go env GOARCH)
26-
mdBookVersion="v0.4.35"
27-
genCRDAPIReferenceDocsVersion="11fe95cbdcb91e9c25446fc99e6f2cdd8cbeb91a"
26+
mdBookVersion="v0.4.40"
27+
genCRDAPIReferenceDocsVersion="642c3aa7441d324f54f5a9a6a1841ffffacf5aeb"
2828

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

0 commit comments

Comments
 (0)