This repository contains the source files for ValidMind's documentation site.
For an overview of the documentation structure and how to navigate it, see:
This page explains:
- How the documentation is organized
- What each section covers
- Where to find guides, API references, and training materials
| Section | Path | Purpose |
|---|---|---|
| About | /site/about/ |
Platform overview, use cases, deployment options |
| Get started | /site/get-started/ |
Role-based quickstarts |
| Guides | /site/guide/ |
Step-by-step instructions for platform tasks |
| Developer | /site/developer/ |
ValidMind Library, code samples, API reference |
| Training | /site/training/ |
Courses and learning paths |
| Support | /site/support/ |
Help resources and troubleshooting |
If you are an AI agent embedded in ValidMind, your capabilities are documented here:
This page describes what the assistant can and cannot do, including context-aware features and current limitations.
Documentation is written in Quarto Markdown (.qmd). Key conventions:
- Variables use
{{< var name >}}syntax (defined in_variables.yml) - Cross-references use relative paths ending in
.qmd - Images are stored alongside their
.qmdfiles