-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmkdocs.yml
More file actions
57 lines (56 loc) · 1.42 KB
/
mkdocs.yml
File metadata and controls
57 lines (56 loc) · 1.42 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
site_name: OMOP MCP Server
site_description: |
Model Context Protocol Server for the Observational Medical Outcomes Partnership (OMOP)
Common Data Model
site_author: vvcb
repo_url: https://github.com/fastomop/omcp
repo_name: fastomop/omcp
theme:
name: material
logo: assets/omcp-logo.png
palette:
scheme: default
toggle:
icon: material/toggle-switch
name: Switch to dark mode
icon:
repo: fontawesome/brands/github
features:
- content.code.copy
# - header.autohide
- navigation.expand
- navigation.instant
- navigation.search.highlight
- navigation.search.shareable
- navigation.search.suggest
- navigation.search.suggest.external
- navigation.search.suggest.indexes
- navigation.sections
- navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.shareable
- search.suggest
- search.suggest.external
- search.suggest.indexes
nav:
- Home: index.md
- Installation: installation.md
- SQL:
- Overview: sql/index.md
- Execution: sql/execution.md
- Validation: sql/validation.md
- Contributing: contributing.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
plugins:
- git-authors
- search