From ae4d6a1ac04e1699d89ec9d7f0fed3cf253874d8 Mon Sep 17 00:00:00 2001 From: Reckless_Satoshi Date: Sat, 21 May 2022 16:09:25 -0700 Subject: [PATCH] Include all docs svg icons, Fix links, Add pages --- README.md | 15 ++- docs/_config.yml | 2 +- docs/_data/navigation.yml | 101 ++++++++++-------- docs/_includes/footer.html | 18 +++- docs/_includes/masthead.html | 2 +- docs/_includes/page__hero.html | 4 +- docs/_layouts/default.html | 1 + docs/_layouts/single.html | 2 +- docs/_pages/contribute/00-contribute.md | 2 +- docs/_pages/contribute/02-languages.md | 4 +- docs/_pages/contribute/03-liquidity.md | 2 +- docs/_pages/contribute/04-guides.md | 2 +- docs/_pages/contribute/05-art.md | 2 +- docs/_pages/contribute/06-outreach.md | 2 +- docs/_pages/contribute/07-donate.md | 4 +- .../00-quick-start/00-quicks-start-guide.md | 2 +- .../docs/00-quick-start/01-lightning.md | 2 +- docs/_pages/docs/00-quick-start/02-tor.md | 2 +- docs/_pages/docs/00-quick-start/03-access.md | 2 +- .../01-best-practices/00-best-practices.md | 2 +- .../docs/01-best-practices/01-pgp-guide.md | 2 +- .../docs/01-best-practices/01-pgp-guide_es.md | 2 +- .../01-best-practices/02-payment-methods.md | 2 +- .../01-best-practices/03-proxy-wallets.md | 2 +- .../docs/01-best-practices/04-channels.md | 2 +- docs/_pages/docs/02-features/01-private.md | 2 +- docs/_pages/docs/02-features/02-fast.md | 2 +- docs/_pages/docs/02-features/03-safe.md | 2 +- .../docs/03-understand/01-trade-pipeline.md | 3 +- docs/_pages/docs/03-understand/02-robots.md | 2 +- docs/_pages/docs/03-understand/03-premium.md | 2 +- docs/_pages/docs/03-understand/04-bonds.md | 2 +- .../docs/03-understand/05-trade-escrow.md | 2 +- docs/_pages/docs/03-understand/06-disputes.md | 2 +- docs/_pages/docs/03-understand/07-wallets.md | 2 +- docs/_pages/docs/03-understand/08-limits.md | 2 +- docs/_pages/docs/03-understand/09-swaps.md | 2 +- docs/_pages/docs/03-understand/10-telegram.md | 2 +- docs/_pages/docs/03-understand/11-api.md | 13 +++ docs/_pages/docs/03-understand/12-prices.md | 13 +++ docs/_pages/docs/03-understand/13-fees.md | 13 +++ docs/_pages/home.md | 59 ++++++++++ docs/_pages/tutorials/read/how-to-use.md | 2 +- docs/_pages/tutorials/read/how-to-use_de.md | 2 +- docs/_pages/tutorials/read/how-to-use_es.md | 2 +- docs/_pages/tutorials/watch/videos-en.md | 2 +- docs/_pages/tutorials/watch/videos-es.md | 2 +- docs/_pages/tutorials/watch/videos-pt.md | 2 +- docs/_sass/minimal-mistakes/_navigation.scss | 27 +++++ docs/_sass/minimal-mistakes/_sidebar.scss | 2 +- docs/assets/images/wip.jpg | Bin 24023 -> 23992 bytes docs/assets/vector/arrow-right-arrow-left.svg | 1 + .../vector/arrow-up-right-from-square.svg | 1 + docs/assets/vector/bars-staggered.svg | 1 + docs/assets/vector/bitcoin.svg | 1 + docs/assets/vector/bolt.svg | 1 + docs/assets/vector/bullhorn.svg | 1 + docs/assets/vector/chalkboard-user.svg | 1 + docs/assets/vector/circle-nodes.svg | 1 + docs/assets/vector/circle-play.svg | 1 + docs/assets/vector/cloud.svg | 1 + docs/assets/vector/code.svg | 1 + docs/assets/vector/file-lines.svg | 1 + docs/assets/vector/fingerprint.svg | 1 + docs/assets/vector/gauge-high.svg | 1 + docs/assets/vector/github.svg | 1 + docs/assets/vector/graduation-cap.svg | 1 + docs/assets/vector/hand-holding-hand.svg | 1 + docs/assets/vector/hand-peace.svg | 1 + docs/assets/vector/handshake-angle.svg | 1 + docs/assets/vector/jet-fighter.svg | 1 + docs/assets/vector/language.svg | 1 + docs/assets/vector/life-ring.svg | 1 + docs/assets/vector/lightbulb.svg | 1 + docs/assets/vector/magnifying-glass.svg | 1 + docs/assets/vector/money-bill-1-wave.svg | 1 + docs/assets/vector/money-bill-transfer.svg | 1 + docs/assets/vector/palette.svg | 1 + docs/assets/vector/percent.svg | 1 + docs/assets/vector/readme.svg | 1 + docs/assets/vector/robot.svg | 1 + docs/assets/vector/rocket.svg | 1 + docs/assets/vector/route.svg | 1 + docs/assets/vector/shield.svg | 1 + docs/assets/vector/square-envelope.svg | 1 + docs/assets/vector/square-rss.svg | 1 + docs/assets/vector/telegram.svg | 1 + docs/assets/vector/ticket-simple.svg | 1 + docs/assets/vector/timeline.svg | 1 + docs/assets/vector/twitter-square.svg | 1 + docs/assets/vector/user-ninja.svg | 1 + docs/assets/vector/wallet.svg | 1 + docs/home.md | 34 ------ frontend/src/components/OrderPage.js | 2 +- frontend/src/locales/ca.json | 2 +- frontend/src/locales/de.json | 2 +- frontend/src/locales/en.json | 2 +- frontend/src/locales/es.json | 2 +- frontend/src/locales/fr.json | 2 +- frontend/src/locales/pl.json | 2 +- frontend/src/locales/ru.json | 2 +- frontend/src/locales/zh.json | 2 +- 102 files changed, 297 insertions(+), 145 deletions(-) create mode 100644 docs/_pages/docs/03-understand/11-api.md create mode 100644 docs/_pages/docs/03-understand/12-prices.md create mode 100644 docs/_pages/docs/03-understand/13-fees.md create mode 100644 docs/_pages/home.md create mode 100644 docs/assets/vector/arrow-right-arrow-left.svg create mode 100644 docs/assets/vector/arrow-up-right-from-square.svg create mode 100644 docs/assets/vector/bars-staggered.svg create mode 100644 docs/assets/vector/bitcoin.svg create mode 100644 docs/assets/vector/bolt.svg create mode 100644 docs/assets/vector/bullhorn.svg create mode 100644 docs/assets/vector/chalkboard-user.svg create mode 100644 docs/assets/vector/circle-nodes.svg create mode 100644 docs/assets/vector/circle-play.svg create mode 100644 docs/assets/vector/cloud.svg create mode 100644 docs/assets/vector/code.svg create mode 100644 docs/assets/vector/file-lines.svg create mode 100644 docs/assets/vector/fingerprint.svg create mode 100644 docs/assets/vector/gauge-high.svg create mode 100644 docs/assets/vector/github.svg create mode 100644 docs/assets/vector/graduation-cap.svg create mode 100644 docs/assets/vector/hand-holding-hand.svg create mode 100644 docs/assets/vector/hand-peace.svg create mode 100644 docs/assets/vector/handshake-angle.svg create mode 100644 docs/assets/vector/jet-fighter.svg create mode 100644 docs/assets/vector/language.svg create mode 100644 docs/assets/vector/life-ring.svg create mode 100644 docs/assets/vector/lightbulb.svg create mode 100644 docs/assets/vector/magnifying-glass.svg create mode 100644 docs/assets/vector/money-bill-1-wave.svg create mode 100644 docs/assets/vector/money-bill-transfer.svg create mode 100644 docs/assets/vector/palette.svg create mode 100644 docs/assets/vector/percent.svg create mode 100644 docs/assets/vector/readme.svg create mode 100644 docs/assets/vector/robot.svg create mode 100644 docs/assets/vector/rocket.svg create mode 100644 docs/assets/vector/route.svg create mode 100644 docs/assets/vector/shield.svg create mode 100644 docs/assets/vector/square-envelope.svg create mode 100644 docs/assets/vector/square-rss.svg create mode 100644 docs/assets/vector/telegram.svg create mode 100644 docs/assets/vector/ticket-simple.svg create mode 100644 docs/assets/vector/timeline.svg create mode 100644 docs/assets/vector/twitter-square.svg create mode 100644 docs/assets/vector/user-ninja.svg create mode 100644 docs/assets/vector/wallet.svg delete mode 100644 docs/home.md diff --git a/README.md b/README.md index 7964f117..6ae99408 100644 --- a/README.md +++ b/README.md @@ -12,24 +12,21 @@ RoboSats is a simple and private way to exchange bitcoin for national currencies ## Try it out! ### **Bitcoin Mainnet** -- 🧅 **TOR URL:** [**RoboSats**6tkf3eva7x2voqso3a5wcorsnw34jveyxfqi2fu7oyheasid.onion](http://robosats6tkf3eva7x2voqso3a5wcorsnw34jveyxfqi2fu7oyheasid.onion) ( Open with [Tor Browser](https://www.torproject.org/download/)) +- **TOR URL:** [**RoboSats**6tkf3eva7x2voqso3a5wcorsnw34jveyxfqi2fu7oyheasid.onion](http://robosats6tkf3eva7x2voqso3a5wcorsnw34jveyxfqi2fu7oyheasid.onion) ( Open with [Tor Browser](https://www.torproject.org/download/)) - Clearnet URL: [unsafe.robosats.com](https://unsafe.robosats.com) (not recommended!) - Clearnet Mirrors: [unsafe2](https://unsafe2.robosats.com) || [unsafe3](https://unsafe3.robosats.com) (not recommended!) -- Version: v0.1.0 MVP (+++) -*⚠️ Always use [Tor Browser](https://www.torproject.org/download/) and .onion for best anonymity. The Clearnet URL redirects to a third party Tor2web service. Your privacy cannot be guaranteed to be respected. Use clearnet only to check around the app, never use for trading!⚠️* +*Always use [Tor Browser](https://www.torproject.org/download/) and .onion for best privacy. The Clearnet URL redirects to a third party Tor2web service. Your privacy cannot be guaranteed to be respected. Use clearnet only to check around the app, never use for trading!* -### **Bitcoin Testnet** -- TOR URL: [RoboTestagw3dcxmd66r4rgksb4nmmr43fh77bzn2ia2eucduyeafnyd.onion](http://robotestagw3dcxmd66r4rgksb4nmmr43fh77bzn2ia2eucduyeafnyd.onion) -- Clearnet URL: [unsafe.testnet.robosats.com](https://unsafe.testnet.robosats.com) +- [Testnet and mirrors](https://learn.robosats.com/docs/access) ## How to use it -- **[Full Walkthrough how to use RoboSats (English)](https://github.com/Reckless-Satoshi/robosats/tree/main/docs/_pages/tutorials/read/how-to-use.md)** +- **[Full Walkthrough how to use RoboSats (English)](https://learn.robosats.com/read/en)** -- **[Guia completa de como usar RoboSats (Español)](https://github.com/Reckless-Satoshi/robosats/tree/main/docs/_pages/tutorials/read/how-to-use_es.md)** +- **[Guia completa de como usar RoboSats (Español)](https://learn.robosats.com/read/es)** -- **[Vollständiges how to use RoboSats (German)](https://github.com/Reckless-Satoshi/robosats/tree/main/docs/_pages/tutorials/read/how-to-use_de.md)** +- **[Vollständiges how to use RoboSats (Deutsch)](https://learn.robosats.com/read/de)** **Short video-walktrough** diff --git a/docs/_config.yml b/docs/_config.yml index 186d346f..9cbf98c0 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -31,7 +31,7 @@ masthead_title : # overrides the website title displayed in the masthe words_per_minute : robosats: node_id : 0282eb467bc073833a039940392592bf10cf338a830ba4e392c1667d7697654c7e - donation_address : bc1q2xu8y3gyys3u7nm8qrsw7tndp9lvjzvuudlnhh + donation_address : bc1q3cpp7ww92n6zp04hv40kd3eyy5avgughx6xqnx maker_fee : 0.025 # In percent (%) taker_fee : 0.175 # In percent (%) total_fee : 0.2 # In percent (%) diff --git a/docs/_data/navigation.yml b/docs/_data/navigation.yml index c60c16c4..cc4507d9 100644 --- a/docs/_data/navigation.yml +++ b/docs/_data/navigation.yml @@ -1,106 +1,113 @@ main: - - title: " Quick-Start" + - title: ' Quick-Start' url: /docs/quick-start/ - - title: " Tutorials" + - title: ' Tutorials' url: /watch/en/ - - title: " Contribute" + - title: ' Contribute' url: /contribute/ - - title: " Blog" + - title: ' Blog' url: /blog/ docs: - - title: " Quick Start" + - title: 'Quick Start' url: /docs/quick-start/ children: - - title: "    Lightning Network" + - title: '  Lightning Network' url: /docs/lightning/ - - title: "   TOR Network" + - title: '  TOR Network' url: /docs/tor/ - - title: "    Access" + - title: '  Access' url: /docs/access/ - - title: " Features" + - title: 'Features' url: /docs/features/ children: - - title: "    Private" + - title: '  Private' url: /docs/private/ - - title: "    Fast" + - title: '  Fast' url: /docs/fast/ - - title: "     Safe" + - title: '  Safe' url: /docs/safe/ - - title: " Understand" + - title: 'Understand' url: /docs/understand/ children: - - title: "    Trade Pipeline" + - title: '  Trade Pipeline' url: /docs/trade-pipeline/ - - title: "    Robots" + - title: '  Robots' url: /docs/robots/ - - title: "     Premium" + - title: '  Premium' url: /docs/premium/ - - title: "    Bonds" + - title: '  Bonds' url: /docs/bonds/ - - title: "    Trade Escrow" + - title: '  Trade Escrow' url: /docs/escrow/ - - title: "    Disputes" + - title: '  Prices' + url: /docs/prices/ + - title: '  Fees' + url: /docs/fees/ + - title: '  Disputes' url: /docs/disputes/ - - title: "    Wallets" + - title: '  Wallets' url: /docs/wallets/ - - title: "    Limits" + - title: '  Limits' url: /docs/limits/ - - title: "    Swaps" + - title: '  Swaps' url: /docs/swaps/ - - title: "    Telegram" + - title: '  Telegram' url: /docs/telegram/ + - title: '  API' + url: /docs/api-v1/ - - title: " Best Practices" + - title: 'Best Practices' url: /docs/best-practices/ children: - - title: "    PGP Encryption" + - title: '  PGP Encryption' url: /docs/pgp-encryption/ - - title: "    Payment Methods" + - title: '  Payment Methods' url: /docs/payment-methods/ - - title: "    Proxy Wallets" + - title: '  Proxy Wallets' url: /docs/proxy-wallets/ - - title: "    Lightning Channels" + - title: '  Lightning Channels' url: /docs/channels/ tutorial: - - title: " Watch" + - title: 'Watch' + url: "/watch/en/" children: - - title: "    English" + - title: "   English" url: "/watch/en/" - - title: "    Español" + - title: "   Español" url: "/watch/es/" - - title: "    Português" + - title: "   Português" url: "/watch/pt/" - - title: "    Français" + - title: "   Français" url: "/watch/fr/" - - title: " Read" + - title: 'Read' + url: "/watch/en/" children: - - title: "    English" + - title: "   English" url: "/read/en/" - - title: "    Español" + - title: "   Español" url: "/read/es/" - - title: "    Deutsch" + - title: "   Deutsch" url: "/read/de/" contribute: - - title: " Contribute" + - title: 'Contribute' url: /contribute/ children: - - title: "    Code" + - title: '  Code' url: /contribute/code/ - - title: "    Translations" + - title: '  Translations' url: /contribute/languages/ - - title: "    LN liquidity" + - title: '  Liquidity' url: /contribute/liquidity/ - - title: "    Guides" + - title: '  Guides' url: /contribute/guides/ - - title: "    Art" + - title: '  Art' url: /contribute/art/ - - title: "    Outreach" + - title: '  Outreach' url: /contribute/outreach/ - - title: "    Donate" - url: /contribute/donate/ - + - title: '  Donate' + url: /contribute/donate/ \ No newline at end of file diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 3897ea12..c5986b0b 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -18,4 +18,20 @@ - + diff --git a/docs/_includes/masthead.html b/docs/_includes/masthead.html index 0c66aa65..d55112b0 100644 --- a/docs/_includes/masthead.html +++ b/docs/_includes/masthead.html @@ -21,7 +21,7 @@ {% if site.search == true %} {% endif %}