Skip to content

New Homepage integration #743

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 38 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
f92130f
Copy over files from Beck's PR 638
nrichers May 28, 2025
76bb6c5
added anima folder
LoiAnsah May 28, 2025
ab3017b
Interim changes
nrichers May 28, 2025
5b7bd85
"changes for the new homepage: index.qmd, style.cs, etc...
LoiAnsah May 30, 2025
2e637bc
Updted homepage based of the latest design from figma.
LoiAnsah Jun 2, 2025
3ef99bf
New changes made: added design element.
LoiAnsah Jun 2, 2025
26d2bf6
New changes
LoiAnsah Jun 2, 2025
07a8a3a
Footer alignment fix
nrichers Jun 2, 2025
6fe0399
modified index.qmd and style.css
LoiAnsah Jun 2, 2025
4c84330
modified style.css
LoiAnsah Jun 2, 2025
3a198d9
Merge branch 'main' of https://github.com/validmind/documentation int…
LoiAnsah Jun 2, 2025
3447441
recent changes'
LoiAnsah Jun 3, 2025
7571db7
most recent changes
LoiAnsah Jun 3, 2025
d71e15d
Merge branch 'main' of https://github.com/validmind/documentation int…
LoiAnsah Jun 3, 2025
5bd8497
recent update
LoiAnsah Jun 3, 2025
6a004fa
Deleted the anima folder
LoiAnsah Jun 4, 2025
d6a4772
recent changes
LoiAnsah Jun 4, 2025
227285b
resolved validmind folder issue
LoiAnsah Jun 4, 2025
b2656ed
new update
LoiAnsah Jun 4, 2025
5476295
recent changes
LoiAnsah Jun 5, 2025
e943a78
changes to links in index.qmd
LoiAnsah Jun 5, 2025
3dffb9a
changes on footer
LoiAnsah Jun 5, 2025
53458ab
resolved merge conflict
LoiAnsah Jun 5, 2025
42ffd6f
recent changes
LoiAnsah Jun 5, 2025
79d907a
recent changes for the footer
LoiAnsah Jun 6, 2025
e47d934
recent changes
LoiAnsah Jun 6, 2025
240eae0
recent changes
LoiAnsah Jun 9, 2025
e339e6b
Recent changes: added a sample of the new footer, still need to apply…
LoiAnsah Jun 9, 2025
55ee145
recent changes
LoiAnsah Jun 9, 2025
4669f85
recent changes
LoiAnsah Jun 10, 2025
9ace924
Fixed cookies issue
LoiAnsah Jun 11, 2025
9edeea7
Fix file issue and modify style.css and index.qmd
LoiAnsah Jun 13, 2025
bb54b47
modify index.qmd
LoiAnsah Jun 13, 2025
ea1d522
conflict
LoiAnsah Jun 13, 2025
bf7faee
Move quickstart buttons into their own columns for better alignment
nrichers Jun 16, 2025
81d42ef
Simplify text
nrichers Jun 16, 2025
148f66b
Tweak layout, clean up CSS, remove unused styles, content edits
nrichers Jun 17, 2025
3665d16
Update tour section
nrichers Jun 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ When constructing links, refer to the `.qmd` file as Quarto will properly render

| Correct | Incorrect |
|---|---|
| `[Quickstart — Model Development](get-started/developer/quickstart-developer.qmd)` | `[Quickstart — Model Development](get-started/developer/quickstart-developer.html)` |
| `[Get started with JupyterHub](get-started/developer/try-with-jupyterhub.qmd)` | `[Get started with JupyterHub](get-started/developer/try-with-jupyterhub.html)` |

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:

Expand Down
247 changes: 153 additions & 94 deletions site/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ metadata-files:

website:
announcement:
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"
position: below-navbar
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'
position: above-navbar
favicon: validmind.png
title: "ValidMind"
cookie-consent:
type: express
style: simple
position: center
google-analytics:
tracking-id: "G-S46CKWPNSS"
anonymize-ip: true
Expand All @@ -35,58 +36,12 @@ website:
title: false
pinned: true

