File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,20 +10,55 @@ theme:
1010 font :
1111 text : Raleway
1212 palette :
13- primary : deep orange
13+ # Palette toggle for light mode
14+ - media : " (prefers-color-scheme: light)"
15+ scheme : default
16+ primary : deep orange
17+ accent : orange
18+ toggle :
19+ icon : material/brightness-7
20+ name : Switch to dark mode
21+ # Palette toggle for dark mode
22+ - media : " (prefers-color-scheme: dark)"
23+ scheme : slate
24+ primary : deep orange
25+ accent : orange
26+ toggle :
27+ icon : material/brightness-4
28+ name : Switch to light mode
1429 features :
15- - navigation.sections
30+ - navigation.instant
31+ - navigation.instant.prefetch
1632 - content.code.copy
33+ - navigation.footer
34+ - content.action.edit
35+ - navigation.top
36+ - search.suggest
37+ - search.highlight
38+ - search.share
1739
1840extra :
1941 homepage : https://codeigniter.com
42+ generator : false
2043
2144 social :
22- - icon : fontawesome/brands /github
45+ - icon : material /github
2346 link : https://github.com/codeigniter4/shield
2447 name : GitHub
48+ - icon : material/twitter
49+ link : https://twitter.com/CodeIgniterPhp
50+ name : X
51+ - icon : material/forum
52+ link : https://forum.codeigniter.com
53+ name : Forum Codeigniter
54+ - icon : material/slack
55+ link : https://join.slack.com/t/codeigniterchat/shared_invite/zt-244xrrslc-l_I69AJSi5y2a2RVN~xIdQ
56+ name : Slack
57+
2558
2659repo_url : https://github.com/codeigniter4/shield
60+ edit_uri : edit/develop/docs/
61+ copyright : Copyright © 2023 CodeIgniter Foundation.
2762
2863markdown_extensions :
2964 - pymdownx.superfences
You can’t perform that action at this time.
0 commit comments