-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
41 lines (40 loc) · 1.21 KB
/
mkdocs.yml
File metadata and controls
41 lines (40 loc) · 1.21 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
site_name: Docs AI Operating Model
repo_url: https://github.com/luisjguedes/docs-ai-operating-model
repo_name: luisjguedes/docs-ai-operating-model
edit_uri: edit/main/docs/
theme:
name: material
features:
- navigation.instant
- navigation.sections
- navigation.top
- content.code.copy
markdown_extensions:
- admonition
- toc:
permalink: true
- pymdownx.superfences
- pymdownx.details
nav:
- Home: index.md
- Start here: start-here.md
- Strategy:
- Overview: strategy/overview.md
- Use-case catalog: strategy/use-cases.md
- Decision criteria: strategy/decision-criteria.md
- Governance:
- AI policy: governance/ai-policy.md
- Risk register: governance/risk-register.md
- Human review lanes: governance/review-lanes.md
- PromptOps:
- Prompt library: promptops/prompt-library.md
- Prompt spec: promptops/prompt-spec.md
- Evaluation:
- Evaluation framework: evaluation/framework.md
- Rubrics: evaluation/rubrics.md
- Implementation:
- Reference pipeline: implementation/pipeline.md
- CI quality gates: implementation/quality-gates.md
- ADRs:
- Index: adr/index.md
- ADR-0001: adr/adr-0001-pages-workflow.md