File tree Expand file tree Collapse file tree 8 files changed +31
-1
lines changed Expand file tree Collapse file tree 8 files changed +31
-1
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,5 @@ title: Composition
33weight : 51
44description : Understand Crossplane's core components
55---
6+
7+ {{< auto-index >}}
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ weight: 40
44description : Get started with Crossplane.
55---
66
7+ {{< auto-index >}}
Original file line number Diff line number Diff line change 22title : Guides
33weight : 100
44description : Crossplane integrations and detailed examples.
5- ---
5+ ---
6+
7+ {{< auto-index >}}
Original file line number Diff line number Diff line change @@ -3,3 +3,5 @@ title: Managed Resources
33weight : 52
44description : Understand Crossplane's managed resources and selective activation
55---
6+
7+ {{< auto-index >}}
Original file line number Diff line number Diff line change @@ -5,3 +5,5 @@ state: alpha
55alphaVersion : 2.0
66description : Understand Crossplane's Operations feature
77---
8+
9+ {{< auto-index >}}
Original file line number Diff line number Diff line change @@ -3,3 +3,5 @@ title: Packages
33weight : 53
44description : Understand Crossplane's core components
55---
6+
7+ {{< auto-index >}}
Original file line number Diff line number Diff line change 1+ {{/*
2+ Auto-generates an index page with links to child pages, ordered by weight.
3+ Usage: {{ partial "auto-index" . }}
4+ */}}
5+ {{ if .RegularPages }}
6+ < div class ="auto-index ">
7+ < p > Topics in this section:</ p >
8+ < ul >
9+ {{ range .RegularPages.ByWeight }}
10+ < li > < a href ="{{ .Permalink }} "> {{ .Title }}</ a > {{ if .Params.description }} - {{ .Params.description }}{{ end }}</ li >
11+ {{ end }}
12+ </ ul >
13+ </ div >
14+ {{ end }}
Original file line number Diff line number Diff line change 1+ {{/*
2+ Shortcode to auto-generate an index of child pages.
3+ Usage: {{< auto-index > }}
4+ */}}
5+ {{ partial "auto-index" .Page }}
You can’t perform that action at this time.
0 commit comments