-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathmkdocs.yml
More file actions
108 lines (100 loc) · 3.09 KB
/
Copy pathmkdocs.yml
File metadata and controls
108 lines (100 loc) · 3.09 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
site_name: AI Catalog
site_url: https://agent-card.github.io/ai-catalog/
site_description: >-
A typed, nestable JSON format for discovering heterogeneous AI artifacts
across protocols — MCP servers, A2A agents, datasets, and more.
site_author: Agent Card Working Group
repo_url: https://github.com/Agent-Card/ai-catalog
repo_name: Agent-Card/ai-catalog
edit_uri: edit/main/docs/
copyright: >-
Maintained by the <a href="https://github.com/Agent-Card/ai-catalog">Agent Card Working Group</a>
under the Linux Foundation
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: deep purple
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: deep purple
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.instant
- navigation.instant.prefetch
- navigation.tracking
- navigation.expand
- navigation.top
- navigation.footer
- navigation.indexes
- navigation.sections
- search.suggest
- search.highlight
- content.code.copy
- content.code.annotate
- toc.follow
plugins:
- search
markdown_extensions:
- admonition
- attr_list
- def_list
- md_in_html
- tables
- toc:
permalink: true
- pymdownx.details
- 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.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Agent-Card/ai-catalog
- icon: fontawesome/brands/discord
link: https://discord.gg/wh4XQQG4tt
nav:
- Home: index.md
- Specification: specification.md
- Getting Started: getting-started.md
- Guides:
- guides/index.md
- Creating a Catalog: guides/creating-a-catalog.md
- Organizing Catalogs: guides/organizing-catalogs.md
- Consuming Catalogs: guides/consuming-catalogs.md
- Serving Your Catalog: guides/serving-your-catalog.md
- Adding Trust: guides/adding-trust.md
- Examples:
- examples/index.md
- Minimal Catalog: examples/minimal-catalog.md
- Multi-Protocol Agent: examples/multi-protocol-agent.md
- Nested Catalogs: examples/nested-catalogs.md
- Mappings:
- mappings/index.md
- Distribution Substrates: mappings/distribution-substrates.md
- OCI Distribution: mappings/oci-distribution.md
- xRegistry: mappings/xregistry.md
- MCP Servers: mappings/mcp-servers.md
- Claude Code Plugins: mappings/claude-code-plugins.md
- Implementations: implementations.md
- Community: community/index.md