forked from ChelseaKR/sprout
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
55 lines (51 loc) · 1.71 KB
/
Copy pathmkdocs.yml
File metadata and controls
55 lines (51 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
site_name: Sprout
site_description: A grounded, evaluated, multilingual plant-care assistant and eval harness.
site_author: Chelsea Kelly-Reif
site_url: https://sprout.chelseakr.com/
repo_url: https://github.com/ChelseaKR/sprout
copyright: Copyright 2026 Chelsea Kelly-Reif — Apache-2.0
theme:
name: material
palette:
primary: green
accent: green
features:
- navigation.sections
- content.code.copy
markdown_extensions:
- admonition
- tables
- pymdownx.highlight
- pymdownx.superfences
# The docs are GitHub-first and intentionally link to source files (../src/...),
# the README — which is not a site page. Tolerate
# those cross-tree links and the not-in-nav reference docs (ADRs, audits) while still
# catching broken in-site anchors under --strict.
validation:
nav:
omitted_files: ignore
not_found: warn
links:
not_found: ignore
absolute_links: ignore
unrecognized_links: ignore
anchors: warn
nav:
- Home: index.md
- Architecture: ARCHITECTURE.md
- Threat model: THREAT-MODEL.md
- Adapt to your domain: ADAPT.md
- Roadmap: ROADMAP.md
- Responsible-tech audits: RESPONSIBLE-TECH-AUDITS.md
- ASVS L2 integration review: audits/asvs-l2-review-2026-07-12.md
- Accessibility:
- Statement: a11y/STATEMENT.md
- Conformance report (ACR): accessibility/ACR.md
- Cards:
- Model card: cards/model-card.md
- Data card (corpus): cards/data-card-corpus.md
- Evaluation report: audits/eval-report.md
- ADRs:
- Record decisions: adr/0000-record-architecture-decisions.md
- Family Greenhouse integration: adr/0013-family-greenhouse-first-party-integration.md
- Public web surface: adr/0015-web-is-a-reference-and-assurance-surface.md