-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
94 lines (89 loc) · 2.48 KB
/
mkdocs.yml
File metadata and controls
94 lines (89 loc) · 2.48 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
site_name: QSO-Graph — MCP Servers for Amateur Radio
site_description: >-
Open-source MCP servers connecting AI assistants to amateur radio services.
ADIF validation, eQSL, QRZ, LoTW, HamQTH, POTA, SOTA, IOTA, space weather, and WSPR analytics. Secure by design.
site_author: Greg Beam, KI7MT
site_url: https://qso-graph.io/
repo_url: https://github.com/qso-graph/qso-graph.github.io
theme:
name: material
custom_dir: overrides
palette:
- scheme: default
primary: indigo
accent: amber
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: amber
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.sections
- navigation.indexes
- navigation.top
- content.code.copy
markdown_extensions:
- tables
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html
- toc:
permalink: true
plugins:
- search
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/qso-graph
name: QSO-Graph on GitHub
- icon: fontawesome/brands/python
link: https://pypi.org/search/?q=qso-graph
name: QSO-Graph packages on PyPI
nav:
- Home: index.md
- Getting Started: getting-started.md
- Credential Setup: credentials.md
- Servers:
- servers/index.md
- Foundation:
- qso-graph-auth: servers/qso-graph-auth.md
- adif-mcp: servers/adif-mcp.md
- Logbook Services:
- eQSL: servers/eqsl.md
- QRZ: servers/qrz.md
- LoTW: servers/lotw.md
- HamQTH: servers/hamqth.md
- Public Services:
- POTA: servers/pota.md
- SOTA: servers/sota.md
- IOTA: servers/iota.md
- Solar Weather: servers/solar.md
- WSPR: servers/wspr.md
- Radio Logging:
- N1MM Logger+: servers/n1mm-mcp.md
- Infrastructure:
- QSP (Tool Relay): servers/qsp-mcp.md
- LLM Stack: servers/llm-stack.md
- Architecture: architecture.md
- Testing: testing.md
- Demo: https://qso-graph-demo.vercel.app/
- Security: security.md
- About:
- about/index.md
- Attributions: about/attributions.md
- Contributing: about/contributing.md