From 21f08cb05079944fed35488e92d64e3b0b380466 Mon Sep 17 00:00:00 2001 From: Nic Cope Date: Thu, 27 Mar 2025 15:54:18 -0700 Subject: [PATCH] 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 --- content/v2.0-preview/whats-crossplane/_index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/v2.0-preview/whats-crossplane/_index.md b/content/v2.0-preview/whats-crossplane/_index.md index dc6672e3..67036cff 100644 --- a/content/v2.0-preview/whats-crossplane/_index.md +++ b/content/v2.0-preview/whats-crossplane/_index.md @@ -44,7 +44,7 @@ the [Kubebuilder documentation](https://book.kubebuilder.io) to see what's involved in writing a controller. {{}} -# Crossplane components +## Crossplane components Crossplane has three major components: @@ -55,7 +55,7 @@ Crossplane has three major components: You can use all three components to build your control plane, or pick only the ones you need. -## Composition +### Composition Composition lets you build custom APIs to control your cloud native software. @@ -138,7 +138,7 @@ build new custom resource APIs powered by managed resources. Follow [Get Started with Composition]({{}}) to see how composition works. -## Managed resources +### Managed resources Managed resources (MRs) are ready-made Kubernetes custom resources. @@ -223,7 +223,7 @@ GCP, Terraform, Helm, GitHub, etc to support Crossplane v2 soon. {{}} -## Package manager +### Package manager The Crossplane package manager lets you install new managed resources and composition functions.