Skip to content

docs: Document Checker expansion & Guides update#1284

Merged
validbeck merged 33 commits intomainfrom
beck/sc-13486/documentation-add-validation-report-checker
Apr 17, 2026
Merged

docs: Document Checker expansion & Guides update#1284
validbeck merged 33 commits intomainfrom
beck/sc-13486/documentation-add-validation-report-checker

Conversation

@validbeck
Copy link
Copy Markdown
Collaborator

@validbeck validbeck commented Apr 16, 2026

Pull Request Description

What and why?

sc-13486

You can now use the ValidMind Document Checker to check documents other than Development (Monitoring, Validation, custom document types). Docs and training updated to reflect this functionality:

_variables.yml

Changed the long form variable for the document checker to "ValidMind Document Checker" (from previous Virtual Document Validator) enabling this unified terminology display in the rest of the docs:

checker: "ValidMind Document Checker"

Customize Virtual Document Validator > Customize Document Checker

  • Renamed this file from customize-virtual-document-validator.qmd to customize-document-checker.qmd, patched any broken links, and included an alias for redirect from the old filepath
  • Edit this page to include information on setting up assessments other than Development type assessments, cleaned up any outdated references to updated UI

Check documentation for compliance > Check documents for compliance

  • Renamed this file from check-documentation-for-compliance.qmd to check-documents-for-compliance.qmd, patched any broken links, and included an alias for redirect from the old filepath
  • Edit this page to include information on using the document check for document types other than Development, cleaned up any outdated references to updated UI

Training

Using ValidMind for Risk Management

Slides under "Manage regulations & policies" have been updated:

  • ValidMind Document Checker
  • Add regulations & policies
  • Add a regulation or policy
  • Add assessments
  • Add an assessment
  • Add assessment questions
  • Add an assessment question

Finalizing Model Documentation

Slides under "Refine model documentation" have been updated:

  • ValidMind Document Checker
  • Use the Document Checker
  • Check your model documentation

Finalizing Validation Reports

Added the following slides under "Refine validation report":

  • ValidMind Document Checker
  • Use the Document Checker
  • Check your validation report

Guides landing / Navigation sidebar

OLD NEW
Screenshot 2026-04-16 at 11 38 12 AM
guides-new.mov

The Guides landing got a makeover because it was really cluttered and didn't align with the rest of the user experience. Now it displays parent topics in the same order as the sidebar, and makes use of the new sidebar-slim extension:

  • README.md explaining how the extension works and is implemented, and where it is currently active
  • site/guide/_metadata.yml that applies the extension and new sidebar styling to this directory only (for now)

The side navigation has also been cleaned up and grouped into sub-topics instead of a super long scrollbar. A new site/guide/guides.css applies styling to the sectional navigation headings in the new cleaned up sidebar.

Etc.

Personalize ValidMind > Personalizing ValidMind

I realised this page should have the gerund as it's a parent topic with children topic; renamed the file from personalize-validmind.qmd to personalizing-validmind.qmd, patched any broken links, and included an alias for redirect from the old filepath.

About / Large language model features

  • Updated older wording around the document checker that only referred to model documentation.
  • Fixed the issue where the preview for external links was causing the link out to our product site to only display the cookie consent banner (just simplified it to use CTA buttons); there was also a small issue in our stylesheet where button links for some reason were force-underlining under hover (not our intended behaviour) so I fixed that:

#whats-next a:hover:not(.quarto-grid-link):not(.button) {

OLD NEW
Screenshot 2026-04-16 at 11 38 24 AM Screenshot 2026-04-16 at 11 57 09 AM

FAQ / Integrations and support

Updated older wording around the document checker that only referred to model documentation.

How to test

Docs updates

Click on the live previews for the updated docs:

Sidebar extension

Note

The extension has already been enabled globally and turned on for the specific directory site/guides/. If you want, you can test it on other pages with the instructions in the README.

What needs special review?

n/a

Dependencies, breaking changes, and deployment notes

