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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ When constructing links, refer to the `.qmd` file as Quarto will properly render
106
106
107
107
| Correct | Incorrect |
108
108
|---|---|
109
-
|`[Quickstart — Model Development](get-started/developer/quickstart-developer.qmd)`|`[Quickstart — Model Development](get-started/developer/quickstart-developer.html)`|
109
+
|`[Get started with JupyterHub](get-started/developer/try-with-jupyterhub.qmd)`|`[Get started with JupyterHub](get-started/developer/try-with-jupyterhub.html)`|
110
110
111
111
When constructing filepaths, including while using [Quarto's Includes](https://quarto.org/docs/authoring/includes.html) (single-sourcing feature), you'll also want start with the root directory whenever possible as this minimizes usage of unclear relative paths:
content: "[**{{< fa book-open-reader >}} EU AI Act Compliance**](https://validmind.com/download-whitepaper-the-eu-ai-act/) — Read our original regulation brief on how the EU AI Act aims to balance innovation with safety and accountability, setting standards for responsible AI use"
16
-
position: below-navbar
15
+
content: '[**{{< fa book-open-reader >}} EU AI Act Compliance**](https://validmind.com/download-whitepaper-the-eu-ai-act/) — Read our original regulation brief on how the EU AI Act aims to balance innovation with safety and accountability, setting standards for responsible AI use'
16
+
position: above-navbar
17
17
favicon: validmind.png
18
18
title: "ValidMind"
19
19
cookie-consent:
20
20
type: express
21
21
style: simple
22
+
position: center
22
23
google-analytics:
23
24
tracking-id: "G-S46CKWPNSS"
24
25
anonymize-ip: true
@@ -35,58 +36,12 @@ website:
35
36
title: false
36
37
pinned: true
37
38
38
-
left:
39
-
- text: "About"
40
-
file: about/overview.qmd
41
-
- text: "Get Started"
42
-
file: get-started/get-started.qmd
43
-
- text: "Guides"
44
-
file: guide/guides.qmd
45
-
- text: "{{< fa cube >}} {{< var validmind.developer >}}"
46
-
menu:
47
-
- text: "{{< fa laptop-code >}} {{< var validmind.developer >}}"
48
-
file: developer/validmind-library.qmd
49
-
- text: "{{< fa cubes >}} Supported Models"
50
-
file: developer/supported-models.qmd
51
-
- text: "---"
52
-
- text: "{{< fa rocket >}} QUICKSTART"
53
-
- text: "{{< fa file-pen >}} For Model Documentation"
The {{< var validmind.developer >}} streamlines model development and validation by automating testing. Run tests, log those test results to the {{< var validmind.platform >}}, and have fully supported drafts of documentation or reporting ready for you to fine-tune.
87
+
The {{< var validmind.developer >}} helps you streamline model documentation by automating the generation of drafts. All you need to do is upload your documentation artifacts and test results to the {{< var validmind.platform >}}.
Copy file name to clipboardExpand all lines: site/get-started/administrator/quickstart-administrator.qmd
+1-24Lines changed: 1 addition & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -4,27 +4,4 @@ date: last-modified
4
4
page-layout: full
5
5
---
6
6
7
-
Set up the foundational units for your organization within the {{< var validmind.platform >}}, prepare your organization for users, then grant access to your first user.
8
-
9
-
<!-- BECK'S OUTLINE / NOTES -->
10
-
11
-
<!-- {{< include /get-started/common-assets/_before-you-begin.qmd >}}
12
-
13
-
## Setting up your organization
14
-
15
-
### Set up business units
16
-
17
-
### Set up use cases
18
-
19
-
## Preparing your organization for users
20
-
21
-
### Set up groups
22
-
23
-
### Set up roles
24
-
25
-
## Invite your first user
26
-
27
-
## What's next
28
-
29
-
- Administrator Fundamentals
30
-
- ValidMind Platform Guides -->
7
+
Set up your organization, onboard new users, and set up user roles, permissions, and groups within the {{< var validmind.platform >}} as a superuser.
0 commit comments