Skip to content

Commit 43c5375

Browse files
authored
Merge pull request #501 from validmind/beck/sc-7134/docs-audit-p6-training
Training style overhaul + style/accuracy edit
2 parents 454764d + babd570 commit 43c5375

File tree

80 files changed

+765
-360
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+765
-360
lines changed

internal/templates/course.qmd

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1+
---
12
title: "{{ course_title }}"
23
subtitle: For {{< var vm.product >}}
34
date: last-modified
45
filters:
56
- tachyons
7+
format:
8+
html:
9+
css: ../assets/training.css
10+
filters:
11+
- tachyons
12+
- preview
613
---
714

815
As a {{ role }} new to ValidMind, learn how to {{ course_overview }}.
@@ -31,13 +38,11 @@ As a {{ role }} new to ValidMind, learn how to {{ course_overview }}.
3138
[register](#register){.button-green .cta}
3239
:::
3340

34-
::: {.w-40-ns}
41+
::: {.w-50-ns}
3542
### Preview
3643

37-
<div style="position: relative; display: inline-block; box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); border-radius: 5px; border: 1px solid #222425; background: #DE257E;">
38-
<iframe src="{{ preview_url }}" width="400" height="250" style="border:none; border-radius: 5px;"></iframe>
39-
<a href="{{ preview_url }}" target="_blank" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10;"></a>
40-
</div>
44+
::: {.preview source="course-file.qmd"}
45+
:::
4146

4247
:::
4348

@@ -47,6 +52,6 @@ As a {{ role }} new to ValidMind, learn how to {{ course_overview }}.
4752

4853
:::
4954

50-
{{< include _training-register.qmd >}}
55+
{{< include /training/_training-register.qmd >}}
5156

52-
{{< include _training-support.qmd >}}
57+
{{< include /training/_training-support.qmd >}}

internal/templates/fundamentals.qmd

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
---
2+
title: "Topic<br>Fundamentals"
3+
subtitle: "docs.validmind.ai/training<br><br>_Click [{{< fa chevron-right >}}](#learning-objectives) to start_"
4+
search: false
5+
format:
6+
revealjs:
7+
controls: true
8+
controls-tutorial: true
9+
controls-back-arrows: visible
10+
transition: slide
11+
theme: [default, ../assets/custom.scss]
12+
slide-number: true
13+
chalkboard: false
14+
preview-links: auto
15+
view-distance: 2
16+
logo: /validmind.png
17+
footer: "ValidMind Academy | [Home {{< fa person-walking-dashed-line-arrow-right >}}](/training//training/training.qmd)"
18+
title-slide-attributes:
19+
data-background-color: "#083E44"
20+
data-background-image: "../assets/home-hero.svg"
21+
filters:
22+
- tachyons
23+
---
24+
25+
# Learning objectives
26+
27+
_"Enter objectives here, one, two, and etc."_
28+
29+
## In this course
30+
31+
1. [Link to section]()
32+
2. [Link to section]()
33+
3. [Link to section]()
34+
4. [Link to section]()
35+
5. [Link to section]()
36+
37+
First, let's make sure you can log in and show you around.
38+
39+
{{< include /training/assets/_revealjs-navigation.qmd >}}
40+
41+
## Can you log in?
42+
43+
To try out this course, you need to have been [onboarded](/training/training.qmd#onboarding) onto ValidMind Academy.
44+
45+
<br>Log in to check your access:
46+
47+
::: {.tc}
48+
[Log in to ValidMind](https://app.prod.validmind.ai/){.button target="_blank"}
49+
:::
50+
51+
<div style="text-align: center;">
52+
Be sure to return to this page afterwards.
53+
</div>
54+
55+
## 1
56+
57+
...
58+
59+
## .
60+
61+
...
62+
63+
## 3
64+
65+
...
66+
67+
## 4
68+
69+
...
70+
71+
## 5
72+
73+
...
74+
75+
# Topic summary slide
76+
77+
...
78+
79+
::: {.tc}
80+
[Learn more ...](/about/overview-model-risk-management.qmd){.button target="_blank"}
81+
:::
82+
83+
Or, find your next learning resource on [ValidMind Academy](/training/training.qmd).

site/_quarto.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -314,18 +314,19 @@ website:
314314
- text: "---"
315315
- support/troubleshooting.qmd
316316

317-
- title: "Training"
318-
contents:
319-
- text: "Training"
320-
file: training/training.qmd
321-
- text: "---"
322-
- text: "FUNDAMENTALS"
323-
- text: "For Administrators"
324-
file: training/administrator-fundamentals-register.qmd
325-
- text: "For Developers"
326-
file: training/developer-fundamentals-register.qmd
327-
- text: "For Validators"
328-
file: training/validator-fundamentals-register.qmd
317+
# TRAINING SIDEBAR
318+
# - title: "[<img src='/validmind.png' style='height:30px;'>](/index.qmd)"
319+
# contents:
320+
# - text: "Training"
321+
# file: training/training.qmd
322+
# - text: "---"
323+
# - text: "FUNDAMENTALS"
324+
# - text: "For Administrators"
325+
# file: training/administrator/administrator-fundamentals-register.qmd
326+
# - text: "For Developers"
327+
# file: training/developer/developer-fundamentals-register.qmd
328+
# - text: "For Validators"
329+
# file: training/validator/validator-fundamentals-register.qmd
329330
# - text: "For model risk governance"
330331
# file: training/training-for-model-risk-governance.qmd
331332

site/developer/model-documentation/document-models.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Generate model documentation starting with your model or model predictions, load
1111

1212
- [x] {{< var link.login >}}
1313
- [x] You are the model owner.
14-
- [x] You are a `Developer` or assigned another role with sufficient permissions to perform the tasks in this guide.[^1]
14+
- [x] You are a [{{< fa code >}} Developer]{.bubble} or assigned another role with sufficient permissions to perform the tasks in this guide.[^1]
1515

1616
:::
1717

site/developer/model-documentation/install-and-initialize-client-library.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ValidMind generates a unique _code snippet_ for each registered model to connect
1616

1717
- [x] {{< var link.login >}}
1818
- [x] You are the model owner.
19-
- [x] You are a `Developer` or assigned another role with sufficient permissions to perform the tasks in this guide.[^1]
19+
- [x] You are a [{{< fa code >}} Developer]{.bubble} or assigned another role with sufficient permissions to perform the tasks in this guide.[^1]
2020

2121
In order to integrate the {{< var vm.developer >}} and to be able to upload to the {{< var vm.platform >}}, you must provide the following information through a code snippet that you copy from the {{< var validmind.platform >}}:
2222

site/developer/model-documentation/store-credentials-in-env-file.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Keeing model credentials in a separate file also allows for precise access contr
2121

2222
- [x] {{< var link.login >}}
2323
- [x] The model is already registered in the model inventory.[^1]
24-
- [x] You are a `Developer` or assigned another role with sufficient permissions to perform the tasks in this guide.[^2]
24+
- [x] You are a [{{< fa code >}} Developer]{.bubble} or assigned another role with sufficient permissions to perform the tasks in this guide.[^2]
2525

2626
:::
2727

site/developer/model-documentation/work-with-test-results.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Once generated via the {{< var validmind.developer >}}, view and add the test re
1111

1212
- [x] {{< var link.login >}}
1313
- [x] Test results have already been documented via the {{< var validmind.developer >}} for your model.[^1]
14-
- [x] You are a `Developer` or `Validator`, or assigned another role with sufficient permissions to perform the tasks in this guide.[^2]
14+
- [x] You are a [{{< fa code >}} Developer]{.bubble} or [{{< fa circle-check >}} Validator]{.bubble}, or assigned another role with sufficient permissions to perform the tasks in this guide.[^2]
1515

1616
:::
1717

@@ -22,8 +22,8 @@ Once generated via the {{< var validmind.developer >}}, view and add the test re
2222

2323
5. Click {{< fa square-plus >}} and then select **Test-Driven**.[^3]
2424

25-
- By default, the `Developer` role can add test-driven blocks within model documentation or ongoing-monitoring plans.
26-
- By default, the `Validator` role can add test-driven blocks within validation reports.
25+
- By default, the [{{< fa code >}} Developer]{.bubble} role can add test-driven blocks within model documentation or ongoing-monitoring plans.
26+
- By default, the [{{< fa circle-check >}} Validator]{.bubble} role can add test-driven blocks within validation reports.
2727

2828
6. Select test results:
2929

site/guide/configuration/_manage-permissions.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- To assign a role to a permission, click **+**, then select the permission from the drop-down menu.
55
- To remove a role from a permission, click **{{< fa x >}}** next to the specified role.
66

7-
For example, to grant the `Developer` role the permission to update an existing template:
7+
For example, to grant the [{{< fa code >}} Developer]{.bubble} role the permission to update an existing template:
88

99
1. Locate **Update Template** under {{< fa clipboard >}} Template.
10-
1. Click **+** and select **Developer** from the drop-down menu.
10+
1. Click **+** and select [**{{< fa code >}} Developer**]{.bubble} from the drop-down menu.

site/guide/configuration/_set-up-your-organization-risk-areas.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1. Click **Add Risk Area** to save your changes.
1414

1515
:::: {.content-hidden unless-format="revealjs"}
16-
Once a risk area is added, you can then manage guidelines associated with that risk area and add those guidelines to validation templates: [Manage validation guidelines {{< fa hand-point-right >}}](/guide/model-validation/manage-validation-guidelines.qmd)
16+
Once a risk area is added, you can then manage guidelines associated with that risk area and add those guidelines to validation templates: [Manage validation guidelines {{< fa hand-point-right >}}](/guide/model-validation/manage-validation-guidelines.qmd){target="_blank"}
1717
::::
1818

1919
:::: {.content-visible unless-format="revealjs"}

site/guide/configuration/manage-groups.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Users must belong to a default group of `All`, and can belong to mulitple groups
1616
## Prerequisites
1717

1818
- [x] {{< var link.login >}}
19-
- [x] You are a `Customer Admin` or assigned another role with sufficient permissions to perform the tasks in this guide.[^1]
19+
- [x] You are a [{{< fa hand >}} Customer Admin]{.bubble} or assigned another role with sufficient permissions to perform the tasks in this guide.[^1]
2020

2121
:::
2222

site/guide/configuration/manage-permissions.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ Permissions dictate user access controls within the {{< var validmind.platform >
1313
## Prerequisites
1414

1515
- [x] {{< var link.login >}}
16-
- [x] You are a `Customer Admin` or assigned another role with sufficient permissions to perform the tasks in this guide.[^1]
16+
- [x] You are a [{{< fa hand >}} Customer Admin]{.bubble} or assigned another role with sufficient permissions to perform the tasks in this guide.[^1]
1717

1818
:::
1919

2020
## Steps
2121

2222
::: {.callout-important title="When assigning permissions to roles, ensure they align with the role's intended responsibilities and access requirements."}
23-
Please note that the `Customer Admin` role has the highest level of access and as such its permissions cannot be modified.
23+
Please note that the [{{< fa hand >}} Customer Admin]{.bubble} role has the highest level of access and as such its permissions cannot be modified.
2424
:::
2525

2626
1. In the left sidebar, click **{{< fa gear >}} Settings**.

site/guide/configuration/manage-roles.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ Roles are a named set of permissions that determine your users' access to featur
1111
## Prerequisites
1212

1313
- [x] {{< var link.login >}}
14-
- [x] You are a `Customer Admin` or assigned another role with sufficient permissions to perform the tasks in this guide.[^1]
14+
- [x] You are a [{{< fa hand >}} Customer Admin]{.bubble} or assigned another role with sufficient permissions to perform the tasks in this guide.[^1]
1515

1616
:::
1717

1818
## Add or update roles
1919

2020
::: {.callout-important title="Role permissions and role assignments determines a user's level of access."}
21-
Please note that the `Customer Admin` role has the highest level of access and as such, it cannot be cannot be modified.
21+
Please note that the [{{< fa hand >}} Customer Admin]{.bubble} role has the highest level of access and as such, it cannot be cannot be modified.
2222
:::
2323

2424
1. In the left sidebar, click **{{< fa gear >}} Settings**.

site/guide/configuration/manage-users.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Invite new users and review your current users from within the user directory. U
1212
## Prerequisites
1313

1414
- [x] {{< var link.login >}}
15-
- [x] You are a `Customer Admin` or assigned another role with sufficient permissions to perform the tasks in this guide.[^1]
15+
- [x] You are a [{{< fa hand >}} Customer Admin]{.bubble} or assigned another role with sufficient permissions to perform the tasks in this guide.[^1]
1616

1717
:::
1818

site/guide/configuration/managing-your-organization.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You will see the option to switch between organizations only if you belong to mo
4040
## Change organization name
4141

4242
::: {.callout title="To change your organization's name, you must have sufficient organization permissions."}
43-
By default, the `Customer Admin` role has these permissions.[^1]
43+
By default, the [{{< fa hand >}} Customer Admin]{.bubble} role has these permissions.[^1]
4444
:::
4545

4646
1. In the left sidebar, click **{{< fa gear >}} Settings**.

site/guide/configuration/set-up-your-organization.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This task involves managing organizations within ValidMind, allowing for effecti
1212
## Prerequisites
1313

1414
- [x] {{< var link.login >}}
15-
- [x] You are a `Customer Admin` or assigned another role with sufficient permissions to perform the tasks in this guide.[^1]
15+
- [x] You are a [{{< fa hand >}} Customer Admin]{.bubble} or assigned another role with sufficient permissions to perform the tasks in this guide.[^1]
1616

1717
:::
1818

site/guide/model-documentation/_collaborate-with-others-activity.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ All users associated with a model, such as model developers and model validators
88
:::: {.content-hidden unless-format="revealjs"}
99
While working with content blocks in documentation, you can comment directly on specific portions of the text.
1010

11-
All users associated with a model, such as model developers and model validators, will see a notification that a comment has been posted in their **Recent Activity** feed, accessible via the [**{{< fa house >}} Dashboard**](/guide/configuration/customize-your-dashboard.qmd).
11+
All users associated with a model, such as model developers and model validators, will see a notification that a comment has been posted in their **Recent Activity** feed, accessible via the [**{{< fa house >}} Dashboard**](/guide/configuration/customize-your-dashboard.qmd){target="_blank"}.
1212

1313
::::

site/guide/model-documentation/_customize-documentation-templates-simplified.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
a. **Add content to sections:**
6565
- For validation report templates, you're able to add additional content.
66-
- Click **{{< fa plus >}}** to add content to that section of the template, such as a **Summary Block** or a [**Guideline Block**](/guide/model-validation/manage-validation-guidelines.qmd#add-guidelines-to-templates).
66+
- Click **{{< fa plus >}}** to add content to that section of the template, such as a **Summary Block** or a [**Guideline Block**](/guide/model-validation/manage-validation-guidelines.qmd#add-guidelines-to-templates){target="_blank"}.
6767

6868
a. **Rename sections:**
6969
- Hover over a section until the **{{< fa pencil >}}** appears, then click on it to change the name.

site/guide/model-documentation/_review-model-documentation.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To locate your document overview for a model:
1212
:::: {.content-hidden unless-format="revealjs"}
1313
1. In the left sidebar, click **Model Inventory**.
1414

15-
1. Select a model or [find your model by applying a filter or searching for it](/guide/model-inventory/working-with-model-inventory.qmd#search-filter-and-sort-models).
15+
1. Select a model or [find your model by applying a filter or searching for it](/guide/model-inventory/working-with-model-inventory.qmd#search-filter-and-sort-models){target="blank"}.
1616

1717
1. In the left sidebar that appears for your model, click **Documentation**.
1818

site/guide/model-documentation/assign-documentation-section-statuses.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Assign a completion status to individual sections of your model documentation th
1313

1414
- [x] {{< var link.login >}}
1515
- [x] The model is already registered in the model inventory.[^1]
16-
- [x] You are a `Developer` or assigned another role with sufficient permissions to perform the tasks in this guide.[^2]
16+
- [x] You are a [{{< fa code >}} Developer]{.bubble} or assigned another role with sufficient permissions to perform the tasks in this guide.[^2]
1717

1818
:::
1919

site/guide/model-documentation/collaborate-with-others.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Use the real-time collaboration features to track changes, add comments, and acc
2323
- [x] {{< var link.login >}}
2424
- [x] The model you are documenting is registered in the model inventory.[^1]
2525
- [x] Model documentation has submitted for review or validation by the model validation team.[^2]
26-
- [x] You are a `Developer` or `Validator`, or assigned another role with sufficient permissions to perform the tasks in this guide.[^3]
26+
- [x] You are a [{{< fa code >}} Developer]{.bubble} or [{{< fa circle-check >}} Validator]{.bubble}, or assigned another role with sufficient permissions to perform the tasks in this guide.[^3]
2727

2828
:::
2929

site/guide/model-documentation/customize-documentation-templates.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The {{< var validmind.product >}} offers robust and fully customizable templates
1717

1818
- [x] {{< var link.login >}}
1919
- [x] The template you want to edit must exist in the {{< var validmind.platform >}}.[^1]
20-
- [x] You are a `Customer Admin` or assigned another role with sufficient permissions to perform the tasks in this guide.[^2]
20+
- [x] You are a [{{< fa hand >}} Customer Admin]{.bubble} or assigned another role with sufficient permissions to perform the tasks in this guide.[^2]
2121

2222
::: {.callout}
2323
If you are not sure which template or which version of a template your model documentation is using, check the **Documentation** page of your model.[^3] The **Document Template** section in the right sidebar lists the information.

site/guide/model-documentation/export-documentation.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Export your model documentation or validation reports as Microsoft Word files (`
1414
- [x] {{< var link.login >}}
1515
- [x] The model is already registered in the model inventory.[^1]
1616
- [x] Model documentation is completed or in progress.[^2]
17-
- [x] You are a `Developer` or `Validator`, or assigned another role with sufficient permissions to perform the tasks in this guide.[^3]
17+
- [x] You are a [{{< fa code >}} Developer]{.bubble} or [{{< fa circle-check >}} Validator]{.bubble}, or assigned another role with sufficient permissions to perform the tasks in this guide.[^3]
1818

1919
::: {.callout}
2020
ValidMind supports Word 365, Word 2019, Word 2016, and Word 2013.

site/guide/model-documentation/submit-for-approval.qmd

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ When you're ready, verify your model's status, and then submit your model docume
1414
- [x] {{< var link.login >}}
1515
- [x] The model you are documenting is registered in the model inventory.[^1]
1616
- [x] The approval workflow has been configured by an administrator.[^2]
17-
- [x] You are a `Developer` or `Validator`, or assigned another role with sufficient permissions to perform the tasks in this guide.[^3]
17+
- [x] You are a [{{< fa code >}} Developer]{.bubble} or [{{< fa circle-check >}} Validator]{.bubble}, or assigned another role with sufficient permissions to perform the tasks in this guide.[^3]
1818

1919
::: {.callout title="To configure workflow states and transitions, you must have sufficient workflow permissions."}
20-
By default, the `Customer Admin` role has these permissions.
20+
By default, the [{{< fa hand >}} Customer Admin]{.bubble} role has these permissions.
2121
:::
2222

2323
:::
@@ -26,13 +26,6 @@ By default, the `Customer Admin` role has these permissions.
2626

2727
{{< include /guide/model-workflows/_model-workflows-see.qmd >}}
2828

29-
![Summary view of example workflow steps for a model](workflow.png){width=85% fig-alt="A summary view of example workflow steps for a model" class="screenshot"}
30-
31-
While your lifecycle statuses and workflows are custom to your organization, some examples are:
32-
33-
- `In Documentation` — The model is currently being documented and can be submitted for validation next.
34-
- `In Validation` — The model is currently being validated and can be submitted for review and then approval.
35-
3629
## Advance model status
3730

3831
::: {.callout-important title="For you to be able to transition a model through the approval workflow, you must have completed all the previous required workflow steps. "}

site/guide/model-documentation/swap-documentation-templates.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Swap between different versions of your model documentation or validation report
1515
## Prerequisites
1616

1717
- [x] {{< var link.login >}}
18-
- [x] You are a `Developer` or `Validator`, or assigned another role with sufficient permissions to perform the tasks in this guide.[^1]
18+
- [x] You are a [{{< fa code >}} Developer]{.bubble} or [{{< fa circle-check >}} Validator]{.bubble}, or assigned another role with sufficient permissions to perform the tasks in this guide.[^1]
1919

2020
:::
2121

0 commit comments

Comments
 (0)