Skip to content

Commit 2ab4ea0

Browse files
authored
Merge pull request #1199 from validmind/staging
Merge staging into prod for 26.03
2 parents 738c42b + 83dd348 commit 2ab4ea0

114 files changed

Lines changed: 10677 additions & 9856 deletions

File tree

Some content is hidden

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

.github/actions/setup-r/action.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/workflows/deploy-docs-prod.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ jobs:
5959
with:
6060
version: ${{ vars.QUARTO_VERSION }}
6161

62-
- name: Setup R environment
63-
uses: ./.github/actions/setup-r
64-
6562
- name: Install Poetry
6663
run: |
6764
curl -sSL https://install.python-poetry.org | python3 -

.github/workflows/deploy-docs-staging.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ jobs:
5959
with:
6060
version: ${{ vars.QUARTO_VERSION }}
6161

62-
- name: Setup R environment
63-
uses: ./.github/actions/setup-r
64-
6562
- name: Install Poetry
6663
run: |
6764
curl -sSL https://install.python-poetry.org | python3 -

.github/workflows/validate-docs-site.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ jobs:
5959
with:
6060
version: ${{ vars.QUARTO_VERSION }}
6161

62-
- name: Setup R environment
63-
uses: ./.github/actions/setup-r
64-
6562
- name: Install Poetry
6663
run: |
6764
curl -sSL https://install.python-poetry.org | python3 -
-9.08 MB
Binary file not shown.
-6.3 MB
Binary file not shown.

site/about/glossary/_attestation.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ attestation instance
99
: The invocation of the attestation process on the {{< var validmind.platform >}}. Created when the attestation is triggered by the schedule you set up, it includes a snapshot with model activity and artifacts, questionnaire responses and review status, forming a full record of the review and approval process.
1010

1111
attestation participant
12-
: A user assigned to one of three roles in the attestation workflow submitter, reviewer, or approver. Submitters must be model stakeholders; reviewers and approvers can be assigned by stakeholder or role.
12+
: A user who participates in the attestation workflow as a submitter, reviewer, or approver. Submitters are assigned from model stakeholders; reviewers and approvers are assigned from organizational roles.
1313

1414
attestation period
1515
: The time window during which attestation is active, with fixed start and end dates. Each period creates an unchanging model snapshot. Periods are usually scheduled quarterly or annually and can align with regulatory or internal cycles.

site/assets/styles/_links.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ a {
77
}
88

99
/* Section-specific underline treatments */
10-
div[id^="fn"] a:hover,
10+
div[id^="fn"] a:hover:not(.button),
1111
#connect-with-us a:hover,
1212
#prerequisites a:hover,
1313
#supported-model-types a:hover,

site/get-started/common-steps/_select-template.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SPDX-License-Identifier: AGPL-3.0 AND ValidMind Commercial -->
66

77
a. In the left sidebar that appears for your model, click **{{< fa file >}} Documents** and select **Documentation**.
88

9-
b. Under **[template]{.smallcaps}**, select `Binary classification`.
9+
b. Under [create document]{.smallcaps}, select `Binary classification` from the **[template]{.smallcaps}** drop-down menu.
1010

1111
c. Click **Use Template** to apply the template.
1212

@@ -20,7 +20,7 @@ c. Click **Use Template** to apply the template.
2020
:::: {.content-visible unless-format="revealjs" unless-meta="includes.developer"}
2121
a. In the left sidebar that appears for your model, click **{{< fa file >}} Documents** and select **Validation Report**.
2222

23-
a. Under **[template]{.smallcaps}**, select `Generic Validation Report`.
23+
b. Under [create document]{.smallcaps}, select `Generic Validation Report` from the **[template]{.smallcaps}** drop-down menu.
2424

2525
c. Click **Use Template** to apply the template.
2626

-155 KB
Loading

0 commit comments

Comments
 (0)