Skip to content

Commit

Permalink
Deployed 0eff3c1 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Dec 15, 2023
0 parents commit 443a22e
Show file tree
Hide file tree
Showing 59 changed files with 12,140 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
468 changes: 468 additions & 0 deletions 404.html

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions assets/css/codeigniter.css
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;
}
}
71 changes: 71 additions & 0 deletions assets/css/codeigniter_dark_mode.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
[data-md-color-scheme="slate"] {
--md-primary-fg-color: #b13a10;
--md-primary-fg-color--light: #8d7474;
--md-primary-fg-color--dark: #6d554d;

--md-default-bg-color: #1e2129;

--md-typeset-a-color: #ed6436;
--md-accent-fg-color: #f18a67;

--md-accent-fg-color--transparent: #625151;

--md-code-bg-color: #282b2d;

.hljs-title,
.hljs-title.class_,
.hljs-title.class_.inherited__,
.hljs-title.function_ {
color: #c9a69b;
}

.hljs-meta .hljs-string,
.hljs-regexp,
.hljs-string {
color: #a3b4c7;
}

.hljs-attr,
.hljs-attribute,
.hljs-literal,
.hljs-meta,
.hljs-number,
.hljs-operator,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-id,
.hljs-variable {
color: #c1b79f;
}

.hljs-doctag,
.hljs-keyword,
.hljs-meta .hljs-keyword,
.hljs-template-tag,
.hljs-template-variable,
.hljs-type,
.hljs-variable.language_ {
color: #c97100;
}

.hljs-subst {
color: #ddba52
}

.md-typeset code {
border: 1px solid #3f4547;
}

.md-typeset .admonition.note,
.md-typeset details.note {
border-color: #2c5293;
}

.md-typeset .note > .admonition-title:before,
.md-typeset .note > summary:before {
background-color: #2c5293;
-webkit-mask-image: var(--md-admonition-icon--note);
mask-image: var(--md-admonition-icon--note);
}

}
Binary file added assets/favicon.ico
Binary file not shown.
11 changes: 11 additions & 0 deletions assets/flame.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions assets/javascripts/bundle.d7c377c4.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions assets/javascripts/bundle.d7c377c4.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/javascripts/lunr/min/lunr.ar.min.js

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions assets/javascripts/lunr/min/lunr.da.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions assets/javascripts/lunr/min/lunr.de.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 443a22e

Please sign in to comment.