This repository was archived by the owner on Nov 23, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
74 lines (68 loc) · 1.56 KB
/
mkdocs.yaml
File metadata and controls
74 lines (68 loc) · 1.56 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
site_name: MCP Community Working Groups
repo_url: https://github.com/modelcontextprotocol-community/working-groups
plugins:
- search
- include_dir_to_nav
- callouts
- offline
- tags
- mermaid2
- swagger-ui-tag
- git-revision-date-localized:
enable_creation_date: true
- git-authors
docs_dir: wg
markdown_extensions:
- nl2br
- admonition
- pymdownx.details
- pymdownx.superfences
nav:
- Welcome: index.md
- MCP Hosting WG: hosting
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/modelcontextprotocol-community
name: GitHub
exclude_docs: |
_*.md
theme:
name: material
features:
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.expand
- navigation.top
- search.suggest
- search.highlight
- toc.integrate
- navigation.indexes
- navigation.tabs
logo: images/mcp-wg-icon_small.png
favicon: images/mcp-wg-icon_small.png
palette:
- media: "(prefers-color-scheme)"
primary: white
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
toggle:
icon: material/brightness-4
name: Switch to system preference
font:
text: "Roboto"
code: "Roboto Mono"
extra_css:
- stylesheets/extra.css