File tree Expand file tree Collapse file tree 3 files changed +54
-0
lines changed Expand file tree Collapse file tree 3 files changed +54
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ title = "Kubernetes Cluster API Provider IBM Cloud"
8
8
[output .html ]
9
9
curly-quotes = true
10
10
git-repository-url = " https://sigs.k8s.io/cluster-api-provider-ibmcloud"
11
+ additional-css = [" theme/css/custom.css" ]
11
12
12
13
[preprocessor .tabulate ]
13
14
command = " mdbook-tabulate"
Original file line number Diff line number Diff line change @@ -16,6 +16,18 @@ hybrid deployments of Kubernetes. It is built atop the lessons learned from
16
16
previous cluster managers such as [ kops] ( https://github.com/kubernetes/kops ) and
17
17
[ kubicorn] ( http://kubicorn.io/ ) .
18
18
19
+ <aside class =" note " >
20
+
21
+ <h1 >Cluster API Provider IBM Cloud documentation versions</h1 >
22
+
23
+ This book documents Cluster API Provider IBM Cloud v0.5. For other versions please see the corresponding documentation:
24
+ * [ main.cluster-api-ibmcloud.sigs.k8s.io] ( https://main.cluster-api-ibmcloud.sigs.k8s.io )
25
+ * [ release-0-5.cluster-api-ibmcloud.sigs.k8s.io] ( https://release-0-5.cluster-api-ibmcloud.sigs.k8s.io/ )
26
+ * [ release-0-4.cluster-api-ibmcloud.sigs.k8s.io] ( https://release-0-4.cluster-api-ibmcloud.sigs.k8s.io/ )
27
+ * [ release-0-3.cluster-api-ibmcloud.sigs.k8s.io] ( https://release-0-3.cluster-api-ibmcloud.sigs.k8s.io/ )
28
+
29
+ </aside >
30
+
19
31
## CAPIBM Supported Infrastructure-as-a-Service (IaaS)
20
32
21
33
<p align =" center " >
Original file line number Diff line number Diff line change
1
+ /* notes */
2
+ aside .note {
3
+ border : 1px solid var (--searchbar-border-color );
4
+ border-radius : 3px ;
5
+ margin-top : 1em ;
6
+ }
7
+
8
+ aside .note > * {
9
+ margin-left : 1em ;
10
+ margin-right : 1em ;
11
+ }
12
+
13
+ /* note title */
14
+ aside .note > h1 {
15
+ border-bottom : 1px solid var (--searchbar-border-color );
16
+ margin : 0 ;
17
+ padding : 0.5em 1em ;
18
+ font-size : 100% ;
19
+ font-weight : normal;
20
+ background : var (--quote-bg );
21
+ }
22
+
23
+ /* warning notes */
24
+ aside .note .warning > h1 {
25
+ background : var (--warning-note-background-color , # fcf8f2 );
26
+ }
27
+ aside .note .warning > h1 ::before {
28
+ /* TODO(directxman12): fill in these colors in theme.
29
+ * If you're good with colors, feel free to play around with this
30
+ * in dark mode. */
31
+ content : "!" ;
32
+ color : var (--warning-note-color , # f0ad4e );
33
+ margin-right : 1em ;
34
+ font-size : 100% ;
35
+ vertical-align : middle;
36
+ font-weight : bold;
37
+ padding-left : 0.6em ;
38
+ padding-right : 0.6em ;
39
+ border-radius : 50% ;
40
+ border : 2px solid var (--warning-note-color , # f0ad4e );
41
+ }
You can’t perform that action at this time.
0 commit comments