I updated some of the UI text to reflect the actual functionality: https://github.com/validmind/frontend/pull/2442

Release notes

Covered by https://github.com/validmind/frontend/pull/1855 in AI-powered regulatory and policy alignment: Document Checker for validation.

Checklist

  • What and why
  • Screenshots or videos (Frontend)
  • How to test
  • What needs special review
  • Dependencies, breaking changes, and deployment notes
  • Labels applied
  • PR linked to Shortcut
  • Unit tests added (Backend)
  • Tested locally
  • Documentation updated (if required)
  • Environment variable additions/changes documented (if required)

@validbeck validbeck self-assigned this Apr 16, 2026
@validbeck validbeck added the internal Not to be externalized in the release notes label Apr 16, 2026
Copy link
Copy Markdown

@kam-validmind kam-validmind left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor notes but looking good

Comment thread site/guide/model-documentation/_check-model-documents.qmd Outdated
Comment thread site/guide/model-documentation/check-documents-for-compliance.qmd Outdated
Comment thread site/guide/templates/_add-assessment-questions.qmd Outdated
@github-actions
Copy link
Copy Markdown
Contributor

PR Summary

This pull request introduces a new "Sidebar slim" extension that allows users to collapse the site sidebar into a narrow vertical strip when the sidebar-slim: true metadata is set. The extension provides a desktop-only toggle wired up via a new JavaScript module that handles the toggle state (persisted in sessionStorage), applies CSS transitions to narrow the sidebar, and injects necessary configuration using a Lua filter. The accompanying CSS file applies media queries to ensure that the functionality only activates on screens wider than 992px, leaving default responsive behavior intact on smaller screens.

In addition, the PR makes several documentation and configuration updates. These include updates to the sidebar README and extension metadata, adjustments in navigation definitions, reordering of sections, and minor text changes across markdown and YAML files to reflect the new sidebar functionality and updated terminology. The changes help integrate the sidebar-slim feature into the larger documentation and training materials, ensuring a consistent user experience throughout the site.

Test Suggestions

  • Manually verify that when sidebar-slim: true is set (via page, directory, or project metadata), the sidebar collapses appropriately on desktop screens (≥992px).
  • Test that clicking the toggle button expands and collapses the sidebar and that the state persists across page reloads using sessionStorage.
  • Resize the browser window to confirm the extension activates only on larger screens and gracefully disables on smaller devices.
  • Inspect the generated HTML to ensure the Lua filter injects the configuration JSON correctly in the header.
  • Review sidebar navigation on multiple pages to verify updated links and section structures render as intended.

@validbeck validbeck merged commit 75662a2 into main Apr 17, 2026
7 checks passed
@validbeck validbeck deleted the beck/sc-13486/documentation-add-validation-report-checker branch April 17, 2026 17:40
@github-actions
Copy link
Copy Markdown
Contributor

Validate docs site

✓ INFO: A live preview of the docs site is available — Open the preview

@github-actions
Copy link
Copy Markdown
Contributor

Lighthouse check results

⚠️ WARN: Average accessibility score is 0.87 (required: >0.9) — Check the workflow run

Show Lighthouse scores

Folder depth level checked: 0

Commit SHA: a12ad50

