Skip to content

Commit 09f9ec8

Browse files
authored
Update access callout with signup page link, update stale image (#141)
1 parent 711d154 commit 09f9ec8

File tree

89 files changed

+194
-31
lines changed

Some content is hidden

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

89 files changed

+194
-31
lines changed

site/_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ format:
250250
mainfont: Inter
251251
css: styles.css
252252
link-external-newwindow: true
253-
# link-external-icon: true
253+
link-external-icon: true
254254
toc: true
255255
toc-expand: 2
256256
callout-appearance: simple

site/_site/guide/add-content-blocks.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,8 @@ <h2 class="anchored" data-anchor-id="related-topics">Related topics</h2>
728728
if (!isInternal(link.href)) {
729729
// target, if specified
730730
link.setAttribute("target", "_blank");
731+
// default icon
732+
link.classList.add("external");
731733
}
732734
}
733735
});

site/_site/guide/before-you-begin.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
88

9-
<meta name="dcterms.date" content="2023-10-10">
9+
<meta name="dcterms.date" content="2023-10-18">
1010
<meta name="keywords" content="before you begin, ai risk, model risk management, ValidMind">
1111

1212
<title>ValidMind - Before you begin</title>
@@ -203,7 +203,7 @@ <h1 class="title">Before you begin</h1>
203203
<div>
204204
<div class="quarto-title-meta-heading">Published</div>
205205
<div class="quarto-title-meta-contents">
206-
<p class="date">October 10, 2023</p>
206+
<p class="date">October 18, 2023</p>
207207
</div>
208208
</div>
209209

@@ -221,11 +221,11 @@ <h2 class="anchored" data-anchor-id="prerequisites">Prerequisites</h2>
221221
<i class="callout-icon"></i>
222222
</div>
223223
<div class="callout-title-container flex-fill">
224-
Don’t have access?
224+
Need an account for ValidMind?
225225
</div>
226226
</div>
227227
<div class="callout-body-container callout-body">
228-
<p><a href="https://validmind.com/demo">Request a trial</a> to try out ValidMind for free.</p>
228+
<p>Signing up is FREE — <strong><a href="https://app.prod.validmind.ai">Create your account</a></strong>.</p>
229229
</div>
230230
</div>
231231
<p>To try out ValidMind, you need to be a registered user on the ValidMind Platform.</p>
@@ -503,6 +503,8 @@ <h2 class="anchored" data-anchor-id="whats-next">What’s next</h2>
503503
if (!isInternal(link.href)) {
504504
// target, if specified
505505
link.setAttribute("target", "_blank");
506+
// default icon
507+
link.classList.add("external");
506508
}
507509
}
508510
});
-136 KB
Loading

site/_site/guide/collaborate-on-documentation-projects.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,8 @@ <h2 class="anchored" data-anchor-id="related-topics">Related topics</h2>
813813
if (!isInternal(link.href)) {
814814
// target, if specified
815815
link.setAttribute("target", "_blank");
816+
// default icon
817+
link.classList.add("external");
816818
}
817819
}
818820
});

site/_site/guide/comment-on-documentation-projects.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,8 @@ <h2 class="anchored" data-anchor-id="related-topics">Related topics</h2>
726726
if (!isInternal(link.href)) {
727727
// target, if specified
728728
link.setAttribute("target", "_blank");
729+
// default icon
730+
link.classList.add("external");
729731
}
730732
}
731733
});

site/_site/guide/configure-aws-privatelink.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,8 @@ <h2 class="anchored" data-anchor-id="whats-next">What’s next</h2>
774774
if (!isInternal(link.href)) {
775775
// target, if specified
776776
link.setAttribute("target", "_blank");
777+
// default icon
778+
link.classList.add("external");
777779
}
778780
}
779781
});

site/_site/guide/create-documentation-project.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -730,6 +730,8 @@ <h2 class="anchored" data-anchor-id="related-topics">Related topics</h2>
730730
if (!isInternal(link.href)) {
731731
// target, if specified
732732
link.setAttribute("target", "_blank");
733+
// default icon
734+
link.classList.add("external");
733735
}
734736
}
735737
});

site/_site/guide/create-your-first-documentation-project.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
88

9-
<meta name="dcterms.date" content="2023-10-10">
9+
<meta name="dcterms.date" content="2023-10-18">
1010
<meta name="keywords" content="explore, ai risk, model risk management, ValidMind">
1111

1212
<title>ValidMind - Create Your First Documentation Project</title>
@@ -392,7 +392,7 @@ <h1 class="title">Create Your First Documentation Project</h1>
392392
<div>
393393
<div class="quarto-title-meta-heading">Published</div>
394394
<div class="quarto-title-meta-contents">
395-
<p class="date">October 10, 2023</p>
395+
<p class="date">October 18, 2023</p>
396396
</div>
397397
</div>
398398

@@ -421,7 +421,7 @@ <h2 class="anchored" data-anchor-id="steps">Steps</h2>
421421
<li><p>From the left sidebar, select <strong>Getting started</strong>.</p>
422422
<p>The page that opens provides you with the credentials for the newly created project to use with the ValidMind Developer Framework.</p></li>
423423
<li><p>Locate the project identifier, API key, and secret:</p>
424-
<p><img src="client-integration.png" class="img-fluid"></p>
424+
<p><img src="client-integration.png" class="img-fluid" alt="The Get Started page for a documentation project that shows the code snippet you need to copy with the Copy snippet to clipboard button"></p>
425425
<ul>
426426
<li><code>api_host</code>: The location of the ValidMind API</li>
427427
<li><code>api_key</code>: The account API key</li>
@@ -698,6 +698,8 @@ <h2 class="anchored" data-anchor-id="whats-next">What’s next</h2>
698698
if (!isInternal(link.href)) {
699699
// target, if specified
700700
link.setAttribute("target", "_blank");
701+
// default icon
702+
link.classList.add("external");
701703
}
702704
}
703705
});

site/_site/guide/document-models-with-framework.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,8 @@ <h2 class="anchored" data-anchor-id="related-topics">Related topics</h2>
718718
if (!isInternal(link.href)) {
719719
// target, if specified
720720
link.setAttribute("target", "_blank");
721+
// default icon
722+
link.classList.add("external");
721723
}
722724
}
723725
});

0 commit comments

Comments
 (0)