Skip to content

Commit e3331b2

Browse files
authored
Merge pull request #3952 from camilamacedo86/prepare-docs-release
📖 Prepare docs for 4x release
2 parents e1497bf + f6b885e commit e3331b2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ The docs are published off of three branches:
172172

173173
- `book-v4`: [book.kubebuilder.io](https://book.kubebuilder.io) -- current docs
174174
- `book-v3`: [book-v3.book.kubebuilder.io](https://book-v3.book.kubebuilder.io) -- legacy docs
175-
> The above one is not working. We have been looking forward to sort it out, see: https://github.com/kubernetes-sigs/kubebuilder/issues/3931. However, you can check the content under the `docs/` dir of the branch book-v3.
176175
- `book-v2`: [book-v2.book.kubebuilder.io](https://book-v2.book.kubebuilder.io) -- legacy docs
177176
- `book-v1`: [book-v1.book.kubebuilder.io](https://book-v1.book.kubebuilder.io) -- legacy docs
178177
- `master`: [master.book.kubebuilder.io](https://master.book.kubebuilder.io) -- "nightly" docs

docs/book/src/introduction.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
**Note:** Impatient readers may head straight to [Quick Start](quick-start.md).
22

3-
**Using Kubebuilder v1 or v2? Check the legacy documentation for [v1](https://book-v1.book.kubebuilder.io) or [v2](https://book-v2.book.kubebuilder.io)**
3+
**Using previous version of Kubebuilder v1 or v2?**
4+
**Check the legacy documentation for [v1](https://book-v1.book.kubebuilder.io), [v2](https://book-v2.book.kubebuilder.io) or [v3](https://book-v2.book.kubebuilder.io)**
45

56
## Who is this for
67

docs/book/theme/index.hbs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@
132132
<i class="fa fa-book"></i>
133133
</button>
134134
<div class="version-dropdown-content">
135-
<a href="https://book.kubebuilder.io/"target="_blank" rel="noopener noreferrer">v3-book</a>
135+
<a href="https://book.kubebuilder.io/"target="_blank" rel="noopener noreferrer">latest (v4-book)</a>
136+
<a href="https://book-v3.kubebuilder.io/"target="_blank" rel="noopener noreferrer">v3-book</a>
136137
<a href="https://book-v2.book.kubebuilder.io/"target="_blank" rel="noopener noreferrer">v2-book</a>
137138
<a href="https://book-v1.book.kubebuilder.io/"target="_blank" rel="noopener noreferrer">v1-book</a>
138139
</div>

0 commit comments

Comments
 (0)