-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
75 lines (65 loc) · 1.7 KB
/
Copy pathmkdocs.yml
File metadata and controls
75 lines (65 loc) · 1.7 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
site_name: FlightDeck documentation
site_description: Release diffs, runtime evidence, and policy gates for AI agents.
site_url: https://flightdeckdev.github.io/flightdeck/
repo_url: https://github.com/flightdeckdev/flightdeck
repo_name: flightdeckdev/flightdeck
edit_uri: edit/main/docs/
docs_dir: docs
site_dir: site
strict: true
# Guides intentionally link to repo-root files (SECURITY.md, schemas/, …) for GitHub
# readers; those paths are not copied into the MkDocs tree.
validation:
links:
not_found: ignore
anchors: ignore
nav:
- Home: index.md
- Getting started: getting-started.md
- CLI: cli.md
- HTTP API: http-api.md
- Operations & policy: operations-and-policy.md
- Release artifact: release-artifact.md
- Pricing catalog: pricing-catalog.md
- Python SDK: sdk.md
- SDK integrations: sdk-integrations.md
- Web UI: web-ui.md
- UI roadmap: ui-roadmap.md
- Troubleshooting: troubleshooting.md
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.expand
- navigation.sections
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
plugins:
- search
markdown_extensions:
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- tables
- toc:
permalink: true
extra:
generator: false
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/ask-ai.js