left:
- text: "About"
file: about/overview.qmd
- text: "Get Started"
file: get-started/get-started.qmd
- text: "Guides"
file: guide/guides.qmd
- text: "{{< fa cube >}} {{< var validmind.developer >}}"
menu:
- text: "{{< fa laptop-code >}} {{< var validmind.developer >}}"
file: developer/validmind-library.qmd
- text: "{{< fa cubes >}} Supported Models"
file: developer/supported-models.qmd
- text: "---"
- text: "{{< fa rocket >}} QUICKSTART"
- text: "{{< fa file-pen >}} For Model Documentation"
file: notebooks/quickstart/quickstart_model_documentation.ipynb
- text: "{{< fa clipboard-check >}} For Model Validation"
file: notebooks/quickstart/quickstart_model_validation.ipynb
- text: "---"
- text: "{{< fa vial >}} TESTING"
- text: "{{< fa flask-vial >}} Run Tests & Test Suites"
file: developer/model-testing/testing-overview.qmd
- text: "{{< fa microscope >}} Test Descriptions"
file: developer/model-testing/test-descriptions.qmd
- text: "{{< fa toolbox >}} Test Sandbox (BETA)"
file: developer/model-testing/test-sandbox.qmd
- text: "---"
- text: "{{< fa code >}} CODE SAMPLES"
- text: "{{< fa book-open-reader >}} All Code Samples · `LLM` · `NLP` · `Time Series` · `Etc.`"
file: developer/samples-jupyter-notebooks.qmd
- text: "{{< fa download >}} Download Code Samples · `notebooks.zip`"
file: notebooks.zip
- text: "{{< fa hand-point-right >}} Try it on JupyterHub {{< fa hand-point-left >}}"
file: https://jupyterhub.validmind.ai/
- text: "---"
- text: "{{< fa book >}} REFERENCE"
- text: "{{< var validmind.api >}}"
file: validmind/validmind.qmd
- text: "Support"
file: support/support.qmd
- text: "Training"
file: training/training.qmd
- text: "Releases"
file: releases/all-releases.qmd
# - text: "validmind.com {{< fa external-link >}}"
# file: https://validmind.com/
# target: _blank
right:
# - text: "{{< fa cube >}} Documentation"
# file: about/overview.qmd
# HOME BUTTON FOR DEVELOPER & TRAINING SECTIONS
- text: "{{< fa house >}}"
file: index.qmd
# - text: "{{< fa house >}}"
# file: index.qmd
# DOCUMENTATION MENU FOR DEVELOPER & TRAINING SECTIONS
- text: "{{< fa book-open >}} Documentation"
menu:
Expand Down Expand Up @@ -125,6 +80,28 @@ website:
# file: training/developer-fundamentals/developer-fundamentals-register.qmd
# - text: "{{< fa user-check >}} For Validators"
# file: training/validator-fundamentals/validator-fundamentals-register.qmd

- text: "{{< fa book-open >}} Documentation"
menu:
- text: "{{< fa circle-info >}} About {{< var vm.product >}}"
file: about/overview.qmd
- text: "{{< fa rocket >}} Get Started"
file: get-started/get-started.qmd
- text: "{{< fa book >}} Guides"
file: guide/guides.qmd
- text: "{{< fa envelope-open-text >}} Support"
file: support/support.qmd
- text: "{{< fa bullhorn >}} Releases"
file: releases/all-releases.qmd
- text: "---"
- text: "{{< fa cube >}} Python Library"
- text: "{{< fa code >}} {{< var validmind.developer >}}"
file: developer/validmind-library.qmd
- text: "---"
- text: "{{< fa graduation-cap >}} {{< var validmind.training >}}"
- text: "{{< fa building-columns >}} Training Courses"
file: training/training.qmd

- text: "Log In"
menu:
- text: "Public Internet"
Expand All @@ -141,6 +118,7 @@ website:
- text: "---"
- text: "<small>Which login should I use?</small>"
href: "guide/configuration/log-in-to-validmind.qmd"


# COMMENT THIS OUT WHEN DONE TESTING
# - text: "{{< fa flask >}} Testing"
Expand Down Expand Up @@ -316,52 +294,133 @@ website:
file: faq/faq-privacy.qmd

