mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 19:06:26 +00:00
86447ea193
* Add Jekyll docker service and init site * Use minimal mistakes theme * Create splash. Add first pages and toolbars
22 lines
514 B
YAML
22 lines
514 B
YAML
main:
|
|
- title: "Docs"
|
|
url: /docs/how-to-use/
|
|
- title: "Tutorials"
|
|
url: /docs/tutorials/
|
|
- title: "Contribute"
|
|
url: /contribute/
|
|
- title: "Blog"
|
|
url: /blog/
|
|
|
|
docs:
|
|
- title: "Docs"
|
|
url: /docs/how-to-use/
|
|
children:
|
|
- title: "How to use"
|
|
url: /docs/how-to-use/
|
|
- title: "Easy PGP Encryption"
|
|
url: /docs/pgp-encryption/
|
|
- title: "Fiat Best Practices"
|
|
url: /docs/fiat-payment-best-practices/
|
|
- title: "Wallets"
|
|
url: /docs/wallets/ |