-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
107 lines (95 loc) · 2.69 KB
/
mkdocs.yml
File metadata and controls
107 lines (95 loc) · 2.69 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# SPDX-License-Identifier: Apache-2.0
site_name: Provability-Fabric
site_description: Open-source framework for AI agent behavioral guarantees
site_author: Provability-Fabric Contributors
site_url: https://provability-fabric.org/
repo_name: SentinelOps-CI/provability-fabric
repo_url: https://github.com/SentinelOps-CI/provability-fabric
edit_uri: edit/main/docs/
docs_dir: docs
site_dir: build
theme:
name: material
palette:
- media: "(prefers-color-scheme)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to system preference
plugins:
- search
- mermaid2
markdown_extensions:
- admonition
- codehilite
- footnotes
- meta
- toc
- tables
- fenced_code
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
nav:
- Home: index.md
- Getting Started: getting-started.md
- Architecture: architecture.md
- New Features:
- Real-Time Communication: features/real-time-communication.md
- Advanced Search: features/advanced-search.md
- Authentication & User Management: features/authentication.md
- Deployment:
- Production Deployment: deployment/production-deployment.md
- Original Deployment Guide: deployment-guide.md
- Developer Guide: developer-guide.md
- Examples: examples.md
- Adapters:
- Overview: adapters.md
- α-β-CROWN Adapter: alpha-beta-crown-adapter.md
- Security: security/overview.md
- API Reference: api-reference.md
- Testing: testing-guide.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/provability-fabric/provability-fabric
- icon: fontawesome/brands/discord
link: https://discord.gg/provability-fabric
- icon: fontawesome/brands/twitter
link: https://twitter.com/provabilityfab
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js