# COMMENT THIS OUT WHEN DONE TESTING
# - title: "Testing"
# contents:
# - internal/testing.qmd
# - text: "---"
# - text: "EXPERIMENTS"
# - file: internal/lightbox.qmd
# - file: internal/footnotes/footnotes.qmd
# contents:
# - internal/footnotes/hover-only.qmd
- title: "Testing"
contents:
- internal/testing.qmd
- text: "---"
- text: "EXPERIMENTS"
- file: internal/lightbox.qmd
- file: internal/footnotes/footnotes.qmd
contents:
- internal/footnotes/hover-only.qmd

page-footer:
background: "#DE257E"
left: "© Copyright {{< now year >}} {{< var validmind.legal >}} All Rights Reserved."
background: "#26818B"
left:
- text: |
<div class="footer-section footer-logo-info">
<img src="/homepage_docsite/ValidMind%20MASTER%20Brand%20Assets_Logo-White%20R%202.svg" alt="ValidMind Logo" class="footer-logo" />
<div class="footer-logo-columns">
<div class="footer-logo-links">
<ul>
<li><a href="/news">News</a></li>
<li><a href="/careers">Careers</a></li>
<li><a href="/contact">Contact</a></li>
<li><a href="/legal">Legal</a></li>
</ul>
</div>
<div class="footer-logo-divider"></div>
<div class="footer-company-info">
<div>© Copyrigh {{< now year >}}<br>ValidMind Inc.<br>All Rights Reserved.</div>
<a id="open_preferences_center" class="cookie-preferences-link" href="#">Cookie preferences</a>
</div>
</div>
</div>
- text: |
<div class="footer-divider"></div>
- text: |
<div class="footer-section footer-user-guides">
<div class="footer-heading">User Guides</div>
<div class="footer-user-guides-columns">
<ul>
<li><a href="/get-started/get-started.qmd">Get started</a></li>
<li><a href="/guide/model-validation/manage-validation-guidelines.qmd">Onboarding</a></li>
<li><a href="/guide/guides.qmd">Model Inventory</a></li>
<li><a href="/releases/all-releases.qmd">What's new?</a></li>
</ul>
<ul>
<li><a href="/guide/model-documentation/working-with-model-documentation.qmd">Model documentation</a></li>
<li><a href="/guide/model-validation/manage-validation-guidelines.qmd">Model validation</a></li>
<li><a href="/guide/model-workflows/working-with-model-workflows.qmd">Model workflows</a></li>
</ul>
<ul>
<li><a href="/guide/reporting/working-with-analytics.qmd">Reporting</a></li>
<li><a href="/guide/monitoring/ongoing-monitoring.qmd">Monitoring</a></li>
<li><a href="/guide/attestation/working-with-attestations.qmd">Attestation</a></li>
</ul>
</div>
</div>
center:
- text: |
<div class="footer-divider"></div>
- text: |
<div class="footer-section">
<div class="footer-heading">ValidMind Library</div>
<ul>
<li><a href="/developer/validmind-library.qmd">For model development</a></li>
<li><a href="/developer/validmind-library.qmd#validation">For model validation</a></li>
<li><a href="/developer/samples-jupyter-notebooks.qmd">Code samples</a></li>
<li><a href="/validmind/validmind.qmd">API Reference</a></li>
</ul>
</div>
- text: |
<div class="footer-divider"></div>
- text: |
<div class="footer-section">
<div class="footer-heading">Training</div>
<ul>
<li><a href="/training/training.qmd">Learning paths</a></li>
<li><a href="/training/training.qmd">Courses</a></li>
<li><a href="/training/training.qmd">Videos</a></li>
</ul>
</div>
right:
- text: "validmind.com {{< fa external-link >}}"
href: https://validmind.com/
target: _blank
- text: "Privacy Policy"
href: https://validmind.com/about/legal/privacy-policy/
- text: "Terms of Use"
href: https://validmind.com/about/legal/terms-of-use/
- icon: github
href: https://github.com/validmind/documentation
- icon: linkedin
href: https://www.linkedin.com/company/validmind/

