-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
141 lines (138 loc) · 4.24 KB
/
mkdocs.yml
File metadata and controls
141 lines (138 loc) · 4.24 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
site_name: SMS Gateway for Android™
site_url: https://docs.sms-gate.app
repo_url: https://github.com/capcom6/android-sms-gateway
site_description: Official documentation for SMS Gateway for Android
site_author: Aleksandr Soloshenko
theme:
name: material
features:
- content.code.copy
- content.code.annotate
- navigation.indexes
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
nav:
- Home: index.md
- Installation: installation.md
- Getting Started:
- Overview: getting-started/index.md
- Local Server: getting-started/local-server.md
- Public Cloud Server: getting-started/public-cloud-server.md
- Private Server: getting-started/private-server.md
- Custom Gateway Setup: getting-started/custom-gateway.md
- Webhooks: getting-started/webhooks.md
- Integration:
- Overview: integration/index.md
- API: integration/api.md
- Authentication: integration/authentication.md
- Libraries: integration/client-libraries.md
- CLI: integration/cli.md
- Webhooks: features/webhooks.md
- GET to POST: integration/get-to-post.md
- Agent Systems: integration/agents.md
- Features:
- Sending Messages: features/sending-messages.md
- Reading Messages: features/reading-messages.md
- Webhooks: features/webhooks.md
- Status Tracking: features/status-tracking.md
- Multi-Device Support: features/multi-device.md
- Multi-SIM Support: features/multi-sim.md
- MMS Support: features/mms.md
- Data SMS Support: features/data-sms.md
- Health Checks: features/health.md
- Ping: features/ping.md
- Private Server: features/private-server.md
- Logging: features/logging.md
- Settings Management: features/settings-management.md
- FAQ:
- General: faq/general.md
- Local Server: faq/local-server.md
- Webhooks: faq/webhooks.md
- Reading Messages: faq/reading-messages.md
- Errors: faq/errors.md
- Authentication: faq/authentication.md
- Private Server: faq/private-server.md
- Resources:
- Examples: resources/examples.md
- Use Cases: resources/use-cases.md
- Third-Party: resources/3rdparty.md
- Services:
- Twilio Fallback: services/twilio-fallback.md
- Certificate Authority: services/ca.md
- Blog: blog/index.md
- Pricing: pricing.md
- Privacy:
- Policy: privacy/policy.md
- Encryption: privacy/encryption.md
- Contributing: contributing.md
- License: license.md
validation:
omitted_files: warn
absolute_links: warn
unrecognized_links: warn
plugins:
- search
- render_swagger
- minify:
minify_html: true
minify_js: true
minify_css: true
htmlmin_opts:
remove_comments: true
cache_safe: true
- social:
enabled: !ENV [CI, false]
- git-revision-date-localized:
enable_creation_date: true
- blog:
blog_dir: blog
blog_toc: true
- rss:
match_path: blog/posts/.*
date_from_meta:
as_creation: date
categories:
- categories
- tags
exclude_docs: |
/skill.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- admonition
- attr_list
- md_in_html
- pymdownx.blocks.caption
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.snippets