This is the repo for the TwitchTurtle Wiki
You must follow strict markdown, not GFM. Important points include-
-
links must start with
../
, even if they're in the same directory, if the files are not indocs/
(won't apply fordocs/filename.md
but will fordocs/folder/filename.md
)
ex ->(../Rainborg-Wat-Dat)
instead of(Rainborg-Wat-Dat.md)
-
relative links without the
.md
extension
ex->(Rainborg-Wat-Dat)
instead of(Rainborg-Wat-Dat.md)
-
Links are case sensitive
Links to files inmkdocs.yml
must perfectly match the casing of the actual files, and the links to these files from other places must perfectly match the casing inmkdocs.yml
.
If:
-
(a) points are to be indented under one another,
-
(b) pictures/information are to be included under a "step 1",
-
(c) codeblocks are to be made under steps/points,
they are to be indented by 4 spaces.
-
(d) codeblocks must also start/end on a separate line.
Note: Text given beyond this point wrapped in code blocks are just examples, observe the formatting and not what's written
* Download wallet * Make a new wallet * give it a name 
* Download a wallet * Make a new wallet * give it a name 
1. Download a wallet  --- In case you can't make, then just try again. --- 2. Make a wallet Make sure you choose a strong password! 3. Check that * it is saved [comfily](Being-Comfy).
1. Download a wallet  --- Incase you can't make, then just try again. --- 2. Make a wallet Make sure you choose a strong password! 3. Check that * it is saved [comfily](../Being-Comfy). (it assumed we are in the wallets/ directory)
1. Install Linux 2. Enter this: ```sudo apt-get install sudo apt-get upgrade```
1. Install Linux 2. Enter this: ``` sudo apt-get install sudo apt-get upgrade ```
Whenever a PR is made, Netlify automatically builds it and serves a preview. In case the build doesn't pass(red X), then add a ninja commit to fix it.