-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add better youtube and twitch support
- Loading branch information
Showing
19 changed files
with
553 additions
and
205 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"cSpell.words": [ | ||
"vfile" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,4 +1,8 @@ | ||
{ | ||
"label": "100%", | ||
"position": 5 | ||
"position": 3, | ||
"link": { | ||
"type": "generated-index", | ||
"title": "100% Guides" | ||
} | ||
} |
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,4 +1,8 @@ | ||
{ | ||
"label": "Any%", | ||
"position": 4 | ||
"position": 2, | ||
"link": { | ||
"type": "generated-index", | ||
"title": "Any% Guides" | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,56 @@ | ||
--- | ||
sidebar_position: 5 | ||
--- | ||
|
||
# Embedding Content | ||
|
||
:::note Speedrun Docs Guide | ||
|
||
You should remove this page when making your docs. | ||
|
||
::: | ||
|
||
## Images and Local Videos | ||
|
||
1. Add the image to the `static` folder at the root directory. | ||
2. Add `![Title of image](<path to file>)`. | ||
|
||
Example: | ||
|
||
`![Speedrun Docs Logo](/img/run-man.svg)` | ||
![Speedrun Docs Logo](/img/run-man.svg) | ||
|
||
:::tip Speedrun Docs Logo | ||
|
||
Feel free to modify and customise the logo to your desired game! An example can be seen in the [Heavenly Bodies Docs](https://ewanlyon.github.io/HeavenlyBodies-SpeedrunDocs/). | ||
|
||
::: | ||
|
||
## Online Videos | ||
|
||
Currently Speedrun-docs supports: | ||
|
||
- YouTube Videos | ||
- Twitch Clips | ||
- Twitch VODs | ||
- Twitch Channels | ||
|
||
### YouTube | ||
|
||
`![ASM2023 AFL Evolution Pop-off](https://www.youtube.com/watch?v=DI8vHDrvJGc&t=943s)` | ||
|
||
![ASM2023 AFL Evolution Pop-off](https://www.youtube.com/watch?v=DI8vHDrvJGc&t=943s) | ||
|
||
### Twitch | ||
|
||
`![AusSpeedruns Channel](https://www.twitch.tv/ausspeedruns)` | ||
|
||
`![Little Intermission Goofing Clip](https://www.twitch.tv/ausspeedruns/clip/LuckyDirtyPheasantWOOP-KmnZnto7H0NjjaQM)` | ||
|
||
`![ASM2023 AFL Evolution VOD](https://www.twitch.tv/videos/1872434389?collection=_twiuAyjchdwJQ&t=00h15m42s)` | ||
|
||
![AusSpeedruns Channel](https://www.twitch.tv/ausspeedruns) | ||
|
||
![Little Intermission Goofing Clip](https://www.twitch.tv/ausspeedruns/clip/LuckyDirtyPheasantWOOP-KmnZnto7H0NjjaQM) | ||
|
||
![ASM2023 AFL Evolution VOD](https://www.twitch.tv/videos/1872434389?collection=_twiuAyjchdwJQ&t=00h15m42s) |
This file was deleted.
Oops, something went wrong.
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,5 +1,5 @@ | ||
--- | ||
sidebar_position: 2 | ||
sidebar_position: 4 | ||
--- | ||
|
||
# Markdown | ||
|
Oops, something went wrong.