-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
93 lines (87 loc) · 2.38 KB
/
mkdocs.yml
File metadata and controls
93 lines (87 loc) · 2.38 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
site_name: Medical Calculator MCP
site_url: https://u9401066.github.io/medical-calc-mcp/
site_description: 121 validated medical calculators for AI agents via MCP protocol
site_author: u9401066
repo_url: https://github.com/u9401066/medical-calc-mcp
repo_name: u9401066/medical-calc-mcp
docs_dir: docs_site
theme:
name: material
language: en
palette:
- scheme: default
primary: teal
accent: cyan
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: teal
accent: cyan
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
- content.tabs.link
icon:
repo: fontawesome/brands/github
plugins:
- search
- awesome-pages
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- tables
- attr_list
- md_in_html
- toc:
permalink: true
nav:
- Home: index.md
- Getting Started:
- Quick Start: getting-started/quickstart.md
- Installation: getting-started/installation.md
- Configuration: getting-started/configuration.md
- Calculators:
- Overview: calculators/index.md
- By Specialty:
- Critical Care: calculators/critical-care.md
- Cardiology: calculators/cardiology.md
- Nephrology: calculators/nephrology.md
- Anesthesiology: calculators/anesthesiology.md
- Neurology: calculators/neurology.md
- Hepatology: calculators/hepatology.md
- Psychiatry: calculators/psychiatry.md
- Geriatrics: calculators/geriatrics.md
- API Reference:
- MCP Tools: api/mcp-tools.md
- REST API: api/rest-api.md
- Development:
- Architecture: development/architecture.md
- Contributing: development/contributing.md
- Roadmap: development/roadmap.md
- 繁體中文: zh-tw/index.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/u9401066/medical-calc-mcp
version:
provider: mike
default: stable
copyright: Copyright © 2025-2026 u9401066 | Apache 2.0 License