Skip to content

Commit 42a0a0d

Browse files
committed
Updated 404 page
updated error page updated book.toml Delete docs/book/src/404.md
1 parent e3658a6 commit 42a0a0d

File tree

3 files changed

+18
-10
lines changed

3 files changed

+18
-10
lines changed

docs/book/book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ src = "src"
55
title = "The Kubebuilder Book"
66

77
[output.html]
8-
curly-quotes = true
8+
smart-punctuation = true
99
additional-css = ["theme/css/markers.css", "theme/css/custom.css", "theme/css/version-dropdown.css"]
1010
git-repository-url = "https://github.com/kubernetes-sigs/kubebuilder"
1111
edit-url-template = "https://github.com/kubernetes-sigs/kubebuilder/edit/master/docs/book/{path}"

docs/book/src/404.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/book/src/TODO.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
1-
# TODO
2-
3-
If you're seeing this page, it's probably because something's not done in
4-
the book yet, or you stumbled upon an old link. Go [see if anyone else
5-
has found
6-
this](https://github.com/kubernetes-sigs/kubebuilder/issues?q=is%3Aopen+is%3Aissue+label%3Akind%2Fdocumentation)
7-
or [bug the
8-
maintainers](https://github.com/kubernetes-sigs/kubebuilder/issues/new?assignees=&labels=kind%2Fdocumentation).
1+
# Page Not Found
2+
3+
The page you are looking for could not be found. This might be because:
4+
5+
1. The page has been moved or renamed
6+
2. The page is no longer available
7+
3. The URL was entered incorrectly
8+
9+
Please try:
10+
11+
- Going back to the [home page](https://book.kubebuilder.io/)
12+
- Using the search function
13+
- Suggest an edit [documentation index](https://github.com/kubernetes-sigs/kubebuilder/tree/master/docs/book/src)
14+
15+
Check out if someone is working on your issue [report an issue](https://github.com/kubernetes-sigs/kubebuilder/issues)
16+
If you believe this is an error, please [report an issue](https://github.com/kubernetes-sigs/kubebuilder/issues/new?template=BLANK_ISSUE)
17+
Reach out to us on [Slack](https://kubernetes.slack.com/messages/kubebuilder)

0 commit comments

Comments
 (0)