You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/guide/swap-documentation-templates.qmd
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,12 @@ date: last-modified
5
5
6
6
Swapping templates allows you to switch to a completely different template, upgrade to a more recent version of your current template, or make changes to both the template and template version at the same time.
7
7
8
-
When swapping templates, only the document structure is changed. Any modifications that you might have made to content is preserved inside each content block or section. If you are not sure which template or which version of a template your model documentation or validation report is using, you can also check and compare between different templates and .
8
+
When swapping templates, only the document structure is changed. Any modifications that you might have made to content is preserved inside each content block or section. If you are not sure which template or which version of a template your model documentation or validation report is using, you can also check and compare between different templates and versions of templates.
9
9
10
10
## Prerequisites
11
11
12
12
- You must hold the `Developer` role to update the template for model documentation.
13
-
- You must hold the `Validator` role to update the validation report template for their validation report.
13
+
- You must hold the `Validator` role to update the template for validation reports.
14
14
15
15
## View current templates
16
16
@@ -42,11 +42,11 @@ When swapping templates, only the document structure is changed. Any modificatio
42
42
-**Document Template**
43
43
-**Validation Report Template**
44
44
45
-
The window pane that opens shows the JSON for the current template along with other information, such as the name and the current version, and which models are using this template.
45
+
The window pane that opens shows the YAML for the current template along with other information, such as the name and the current version, and which models are using this template.
46
46
47
47
6. Click **Swap Template**.
48
48
49
-
The window pane now shows the JON for two templates side-by-side:
49
+
The window pane now shows the YAML for two templates side-by-side:
50
50
51
51
- On the left, your current template is shown.
52
52
- On the right, you can select a different template and version.
@@ -60,7 +60,7 @@ When swapping templates, only the document structure is changed. Any modificatio
60
60
61
61
For example: Select a previous version of the template currently in use to revert to that version.
62
62
63
-
After you select a different template or version, the JSON differences between the templates are highlighted.
63
+
After you select a different template or version, the YAML differences between the templates are highlighted.
0 commit comments