-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #992 from codeigniter4/develop
1.0.0 Ready code
- Loading branch information
Showing
25 changed files
with
224 additions
and
155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,6 +38,8 @@ the changelog. | |
|
||
* [ ] Clone **codeigniter4/shield** and resolve any necessary PRs | ||
```console | ||
rm -rf shield.bk | ||
mv shield shield.bk | ||
git clone [email protected]:codeigniter4/shield.git | ||
``` | ||
* [ ] Merge any Security Advisory PRs in private forks | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
shield.codeigniter.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[data-md-color-scheme="codeigniter"] { | ||
--md-primary-fg-color: #dd4814; | ||
--md-primary-fg-color--light: #ECB7B7; | ||
--md-primary-fg-color--dark: #90030C; | ||
|
||
--md-default-bg-color: #fcfcfc; | ||
|
||
--md-typeset-a-color: #e74c3c; | ||
--md-accent-fg-color: #97310e; | ||
|
||
--md-accent-fg-color--transparent: #ECB7B7; | ||
|
||
--md-code-bg-color: #ffffff; | ||
|
||
.md-typeset code { | ||
border: 1px solid #e1e4e5; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
document.addEventListener('DOMContentLoaded', (event) => { | ||
window.document$.subscribe(() => { | ||
hljs.highlightAll(); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,23 +12,22 @@ theme: | |
palette: | ||
# Palette toggle for light mode | ||
- media: "(prefers-color-scheme: light)" | ||
scheme: default | ||
primary: deep orange | ||
accent: orange | ||
scheme: codeigniter | ||
primary: custom | ||
accent: custom | ||
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 | ||
primary: custom | ||
accent: custom | ||
toggle: | ||
icon: material/brightness-4 | ||
name: Switch to light mode | ||
features: | ||
- navigation.instant | ||
- navigation.instant.prefetch | ||
- content.code.copy | ||
- navigation.footer | ||
- content.action.edit | ||
|
@@ -55,7 +54,7 @@ extra: | |
link: https://join.slack.com/t/codeigniterchat/shared_invite/zt-244xrrslc-l_I69AJSi5y2a2RVN~xIdQ | ||
name: Slack | ||
|
||
|
||
site_url: https://shield.codeigniter.com/ | ||
repo_url: https://github.com/codeigniter4/shield | ||
edit_uri: edit/develop/docs/ | ||
copyright: Copyright © 2023 CodeIgniter Foundation. | ||
|
@@ -68,8 +67,9 @@ markdown_extensions: | |
- pymdownx.details | ||
|
||
extra_css: | ||
- https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/default.min.css | ||
- assets/css/dark_mode.css | ||
- https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/github.min.css | ||
- assets/css/codeigniter.css | ||
- assets/css/codeigniter_dark_mode.css | ||
|
||
extra_javascript: | ||
- https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.