Skip to content

Commit 6f7c8c3

Browse files
authored
Merge pull request #692 from DirectXMan12/docs/book-for-v2
📖 Book for v2
2 parents d427976 + bb747d9 commit 6f7c8c3

File tree

105 files changed

+8700
-8505
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+8700
-8505
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.idea/
22

3-
# Not check in node_modules to a specific arch and os.
4-
docs/book/node_modules/
3+
# don't check in the build output of the book
4+
docs/book/book/
55

66
# Editor temp files
77
*~

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
language: go
22

3+
cache:
4+
directories:
5+
- $HOME/.cache/go-build
6+
- $GOPATH/pkg/mod
7+
38
os:
49
- linux
510
- osx

build/thirdparty/brodocs/Dockerfile

Lines changed: 0 additions & 17 deletions
This file was deleted.

build/thirdparty/brodocs/runbrodocs.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/book/Dockerfile

Lines changed: 0 additions & 18 deletions
This file was deleted.

docs/book/README.md

Lines changed: 0 additions & 68 deletions
This file was deleted.

docs/book/RELEASE

Lines changed: 0 additions & 32 deletions
This file was deleted.

docs/book/SUMMARY.md

Lines changed: 0 additions & 53 deletions
This file was deleted.

docs/book/TODO.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

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!

0 commit comments

Comments
 (0)