Skip to content

Commit 21f08cb

Browse files
committed
Use smaller headings
I notice the sidebar doesn't seem to work when the top level headings are H1 (single # in Markdown). It shows all the headings at the same level of nesting. Using H2 and H3 (## and ###) seems to fix it. This is what most other docs pages seem to do. Signed-off-by: Nic Cope <[email protected]>
1 parent 8fb50eb commit 21f08cb

File tree

1 file changed

+4
-4
lines changed
  • content/v2.0-preview/whats-crossplane

1 file changed

+4
-4
lines changed

content/v2.0-preview/whats-crossplane/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ the [Kubebuilder documentation](https://book.kubebuilder.io) to see what's
4444
involved in writing a controller.
4545
{{</hint>}}
4646

47-
# Crossplane components
47+
## Crossplane components
4848

4949
Crossplane has three major components:
5050

@@ -55,7 +55,7 @@ Crossplane has three major components:
5555
You can use all three components to build your control plane, or pick only the
5656
ones you need.
5757

58-
## Composition
58+
### Composition
5959

6060
Composition lets you build custom APIs to control your cloud native software.
6161

@@ -138,7 +138,7 @@ build new custom resource APIs powered by managed resources.
138138
Follow [Get Started with Composition]({{<ref "../get-started/get-started-with-composition">}})
139139
to see how composition works.
140140

141-
## Managed resources
141+
### Managed resources
142142

143143
Managed resources (MRs) are ready-made Kubernetes custom resources.
144144

@@ -223,7 +223,7 @@ GCP, Terraform, Helm, GitHub, etc to support Crossplane v2 soon.
223223
<!-- vale gitlab.FutureTense = YES -->
224224
{{</hint>}}
225225

226-
## Package manager
226+
### Package manager
227227

228228
The Crossplane package manager lets you install new managed resources and
229229
composition functions.

0 commit comments

Comments
 (0)