-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
144 lines (136 loc) · 3.61 KB
/
Copy pathmkdocs.yml
File metadata and controls
144 lines (136 loc) · 3.61 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
site_name: TRACE Tests
site_description: Conformance test suite for TRACE — Trust Runtime Attestation and Compliance Evidence
site_url: https://tests.agentrust-io.com
repo_url: https://github.com/agentrust-io/trace-tests
repo_name: agentrust-io/trace-tests
edit_uri: edit/main/
docs_dir: .
copyright: "© 2026 AgenTrust — Apache 2.0"
exclude_docs: |
.github/
node_modules/
src/
tests/
schemas/
LICENSE
NOTICE
ANTITRUST.md
ADOPTERS.md
MAINTAINERS.md
SECURITY.md
CHARTER.md
CODE_OF_CONDUCT.md
pyproject.toml
theme:
name: material
font: false
palette:
- scheme: slate
primary: custom
accent: custom
toggle:
icon: material/brightness-7
name: Switch to light mode
- scheme: default
primary: custom
accent: custom
toggle:
icon: material/brightness-4
name: Switch to dark mode
features:
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.top
- navigation.path
- search.suggest
- search.highlight
- content.code.copy
- content.code.annotate
- toc.follow
icon:
repo: fontawesome/brands/github
plugins:
- search:
lang: en
- minify:
minify_html: true
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [src]
options:
docstring_style: google
show_source: false
show_root_heading: true
show_root_full_path: false
show_symbol_type_heading: true
show_symbol_type_toc: true
members_order: source
separate_signature: true
show_signature_annotations: true
unwrap_annotated: true
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
use_pygments: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tasklist:
custom_checkbox: true
- attr_list
- md_in_html
- tables
- footnotes
- toc:
permalink: true
toc_depth: 3
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/agentrust-io/trace-tests
name: trace-tests on GitHub
- icon: fontawesome/brands/discord
link: https://discord.gg/9JWNpH7E
name: Join the Discord
generator: false
extra_css:
- docs/stylesheets/extra.css
nav:
- Home: README.md
- Getting Started: docs/quickstart.md
- Tutorials:
- Writing conformance tests: docs/tutorials/writing-conformance-tests.md
- CI integration: docs/tutorials/ci-integration.md
- Test Modules:
- Overview: docs/modules.md
- Envelope (TR-ENV): docs/modules/tr-env.md
- Signature (TR-SIG): docs/modules/tr-sig.md
- Runtime (TR-RTE): docs/modules/tr-rte.md
- Policy (TR-POL): docs/modules/tr-pol.md
- Transcript (TR-TXN): docs/modules/tr-txn.md
- Transparency (TR-ANC): docs/modules/tr-anc.md
- Provenance (TR-SCA): docs/modules/tr-sca.md
- Conformance Levels: docs/levels.md
- Error Codes: docs/error-codes.md
- Project:
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
extra_javascript:
- https://agentrust-io.com/supernav.js