Skip to content

Commit 253592e

Browse files
validbecknrichers
andauthored
Documented user registration process (#410)
* Draft new pages * New files * Draft for independent signup * Last save for the day * Simplifying some stuff * Accept invitation draft * Layout tweaks * Accept invite wip * Register done for now * New registration variable * Applied new variable across site * Final tweaks * Quick tweak * Cropped images * Update site/guide/configuration/register-with-validmind.qmd Co-authored-by: Nik Richers <nik@validmind.ai> * Update site/guide/configuration/register-with-validmind.qmd Co-authored-by: Nik Richers <nik@validmind.ai> * Update site/guide/configuration/register-with-validmind.qmd Co-authored-by: Nik Richers <nik@validmind.ai> * Update site/guide/configuration/register-with-validmind.qmd Co-authored-by: Nik Richers <nik@validmind.ai> * Tweaks --------- Co-authored-by: Nik Richers <nik@validmind.ai>
1 parent d84eae3 commit 253592e

24 files changed

+265
-24
lines changed

internal/templates/about-validmind.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you haven't already seen our [Get started with the ValidMind Developer Framew
1616

1717
For access to all features available in this notebook, create a free ValidMind account.
1818

19-
Signing up is FREE — [**Sign up now**](https://app.prod.validmind.ai)
19+
Signing up is FREE — {{< var link.register >}}
2020

2121
:::
2222

site/_quarto.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,10 @@ website:
165165
- guide/guides.qmd
166166
- text: "---"
167167
- text: "CONFIGURATION"
168-
- guide/configuration/log-in-to-validmind.qmd
168+
- file: guide/configuration/accessing-validmind.qmd
169+
contents:
170+
- guide/configuration/register-with-validmind.qmd
171+
- guide/configuration/log-in-to-validmind.qmd
169172
- file: guide/configuration/managing-your-organization.qmd
170173
contents:
171174
- guide/configuration/set-up-your-organization.qmd

site/_variables.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ vm:
3535
link:
3636
contact: "[**Contact Us**](https://validmind.com/contact/)"
3737
login: "[You are logged in to ValidMind.](/guide/configuration/log-in-to-validmind.qmd)"
38+
register: "[**Register with ValidMind {{< fa hand-point-right >}} **](/guide/configuration/register-with-validmind.qmd)"
3839

3940
# Short form — URL only
4041
# Rendered format: `{{< var url.us1 >}}`

site/get-started/developer/try-in-your-own-environment.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Learn how to document a model with ValidMind locally in your own developer envir
1212
To try out ValidMind, you need to be a registered user on the {{< var validmind.platform >}}.
1313

1414
::: {.callout title="Need an account for ValidMind?"}
15-
Signing up is FREE — **[Create your account]({{< var url.us1 >}})**.
15+
Signing up is FREE — {{< var link.register >}}
1616
:::
1717

1818
You should be familiar with using standard software development tools, including the command line, and have a developer environment set up locally, such as Visual Studio Code.

site/get-started/developer/try-with-colab.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Learn how to document a model with ValidMind on Google Colaboratory.
1313
- [x] You must have access to [Google Colaboratory (Colab)](https://colab.research.google.com/).
1414

1515
::: {.callout title="Need an account for ValidMind?"}
16-
Signing up is FREE — **[Create your account]({{< var url.us1 >}})**.
16+
Signing up is FREE — {{< var link.register >}}
1717
:::
1818

1919
Google Colaboratory (Colab) is a free Jupyter Notebook environment that runs in the cloud. You can work with, run, and download our sample Jupyter Notebooks from there.

site/get-started/developer/try-with-jupyterhub.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Learn how to document a model with ValidMind on JupyterHub.
1818
To try out ValidMind, you need to be a registered user on the {{< var validmind.platform >}}.
1919

2020
::: {.callout title="Need an account for ValidMind?"}
21-
Signing up is FREE — **[Create your account]({{< var url.us1 >}})**.
21+
Signing up is FREE — {{< var link.register >}}
2222
:::
2323

2424
:::

site/get-started/get-started.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The fastest way to explore what ValidMind can offer is with our [QuickStart](qui
8686
If you have already tried the QuickStart, more how-to instructions and links to our FAQs can be found under [Next steps](platform/next-steps.qmd).
8787

8888
::: {.callout title="Need an account for ValidMind?"}
89-
Signing up is FREE — **[Create your account]({{< var url.us1 >}})**.
89+
Signing up is FREE — {{< var link.register >}}
9090
:::
9191

9292

site/get-started/platform/explore-sample-model-documentation.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The {{< var validmind.platform >}} is the central place to:
2323
- [x] Next, make sure you're [logged in to ValidMind {{< fa hand-point-right >}}](/guide/configuration/log-in-to-validmind.qmd).
2424

2525
::: {.callout title="Need an account for ValidMind?"}
26-
Signing up is FREE — **[Create your account]({{< var url.us1 >}})**.
26+
Signing up is FREE — {{< var link.register >}}
2727
:::
2828

2929
:::

site/get-started/platform/generate-documentation-for-your-model.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You are now ready to modify the QuickStart notebook you used earlier and run it
1313
- [x] Next, make sure you're [logged in to ValidMind {{< fa hand-point-right >}}](/guide/configuration/log-in-to-validmind.qmd).
1414

1515
::: {.callout title="Need an account for ValidMind?"}
16-
Signing up is FREE — **[Create your account]({{< var url.us1 >}})**.
16+
Signing up is FREE — {{< var link.register >}}
1717
:::
1818

1919
:::

site/get-started/platform/register-your-first-model.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To be able to document models with the {{< var validmind.platform >}}, you need
1313
- [x] Next, make sure you're [logged in to ValidMind {{< fa hand-point-right >}}](/guide/configuration/log-in-to-validmind.qmd).
1414

1515
::: {.callout title="Need an account for ValidMind?"}
16-
Signing up is FREE — **[Create your account]({{< var url.us1 >}})**.
16+
Signing up is FREE — {{< var link.register >}}
1717
:::
1818

1919
:::

0 commit comments

Comments
 (0)