FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
queue/mkdocs.yml at develop · codeigniter4/queue · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
codeigniter4
/
queue
Public
Notifications
You must be signed in to change notification settings
Fork
25
Star
75
Code
Issues
2
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
queue
/
mkdocs.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
90 lines (80 loc) · 2.24 KB
Breadcrumbs
queue
/
mkdocs.yml
Copy path
File metadata and controls
90 lines (80 loc) · 2.24 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
site_name
:
CodeIgniter Queue
site_description
:
Queues documentation for CodeIgniter 4 framework
exclude_docs
:
|
overrides/
theme
:
name
:
material
custom_dir
:
docs/overrides
logo
:
assets/flame.svg
favicon
:
assets/favicon.ico
icon
:
repo
:
fontawesome/brands/github
palette
:
-
media
:
"
(prefers-color-scheme: light)
"
scheme
:
codeigniter
primary
:
custom
accent
:
custom
toggle
:
icon
:
material/brightness-7
name
:
Switch to dark mode
-
media
:
"
(prefers-color-scheme: dark)
"
scheme
:
slate
primary
:
custom
accent
:
custom
toggle
:
icon
:
material/brightness-4
name
:
Switch to light mode
features
:
-
navigation.instant
-
content.code.copy
-
navigation.footer
-
content.action.edit
-
navigation.top
-
search.suggest
-
search.highlight
-
search.share
extra
:
homepage
:
https://codeigniter.com
generator
:
false
version
:
provider
:
mike
social
:
-
icon
:
material/github
link
:
https://github.com/codeigniter4/queue
name
:
GitHub
-
icon
:
material/twitter
link
:
https://twitter.com/CodeIgniterPhp
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://queue.codeigniter.com/
repo_url
:
https://github.com/codeigniter4/queue
edit_uri
:
edit/develop/docs/
copyright
:
Copyright © 2023-{year} CodeIgniter Foundation.
hooks
:
-
docs/assets/hooks.py
markdown_extensions
:
-
admonition
-
pymdownx.superfences
-
pymdownx.highlight
:
use_pygments
:
false
extra_css
:
-
https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.8.0/build/styles/github.min.css
-
assets/css/codeigniter.css
-
assets/css/codeigniter_dark_mode.css
extra_javascript
:
-
https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.8.0/build/highlight.min.js
-
assets/js/hljs.js
nav
:
-
Home
:
index.md
-
Installation
:
installation.md
-
Configuration
:
configuration.md
-
Basic usage
:
basic-usage.md
-
Running queues
:
running-queues.md
-
Commands
:
commands.md
-
Events
:
events.md
-
Troubleshooting
:
troubleshooting.md
Back
|
FazBrowse Home
|
New Git URL