99 repo : fontawesome/brands/github
1010 palette :
1111 - media : " (prefers-color-scheme: light)"
12- scheme : default
13- primary : indigo
14- accent : indigo
12+ scheme : codeigniter
13+ primary : custom
14+ accent : custom
1515 toggle :
1616 icon : material/brightness-7
1717 name : Switch to dark mode
1818 - media : " (prefers-color-scheme: dark)"
1919 scheme : slate
20- primary : indigo
21- accent : indigo
20+ primary : custom
21+ accent : custom
2222 toggle :
2323 icon : material/brightness-4
2424 name : Switch to light mode
25+ features :
26+ - navigation.instant
27+ - navigation.instant.prefetch
28+ - content.code.copy
29+ - navigation.footer
30+ - content.action.edit
31+ - navigation.top
32+ - search.suggest
33+ - search.highlight
34+ - search.share
2535
2636extra :
27- homepage : https://michalsn.github.io/codeigniter-queue
37+ homepage : https://codeigniter.com
38+ generator : false
2839
2940 social :
30- - icon : fontawesome/brands /github
31- link : https://github.com/michalsn/codeigniter- queue
41+ - icon : material /github
42+ link : https://github.com/codeigniter4/ queue
3243 name : GitHub
44+ - icon : material/twitter
45+ link : https://twitter.com/CodeIgniterPhp
46+ name : X
47+ - icon : material/forum
48+ link : https://forum.codeigniter.com
49+ name : Forum Codeigniter
50+ - icon : material/slack
51+ link : https://join.slack.com/t/codeigniterchat/shared_invite/zt-244xrrslc-l_I69AJSi5y2a2RVN~xIdQ
52+ name : Slack
3353
34- repo_url : https://github.com/michalsn/codeigniter- queue
54+ repo_url : https://github.com/codeigniter4/ queue
3555edit_uri : edit/develop/docs/
56+ copyright : Copyright © 2023 CodeIgniter Foundation.
3657
3758markdown_extensions :
3859 - admonition
@@ -41,17 +62,19 @@ markdown_extensions:
4162 use_pygments : false
4263
4364extra_css :
44- - assets/github-dark-dimmed.css
65+ -
https://cdn.jsdelivr.net/gh/highlightjs/[email protected] /build/styles/github.min.css 66+ - assets/css/codeigniter.css
67+ - assets/css/codeigniter_dark_mode.css
4568
4669extra_javascript :
47- - https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.6 .0/build/highlight.min.js
48- - assets/hljs.js
70+ - https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.8 .0/build/highlight.min.js
71+ - assets/js/ hljs.js
4972
5073nav :
5174 - Home : index.md
5275 - Installation : installation.md
5376 - Configuration : configuration.md
54- - Basic usage : basic_usage .md
55- - Running queues : running_queues .md
77+ - Basic usage : basic-usage .md
78+ - Running queues : running-queues .md
5679 - Commands : commands.md
5780 - Troubleshooting : troubleshooting.md
0 commit comments