You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
2.0 KiB
YAML
78 lines
2.0 KiB
YAML
8 months ago
|
site_name: CodeIgniter Settings
|
||
|
site_description: Settings documentation for CodeIgniter 4 framework
|
||
|
|
||
|
theme:
|
||
|
name: material
|
||
|
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
|
||
|
|
||
|
social:
|
||
|
- icon: material/github
|
||
|
link: https://github.com/codeigniter4/settings
|
||
|
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://settings.codeigniter.com/
|
||
|
repo_url: https://github.com/codeigniter4/settings
|
||
|
edit_uri: edit/develop/docs/
|
||
|
copyright: Copyright © 2023 CodeIgniter Foundation.
|
||
|
|
||
|
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
|
||
|
- Basic usage: basic-usage.md
|
||
|
- Limitations: limitations.md
|