Skip to content

Commit

Permalink
Deployed 680fb00 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Oct 18, 2024
0 parents commit 6efaa68
Show file tree
Hide file tree
Showing 112 changed files with 39,293 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
1,258 changes: 1,258 additions & 0 deletions 404.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
wiki.steamfork.org
146 changes: 146 additions & 0 deletions _inc/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,146 @@
/* Colors Light & Dark */
[data-md-color-scheme="art-book"] {
/* Primary color shades */
--md-primary-fg-color: #111111;
--md-primary-bg-color: #eeeeee;
--md-primary-bg-color--light: #bbbbbb;
/* Accent color shades */
--md-accent-fg-color: #5998FF;
--md-accent-fg-color--transparent: #cccccc;
/* Default color shades */
--md-default-fg-color: #111111;
--md-default-fg-color--light: #222222;
--md-default-fg-color--lighter: #cccccc;
--md-default-fg-color--lightest: #cccccc;
--md-default-bg-color: #dddddd;
--md-default-bg-color--light: #dddddd;
--md-default-bg-color--lighter: #dddddd;
--md-default-bg-color--lightest: #dddddd;
/* Typeset color shades */
--md-typeset-color: #111111;
/* Typeset `a` color shades */
--md-typeset-a-color: #5088e5;
/* Typeset `table` color shades */
--md-typeset-table-color: #cccccc;
--md-typeset-table-color--light: #eeeeee;
/* Footer color shades */
--md-footer-bg-color: #111111;
/* Typeset `kbd` color shades */
--md-typeset-kbd-color: #eeeeee;
--md-typeset-kbd-accent-color: #dddddd;
--md-typeset-kbd-border-color: #bbbbbb;
/* Code color shades */
--md-code-bg-color: #eee;
--md-code-fg-color: #111;
--md-code-hl-operator-color: #111;
--md-code-hl-variable-color: #111;
--md-code-hl-comment-color: #999;
--md-code-hl-punctuation-color: #111;
}
[data-md-color-scheme="art-book-next"] {
/* Primary color shades */
--md-primary-fg-color: #111111;
--md-primary-bg-color: #eeeeee;
--md-primary-bg-color--light: #bbbbbb;
/* Accent color shades */
--md-accent-fg-color: #5998FF;
--md-accent-fg-color--transparent: #333333;
/* Default color shades */
--md-default-fg-color: #eeeeee;
--md-default-fg-color--light: #eeeeee;
--md-default-fg-color--lighter: #888888;
--md-default-fg-color--lightest: #444444;
--md-default-bg-color: #222222;
--md-default-bg-color--light: #222222;
--md-default-bg-color--lighter: #222222;
--md-default-bg-color--lightest: #222222;
/* Typeset color shades */
--md-typeset-color: #eeeeee;
/* Typeset `a` color shades */
--md-typeset-a-color: #5998FF;
/* Typeset `table` color shades */
--md-typeset-table-color: #333333;
--md-typeset-table-color--light: #444444;
/* Footer color shades */
--md-footer-bg-color: #111111;
/* Typeset `kbd` color shades */
--md-typeset-kbd-color: #555;
--md-typeset-kbd-accent-color: #444;
--md-typeset-kbd-border-color: #222;
/* Code color shades */
--md-code-bg-color: #111;
--md-code-fg-color: #fff;
--md-code-hl-operator-color: #fff;
--md-code-hl-variable-color: #fff;
--md-code-hl-comment-color: #999;
--md-code-hl-punctuation-color: #fff;
}

.md-typeset .admonition, .md-typeset details {
background-color: inherit;
color: inherit
}

[data-md-color-scheme="art-book"] img[src$="#only-dark"],
[data-md-color-scheme="art-book"] img[src$="#gh-dark-mode-only"] {
display: none; /* Hide dark images in light mode */
}
[data-md-color-scheme="art-book-next"] img[src$="#only-light"],
[data-md-color-scheme="art-book-next"] img[src$="#gh-light-mode-only"] {
display: none; /* Hide dark images in light mode */
}

.md-typeset h1, .md-typeset h2, .md-typeset h3 {
font-weight: 700;
}
.md-typeset h1 {
margin: 0 0 0.64em;
}
.md-typeset h2 {
margin: 1em 0 0.64em;
}
.md-typeset h3 {
margin: 0.64em 0 0.8em;
}

.md-header__inner {
padding: 0.4rem 0.2rem;
}

.md-main__inner {
margin-top: 0.5rem;
padding-top: 0;
}

.md-typeset table:not([class]) {
font-size: .74rem;
}

.md-nav__item--section>.md-nav__link {
font-weight: 700;
}

@media screen and (min-width: 76.25em) {
.md-nav__item--section {
margin: 1.5em 0;
}
.md-nav__item--section>.md-nav__link {
font-size: .8rem;
}
}

.md-nav__container>.md-nav__link {
color: inherit;
}

div.preview-container {
margin-bottom: 1.25em;
position: relative;
display: flex;
align-items: center;
justify-content: center
}

.md-typeset .emojione, .md-typeset .gemoji, .md-typeset .twemoji {
vertical-align: text-bottom;
}
Binary file added _inc/images/controllers/dualsense.png
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 _inc/images/controllers/dualshock-4.png
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 _inc/images/controllers/global/D-Pad.png
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 _inc/images/controllers/global/East.png
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 _inc/images/controllers/global/L1.png
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 _inc/images/controllers/global/L2.png
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 _inc/images/controllers/global/L3.png
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 _inc/images/controllers/global/LeftStick.png
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 _inc/images/controllers/global/North.png
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 _inc/images/controllers/global/R1.png
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 _inc/images/controllers/global/R2.png
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 _inc/images/controllers/global/R3.png
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 _inc/images/controllers/global/RightStick.png
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 _inc/images/controllers/global/Select.png
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 _inc/images/controllers/global/South.png
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 _inc/images/controllers/global/Start.png
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 _inc/images/controllers/global/West.png
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 _inc/images/controllers/snes.png
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 _inc/images/controllers/switch-pro.png
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 _inc/images/controllers/xbox-one.png
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 _inc/images/devices/anbernic-win600.png
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 _inc/images/devices/asus-rog-ally.png
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 _inc/images/devices/atari-vcs.png
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 _inc/images/devices/ayaneo-2s.png
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 _inc/images/devices/ayaneo-air-plus.png
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 _inc/images/devices/ayaneo-air.png
Binary file added _inc/images/devices/ayaneo-flip-kb.png
Binary file added _inc/images/devices/ayaneo-next.png
Binary file added _inc/images/devices/ayaneo-slide.png
Binary file added _inc/images/devices/ayn-loki.png
Binary file added _inc/images/devices/gpdwin-4.png
Binary file added _inc/images/devices/msi-claw.png
Binary file added _inc/images/install/ksnip_20240603-041039.png
Binary file added _inc/images/install/ksnip_20240603-041127.png
Binary file added _inc/images/install/ksnip_20240603-041200.png
Binary file added _inc/images/install/ksnip_20240603-041232.png
Binary file added _inc/images/install/ksnip_20240603-041323.png
Binary file added _inc/images/install/ksnip_20240603-043344.png
Binary file added _inc/images/logo.png
Binary file added _inc/images/preview.png
Binary file added assets/images/favicon.png
29 changes: 29 additions & 0 deletions assets/javascripts/bundle.c8d2eff1.min.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

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 6efaa68

Please sign in to comment.