We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5704854 commit 85df836Copy full SHA for 85df836
docs/book/book.toml
@@ -10,7 +10,7 @@ build-dir = "bookout"
10
create-missing = false
11
12
[output.html]
13
-curly-quotes = true
+smart-punctionation = true
14
git-repository-url = "https://sigs.k8s.io/cluster-api-provider-azure"
15
16
[preprocessor.tabulate]
docs/book/install-and-build.sh
@@ -23,8 +23,8 @@ cd "${KUBE_ROOT}" || exit 1
23
24
os=$(go env GOOS)
25
arch=$(go env GOARCH)
26
-mdBookVersion="v0.4.35"
27
-genCRDAPIReferenceDocsVersion="11fe95cbdcb91e9c25446fc99e6f2cdd8cbeb91a"
+mdBookVersion="v0.4.40"
+genCRDAPIReferenceDocsVersion="642c3aa7441d324f54f5a9a6a1841ffffacf5aeb"
28
29
# translate arch to rust's conventions (if we can)
30
if [[ ${arch} == "amd64" ]]; then
0 commit comments