Modify the workflow to check a different depth:

  • 0: Top-level navigation only — /index.html, /guide/guides.html, ...
  • 1: All first-level subdirectories — /guide/.html, /developer/.html, ...
  • 2: All second-level subdirectories — /guide/attestation/*.html, ...
Page Accessibility Performance Best Practices SEO
/developer/validmind-library.html 0.85 0.69 1.00 0.82
/get-started/get-started.html 0.85 0.71 1.00 0.73
/guide/guides.html 0.85 0.69 1.00 0.82
/index.html 0.93 0.67 1.00 0.82
/releases/all-releases.html 0.86 0.69 1.00 0.73
/support/support.html 0.91 0.68 1.00 0.82
/training/training.html 0.85 0.62 0.96 0.73

nrichers added a commit that referenced this pull request May 2, 2026
* Edit: Managing your organization > Manage document defaults (#1268)

* docs: Settings redesign / overhaul (#1266)

* Managing your organization + Manage business units

* Set up your organization

* Save point

* Save point

* Save point

* Save point

* Save point

* Save point

* Save point

* Save point

* Save point

* Save point

* Save point

* Save point

* Update: Manage platform notifications > Customize email notifications

* Cleanup: Integrations examples

* Edit: Manage groups

* proofread

* proofread x2

* proofread x3

* Edit

* Edit: Manage roles

* proofread

* proofread x2

* Edited: Manage model stakeholder types

* Proofread: Admin quickstart + related includes

* Proofread: Manage users

* Proofread: Manage roles

* Proofread: Manage model stakeholder types

* Proofread: Manage permissions

* Proofread: Workflow states

* Proofread: Manage model stages

* Proofread: Configure workflows

* Proofread: Manage model inventory fields

* Proofread: Manage document types

* Proofread: Manage artifact types

* Save point

* Proofread: Manage artifact severities

* Proofread: Manage artifact fields

* UI adjustments

Made-with: Cursor

* Edit

* Edit 2

* Fixing some weird footnotes

* Edit

* Edit

* Not sure why settings file was included

* docs: Edit active workflow end dates (#1270)

* WIP

* Edit: Manage workflows > Update active workflows

* docs: add HTTP proxy guide for ValidMind Library

- New page covering proxy env vars and troubleshooting
- Link from ValidMind Library sidebar

* Edits

* docs: View, sort, and filter workflows (#1273)

* Edit

* wip

* Edit: Workflow step types

* Edit: Confitional requirements

* Glossary fix

* Fixing About library & platform page

* Fixing a broken breadcrumb

* Edit: Configure workflows

* proofread

* Setting up workflows: +View, sort, and filter workflows

* Proofread

* Edit: John's suggestions

* Address review comments from Spencer

* Edit

* Final edits

* Start attestations FAQ & explain attestation visibility before period starts

* docs(attestation): tighten callout wording for sidebar visibility

* Add new export option, fix smallercaps placement

* Webhook secrets updates (#1282)

* Initial draft with edits

* Edits after testing

* Fix render warnings

* docs: Document Checker expansion & Guides update (#1284)

* sidebar shuffle

* Renaming document checker guide

* wip edit: Customize document checker

* Save point

* Save point

* Unhiding generate assessment from PDF

* Rename: Check documents for compliance

* Edit

* Edit: Check documents for compliance

* Adding check documents for compliance to validation

* Admin training edit

* Screenshot rename or update

* Validation training — + Document Checker

* Proofreading

* Fixing the cookie issue for the external previews

* Edit

* Shuffling wip

* guides landing reshuffle

* Save point

* Testing...

* More testing

* more

* Save point

* Save point

* Edit

* Edit

* Tweak

* Editing extension README

* Edit

* Edit

* Forgot the footer links, standarizing breadcrumb casing

* Kam's suggestions

* Oops, accidentally committed Cursor plans

* docs: Enabling org-wide track changes disables AI-content drafts (#1288)

* Edited: Managing your organization

* Edited: Work with content blocks

* Edit 1

* Edit 2

* Edit: Manage text block library

* Proofread

* docs: Export document checker results (#1290)

* Edit: Check documents for compliance

* proofread

* documentation: Save drafts for workflow user action submissions (#1291)

* Edit: Transitition workflows

* Proofreading

* Update as per JAM's comments

* docs: Workflow draft state (#1293)

* Setup for workflow drafts

* WIP: Publishing workflows

* Save point

* Training WIP

* Edited: Using ValidMind for Model Risk Management

* Edited: Setting up workflows

* Updated: Filtering workflows

* Edits as per Luis's suggestion

* docs: Models > records docs update phase 1 (#1287)

* model-inventory directory > inventory

* Renaming files in inventory/

* Patching footer, oops

Made-with: Cursor

* Renaming more files in inventory/

* inventory/_embeds edit

* Model Inventory > Inventory; Model Activity > Activity; anchor link

* Edit: inventory/ pt1

Made-with: Cursor

* Setup for Manage inventory record types

* Edit: inventory/pt2

Made-with: Cursor

* Rename: Manage model stakeholder types > Manage record stakeholder types

* Editing: Manage record stakeholder types

* Save point

* Save point

* Edited: Manage record stakeholder types

* Cleanup...

* Edit: Work with filters

* Proofreading

* Proofread: Old inventory/ guides

* Proofread: Administrator Fundamentals training

* WIP

* WIP: Manage inventory record types > Add record types

* Manage inventory record types draft

* Save point

* Editing Administrator Fundamentals training

* Admin training WIP edit

* +Record types to admin training

* Copyright headers

* Changing installation ref branch, remove after

* missed some anchor links

* one more

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

* Fixing borked links

* oops, missed one

* docs: Add public "Using the documentation" hub page (#1300)

* docs: Add public "Using the documentation" hub page

Add a site map and section intent page to help users navigate the
documentation and to provide structured content for RAG retrieval.
The page covers all major documentation sections with intent descriptions
and typical tasks.

Closes sc-15631

* Move using-the-documentation to Contributing section

- Move file from about/ to about/contributing/
- Update _quarto.yml navigation to place under Contributing

* Add links to section headers and update table links

- Make section headers link to their landing pages
- Update Guides table to link to guides.qmd anchors instead of individual pages
- Fix table formatting (remove double pipes)

* Fix anchor links to match actual guides.html structure

- #inventory → #model-inventory (matches actual section name)
- #integrations → direct link to managing-integrations.qmd (no section on guides page)
- #documents-templates → direct link to working-with-model-documents.qmd (no section)
- Rename "Inventory" to "Model inventory" for consistency

* Revert label to 'Inventory' (current terminology)

* Add validmind-chatbot.png to In-product help section

* Add AGENTS.md to guide AI agents to documentation hub

Points agents to the "Using the documentation" page as the starting
point for understanding the docs structure and navigation.

* Add chatbot capabilities reference to AGENTS.md

* docs: Address review feedback for documentation hub page

- Fix broken anchor #model-inventory → #inventory in guides table
- Add chatbot screenshot for in-product help section
- Convert AGENTS.md links to absolute HTTPS URLs
- Move using-the-documentation.qmd to end of About sidebar

* docs: Add unlisted chatbot capabilities page (Phase 1-2) (#1298)

* docs: Add unlisted chatbot capabilities page (Phase 1-3)

Adds an unlisted documentation page describing what the in-app assistant
can and cannot do across product phases. Includes clear boundaries,
limitations, and distinction from MCP integration.

Resolves sc-15632

* fix: Update chatbot capabilities to reflect Phase 2 as current

- Remove phase-based structure since Phase 2 is now the current state
- Document context-aware capabilities as current (understands location, permission-aware)
- Keep action execution as a future capability (Phase 3)
- Simplify structure to Current / Future / Limitations
- Update comparison table to reflect context awareness

* Remove Future capabilities section

* Use 'refer to' instead of 'see'

* docs: Add live query scope limitation to chatbot capabilities

Clarifies that live queries currently support model inventory and
artifacts only — workflows, analytics, and other areas are not yet
available.

* fix: Use search: false instead of listing: false

* docs: Add autogenerate validation issues documentation (#1304)

* docs: Add autogenerate validation issues documentation

Document the AI-powered feature that suggests validation issues based on risk assessment notes during compliance assessment. Validators can review, approve, or dismiss AI-generated suggestions.

[sc-15712]

* Simplify navigation: click Validation link directly

* docs: Add public "Using the documentation" hub page (#1300)

* docs: Add public "Using the documentation" hub page

Add a site map and section intent page to help users navigate the
documentation and to provide structured content for RAG retrieval.
The page covers all major documentation sections with intent descriptions
and typical tasks.

Closes sc-15631

* Move using-the-documentation to Contributing section

- Move file from about/ to about/contributing/
- Update _quarto.yml navigation to place under Contributing

* Add links to section headers and update table links

- Make section headers link to their landing pages
- Update Guides table to link to guides.qmd anchors instead of individual pages
- Fix table formatting (remove double pipes)

* Fix anchor links to match actual guides.html structure

- #inventory → #model-inventory (matches actual section name)
- #integrations → direct link to managing-integrations.qmd (no section on guides page)
- #documents-templates → direct link to working-with-model-documents.qmd (no section)
- Rename "Inventory" to "Model inventory" for consistency

* Revert label to 'Inventory' (current terminology)

* Add validmind-chatbot.png to In-product help section

* Add AGENTS.md to guide AI agents to documentation hub

Points agents to the "Using the documentation" page as the starting
point for understanding the docs structure and navigation.

* Add chatbot capabilities reference to AGENTS.md

* docs: Address review feedback for documentation hub page

- Fix broken anchor #model-inventory → #inventory in guides table
- Add chatbot screenshot for in-product help section
- Convert AGENTS.md links to absolute HTTPS URLs
- Move using-the-documentation.qmd to end of About sidebar

* docs: Add Bedrock evaluation metrics integration documentation (#1303)

* docs: Add Bedrock evaluation metrics integration documentation

Document the new integration metrics feature for monitoring documents:
- Add "From Integration" tab flow for adding Bedrock Agent Evals
- Add global time selector section for monitoring documents
- Document connection detail page with metric sources
- Add metric sources management section for Bedrock connections

* Add health monitoring section from #1297 to simplify merging

* Add 'feature' and simplify monitoring navigation

* Update global time range section with correct terminology

- Rename "time selector" to "time range" to match UI
- Add clock icon reference
- List available options (All Time, relative presets, Custom range)
- Note that setting is only visible to the current user

* Fix integration metric configuration options

- Add both threshold (lower) and threshold (upper) fields
- Rename "time window" to "time range" to match UI
- Expand time range description with available options

* Use commas instead of em-dashes for parenthetical phrases

* docs: Address review feedback for Bedrock integration docs

- Update step 7 to describe Evaluators list instead of Bedrock Agent Evals
- Rename Metric Sources references to Monitoring to match UI tab name

* docs: Document Model Activity in Analytics Data Export (#1302)

* docs: Add Model Activity to analytics data export datasets

Add Model Activity as an available dataset option in Analytics Data
Export configuration. Model Activity exports audit events (comments,
workflow status changes, field updates) for compliance reporting and
audit trails.

Shortcut: sc-15291

* Add custom artifact types and inventory record types to export list

* Change colon to 'For example:'

* docs: Clarify Model Activity date filtering options

Change "date range filtering" to "30, 60, or 90-day window filtering"
to accurately reflect the fixed window picker in the UI.

* docs: add visibility into integrations health (#1297)

* docs: add visibility into integrations health

Add documentation for the new Connections dashboard that provides
visibility into integration health, including status indicators,
linked models, metric sources, and troubleshooting guidance.

[sc-15885]

* Fix: connections with issues show status indicator, not sorted to top

* Add example status indicator for sync errors

* Fix connection status labels and colors to match frontend

* Clarify Linked Models shows both VM records and external models

* Fix: describe linked models table with correct column names

* Use vm.product variable instead of hardcoded ValidMind

* docs: Remove inaccurate Recent activity bullet

The connection details page has Links and Monitoring tabs, not a
recent activity/sync history section. Sync errors appear as badges
on the row, not in a feed.

* Preview for 26.05 release notes + `make get-source` (#1305)

* Add temporary release-notes branch ref for 26.05 preview

Points to nrichers/sc-15927/release-notes-for-26-05 branch in release-notes repo.

* Run make get-source

* Give tables on all-releases page more room

* Move 2025 releases into their own section

* Experiment with excluding releases/ from search

* Remove branch ref

---------

Co-authored-by: Beck <164545837+validbeck@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal Not to be externalized in the release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants