This is the repo where for the new front end BLOC WIKI currently deployed on a BLOC subdomain using Netlify, check it out!
You must follow strict markdown, not GFM. Important points include-
-
links must start with
../
, even if they're in the same directory
ex ->(../mining/Pools)
instead of(mining/Pools.md)
-
relative links without the
.md
extension
ex->(Pools)
instead of(Pools.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 ![walletname](wallets/images/name.png)
* Download a wallet * Make a new wallet * give it a name ![walletname](images/name.png)
1. Download a wallet ![make wallet](wallets/images/make-wallet.png) --- 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 ![make wallet](images/make-wallet.png) --- 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.
- Thanks to TurtleCoin Developers & Community
- Forked from TurtleCoin sajodocs