Skip to content

Commit 977bac6

Browse files
committed
wip: adjustments necessary for 0.5.0
1 parent b73a510 commit 977bac6

File tree

5 files changed

+206
-144
lines changed

5 files changed

+206
-144
lines changed

docs/book/src/introduction.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
**Note:** Impatient readers may head straight to [Quick Start](quick-start.md).
1+
>[!Tip]
2+
>Impatient readers may head straight to [Quick Start](quick-start.md).
23
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-v3.book.kubebuilder.io)**
4+
>[!Important]
5+
>Using previous version of Kubebuilder? Check the legacy documentation for [v1](https://book-v1.book.kubebuilder.io), [v2](https://book-v2.book.kubebuilder.io) or [v3](https://book-v3.book.kubebuilder.io).
56
67
## Who is this for
78

docs/book/src/logos/favicon.png

55.1 KB
Loading
File renamed without changes.

docs/book/theme/css/custom.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Adds a thin border to the sidebar (aesthetics) */
2-
#sidebar {
2+
#mdbook-sidebar {
33
border-right: 1px solid var(--theme-popup-border);
44
}
55

@@ -36,6 +36,14 @@ html {
3636
text-decoration: solid underline var(--links);
3737
}
3838

39+
/* Hides excessive theme options */
40+
#mdbook-theme-default_theme,
41+
#mdbook-theme-rust,
42+
#mdbook-theme-coal,
43+
#mdbook-theme-ayu {
44+
display: none;
45+
}
46+
3947
/* custom light theme */
4048
.light {
4149
--sidebar-bg: #eef5ff;

0 commit comments

Comments
 (0)