Skip to content

Commit bb747d9

Browse files
committed
Add link, redirect for v1 book
This adds a link to the v1 book, and a redirect to a more convinient alias.
1 parent 7055654 commit bb747d9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs/book/_redirects

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
https://kubebuilder.netlify.com/* https://book.kubebuilder.io/:splat 301!
22
http://kubebuilder.netlify.com/* http://book.kubebuilder.io/:splat 301!
33

4+
http://v1.book.kubebuilder.io/* https://book-v1.book.kubebuilder.io/:splat 301!
5+
https://v1.book.kubebuilder.io/* https://book-v1.book.kubebuilder.io/:splat 301!
6+
47
http://go.kubebuilder.io/* https://go.kubebuilder.io/:splat 301!
58

69
https://go.kubebuilder.io/dl/* https://go.kubebuilder.io/releases/:splat 301!

docs/book/src/introduction.md

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

4+
**Using Kubebuilder v1? Check the [legacy documentation](https://v1.book.kubebuilder.io)**
5+
46
## Who is this for
57

68
#### Users of Kubernetes

0 commit comments

Comments
 (0)