File tree Expand file tree Collapse file tree 5 files changed +10
-0
lines changed
Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 2727Add the prefix assembly- or assembly_ to the file name.
2828Add the following attribute before the module ID:
2929////
30+ {% if metadata -%}
3031:_mod-docs-content-type: ASSEMBLY
32+ {%- endif %}
3133
3234{% if simplified -%}
3335[id="{{module_anchor} }"]
Original file line number Diff line number Diff line change 1515Add the prefix con- or con_ to the file name.
1616Add the following attribute before the module ID:
1717////
18+ {% if metadata -%}
1819:_mod-docs-content-type: CONCEPT
20+ {%- endif %}
1921
2022////
2123The ID is an anchor that links to the module. Avoid changing it after the module has been published to ensure existing links are not broken.
Original file line number Diff line number Diff line change 1515Add the prefix proc- or proc_ to the file name.
1616Add the following attribute before the module ID:
1717////
18+ {% if metadata -%}
1819:_mod-docs-content-type: PROCEDURE
20+ {%- endif %}
1921
2022{% if simplified -%}
2123[id="{{module_anchor} }"]
Original file line number Diff line number Diff line change 1919Add the prefix ref- or ref_ to the file name.
2020Add the following attribute before the module ID:
2121////
22+ {% if metadata -%}
2223:_mod-docs-content-type: REFERENCE
24+ {%- endif %}
2325
2426{% if simplified -%}
2527[id="{{module_anchor} }"]
Original file line number Diff line number Diff line change @@ -14,7 +14,9 @@ Add the prefix snip- or snip_ to the file name.
1414Add the following attribute before the title:
1515:_mod-docs-content-type: SNIPPET
1616////
17+ {% if metadata -%}
1718:_mod-docs-content-type: SNIPPET
19+ {%- endif %}
1820
1921.{{module_title}}
2022////
You can’t perform that action at this time.
0 commit comments