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 c6e88ef commit 1af595aCopy full SHA for 1af595a
.github/workflows/documentation.yaml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v4
19
20
- name: Install mdBook
21
- run: cargo install mdbook mdbook-fs-summary mdbook-toc
+ run: cargo install mdbook@0.4.52 mdbook-fs-summary@0.2.1 mdbook-toc@0.14.2
22
23
- name: Build mdbook
24
run: |
docs/book.toml
@@ -1,6 +1,5 @@
1
[book]
2
language = "en"
3
-multilingual = false
4
src = "src"
5
title = "Cluster API Addon Provider Fleet"
6
description = "Addon for native Fleet GitOps integration with CAPI"
0 commit comments