Skip to content

Commit

Permalink
Update template with frontmatter
Browse files Browse the repository at this point in the history
  • Loading branch information
theunrepentantgeek committed Feb 24, 2025
1 parent 7e7238a commit 68d0edc
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions docs/v2/api/template/crd.tmpl
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
{{ define "crd" }}

# {{ .Name }}

| Metadata | Value |
| -------- | -------------- |
| Group | {{ .Group }} |
| Version | {{ .Version }} |
| Module | {{ .Module }} |
| Property Optionality | {{ .PropertiesRequiredByDefault }} |
---
title: {{ .Group }}/{{ .Version }}
linktitle: {{ .Version }}
---

{{ range .Declarations "ranked" }}

Expand Down

0 comments on commit 68d0edc

Please sign in to comment.