-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
111 lines (103 loc) · 3.03 KB
/
mkdocs.yml
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
site_name: CodeIgniter4 SMSRocket
site_description: CodeIgniter4 SMSRocket is a powerful package designed to enhance and simplify SMS communication in your CodeIgniter 4 project.
theme:
name: material
logo: assets/flame.svg
favicon: assets/favicon.ico
icon:
repo: fontawesome/brands/github
font:
text: Raleway
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep orange
accent: orange
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep orange
accent: orange
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- toc.integrate
- content.code.copy
- navigation.footer
- content.action.edit
- navigation.top
- search.suggest
- search.highlight
- search.share
- content.tabs.link
custom_dir: docs/overrides
extra:
homepage: https://codeigniter4.ir
generator: false
version:
provider: mike
default:
- latest
social:
- icon: material/github
link: https://github.com/datamweb/sms-rocket
name: GitHub
- icon: material/twitter
link: https://twitter.com/datamweb
name: X
- icon: material/forum
link: https://forum.codeigniter.com
name: Forum Codeigniter
- icon: material/slack
link: https://join.slack.com/t/codeigniterchat/shared_invite/zt-244xrrslc-l_I69AJSi5y2a2RVN~xIdQ
name: Slack
site_url: https://smsrocket.codeigniter4.ir/
repo_url: https://github.com/datamweb/sms-rocket
edit_uri: edit/develop/docs/
copyright: Copyright © 2021-2025 Pooya Parsa Dadashi.
markdown_extensions:
- pymdownx.superfences
- pymdownx.highlight:
use_pygments: false
- admonition
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
extra_css:
- https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.8.0/build/styles/default.min.css
- assets/css/dark_mode.css
extra_javascript:
- https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.8.0/build/highlight.min.js
- assets/js/hljs.js
plugins:
- search
- git-revision-date-localized:
enable_creation_date: true
- mike:
# These fields are all optional; the defaults are as below...
alias_type: symlink
redirect_template: null
deploy_prefix: ''
canonical_version: null
version_selector: true
css_dir: css
javascript_dir: js
- include-markdown
nav:
- Home: index.md
- Installation SMSRocket: installation.md
- Getting Started: getting_started.md
- Driver List:
- Supported Drivers: drivers/supported_drivers.md
- Twilio: drivers/twilio.md
- AmootSMS: drivers/amootsms.md
- FarazSMS: drivers/farazsms.md
- IdehpardazanDriver(SMS.ir): drivers/idehpardazan.md
- Create Your Custom Driver: create_custom_driver.md
- Admin:
- Setup Guide for Automatic Copyright Year Update: admin/auto_update_copyright.md