Skip to content

Commit 73b6e77

Browse files
committed
Add YAML frontmatter metadata to operators doc template
1 parent 21ed34e commit 73b6e77

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/source/operators_doc/operator_doc_template.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
category: {{ scripting_info.category }}
3+
plugin: {{ scripting_info.plugin }}
4+
license: {{ scripting_info.license }}
5+
---
6+
17
# {{ operator_name }}
28

39
## Description

0 commit comments

Comments
 (0)