- text: |
<div class="footer-divider"></div>
- text: |
<div class="footer-section">
<div class="footer-heading">Support</div>
<ul>
<li><a href="/support/troubleshooting.qmd">Troubleshooting</a></li>
<li><a href="/faq/faq.qmd">FAQ</a></li>
<li><a href="/support/support.qmd">Get help</a></li>
</ul>
</div>
- text: |
<div class="footer-divider"></div>
- text: |
<div class="footer-section">
<div class="footer-heading">Community</div>
<ul>
<li><a href="https://github.com/validmind/documentation">Github</a></li>
<li><a href="#">Slack</a></li>
<li><a href="#">Blog</a></li>
</ul>
</div>
format:
html:
grid:
body-width: 1000px
footnotes-hover: true
reference-location: margin
code-overflow: wrap
code-annotations: below
theme:
light: [cosmo, theme.scss]
html:
grid:
body-width: 1000px
footnotes-hover: true
reference-location: margin
code-overflow: wrap
code-annotations: below
theme:
light: [cosmo, theme.scss]
# dark: [cosmo, theme-dark.scss]
mainfont: Inter
css: styles.css
toc: true
link-external-newwindow: true
link-external-icon: true
callout-appearance: simple
link-external-filter: '^https:\/\/(docs\.validmind\.ai|docs-staging\.validmind\.ai|docs-demo\.vm\.validmind\.ai)\/.*'
lightbox: true
mainfont: Inter
css: styles.css
toc: true
link-external-newwindow: true
link-external-icon: true
callout-appearance: simple
link-external-filter: '^https:\/\/(docs\.validmind\.ai|docs-staging\.validmind\.ai|docs-demo\.vm\.validmind\.ai)\/.*'
lightbox: true


filters:
- tachyons
- preview
- tachyons
- preview



6 changes: 3 additions & 3 deletions site/about/overview-model-documentation.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ listing:
grid-columns: 2
# image-height: 100%
contents:
- path: ../get-started/get-started.qmd
title: "Get started"
description: "Our quickstarts are the quickest and easiest way to try out our product features."
- path: ../get-started/quickstart.qmd
title: "QuickStart"
description: "Our QuickStart is the quickest and easiest way to try out our product features."
fields: [title, description, reading-time]
---

Expand Down
6 changes: 3 additions & 3 deletions site/about/overview-model-risk-management.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ listing:
grid-columns: 2
# image-height: 100%
contents:
- path: ../get-started/get-started.qmd
title: "Get started"
description: "Our quickstarts are the quickest and easiest way to try out our product features."
- path: ../get-started/quickstart.qmd
title: "QuickStart"
description: "Our QuickStart is the quickest and easiest way to try out our product features."
fields: [title, description, reading-time]
---

Expand Down
5 changes: 2 additions & 3 deletions site/developer/validmind-library.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
# USING THE VARIABLE MESSES UP THE SPACING ON THE PREVIEW TILE
title: "ValidMind Library"
title: "{{< var validmind.developer >}}"
date: last-modified
aliases:
- /guide/get-started-developer-framework.html
Expand Down Expand Up @@ -85,7 +84,7 @@ listing:
- ../guide/model-documentation/work-with-content-blocks.qmd
---

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.
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 >}}.

## What is the {{< var validmind.developer >}}?

Expand Down
6 changes: 3 additions & 3 deletions site/get-started/_sidebar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ website:
title: "Get Started"
contents:
- text: "Quickstart For"
- text: "Model Development"
- text: "Model development"
file: get-started/developer/quickstart-developer.qmd
- text: "Model Validation"
- text: "Model validation"
file: get-started/validator/quickstart-validator.qmd
- text: "Setup & Administration"
- text: "Setup & administration"
file: get-started/administrator/quickstart-administrator.qmd
7 changes: 7 additions & 0 deletions site/get-started/administrator/quickstart-administrator 2.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Quickstart — Setup & Administration [coming soon]{.smallercaps .pink}"
date: last-modified
page-layout: full
---

Set up your organization, onboard new users, and set up user roles, permissions, and groups within the {{< var validmind.platform >}} as a superuser.
25 changes: 1 addition & 24 deletions site/get-started/administrator/quickstart-administrator.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,4 @@ date: last-modified
page-layout: full
---

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.

<!-- BECK'S OUTLINE / NOTES -->

<!-- {{< include /get-started/common-assets/_before-you-begin.qmd >}}

## Setting up your organization

### Set up business units

### Set up use cases

## Preparing your organization for users

### Set up groups

### Set up roles

## Invite your first user

## What's next

- Administrator Fundamentals
- ValidMind Platform Guides -->
Set up your organization, onboard new users, and set up user roles, permissions, and groups within the {{< var validmind.platform >}} as a superuser.
Loading