Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cmd/mdatagen] Add parent field to metadata.yaml file for subcomponents #23636

Merged
merged 9 commits into from
Jun 26, 2023
Prev Previous commit
Next Next commit
Update cmd/mdatagen/templates/documentation.md.tmpl
Co-authored-by: Dmitrii Anoshin <[email protected]>
  • Loading branch information
mackjmr and dmitryax committed Jun 26, 2023
commit 4efa7eb020a9803c1f8b89135d4e1bd93a54d056
1 change: 1 addition & 0 deletions cmd/mdatagen/templates/documentation.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
# {{ .Type }}

{{- if .Parent }}

**Parent Component:** {{ .Parent }}
{{- end }}

Expand Down
Loading