Skip to content

Commit 269aaf9

Browse files
committed
#7 - BoilR, emulation mega guide, & steamdecktricks added
1 parent 9eec727 commit 269aaf9

File tree

9 files changed

+57
-9
lines changed

9 files changed

+57
-9
lines changed

docs/asset-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"files": {
33
"main.css": "/static/css/main.69dee250.css",
4-
"main.js": "/static/js/main.c19a42da.js",
4+
"main.js": "/static/js/main.f5c03c08.js",
55
"static/js/787.3e3aeeea.chunk.js": "/static/js/787.3e3aeeea.chunk.js",
66
"index.html": "/index.html",
77
"main.69dee250.css.map": "/static/css/main.69dee250.css.map",
8-
"main.c19a42da.js.map": "/static/js/main.c19a42da.js.map",
8+
"main.f5c03c08.js.map": "/static/js/main.f5c03c08.js.map",
99
"787.3e3aeeea.chunk.js.map": "/static/js/787.3e3aeeea.chunk.js.map"
1010
},
1111
"entrypoints": [
1212
"static/css/main.69dee250.css",
13-
"static/js/main.c19a42da.js"
13+
"static/js/main.f5c03c08.js"
1414
]
1515
}

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/Steam_Deck_favicon.svg"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"/><title>Steam Deck Resources</title><script defer="defer" src="/static/js/main.c19a42da.js"></script><link href="/static/css/main.69dee250.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/Steam_Deck_favicon.svg"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"/><title>Steam Deck Resources</title><script defer="defer" src="/static/js/main.f5c03c08.js"></script><link href="/static/css/main.69dee250.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

docs/static/js/main.c19a42da.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/static/js/main.c19a42da.js renamed to docs/static/js/main.f5c03c08.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/static/js/main.f5c03c08.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/data/guide.js

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,25 @@ export const GUIDE_RESOURCES = [
5858
"src": "https://img.shields.io/youtube/likes/ylErPAL2cj0?style=social"
5959
}
6060
]
61+
},
62+
{
63+
"title": "Emulation Mega Guide (ft. EmuDeck)",
64+
"link": "https://www.youtube.com/watch?v=AvzSHxccmIg",
65+
"type": "video",
66+
"description": "Yet another emulation guide featuring EmuDeck",
67+
"badges": [
68+
{
69+
"alt": "YouTube Video Views",
70+
"src": "https://img.shields.io/youtube/views/AvzSHxccmIg?style=social"
71+
},
72+
{
73+
"alt": "YouTube Video Comments",
74+
"src": "https://img.shields.io/youtube/comments/AvzSHxccmIg?style=social"
75+
},
76+
{
77+
"alt": "YouTube Video Likes",
78+
"src": "https://img.shields.io/youtube/likes/AvzSHxccmIg?style=social"
79+
}
80+
]
6181
}
6282
]

src/data/non_steam_launcher.js

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,31 @@
11
export const NON_STEAM_LAUNCHER_RESOURCES = [
22
{
3-
"title": "Battle.net notes (reddit)",
3+
"title": "Battle.net notes (r/SteamDeck)",
44
"link": "https://www.reddit.com/r/SteamDeck/comments/vhdzkm/psa_dont_install_battlenet_through_steam_use/",
55
"type": "link",
66
"description": "TLDR: Install battle.net through Lutris, not Steam.",
77
"badges": [
88

99
]
1010
},
11+
{
12+
"title": "BoilR",
13+
"link": "https://github.com/PhilipK/BoilR",
14+
"type": "repo",
15+
"description": "BoilR automatically adds (almost) all your games to your Steam library (including image art).",
16+
"badges": [
17+
{
18+
"alt": "GitHub Watchers",
19+
"src": "https://img.shields.io/github/watchers/PhilipK/BoilR?style=social"
20+
},
21+
{
22+
"alt": "GitHub Forks",
23+
"src": "https://img.shields.io/github/forks/PhilipK/BoilR?style=social"
24+
},
25+
{
26+
"alt": "GitHub Stars",
27+
"src": "https://img.shields.io/github/stars/PhilipK/BoilR?style=social"
28+
},
29+
],
30+
},
1131
]

src/data/other.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,13 @@ export const OTHER_RESOURCES = [
2626
"description": 'Compilation of latest news, tips and tricks for the Steam Deck.',
2727
"badges": [
2828
]
29+
},
30+
{
31+
"title": "Steam Deck Tips & Tricks megathread (r/SteamDeckTricks)",
32+
"link": "https://www.reddit.com/r/SteamDeckTricks/comments/twulqf/tips_and_tricks_megathread/",
33+
"type": "link",
34+
"description": 'SteamDeck Tips and Tricks Megathread',
35+
"badges": [
36+
]
2937
}
3038
]

0 commit comments

Comments
 (0)