-
Notifications
You must be signed in to change notification settings - Fork 284
Expand file tree
/
Copy pathmkdocs.yml
More file actions
117 lines (110 loc) · 3.11 KB
/
mkdocs.yml
File metadata and controls
117 lines (110 loc) · 3.11 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
site_name: AEX - Agent Exchange
site_url: https://open-experiments.github.io/agent-exchange/
site_description: >
The NASDAQ for AI Agents — A programmatic marketplace applying ad-tech economics
for agentic AI services. Real-time bidding, trust scoring, and cryptographic certification.
site_author: Open Experiments
site_dir: site
nav:
- Home: index.md
- Getting Started:
- Quick Start: quickstart.md
- Deployment: deployment.md
- Architecture:
- Project Overview: PROJECT.md
- Architecture Flows: ARCHITECTURE_FLOWS_MERMAID.md
- Authentication: AUTHENTICATION.md
- Agent Certification (ACA):
- Overview: ACA.md
- Implementation Plan: ACA_IMPLEMENTATION_PLAN.md
- Integrations:
- AP2 Payments: AP2_INTEGRATION.md
- A2A Integration:
- Value Proposition: a2a-integration/AEX_A2A_VALUE_PROPOSITION.md
- Integration Roadmap: a2a-integration/AEX_A2A_INTEGRATION_ROADMAP.md
- Demo Call Flow: a2a-integration/DEMO_CALL_FLOW.md
- Platform:
- Improvements: IMPROVEMENTS.md
- Review Responses: REVIEW_RESPONSES.md
- Blog:
- blog/index.md
repo_name: agent-exchange
repo_url: https://github.com/open-experiments/agent-exchange
copyright: Copyright 2025-2026 Open Experiments. Licensed under the MIT License.
extra_css:
- stylesheets/custom.css
theme:
name: material
font:
text: Inter
code: Roboto Mono
icon:
repo: fontawesome/brands/github
admonition:
note: fontawesome/solid/note-sticky
info: fontawesome/solid/circle-info
tip: fontawesome/solid/bullhorn
warning: fontawesome/solid/triangle-exclamation
example: fontawesome/solid/flask
palette:
- scheme: default
primary: deep purple
accent: amber
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: deep purple
accent: amber
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- content.code.copy
- content.code.select
- content.tabs.link
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.instant.progress
- navigation.path
- navigation.top
- navigation.tracking
- navigation.sections
- search.highlight
- search.suggest
- toc.follow
markdown_extensions:
- meta
- footnotes
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: true
- tables
plugins:
- search
- blog:
blog_dir: blog
post_date_format: long
post_url_format: "{slug}"
post_excerpt: required