diff --git a/_data/navigation_header.yml b/_data/navigation_header.yml index 2066d46..692e5c7 100755 --- a/_data/navigation_header.yml +++ b/_data/navigation_header.yml @@ -25,7 +25,7 @@ right: url: /lightning/ - title: Support - url: /docs/intro/ + url: /docs/ # Navbar right menu navigation links # right: diff --git a/_data/navigation_mobile.yml b/_data/navigation_mobile.yml index aadad0b..f6ef238 100755 --- a/_data/navigation_mobile.yml +++ b/_data/navigation_mobile.yml @@ -19,4 +19,4 @@ url: /lightning/ - title: Support - url: /docs/intro/ \ No newline at end of file + url: /docs/ \ No newline at end of file diff --git a/_docs/alerts.md b/_docs/alerts.md deleted file mode 100644 index 5b9f371..0000000 --- a/_docs/alerts.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: Adding alerts to content -subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. -tags: [features] -author: evan ---- - -There are four alert styles: - -{% include alert.html style="primary" text="Cras at dolor eget urna varius faucibus tempus in elit." %} - -{% include alert.html style="success" text="Cras at dolor eget urna varius faucibus tempus in elit." %} - -{% include alert.html style="warning" text="Cras at dolor eget urna varius faucibus tempus in elit." %} - -{% include alert.html style="danger" text="Cras at dolor eget urna varius faucibus tempus in elit." %} - -Add alerts to a post using the following includes: - -{% raw %} -```yaml -{% include alert.html style="primary" text="Cras at dolor eget urna varius faucibus tempus in elit." %} - -{% include alert.html style="success" text="Cras at dolor eget urna varius faucibus tempus in elit." %} - -{% include alert.html style="warning" text="Cras at dolor eget urna varius faucibus tempus in elit." %} - -{% include alert.html style="danger" text="Cras at dolor eget urna varius faucibus tempus in elit." %} -``` -{% endraw %} - - diff --git a/_docs/analytics.md b/_docs/analytics.md deleted file mode 100644 index 235ba9b..0000000 --- a/_docs/analytics.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -layout: doc -title: Google Analytics -categories: [Features] -author: evan -tags: ---- - -To enable Google Anaytics, add the following lines to your Jekyll site: - -```yaml - google_analytics: UA-NNNNNNNN-N -``` - -Google Analytics will only appear in production, i.e., `JEKYLL_ENV=production` diff --git a/_docs/backup-wallet.md b/_docs/backup-wallet.md index 32c9298..c6f7bd3 100644 --- a/_docs/backup-wallet.md +++ b/_docs/backup-wallet.md @@ -1,7 +1,7 @@ --- title: Backup/export a wallet subtitle: Access to private keys and recover of wallets -tags: [usage] +tags: [usage, featured] --- To backup or export your wallet is pretty simple. This backup is the "key", usually a mnemonic (set of 12 or 24 words) or just a "text" that will give you access to your wallet if you lose your device, uninstall the app, etc. In short, if something wrong happens and you want/need to get access to your wallet again. diff --git a/_docs/boxes.md b/_docs/boxes.md deleted file mode 100644 index 688c042..0000000 --- a/_docs/boxes.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Category boxes section -subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. -tags: [features] -author: evan ---- - -Home page category boxes are added in `_data/navigation_boxes.yml`, e.g.: -```yml -- title: Getting Started - desc: Get your account up and running in just few easy steps - icon: settings - doc: usage - -- title: Account and Billing - desc: Managing your account, creating new users and exporting data - icon: credit-card - doc: drafts -``` - -All available icons can be found [here](https://getuikit.com/docs/icon#library). - -Add boxes section to a page using the following include: -{% raw %} -```yaml -{% include boxes.html columns="3" title="Browse Topics" subtitle="Chose an option that you need help with or search above" %} -``` -{% endraw %} - diff --git a/_docs/changelog.md b/_docs/changelog.md deleted file mode 100644 index 99d7bd5..0000000 --- a/_docs/changelog.md +++ /dev/null @@ -1,77 +0,0 @@ ---- -title: Creating a changelog -subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. -tags: [setup] -author: evan ---- - -Theme comes with two different changelogs, timeline and post style. - -### Timeline style changelog - -Timeline changelog can be added to a page using an include and its data is pulled from a `_data/changelog.yml` data file. This changelog is suitable for simple lists of changes. - -Add changelog to a page using the following include: -{% raw %} -```yaml -{% include changelog.html %} -``` -{% endraw %} - -Changelog enties are added in `_data/changelog.yml`: - -```yml -- title: Version 0.6.0 - label: - date: Aug 15, 2017 - list: - - Added style support for radio and checkbox in Firefox - - Removed class from Section component -``` - -### Post style changelog - -This changelog is suitable for changelog entries with more content beyond simple lists adding text and media. - -Post styled changelog is displayed by setting `layout: changelog` in page YAML Front Matter: - -```yml ---- -layout: changelog -title: Changelog -permalink: /changelog/ ---- -``` - -Changelog enties are added by creating posts in `_changelog`: - -{% raw %} -```yml ---- -title: January Updates -date: 2019-01-22 ---- - -{% include tag.html tag="added" %} -- Some scheduled changelogs, tweets, and slack messages queued up this weekend and were not published on time. We fixed the issue and all delayed publications should be out. -- We now prioritize keywords over title and body so customers can more effectively influence search results -latency) -- Search engine upgraded. Bringing with it enhancements and bug fixes. -- Replaced login / registration pre-app screens with a cleaner design - -{% include tag.html tag="fixed" %} -- Fixed an issue with the sync autolinker only interlinking selectively. -- Fixed up an issue with prematurely logging out users -``` -{% endraw %} - -Tags can be modified in `_data/tags.yml`: -```yml -added: - text: Added - color: "#3778ff" - -changed: - text: Changed - color: "#3aaa55" -``` \ No newline at end of file diff --git a/_docs/coldcard.md b/_docs/coldcard.md index 7c7bb2e..d8daa1d 100644 --- a/_docs/coldcard.md +++ b/_docs/coldcard.md @@ -1,7 +1,7 @@ --- -title: Coldcard -subtitle: Coldcard with Bluewallet - Lightning SD card -tags: [hww] +title: Coldcard with Bluewallet +subtitle: Using a Lightning SD card +tags: [hww, usage, featured] ---
diff --git a/_docs/comments.md b/_docs/comments.md deleted file mode 100644 index e7e01f6..0000000 --- a/_docs/comments.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: doc -title: Enabling comments (via Disqus) -subtitle: Disqus is a third party service that can be used to comment on blog posts. This document covers adding Disqus to a Jekyll blog -categories: [Features] -author: tom ---- - -Optionally, if you have a Disqus account, you can tell Jekyll to use it to show a comments section below each post. To enable it, add the following lines to your Jekyll site: - -```yaml -disqus: - shortname: my_disqus_shortname -``` - -You can find out more about Disqus' shortnames [here](https://help.disqus.com/customer/portal/articles/466208). - -Comments are enabled by default and will only appear in production, i.e., `JEKYLL_ENV=production`. If you don't want to display comments for a particular post you can disable them by adding `comments: false` to that post's YAML Front Matter. diff --git a/_docs/contact.md b/_docs/contact.md deleted file mode 100644 index 410345e..0000000 --- a/_docs/contact.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Contact form (via FormSpree) -subtitle: This document covers the setup and options of theme feature described in the doc title -author: sara -tags: [setup] ---- - -Submit the form and confirm your email address at [FormSpree](https://formspree.io/). Then add the following include to a page, replacing the email address: - -{% raw %} -```yaml -{% include formspree.html email="my_name@gmail.com" redirect="/thanks/" name="true" subject="true" %} -``` -{% endraw %} - diff --git a/_docs/create-bitcoin-wallet.md b/_docs/create-bitcoin-wallet.md index cdb01e8..efdd070 100644 --- a/_docs/create-bitcoin-wallet.md +++ b/_docs/create-bitcoin-wallet.md @@ -1,7 +1,6 @@ --- title: Create a Bitcoin wallet -tags: - - setup +tags: [usage, featured] --- Creating a Bitcoin wallet on BlueWallet is easy. diff --git a/_docs/cta.md b/_docs/cta.md deleted file mode 100644 index 163be9d..0000000 --- a/_docs/cta.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Call to action section -subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. -tags: [features] -author: alex ---- - -To add the following to a page: -{% raw %} -```yaml -{% include cta.html title="Didn't find an answer?" button_text="Contact Us" button_url="/contact/" subtitle="Get in touch with us for details on setup and additional custom services pricing" %} -``` -{% endraw %} \ No newline at end of file diff --git a/_docs/customize.md b/_docs/customize.md deleted file mode 100644 index 8500b9d..0000000 --- a/_docs/customize.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: Customization -subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. -tags: [customize] -author: evan ---- - -To modify the primary color, open `/_sass/theme/variables.scss` and replace the color values e.g.: - -```scss -$global-primary-background: #05c896; -``` - -Further style customisation can be done in the following files: -``` -/_sass/theme/mixins.scss -/_sass/theme/variables.scss -/assets/css/main.scss -``` \ No newline at end of file diff --git a/_docs/development.md b/_docs/development.md deleted file mode 100644 index f7bc5c0..0000000 --- a/_docs/development.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: Development -subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. -tags: [customize] -author: evan ---- - -### Build process -Install [UIkit](https://getuikit.com/) font end framework dependency via Npm: -```bash -npm install -``` -Enable live browser reload with the following: -```bash -bundle exec jekyll s --livereload -``` - -Use the following commands to compile js scripts: -```bash -npm run dev -``` -Compile and minify: -```bash -npm run build -``` - -### Hooks -There are four hook inlude files that simplify adding content or scripts in the theme locations: -- `_includes/hook-head.html` -- `_includes/hook-pre-closing-body.html` -- `_includes/hook-pre-closing-body-doc.html` -- `_includes/hook-post-content-doc.html` \ No newline at end of file diff --git a/_docs/docs.md b/_docs/docs.md deleted file mode 100644 index 39b82f0..0000000 --- a/_docs/docs.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Creating docs posts -subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. -tags: [setup] -author: evan ---- - -Create new doc post entries in `_docs` folder, similar to creating posts, but with following front matter settings: - -```yml ---- -title: Category hosting Setting up new domain and page -subtitle: This is optional doc subtitle -tags: [featured, development] -author: peter ---- -``` - -Sidebar navigation on docs post can edited in `_data/navigation_docs.yml`: - -```yml -- title: Getting Started # Section title - docs: - - home # Doc file name from _docs folder - - quickstart - - installation - - windows -``` diff --git a/_docs/faq.md b/_docs/faq.md deleted file mode 100644 index f9e388d..0000000 --- a/_docs/faq.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Frequently asked questions section -subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. -tags: [features, featured] -author: alex ---- - -Create FAQ post in `_faqs` folder (categories are optional): -```yml ---- -title: Do you provide customer support? -categories: [presale] ---- -``` - -To add the following to a page: -{% raw %} -```yaml -{% include faqs.html multiple="true" title="Frequently asked questions" category="presale" subtitle="Find quicke answers to frequent pre-sale questions asked by customers" %} -``` -{% endraw %} - -Specifying category is optional, if not defined all FAQ posts will be displayed. To display multiple FAQs at the same time without one collapsing when the other one is opened, add the `multiple="true"` attribute. \ No newline at end of file diff --git a/_docs/featured.md b/_docs/featured.md deleted file mode 100644 index 31c7e69..0000000 --- a/_docs/featured.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: Fearured docs section -subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. -tags: [features] -author: evan ---- - -Then add the following to a page to display featured docs: -{% raw %} -```yaml -{% include featured.html tag="featured" title="Popular Articles" subtitle="Selected featured articles to get you started fast in Jekyll" %} -``` -{% endraw %} - -All docs with a `featured` tag will be displayed: -```yml -tags: [featured] -``` \ No newline at end of file diff --git a/_docs/footer.md b/_docs/footer.md deleted file mode 100644 index a71ce99..0000000 --- a/_docs/footer.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: Footer options -subtitle: This document covers the setup and options of theme feature described in the doc title -author: john -tags: [setup] ---- - -Edit copyright notice in `_config.yml`: -```yaml -footer: - copyright: -``` - -Set in the navigation links in `_data/navigation_footer.yml`: -```yaml -- title: About - url: /about/ -``` diff --git a/_docs/hero.md b/_docs/hero.md deleted file mode 100644 index 55868f9..0000000 --- a/_docs/hero.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: Hero page header -subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. -tags: [features] -author: john ---- - -To add a hero header to a page add the following to a YAML Front Matter: - -```yaml ---- -layout: page -width: expand -hero: - title: How can we help you? - subtitle: Search or browse in depth articles and videos - image: knowledge.svg - search: true ---- -``` \ No newline at end of file diff --git a/_docs/import-wallet.md b/_docs/import-wallet.md index 822ecfe..14d8018 100644 --- a/_docs/import-wallet.md +++ b/_docs/import-wallet.md @@ -1,7 +1,6 @@ --- title: Import a wallet -tags: - - setup +tags: [usage, featured] --- Instead of creating a new wallet, you can chose to import a wallet from another source or a wallet that you've previously created on BlueWallet. diff --git a/_docs/installation.md b/_docs/installation.md deleted file mode 100644 index d469557..0000000 --- a/_docs/installation.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: Theme installation -subtitle: This document covers the setup and options of theme feature described in the doc title -author: sara -tags: [setup] ---- - -Install the dependencies with [Bundler](http://bundler.io/): - -```bash -bundle install -``` - -Run the following to generate your site: -```bash -bundle exec jekyll serve -``` - -You can find more on [Deployment Methods](https://jekyllrb.com/docs/deployment-methods/) page on Jekyll website. \ No newline at end of file diff --git a/_docs/intro.md b/_docs/intro.md index d4fad78..b4b7359 100644 --- a/_docs/intro.md +++ b/_docs/intro.md @@ -5,4 +5,4 @@ tags: [setup]

Contact support for any doubts bluewallet@bluewallet.io

-{% include faqs.html multiple="true" title="Frequently asked questions" category="problems" subtitle="Find quick answers to frequent questions asked by customers" %} +{% include faqs.html multiple="true" title="Frequently asked questions" category="problems" subtitle="Find quick answers to frequent questions asked by fellow bitcoiners" %} diff --git a/_docs/lndhub-macos.md b/_docs/lndhub-macos.md index e47ca78..25a9e6b 100644 --- a/_docs/lndhub-macos.md +++ b/_docs/lndhub-macos.md @@ -1,6 +1,5 @@ --- title: LNDHub on Mac OSX -subtitle: Coldcard with Bluewallet - Lightning SD card tags: - lndhub --- diff --git a/_docs/lndhub-raspibolt.md b/_docs/lndhub-raspibolt.md index 80ffc57..d5e3a14 100644 --- a/_docs/lndhub-raspibolt.md +++ b/_docs/lndhub-raspibolt.md @@ -1,6 +1,5 @@ --- title: LNDhub with raspibolt -subtitle: Coldcard with Bluewallet - Lightning SD card tags: - lndhub --- diff --git a/_docs/lndhub-ubuntu.md b/_docs/lndhub-ubuntu.md index c528963..45eab7c 100644 --- a/_docs/lndhub-ubuntu.md +++ b/_docs/lndhub-ubuntu.md @@ -1,6 +1,5 @@ --- title: LNDhub on VPS with Ubuntu -subtitle: Coldcard with Bluewallet - Lightning SD card tags: - lndhub --- diff --git a/_docs/media.md b/_docs/media.md deleted file mode 100644 index bc7bb1d..0000000 --- a/_docs/media.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -title: Adding media to post and doc content -subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. -tags: [features, featured] -author: alex ---- - -### Adding images -To add an image to a post or page use the following codes: -Local image from `/uploads/` directory: -{% raw %} -```yaml -{% include image.html img="girl.jpg" alt="Alt for image" caption="Girl on a rock" %} -``` -{% endraw %} - -External wide image with lightbox: -{% raw %} -```yaml -{% include image.html img="https://source.unsplash.com/TT-ROxWj9nA.jpg" lightbox="true" alt="Alt for image" caption="Image in lightbox" %} -``` -{% endraw %} - -Uploads folder location can be changed in `_config.yml`. - -### Slideshow - -{% raw %} -```yaml -{% include slideshow.html gallery="slideshow-1" %} -``` -{% endraw %} - -The `gallery` attribute refers to a folder inside your `uploads` folder, all images in `slideshow-1` folder will be displyed in slideshow. Uploads folder location can be changed in `_config.yml`. - -### Responsive Videos -Embed local videos: -```html - -``` -Embed YouTube videos: -```html - -``` diff --git a/_docs/navigation.md b/_docs/navigation.md deleted file mode 100644 index d5250fa..0000000 --- a/_docs/navigation.md +++ /dev/null @@ -1,63 +0,0 @@ ---- -title: Navigation bar -subtitle: This document covers the setup and options of theme feature described in the doc title -author: sara -tags: [setup] ---- - -Set in the main navigation links in `_data/navigation_header.yml`: - -```yaml - - title: About - url: /about/ -``` - -To add a button to navigation use: -```yaml - - title: Contact - url: /contact/ - button: success -``` - -All available buttons: -```yaml - - title: Changelog - url: /contact/ - button: default - - - title: Contact - url: /contact/ - button: primary - - - title: Changelog - url: /contact/ - button: secondary - - - title: Contact - url: /contact/ - button: danger - - - title: Changelog - url: /contact/ - button: success - - - title: Contact - url: /contact/ - button: warning - - - title: Changelog - url: /contact/ - button: primary-outline - - - title: Contact - url: /contact/ - button: danger-outline - - - title: Changelog - url: /contact/ - button: success-outline - - - title: Contact - url: /contact/ - button: warning-outline -``` diff --git a/_docs/pages.md b/_docs/pages.md deleted file mode 100644 index 79b5c87..0000000 --- a/_docs/pages.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -layout: doc -title: Updating your billing credit card -subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. -author: -tags: othertag ---- - -#### Sections in this article -{:.no_toc} -* TOC -{:toc} - -Musce libero nunc, dignissim quis turpis quis, semper vehicula dolor. Suspendisse tincidunt consequat quam, ac posuere leo dapibus id. Cras fringilla convallis elit, at eleifend mi interam. - -Nulla non sollicitudin. Morbi sit amet laoreet ipsum, vel pretium mi. Morbi varius, tellus in accumsan blandit, elit ligula eleifend velit, luctus mattis ante nulla condimentum nulla. Etiam vestibulum risus vel arcu elementum eleifend. Cras at dolor eget urna varius faucibus tempus in elit. - -## Image Lightbox Example -Nunc porta malesuada porta. Etiam tristique vestibulum dolor at ultricies. Proin hendrerit sapien sed erat fermentum, at commodo velit consectetur. - -{% include image.html img="image1.png" style="wide" lightbox="true" alt="Alt for image" caption="Image in lightbox" %} - -Etiam vestibulum risus vel arcu elementum eleifend. Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. Phasellus at massa sit amet ante semper fermentum sed eget lectus. Quisque id dictum magna, et dapibus turpis. - -## Example Of Code Block -In accumsan lacus ac neque maximus dictum. Phasellus eleifend leo id mattis bibendum. Curabitur et purus turpis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; - -```html - - - - - - - - -``` - -## Text and Quote -Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. Phasellus at massa sit amet ante semper fermentum sed eget lectus. Quisque id dictum magna turpis. - -> Etiam vestibulum risus vel arcu elementum eleifend. Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet - -In accumsan lacus ac neque maximus dictum. Phasellus eleifend leo id mattis bibendum. Curabitur et purus turpis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; - -Etiam in fermentum mi. Sed et tempor felis, eu aliquet nisi. Nam eget ullamcorper arcu. Nunc porttitor nisl a dolor blandit, eget consequat sem maximus. Phasellus lacinia quam porta orci malesuada, vel tincidunt. diff --git a/_docs/posts.md b/_docs/posts.md deleted file mode 100644 index 2739e07..0000000 --- a/_docs/posts.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Creating your first post in Jekyll -subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. -author: -tags: featured ---- - -To create a new post, you can create a new markdown file inside the `_posts` directory by following the recommended file naming format: -``` -YEAR-MONTH-DAY-title.MARKUP -``` -Where `YEAR` is a four-digit number, `MONTH` and `DAY` are both two-digit numbers, and `MARKUP` is the file extension representing the format used in the file. For example, the following are examples of valid post filenames: - -``` -2011-12-31-new-years-eve-is-awesome.md -2012-09-12-how-to-write-a-blog.md -``` - -Post requires front matter, everything in between the first and second --- are part of the YAML Front Matter, and everything after the second --- will be rendered with Markdown and show up as “Content”. -The following is a post file with different configurations you can add as example: - -```yaml ---- -layout: post -title: How To Travel On Low Budget ---- -``` - -You can rebuild the site in many different ways, but the most common way is to run `bundle exec jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated. - -To keep things more organized, add post images to `/assets/posts/` directory, and add theme images to `/assets/img/` directory. diff --git a/_docs/recover-wallet.md b/_docs/recover-wallet.md index 6b9e577..36e9ebb 100644 --- a/_docs/recover-wallet.md +++ b/_docs/recover-wallet.md @@ -1,8 +1,7 @@ --- title: Recover your wallet subtitle: Recover your wallet on external software -tags: - - usage +tags: [usage, featured] --- BlueWallet provides 12 or 24 word mnemonic seeds for onchain Segwit wallets. These are standard BIP44, BIP49 and BIP84 addresses with the following derivation paths: diff --git a/_docs/setup.md b/_docs/setup.md deleted file mode 100644 index ac02439..0000000 --- a/_docs/setup.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -title: Basic theme setup -subtitle: This document covers the setup and options of theme feature described in the doc title -author: sara -tags: [setup] ---- - -### Site and author details -Add your site and author details in `_config.yml`: - -```yaml -title: Docs -description: Documentation Jekyll theme. -lang: en - -# Site subpath, e.g. /blog -baseurl: "" - -# Permalink URLs structure, for permalink style options see: https://jekyllrb.com/docs/permalinks/ -permalink: /:title/ - -# Site base hostname & protocol, e.g. http://example.com -url: "https://docs.jekyll.plus" - -# Site logo # e.g. logo.png, upload logo image file to /uploads/ folder -logo: - -# Default author settings -author: - name: Pete Seth - title: Lead Developer - avatar: avatar-tom.png -``` - -### Update favicon - -You can find the current favicon (favicon.png) inside the theme `/uploads/` directory, just replace it with your new favicon. \ No newline at end of file diff --git a/_docs/sources.md b/_docs/sources.md deleted file mode 100644 index 9e2ae6a..0000000 --- a/_docs/sources.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Sources and credits -subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. -tags: [customize] -author: evan ---- - -- Google analytics [https://www.google.com/analytics/](https://www.google.com/analytics/) -- Google maps [https://www.google.com/maps](https://www.google.com/maps) -- UIkit front end framework [https://getuikit.com/](https://getuikit.com/) -- Jekyll CML [https://jekyllrb.com/](https://jekyllrb.com/) \ No newline at end of file diff --git a/_docs/support.md b/_docs/support.md deleted file mode 100644 index 63915a6..0000000 --- a/_docs/support.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Contacting support -subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. -tags: [help, customize] -author: evan - ---- - -Customer support is provided through our Envato item page [contact form](https://themeforest.net/item/docs-responsive-documentation-manual-jekyll-theme/21131076/support) for up to six months from the purchase date and is provided Monday to Friday during the business week. We aim to answer all support requests daily, most are handled within 24h. diff --git a/_docs/team.md b/_docs/team.md deleted file mode 100644 index 61e0ab5..0000000 --- a/_docs/team.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Team members section -subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. -tags: [features] -author: alex ---- - -To add the following to a page: -{% raw %} -```yaml -{% include team.html authors="evan, john, sara, alex, tom, daniel" title="We are here to help" subtitle="Our team is just an email away ready to answer your questions" %} -``` -{% endraw %} - -Specifying authors is optional, if not defined all authors will be displayed form `_config.yml` file. \ No newline at end of file diff --git a/_docs/toc.md b/_docs/toc.md deleted file mode 100644 index 94808a0..0000000 --- a/_docs/toc.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Adding table of contents to docs -subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. -tags: [features] -author: john ---- - -Add the following code at the top of the post: -``` -#### Sections in this article -{:.no_toc} -* TOC -{:toc} -``` -`{:.no_toc}` exludes `#### Sections in this article` title from indexing in table of contents \ No newline at end of file diff --git a/_docs/translation.md b/_docs/translation.md deleted file mode 100644 index 4344898..0000000 --- a/_docs/translation.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: Translation -subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. -tags: [customize] -author: evan ---- - -Set your language code in `_config.yml`: -```yml -lang: en -``` -Theme strings can be translated in `_data/translation.yml`, copy the current English translation and paste it bellow the Eglish translation, then replace `en` with you language code that you set in `_config.yml` and translate the strings. - -```yml -en: - previous: "Previous" - next: "Next" - related_docs: "Related Docs" - related_posts: "Related Posts" - read_more: "Read more" - written_by: "Written by" - share_twitter: "Share on Twitter" - share_facebook: "Share on Facebook" - search_placeholder: "Search for answers" - search_no_results: "No results found" - mobile_nav_docs: "Docs" - mobile_nav_site: "Menu" - contact_name: "Name" - contact_email: "Email" - contact_subject: "Subject" - contact_message: "Message" - contact_send: "Send" -``` \ No newline at end of file diff --git a/_docs/videos.md b/_docs/videos.md deleted file mode 100644 index 83e51a3..0000000 --- a/_docs/videos.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Video lightbox boxes section -subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. -tags: [features, featured] -author: evan ---- - -Add videos in `_data/videos.yml`: -```yml -- title: Jekyll Introduction - desc: Overview of the most popular static generator - url: https://youtu.be/T1itpPvFWHI - -- title: Creating a post - desc: Lean how to publish your first post in Jekyll - url: https://youtu.be/gsYqPL9EFwQ -``` -Video sources can be YouTube, Vimeo or local: -``` -video.mp4 -https://www.youtube.com/watch?v=YE7VzlLtp-4 -https://vimeo.com/1084537 -``` - -Then add the following to a page to display video lightbox boxes: -{% raw %} -```yaml -{% include videos.html columns="2" title="Video Tutorials" subtitle="Watch screencasts to get you started fast with Jekyll" %} -``` -{% endraw %} \ No newline at end of file diff --git a/_faqs/10-support.md b/_faqs/10-support.md index 9664028..72806ca 100644 --- a/_faqs/10-support.md +++ b/_faqs/10-support.md @@ -1,6 +1,11 @@ --- -title: Not enough balance +title: Recover a wallet categories: [problems] --- -When this error appears it means the app already nows upfront that you don't have enough balance, usually because of the fees the service will charge on your transaction. +To recover or import a wallet you go to the import feature under `add wallet` ➤ `import wallet`. Then you would need to write your seed words. Like a sentence, without numbers, in the order it was given and with a space in between each word. + +For instance: clock boat sunshine + +In case you have doubts on any word, [here's the list](https://github.com/bitcoin/bips/blob/master/bip-0039/english.txt) of words: + diff --git a/_faqs/20-updates.md b/_faqs/20-updates.md index 0737afc..165054e 100644 --- a/_faqs/20-updates.md +++ b/_faqs/20-updates.md @@ -1,6 +1,7 @@ --- -title: Not enough confirmed inputs +title: Transaction without confirmations categories: [problems] --- -When this error appears it means that you still have one onchain transaction ongoing. Duo to limitations bluewallet supports only one transaction in simultaneous. +Transactions confirmations depend on fee value. Bigger the fee, higher in the priority pool they will be. You can check [mempool.space](https://mempool.space) and search for your transaction there (with your transaction ID) and also see the state of the network and transactions mempool general state. + diff --git a/_faqs/50-customization.md b/_faqs/50-customization.md index a7cb6cc..ac84d43 100644 --- a/_faqs/50-customization.md +++ b/_faqs/50-customization.md @@ -1,5 +1,5 @@ --- -title: Payment in transit +title: Payment in transition categories: [problems] --- diff --git a/_includes/featured.html b/_includes/featured.html index 30347b9..c08c7ec 100644 --- a/_includes/featured.html +++ b/_includes/featured.html @@ -3,11 +3,11 @@
{% if include.title %} -

{{ include.title }}

+

{{ include.title }}

{% endif %} {% if include.subtitle %} -

{{ include.subtitle | escape }}

+

{{ include.subtitle | escape }}

{% endif %}
-
-
- -
-
+ diff --git a/_includes/search.html b/_includes/search.html new file mode 100644 index 0000000..7b283d5 --- /dev/null +++ b/_includes/search.html @@ -0,0 +1,31 @@ +
+
+

Can we help? 👇

+ +
+
\ No newline at end of file diff --git a/_layouts/doc-home.html b/_layouts/doc-home.html new file mode 100644 index 0000000..fe633a1 --- /dev/null +++ b/_layouts/doc-home.html @@ -0,0 +1,5 @@ +--- +layout: default +--- + + diff --git a/_layouts/doc.html b/_layouts/doc.html index 3e9fa6d..adf200e 100644 --- a/_layouts/doc.html +++ b/_layouts/doc.html @@ -36,7 +36,7 @@ layout: default

{{ page.title | escape }}

- {% if page.subtitle %}

{{ page.subtitle }}

{% endif %} + {% if page.subtitle %}

{{ page.subtitle }}

{% endif %} -Google Analytics | BlueWallet - Bitcoin Wallet for iOS and Android - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- -
-
-
- - - - -
- -
- - - -  Documentation - - - -

Google Analytics

- - - -
-

To enable Google Anaytics, add the following lines to your Jekyll site:

- -
  google_analytics: UA-NNNNNNNN-N
-
- -

Google Analytics will only appear in production, i.e., JEKYLL_ENV=production

- - -
- - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - -
- - - -
- -
-
- - -
-
- - - - -
Help section
- - -
Cold storage
- - -
Local Trader
- - -
LNDhub
- - - -
-
- - -
-
- - - - - - - - - -
-
- - - - - - - - - - - - - - - diff --git a/_site/docs/backup-wallet/index.html b/_site/docs/backup-wallet/index.html index a1df3ff..259afbf 100644 --- a/_site/docs/backup-wallet/index.html +++ b/_site/docs/backup-wallet/index.html @@ -17,9 +17,9 @@ - + +{"headline":"Backup/export a wallet","dateModified":"2021-04-01T18:17:18+02:00","url":"https://bluewallet.io/docs/backup-wallet/","datePublished":"2021-04-01T18:17:18+02:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/backup-wallet/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"To backup or export your wallet is pretty simple. This backup is the “key”, usually a mnemonic (set of 12 or 24 words) or just a “text” that will give you access to your wallet if you lose your device, uninstall the app, etc. In short, if something wrong happens and you want/need to get access to your wallet again.","@type":"BlogPosting","@context":"https://schema.org"} @@ -203,7 +203,7 @@ -
  • Support
  • +
  • Support
  • @@ -278,7 +278,7 @@ -
  • Coldcard
  • +
  • Coldcard with Bluewallet
  • @@ -335,7 +335,7 @@

    Backup/export a wallet

    -

    Access to private keys and recover of wallets

    +

    Access to private keys and recover of wallets

    @@ -203,7 +203,7 @@ -
  • Support
  • +
  • Support
  • @@ -278,7 +278,7 @@ -
  • Coldcard
  • +
  • Coldcard with Bluewallet
  • @@ -441,24 +441,6 @@ - - - - - - - - - - - - - - - - - - @@ -481,24 +463,6 @@ - - - - - - - - - - - - - - - - - - @@ -533,178 +497,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  • Use the Local Trader
  • +
  • Coldcard with Bluewallet
  • @@ -717,25 +510,7 @@ - - - - - - - - - - - - - - - - - - -
  • Vaults - spending
  • +
  • Create a Bitcoin wallet
  • @@ -816,7 +591,7 @@ -
  • Coldcard
  • +
  • Coldcard with Bluewallet
  • @@ -931,7 +706,7 @@ -
  • Support
  • +
  • Support
  • diff --git a/_site/docs/boxes/index.html b/_site/docs/boxes/index.html deleted file mode 100644 index 9bb3632..0000000 --- a/_site/docs/boxes/index.html +++ /dev/null @@ -1,861 +0,0 @@ - - - - - - - - -Category boxes section | BlueWallet - Bitcoin Wallet for iOS and Android - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - -
    -
    -
    - - - - -
    - -
    - - - -  Documentation - - - -

    Category boxes section

    - -

    Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.

    - -
    -

    Home page category boxes are added in _data/navigation_boxes.yml, e.g.:

    -
    - title: Getting Started
    -  desc: Get your account up and running in just few easy steps
    -  icon: settings
    -  doc: usage
    -
    -- title: Account and Billing
    -  desc: Managing your account, creating new users and exporting data
    -  icon: credit-card
    -  doc: drafts
    -
    - -

    All available icons can be found here.

    - -

    Add boxes section to a page using the following include:

    - -
    {% include boxes.html columns="3" title="Browse Topics" subtitle="Chose an option that you need help with or search above" %}
    -
    - - - -
    - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - -
    - - - -
    - -
    -
    - - -
    -
    - - - - -
    Help section
    - - -
    Cold storage
    - - -
    Local Trader
    - - -
    LNDhub
    - - - -
    -
    - - -
    -
    - - - - - - - - - -
    -
    - - - - - - - - - - - - - - - diff --git a/_site/docs/changelog/index.html b/_site/docs/changelog/index.html deleted file mode 100644 index cbf041a..0000000 --- a/_site/docs/changelog/index.html +++ /dev/null @@ -1,886 +0,0 @@ - - - - - - - - -Creating a changelog | BlueWallet - Bitcoin Wallet for iOS and Android - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - -
    -
    -
    - - - - -
    - -
    - - - -  Documentation - - - -

    Creating a changelog

    - -

    Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.

    - -
    -

    Theme comes with two different changelogs, timeline and post style.

    - -

    Timeline style changelog

    - -

    Timeline changelog can be added to a page using an include and its data is pulled from a _data/changelog.yml data file. This changelog is suitable for simple lists of changes.

    - -

    Add changelog to a page using the following include:

    - -
    {% include changelog.html %}
    -
    - -

    Changelog enties are added in _data/changelog.yml:

    - -
    - title: Version 0.6.0
    -  label:
    -  date: Aug 15, 2017
    -  list:
    -  - Added style support for radio and checkbox in Firefox
    -  - Removed class from Section component
    -
    - -

    Post style changelog

    - -

    This changelog is suitable for changelog entries with more content beyond simple lists adding text and media.

    - -

    Post styled changelog is displayed by setting layout: changelog in page YAML Front Matter:

    - -
    ---
    -layout: changelog
    -title: Changelog
    -permalink: /changelog/
    ----
    -
    - -

    Changelog enties are added by creating posts in _changelog:

    - -
    ---
    -title: January Updates
    -date: 2019-01-22
    ----
    -
    -{% include tag.html tag="added" %}
    -- Some scheduled changelogs, tweets, and slack messages queued up this weekend and were not published on time. We fixed the issue and all delayed publications should be out.
    -- We now prioritize keywords over title and body so customers can more effectively influence search results
    -latency)
    -- Search engine upgraded. Bringing with it enhancements and bug fixes.
    -- Replaced login / registration pre-app screens with a cleaner design
    -
    -{% include tag.html tag="fixed" %}
    -- Fixed an issue with the sync autolinker only interlinking selectively.
    -- Fixed up an issue with prematurely logging out users
    -
    - -

    Tags can be modified in _data/tags.yml:

    -
    added:
    -  text: Added
    -  color: "#3778ff"
    -
    -changed:
    -  text: Changed
    -  color: "#3aaa55"
    -
    - - -
    - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - -
    - - - -
    - -
    -
    - - -
    -
    - - - - -
    Help section
    - - -
    Cold storage
    - - -
    Local Trader
    - - -
    LNDhub
    - - - -
    -
    - - -
    -
    - - - - - - - - - -
    -
    - - - - - - - - - - - - - - - diff --git a/_site/docs/cobo-vault/index.html b/_site/docs/cobo-vault/index.html index a95df42..38e08c0 100644 --- a/_site/docs/cobo-vault/index.html +++ b/_site/docs/cobo-vault/index.html @@ -17,9 +17,9 @@ - + +{"headline":"Cobo Vault","dateModified":"2021-04-01T18:17:18+02:00","url":"https://bluewallet.io/docs/cobo-vault/","datePublished":"2021-04-01T18:17:18+02:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/cobo-vault/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"BlueWallet features Cobo Vault hardware wallet support.","@type":"BlogPosting","@context":"https://schema.org"} @@ -203,7 +203,7 @@ -
  • Support
  • +
  • Support
  • @@ -278,7 +278,7 @@ -
  • Coldcard
  • +
  • Coldcard with Bluewallet
  • @@ -335,7 +335,7 @@

    Cobo Vault

    -

    Air-gapped offline transaction with BlueWallet and Cobo Vault

    +

    Air-gapped offline transaction with BlueWallet and Cobo Vault

    @@ -203,7 +203,7 @@ -
  • Support
  • +
  • Support
  • @@ -278,7 +278,7 @@ -
  • Coldcard
  • +
  • Coldcard with Bluewallet
  • @@ -335,7 +335,7 @@

    Coldcard - Cloud

    -

    Coldcard with Bluewallet - Using Dropbox

    +

    Coldcard with Bluewallet - Using Dropbox

    @@ -203,7 +203,7 @@ -
  • Support
  • +
  • Support
  • @@ -278,7 +278,7 @@ -
  • Coldcard
  • +
  • Coldcard with Bluewallet
  • @@ -335,7 +335,7 @@

    Coldcard - Watch-only

    -

    See your real time Bitcoin balance stored on your ColdCard hardware wallet anytime from your BlueWallet app

    +

    See your real time Bitcoin balance stored on your ColdCard hardware wallet anytime from your BlueWallet app

    -Coldcard | BlueWallet - Bitcoin Wallet for iOS and Android +Coldcard with Bluewallet | BlueWallet - Bitcoin Wallet for iOS and Android - + @@ -17,9 +17,9 @@ - + +{"headline":"Coldcard with Bluewallet","dateModified":"2021-04-01T18:17:18+02:00","url":"https://bluewallet.io/docs/coldcard/","datePublished":"2021-04-01T18:17:18+02:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/coldcard/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"Bitcoin wallet and Lightning wallet for iOS and Android extremely simple and powerful. Open source, Segwit and HD wallets, lightning network, plausible deniability, replace by fee and full encryption","@type":"BlogPosting","@context":"https://schema.org"} @@ -28,15 +28,15 @@ - + - + - + @@ -203,7 +203,7 @@ -
  • Support
  • +
  • Support
  • @@ -278,7 +278,7 @@ -
  • Coldcard
  • +
  • Coldcard with Bluewallet
  • @@ -333,9 +333,9 @@ -

    Coldcard

    +

    Coldcard with Bluewallet

    -

    Coldcard with Bluewallet - Lightning SD card

    +

    Using a Lightning SD card

    -Enabling comments (via Disqus) | BlueWallet - Bitcoin Wallet for iOS and Android - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - -
    -
    -
    - - - - -
    - -
    - - - -  Documentation - - - -

    Enabling comments (via Disqus)

    - -

    Disqus is a third party service that can be used to comment on blog posts. This document covers adding Disqus to a Jekyll blog

    - -
    -

    Optionally, if you have a Disqus account, you can tell Jekyll to use it to show a comments section below each post. To enable it, add the following lines to your Jekyll site:

    - -
    disqus:
    -    shortname: my_disqus_shortname
    -
    - -

    You can find out more about Disqus’ shortnames here.

    - -

    Comments are enabled by default and will only appear in production, i.e., JEKYLL_ENV=production. If you don’t want to display comments for a particular post you can disable them by adding comments: false to that post’s YAML Front Matter.

    - - -
    - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - -
    - - - -
    - -
    -
    - - -
    -
    - - - - -
    Help section
    - - -
    Cold storage
    - - -
    Local Trader
    - - -
    LNDhub
    - - - -
    -
    - - -
    -
    - - - - - - - - - -
    -
    - - - - - - - - - - - - - - - diff --git a/_site/docs/contact/index.html b/_site/docs/contact/index.html deleted file mode 100644 index c900727..0000000 --- a/_site/docs/contact/index.html +++ /dev/null @@ -1,829 +0,0 @@ - - - - - - - - -Contact form (via FormSpree) | BlueWallet - Bitcoin Wallet for iOS and Android - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - -
    -
    -
    - - - - -
    - -
    - - - -  Documentation - - - -

    Contact form (via FormSpree)

    - -

    This document covers the setup and options of theme feature described in the doc title

    - -
    -

    Submit the form and confirm your email address at FormSpree. Then add the following include to a page, replacing the email address:

    - -
    {% include formspree.html email="my_name@gmail.com" redirect="/thanks/" name="true" subject="true" %}
    -
    - - - -
    - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - -
    - - - -
    - -
    -
    - - -
    -
    - - - - -
    Help section
    - - -
    Cold storage
    - - -
    Local Trader
    - - -
    LNDhub
    - - - -
    -
    - - -
    -
    - - - - - - - - - -
    -
    - - - - - - - - - - - - - - - diff --git a/_site/docs/create-bitcoin-wallet/index.html b/_site/docs/create-bitcoin-wallet/index.html index cb448dc..2bf834f 100644 --- a/_site/docs/create-bitcoin-wallet/index.html +++ b/_site/docs/create-bitcoin-wallet/index.html @@ -17,9 +17,9 @@ - + +{"headline":"Create a Bitcoin wallet","dateModified":"2021-04-01T18:17:18+02:00","url":"https://bluewallet.io/docs/create-bitcoin-wallet/","datePublished":"2021-04-01T18:17:18+02:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/create-bitcoin-wallet/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"Creating a Bitcoin wallet on BlueWallet is easy.","@type":"BlogPosting","@context":"https://schema.org"} @@ -203,7 +203,7 @@ -
  • Support
  • +
  • Support
  • @@ -278,7 +278,7 @@ -
  • Coldcard
  • +
  • Coldcard with Bluewallet
  • @@ -489,14 +489,9 @@ you’ll see more options for creating the wallet.

    - - - - - - - - +
  • Backup/export a wallet
  • + + @@ -507,14 +502,9 @@ you’ll see more options for creating the wallet.

    - - - - - - - - +
  • Send to many or Batching
  • + + @@ -525,16 +515,7 @@ you’ll see more options for creating the wallet.

    - - - - - - - - - -
  • Creating a changelog
  • +
  • Cobo Vault
  • @@ -565,96 +546,7 @@ you’ll see more options for creating the wallet.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  • Contact form (via FormSpree)
  • - - - - - - - - - - - - - - - - - - - - - -
  • Create a Lightning wallet
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  • Creating docs posts
  • +
  • Coldcard with Bluewallet
  • @@ -735,7 +627,7 @@ you’ll see more options for creating the wallet.

    -
  • Coldcard
  • +
  • Coldcard with Bluewallet
  • @@ -850,7 +742,7 @@ you’ll see more options for creating the wallet.

    -
  • Support
  • +
  • Support
  • diff --git a/_site/docs/create-lightning-wallet/index.html b/_site/docs/create-lightning-wallet/index.html index 6e850e3..ceba3ac 100644 --- a/_site/docs/create-lightning-wallet/index.html +++ b/_site/docs/create-lightning-wallet/index.html @@ -17,9 +17,9 @@ - + +{"headline":"Create a Lightning wallet","dateModified":"2021-04-01T18:17:18+02:00","url":"https://bluewallet.io/docs/create-lightning-wallet/","datePublished":"2021-04-01T18:17:18+02:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/create-lightning-wallet/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"Creating a Lightning wallet on BlueWallet is easy.","@type":"BlogPosting","@context":"https://schema.org"} @@ -203,7 +203,7 @@ -
  • Support
  • +
  • Support
  • @@ -278,7 +278,7 @@ -
  • Coldcard
  • +
  • Coldcard with Bluewallet
  • @@ -527,7 +527,43 @@ you’ll see one more option for creating the wallet.

    -
  • Creating a changelog
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
  • Help and documentation
  • @@ -576,29 +612,7 @@ you’ll see one more option for creating the wallet.

    - - - - - - - - - -
  • Contact form (via FormSpree)
  • - - - - - - - - - - - - -
  • Create a Bitcoin wallet
  • +
  • Adding manual entropy
  • @@ -631,26 +645,6 @@ you’ll see one more option for creating the wallet.

    - - - - - - - - - - - - - - - - -
  • Creating docs posts
  • - - -
    @@ -728,7 +722,7 @@ you’ll see one more option for creating the wallet.

    -
  • Coldcard
  • +
  • Coldcard with Bluewallet
  • @@ -843,7 +837,7 @@ you’ll see one more option for creating the wallet.

    -
  • Support
  • +
  • Support
  • diff --git a/_site/docs/cta/index.html b/_site/docs/cta/index.html deleted file mode 100644 index e7a2d95..0000000 --- a/_site/docs/cta/index.html +++ /dev/null @@ -1,846 +0,0 @@ - - - - - - - - -Call to action section | BlueWallet - Bitcoin Wallet for iOS and Android - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - -
    -
    -
    - - - - -
    - -
    - - - -  Documentation - - - -

    Call to action section

    - -

    Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.

    - -
    -

    To add the following to a page:

    - -
    {% include cta.html title="Didn't find an answer?" button_text="Contact Us" button_url="/contact/" subtitle="Get in touch with us for details on setup and additional custom services pricing" %}
    -
    - - -
    - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - -
    - - - -
    - -
    -
    - - -
    -
    - - - - -
    Help section
    - - -
    Cold storage
    - - -
    Local Trader
    - - -
    LNDhub
    - - - -
    -
    - - -
    -
    - - - - - - - - - -
    -
    - - - - - - - - - - - - - - - diff --git a/_site/docs/customize/index.html b/_site/docs/customize/index.html deleted file mode 100644 index f05503e..0000000 --- a/_site/docs/customize/index.html +++ /dev/null @@ -1,1059 +0,0 @@ - - - - - - - - -Customization | BlueWallet - Bitcoin Wallet for iOS and Android - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - -
    -
    -
    - - - - -
    - -
    - - - -  Documentation - - - -

    Customization

    - -

    Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.

    - -
    -

    To modify the primary color, open /_sass/theme/variables.scss and replace the color values e.g.:

    - -
    $global-primary-background:                   #05c896;
    -
    - -

    Further style customisation can be done in the following files:

    -
    /_sass/theme/mixins.scss
    -/_sass/theme/variables.scss
    -/assets/css/main.scss
    -
    - - -
    - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - -
    - - - -
    - -
    -
    - - -
    -
    - - - - -
    Help section
    - - -
    Cold storage
    - - -
    Local Trader
    - - -
    LNDhub
    - - - -
    -
    - - -
    -
    - - - - - - - - - -
    -
    - - - - - - - - - - - - - - - diff --git a/_site/docs/development/index.html b/_site/docs/development/index.html deleted file mode 100644 index 7846f2a..0000000 --- a/_site/docs/development/index.html +++ /dev/null @@ -1,1072 +0,0 @@ - - - - - - - - -Development | BlueWallet - Bitcoin Wallet for iOS and Android - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - -
    -
    -
    - - - - -
    - -
    - - - -  Documentation - - - -

    Development

    - -

    Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.

    - -
    -

    Build process

    -

    Install UIkit font end framework dependency via Npm:

    -
    npm install
    -
    -

    Enable live browser reload with the following:

    -
    bundle exec jekyll s --livereload
    -
    - -

    Use the following commands to compile js scripts:

    -
    npm run dev
    -
    -

    Compile and minify:

    -
    npm run build
    -
    - -

    Hooks

    -

    There are four hook inlude files that simplify adding content or scripts in the theme locations:

    -
      -
    • _includes/hook-head.html
    • -
    • _includes/hook-pre-closing-body.html
    • -
    • _includes/hook-pre-closing-body-doc.html
    • -
    • _includes/hook-post-content-doc.html
    • -
    - - -
    - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - -
    - - - -
    - -
    -
    - - -
    -
    - - - - -
    Help section
    - - -
    Cold storage
    - - -
    Local Trader
    - - -
    LNDhub
    - - - -
    -
    - - -
    -
    - - - - - - - - - -
    -
    - - - - - - - - - - - - - - - diff --git a/_site/docs/docs/index.html b/_site/docs/docs/index.html deleted file mode 100644 index ac1c24f..0000000 --- a/_site/docs/docs/index.html +++ /dev/null @@ -1,807 +0,0 @@ - - - - - - - - -Creating docs posts | BlueWallet - Bitcoin Wallet for iOS and Android - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - -
    -
    -
    - - - - -
    - -
    - - - -  Documentation - - - -

    Creating docs posts

    - -

    Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.

    - -
    -

    Create new doc post entries in _docs folder, similar to creating posts, but with following front matter settings:

    - -
    ---
    -title: Category hosting Setting up new domain and page
    -subtitle: This is optional doc subtitle
    -tags: [featured, development]
    -author: peter
    ----
    -
    - -

    Sidebar navigation on docs post can edited in _data/navigation_docs.yml:

    - -
    - title: Getting Started    # Section title
    -  docs:
    -  - home                    # Doc file name from _docs folder
    -  - quickstart
    -  - installation
    -  - windows
    -
    - - -
    - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - -
    - - - -
    - -
    -
    - - -
    -
    - - - - -
    Help section
    - - -
    Cold storage
    - - -
    Local Trader
    - - -
    LNDhub
    - - - -
    -
    - - -
    -
    - - - - - - - - - -
    -
    - - - - - - - - - - - - - - - diff --git a/_site/docs/faq/index.html b/_site/docs/faq/index.html deleted file mode 100644 index 32f6933..0000000 --- a/_site/docs/faq/index.html +++ /dev/null @@ -1,855 +0,0 @@ - - - - - - - - -Frequently asked questions section | BlueWallet - Bitcoin Wallet for iOS and Android - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - -
    -
    -
    - - - - -
    - -
    - - - -  Documentation - - - -

    Frequently asked questions section

    - -

    Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.

    - -
    -

    Create FAQ post in _faqs folder (categories are optional):

    -
    ---
    -title: Do you provide customer support?
    -categories: [presale]
    ----
    -
    - -

    To add the following to a page:

    - -
    {% include faqs.html multiple="true" title="Frequently asked questions" category="presale" subtitle="Find quicke answers to frequent pre-sale questions asked by customers" %}
    -
    - -

    Specifying category is optional, if not defined all FAQ posts will be displayed. To display multiple FAQs at the same time without one collapsing when the other one is opened, add the multiple="true" attribute.

    - - -
    - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - -
    - - - -
    - -
    -
    - - -
    -
    - - - - -
    Help section
    - - -
    Cold storage
    - - -
    Local Trader
    - - -
    LNDhub
    - - - -
    -
    - - -
    -
    - - - - - - - - - -
    -
    - - - - - - - - - - - - - - - diff --git a/_site/docs/featured/index.html b/_site/docs/featured/index.html deleted file mode 100644 index e2886e1..0000000 --- a/_site/docs/featured/index.html +++ /dev/null @@ -1,841 +0,0 @@ - - - - - - - - -Fearured docs section | BlueWallet - Bitcoin Wallet for iOS and Android - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - -
    -
    -
    - - - - -
    - -
    - - - -  Documentation - - - -

    Fearured docs section

    - -

    Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.

    - -
    -

    Then add the following to a page to display featured docs:

    - -
    {% include featured.html tag="featured" title="Popular Articles" subtitle="Selected featured articles to get you started fast in Jekyll" %}
    -
    - -

    All docs with a featured tag will be displayed:

    -
    tags: [featured]
    -
    - - -
    - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - -
    - - - -
    - -
    -
    - - -
    -
    - - - - -
    Help section
    - - -
    Cold storage
    - - -
    Local Trader
    - - -
    LNDhub
    - - - -
    -
    - - -
    -
    - - - - - - - - - -
    -
    - - - - - - - - - - - - - - - diff --git a/_site/docs/footer/index.html b/_site/docs/footer/index.html deleted file mode 100644 index c6c43c7..0000000 --- a/_site/docs/footer/index.html +++ /dev/null @@ -1,797 +0,0 @@ - - - - - - - - -Footer options | BlueWallet - Bitcoin Wallet for iOS and Android - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - -
    -
    -
    - - - - -
    - -
    - - - -  Documentation - - - -

    Footer options

    - -

    This document covers the setup and options of theme feature described in the doc title

    - -
    -

    Edit copyright notice in _config.yml:

    -
    footer:
    -    copyright:
    -
    - -

    Set in the navigation links in _data/navigation_footer.yml:

    -
    - title: About
    -  url: /about/
    -
    - - -
    - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - -
    - - - -
    - -
    -
    - - -
    -
    - - - - -
    Help section
    - - -
    Cold storage
    - - -
    Local Trader
    - - -
    LNDhub
    - - - -
    -
    - - -
    -
    - - - - - - - - - -
    -
    - - - - - - - - - - - - - - - diff --git a/_site/docs/hero/index.html b/_site/docs/hero/index.html deleted file mode 100644 index 7e49b39..0000000 --- a/_site/docs/hero/index.html +++ /dev/null @@ -1,845 +0,0 @@ - - - - - - - - -Hero page header | BlueWallet - Bitcoin Wallet for iOS and Android - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    - -
    -
    -
    - - - - -
    - -
    - - - -  Documentation - - - -

    Hero page header

    - -

    Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.

    - -
    -

    To add a hero header to a page add the following to a YAML Front Matter:

    - -
    ---
    -layout: page
    -width: expand
    -hero:
    -    title: How can we help you?
    -    subtitle: Search or browse in depth articles and videos
    -    image: knowledge.svg
    -    search: true
    ----
    -
    - - -
    - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - -
    - - - -
    - -
    -
    - - -
    -
    - - - - -
    Help section
    - - -
    Cold storage
    - - -
    Local Trader
    - - -
    LNDhub
    - - - -
    -
    - - -
    -
    - - - - - - - - - -
    -
    - - - - - - - - - - - - - - - diff --git a/_site/docs/import-wallet/index.html b/_site/docs/import-wallet/index.html index 9d60e28..b1dad2b 100644 --- a/_site/docs/import-wallet/index.html +++ b/_site/docs/import-wallet/index.html @@ -17,9 +17,9 @@ - + +{"headline":"Import a wallet","dateModified":"2021-04-01T18:17:18+02:00","url":"https://bluewallet.io/docs/import-wallet/","datePublished":"2021-04-01T18:17:18+02:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/import-wallet/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"Instead of creating a new wallet, you can chose to import a wallet from another source or a wallet that you’ve previously created on BlueWallet.","@type":"BlogPosting","@context":"https://schema.org"} @@ -203,7 +203,7 @@ -
  • Support
  • +
  • Support
  • @@ -278,7 +278,7 @@ -
  • Coldcard
  • +
  • Coldcard with Bluewallet
  • @@ -448,14 +448,9 @@ - - - - - - - - +
  • Backup/export a wallet
  • + + @@ -466,14 +461,9 @@ - - - - - - - - +
  • Send to many or Batching
  • + + @@ -484,16 +474,7 @@ - - - - - - - - - -
  • Creating a changelog
  • +
  • Cobo Vault
  • @@ -524,60 +505,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  • Contact form (via FormSpree)
  • - - - - - - - - - - - - -
  • Create a Bitcoin wallet
  • - - - - - - - - - - - - -
  • Create a Lightning wallet
  • +
  • Coldcard with Bluewallet
  • @@ -658,7 +586,7 @@ -
  • Coldcard
  • +
  • Coldcard with Bluewallet
  • @@ -773,7 +701,7 @@ -
  • Support
  • +
  • Support
  • diff --git a/_site/docs/alerts/index.html b/_site/docs/index.html similarity index 73% rename from _site/docs/alerts/index.html rename to _site/docs/index.html index cdbaaf7..e193608 100644 --- a/_site/docs/alerts/index.html +++ b/_site/docs/index.html @@ -6,20 +6,18 @@ -Adding alerts to content | BlueWallet - Bitcoin Wallet for iOS and Android +Docs & Support - Bitcoin wallet and Lightning wallet for iOS and Android | BlueWallet - Bitcoin Wallet for iOS and Android - - + + - - - - + + + + - - +{"headline":"Docs & Support - Bitcoin wallet and Lightning wallet for iOS and Android","url":"https://bluewallet.io/docs/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"Bitcoin wallet and Lightning wallet for iOS and Android focus on security and UX. Open source, Segwit and HD wallets, lightning network, plausible deniability, replace by fee and full encryption","@type":"WebPage","@context":"https://schema.org"} @@ -28,17 +26,17 @@ - + - - - + + + - - - + + + @@ -203,7 +201,7 @@ -
  • Support
  • +
  • Support
  • @@ -220,458 +218,185 @@
    -
    -
    -
    - - - - -
    - -
    - - - -  Documentation - - - -

    Adding alerts to content

    - -

    Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.

    - +
    + +
      - --> -
      -

      There are four alert styles:

      - -
      -

      Cras at dolor eget urna varius faucibus tempus in elit.

      -
      - -
      -

      Cras at dolor eget urna varius faucibus tempus in elit.

      -
      - -
      -

      Cras at dolor eget urna varius faucibus tempus in elit.

      -
      - -
      -

      Cras at dolor eget urna varius faucibus tempus in elit.

      -
      - -

      Add alerts to a post using the following includes:

      - -
      {% include alert.html style="primary" text="Cras at dolor eget urna varius faucibus tempus in elit." %}
      -
      -{% include alert.html style="success" text="Cras at dolor eget urna varius faucibus tempus in elit." %}
      -
      -{% include alert.html style="warning" text="Cras at dolor eget urna varius faucibus tempus in elit." %}
      -
      -{% include alert.html style="danger" text="Cras at dolor eget urna varius faucibus tempus in elit." %}
      -
      - - - -
      - - - -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      - - -
      - - + searchResults("search-hero"); + +
      +
      +
      + +
      +
      + + +

      Frequently asked questions

      + + + +

      Find quick answers to frequent questions asked by fellow bitcoiners

      + + + + +
        + +
      • + Recover a wallet +

        To recover or import a wallet you go to the import feature under add walletimport wallet. Then you would need to write your seed words. Like a sentence, without numbers, in the order it was given and with a space in between each word.

        + +

        For instance: clock boat sunshine

        + +

        In case you have doubts on any word, here’s the list of words:

        + +
        +
      • + +
      • + Transaction without confirmations +

        Transactions confirmations depend on fee value. Bigger the fee, higher in the priority pool they will be. You can check mempool.space and search for your transaction there (with your transaction ID) and also see the state of the network and transactions mempool general state. +

        +
        +
      • + +
      • + Balance is not updating +

        When this happens is usually because the wallet is not updating automatically for some reason.

        + +

        The wallet provides a way to manually refresh. Go inside the wallet you want to update and do a “pull-to-refresh”, drag the view down to activate the refresh mechanism.

        + +


        +
        + +
        +
        +
      • + +
      • + Refill is taking too much time +

        When this happens is usually because the Lightning wallet is not updating automatically for some reason.

        + +

        The wallet provides a way to manually refresh. Go inside the wallet you want to update and do a “pull-to-refresh”, drag the view down to activate the refresh mechanism.

        + +


        +
        + +
        +
        +
      • + +
      • + Payment in transition +

        This state happens when your payment was sent to the network, but it didn’t get a response back. So bluewallet doesn’t know what happen, if it failed, if it succeed, etc.

        + +

        This payment usually enters in a “limbo” state that can go from 24h up to some days.

        + +

        Bluewallet will try every day to see if it can get a status of the payment.

        + +

        The payment gets unlock and available on your wallet again, when the timeout from the channels on each node it passed finished.

        + +

        Usually the timeout on each node is 24h, so imagine your payment had 3 hops and passed through 3 nodes, You will need to wait 62h to recover your funds.

        + +

        This is the worst known case at the moment on the network.

        +
        +
      • + +
      + + + +
      @@ -729,7 +454,7 @@ -
    • Coldcard
    • +
    • Coldcard with Bluewallet
    • @@ -844,7 +569,7 @@ -
    • Support
    • +
    • Support
    • @@ -857,9 +582,176 @@ +
      +
      + +

      Get the updates directly on your email

      + +
      +
      + +
      +
      + +
      +
      +
      +
      + +
      +
      + +
      +
      + +

      BlueWallet was forged in the ashes of the 2017 fork wars, in order to bring
 a powerful and Bitcoin only wallet for the community.

      + +
      +
      +
      +
      + + download bitcoin wallet for ios + +
      +
      + + download bitcoin wallet for android + +
      +
      +
      +
      +
      +
      + + - + diff --git a/_site/docs/installation/index.html b/_site/docs/installation/index.html deleted file mode 100644 index 96eaf92..0000000 --- a/_site/docs/installation/index.html +++ /dev/null @@ -1,798 +0,0 @@ - - - - - - - - -Theme installation | BlueWallet - Bitcoin Wallet for iOS and Android - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      - -
      - -
      -
      -
      - - - - -
      - -
      - - - -  Documentation - - - -

      Theme installation

      - -

      This document covers the setup and options of theme feature described in the doc title

      - -
      -

      Install the dependencies with Bundler:

      - -
      bundle install
      -
      - -

      Run the following to generate your site:

      -
      bundle exec jekyll serve
      -
      - -

      You can find more on Deployment Methods page on Jekyll website.

      - - -
      - - - -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      - - -
      - - - -
      - -
      -
      - - -
      -
      - - - - -
      Help section
      - - -
      Cold storage
      - - -
      Local Trader
      - - -
      LNDhub
      - - - -
      -
      - - -
      -
      - - - - - - - - - -
      -
      - - - - - - - - - - - - - - - diff --git a/_site/docs/intro/index.html b/_site/docs/intro/index.html index 19eeca5..e2fca52 100644 --- a/_site/docs/intro/index.html +++ b/_site/docs/intro/index.html @@ -17,9 +17,9 @@ - + +{"headline":"Help and documentation","dateModified":"2021-04-01T18:17:18+02:00","url":"https://bluewallet.io/docs/intro/","datePublished":"2021-04-01T18:17:18+02:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/intro/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"Contact support for any doubts bluewallet@bluewallet.io","@type":"BlogPosting","@context":"https://schema.org"} @@ -203,7 +203,7 @@ -
    • Support
    • +
    • Support
    • @@ -278,7 +278,7 @@ -
    • Coldcard
    • +
    • Coldcard with Bluewallet
    • @@ -367,7 +367,7 @@ -

      Find quick answers to frequent questions asked by customers

      +

      Find quick answers to frequent questions asked by fellow bitcoiners

      @@ -375,14 +375,20 @@
      • - Not enough balance -
        When this error appears it means the app already nows upfront that you don't have enough balance, usually because of the fees the service will charge on your transaction. + Recover a wallet +
        To recover or import a wallet you go to the import feature under `add wallet` ➤ `import wallet`. Then you would need to write your seed words. Like a sentence, without numbers, in the order it was given and with a space in between each word. + +For instance: clock boat sunshine + +In case you have doubts on any word, [here's the list](https://github.com/bitcoin/bips/blob/master/bip-0039/english.txt) of words: +
      • - Not enough confirmed inputs -
        When this error appears it means that you still have one onchain transaction ongoing. Duo to limitations bluewallet supports only one transaction in simultaneous. + Transaction without confirmations +
        Transactions confirmations depend on fee value. Bigger the fee, higher in the priority pool they will be. You can check [mempool.space](https://mempool.space) and search for your transaction there (with your transaction ID) and also see the state of the network and transactions mempool general state. +
      • @@ -412,7 +418,7 @@ The wallet provides a way to manually refresh. Go inside the wallet you want to
      • - Payment in transit + Payment in transition
        This state happens when your payment was sent to the network, but it didn't get a response back. So bluewallet doesn't know what happen, if it failed, if it succeed, etc. This payment usually enters in a "limbo" state that can go from 24h up to some days. @@ -525,10 +531,6 @@ This is the worst known case at the moment on the network.
        -
      • Creating a changelog
      • - - - @@ -547,72 +549,106 @@ This is the worst known case at the moment on the network.
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    • Contact form (via FormSpree)
    • - - - - - - - - - - - - -
    • Create a Bitcoin wallet
    • - - - - - - - - - - - -
    • Create a Lightning wallet
    • - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    • Adding manual entropy
    • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      @@ -690,7 +726,7 @@ This is the worst known case at the moment on the network.
      -
    • Coldcard
    • +
    • Coldcard with Bluewallet
    • @@ -805,7 +841,7 @@ This is the worst known case at the moment on the network.
      -
    • Support
    • +
    • Support
    • diff --git a/_site/docs/lndhub-macos/index.html b/_site/docs/lndhub-macos/index.html index b59ceb5..eb81170 100644 --- a/_site/docs/lndhub-macos/index.html +++ b/_site/docs/lndhub-macos/index.html @@ -17,9 +17,9 @@ - + +{"headline":"LNDHub on Mac OSX","dateModified":"2021-04-01T18:17:18+02:00","url":"https://bluewallet.io/docs/lndhub-macos/","datePublished":"2021-04-01T18:17:18+02:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/lndhub-macos/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"Requirements:","@type":"BlogPosting","@context":"https://schema.org"} @@ -203,7 +203,7 @@ -
    • Support
    • +
    • Support
    • @@ -278,7 +278,7 @@ -
    • Coldcard
    • +
    • Coldcard with Bluewallet
    • @@ -335,7 +335,7 @@

      LNDHub on Mac OSX

      -

      Coldcard with Bluewallet - Lightning SD card

      + @@ -203,7 +203,7 @@ -
    • Support
    • +
    • Support
    • @@ -278,7 +278,7 @@ -
    • Coldcard
    • +
    • Coldcard with Bluewallet
    • @@ -335,7 +335,7 @@

      LNDhub with raspibolt

      -

      Coldcard with Bluewallet - Lightning SD card

      + @@ -203,7 +203,7 @@ -
    • Support
    • +
    • Support
    • @@ -278,7 +278,7 @@ -
    • Coldcard
    • +
    • Coldcard with Bluewallet
    • @@ -335,7 +335,7 @@

      LNDhub on VPS with Ubuntu

      -

      Coldcard with Bluewallet - Lightning SD card

      + @@ -203,7 +203,7 @@ -
    • Support
    • +
    • Support
    • @@ -278,7 +278,7 @@ -
    • Coldcard
    • +
    • Coldcard with Bluewallet
    • @@ -458,24 +458,6 @@ - - - - - - - - - - - - - - - - - - @@ -502,24 +484,6 @@ - - - - - - - - - - - - - - - - - - @@ -554,205 +518,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    • Vaults - spending
    • +
    • Coldcard with Bluewallet
    • @@ -833,7 +599,7 @@ -
    • Coldcard
    • +
    • Coldcard with Bluewallet
    • @@ -948,7 +714,7 @@ -
    • Support
    • +
    • Support
    • diff --git a/_site/docs/manual-entropy/index.html b/_site/docs/manual-entropy/index.html index 078a94e..e4f9264 100644 --- a/_site/docs/manual-entropy/index.html +++ b/_site/docs/manual-entropy/index.html @@ -17,9 +17,9 @@ - + +{"headline":"Adding manual entropy","dateModified":"2021-04-01T18:17:18+02:00","url":"https://bluewallet.io/docs/manual-entropy/","datePublished":"2021-04-01T18:17:18+02:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/manual-entropy/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"BlueWallet supports manual entropy.","@type":"BlogPosting","@context":"https://schema.org"} @@ -203,7 +203,7 @@ -
    • Support
    • +
    • Support
    • @@ -278,7 +278,7 @@ -
    • Coldcard
    • +
    • Coldcard with Bluewallet
    • @@ -561,10 +561,6 @@ -
    • Creating a changelog
    • - - - @@ -583,72 +579,106 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    • Contact form (via FormSpree)
    • - - - - - - - - - - - - -
    • Create a Bitcoin wallet
    • - - - - - - - - - - - -
    • Create a Lightning wallet
    • - + + + + + + + + + + + + + + + + + + + +
    • Help and documentation
    • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      @@ -726,7 +756,7 @@ -
    • Coldcard
    • +
    • Coldcard with Bluewallet
    • @@ -841,7 +871,7 @@ -
    • Support
    • +
    • Support
    • diff --git a/_site/docs/media/index.html b/_site/docs/media/index.html deleted file mode 100644 index 6eb2dad..0000000 --- a/_site/docs/media/index.html +++ /dev/null @@ -1,864 +0,0 @@ - - - - - - - - -Adding media to post and doc content | BlueWallet - Bitcoin Wallet for iOS and Android - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      - -
      - -
      -
      -
      - - - - -
      - -
      - - - -  Documentation - - - -

      Adding media to post and doc content

      - -

      Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.

      - -
      -

      Adding images

      -

      To add an image to a post or page use the following codes: -Local image from /uploads/ directory:

      - -
      {% include image.html img="girl.jpg" alt="Alt for image" caption="Girl on a rock" %}
      -
      - -

      External wide image with lightbox:

      - -
      {% include image.html img="https://source.unsplash.com/TT-ROxWj9nA.jpg" lightbox="true" alt="Alt for image" caption="Image in lightbox" %}
      -
      - -

      Uploads folder location can be changed in _config.yml.

      - -

      Slideshow

      - -
      {% include slideshow.html gallery="slideshow-1" %}
      -
      - -

      The gallery attribute refers to a folder inside your uploads folder, all images in slideshow-1 folder will be displyed in slideshow. Uploads folder location can be changed in _config.yml.

      - -

      Responsive Videos

      -

      Embed local videos:

      -
      <video controls playsinline uk-video="automute: true">
      -    <source src="http://www.quirksmode.org/html5/videos/big_buck_bunny.mp4" type="video/mp4">
      -    <source src="http://www.quirksmode.org/html5/videos/big_buck_bunny.ogv" type="video/ogg">
      -</video>
      -
      -

      Embed YouTube videos:

      -
      <iframe src="http://www.youtube.com/embed/YE7VzlLtp-4?autoplay=0&amp;showinfo=0&amp;rel=0&amp;modestbranding=1&amp;playsinline=1" width="600" height="340" frameborder="0" allowfullscreen uk-responsive uk-video="automute: true"></iframe>
      -
      - - -
      - - - -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      - - -
      - - - -
      - -
      -
      - - -
      -
      - - - - -
      Help section
      - - -
      Cold storage
      - - -
      Local Trader
      - - -
      LNDhub
      - - - -
      -
      - - -
      -
      - - - - - - - - - -
      -
      - - - - - - - - - - - - - - - diff --git a/_site/docs/multisig-spend/index.html b/_site/docs/multisig-spend/index.html index 5cb256a..1fd8711 100644 --- a/_site/docs/multisig-spend/index.html +++ b/_site/docs/multisig-spend/index.html @@ -17,9 +17,9 @@ - + +{"headline":"Vaults - spending","dateModified":"2021-04-01T18:17:18+02:00","url":"https://bluewallet.io/docs/multisig-spend/","datePublished":"2021-04-01T18:17:18+02:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/multisig-spend/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"BlueWallet’s Bitcoin Multisig wallet Vaults feature. Where 2 BlueWallet apps are signing transactions offline and airgapped.","@type":"BlogPosting","@context":"https://schema.org"} @@ -203,7 +203,7 @@ -
    • Support
    • +
    • Support
    • @@ -278,7 +278,7 @@ -
    • Coldcard
    • +
    • Coldcard with Bluewallet
    • @@ -335,7 +335,7 @@

      Vaults - spending

      -

      Air gapped offline transactions from a Multisig Vault

      +

      Air gapped offline transactions from a Multisig Vault

      -Navigation bar | BlueWallet - Bitcoin Wallet for iOS and Android - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      - -
      - -
      -
      -
      - - - - -
      - -
      - - - -  Documentation - - - -

      Navigation bar

      - -

      This document covers the setup and options of theme feature described in the doc title

      - -
      -

      Set in the main navigation links in _data/navigation_header.yml:

      - -
        - title: About
      -    url: /about/
      -
      - -

      To add a button to navigation use:

      -
        - title: Contact
      -    url: /contact/
      -    button: success
      -
      - -

      All available buttons:

      -
        - title: Changelog
      -    url: /contact/
      -    button: default
      -
      -  - title: Contact
      -    url: /contact/
      -    button: primary
      -
      -  - title: Changelog
      -    url: /contact/
      -    button: secondary
      -
      -  - title: Contact
      -    url: /contact/
      -    button: danger
      -
      -  - title: Changelog
      -    url: /contact/
      -    button: success
      -
      -  - title: Contact
      -    url: /contact/
      -    button: warning
      -
      -  - title: Changelog
      -    url: /contact/
      -    button: primary-outline
      -
      -  - title: Contact
      -    url: /contact/
      -    button: danger-outline
      -
      -  - title: Changelog
      -    url: /contact/
      -    button: success-outline
      -
      -  - title: Contact
      -    url: /contact/
      -    button: warning-outline
      -
      - - -
      - - - -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      - - -
      - - - -
      - -
      -
      - - -
      -
      - - - - -
      Help section
      - - -
      Cold storage
      - - -
      Local Trader
      - - -
      LNDhub
      - - - -
      -
      - - -
      -
      - - - - - - - - - -
      -
      - - - - - - - - - - - - - - - diff --git a/_site/docs/pages/index.html b/_site/docs/pages/index.html deleted file mode 100644 index 14ef1dc..0000000 --- a/_site/docs/pages/index.html +++ /dev/null @@ -1,1093 +0,0 @@ - - - - - - - - -Updating your billing credit card | BlueWallet - Bitcoin Wallet for iOS and Android - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      - -
      - -
      -
      -
      - - - - -
      - -
      - - - -  Documentation - - - -

      Updating your billing credit card

      - -

      Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.

      - -
      -

      Sections in this article

      - -

      Musce libero nunc, dignissim quis turpis quis, semper vehicula dolor. Suspendisse tincidunt consequat quam, ac posuere leo dapibus id. Cras fringilla convallis elit, at eleifend mi interam.

      - -

      Nulla non sollicitudin. Morbi sit amet laoreet ipsum, vel pretium mi. Morbi varius, tellus in accumsan blandit, elit ligula eleifend velit, luctus mattis ante nulla condimentum nulla. Etiam vestibulum risus vel arcu elementum eleifend. Cras at dolor eget urna varius faucibus tempus in elit.

      - -

      Image Lightbox Example

      -

      Nunc porta malesuada porta. Etiam tristique vestibulum dolor at ultricies. Proin hendrerit sapien sed erat fermentum, at commodo velit consectetur.

      - -
      - - Alt for image -
      - -
      -
      -
      Image in lightbox
      -
      - -

      Etiam vestibulum risus vel arcu elementum eleifend. Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. Phasellus at massa sit amet ante semper fermentum sed eget lectus. Quisque id dictum magna, et dapibus turpis.

      - -

      Example Of Code Block

      -

      In accumsan lacus ac neque maximus dictum. Phasellus eleifend leo id mattis bibendum. Curabitur et purus turpis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae;

      - -
      <head>
      -  <meta charset="utf-8">
      -  <meta http-equiv="X-UA-Compatible" content="IE=edge">
      -  <meta name="viewport" content="width=device-width, initial-scale=1">
      -  <link rel="stylesheet" href="/assets/css/main.css">
      -  <link rel="shortcut icon" type="image/png" href="/assets/img/favicon.png" >
      -  <script src="/assets/js/main.js"></script>
      -</head>
      -
      - -

      Text and Quote

      -

      Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. Phasellus at massa sit amet ante semper fermentum sed eget lectus. Quisque id dictum magna turpis.

      - -
      -

      Etiam vestibulum risus vel arcu elementum eleifend. Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet

      -
      - -

      In accumsan lacus ac neque maximus dictum. Phasellus eleifend leo id mattis bibendum. Curabitur et purus turpis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae;

      - -

      Etiam in fermentum mi. Sed et tempor felis, eu aliquet nisi. Nam eget ullamcorper arcu. Nunc porttitor nisl a dolor blandit, eget consequat sem maximus. Phasellus lacinia quam porta orci malesuada, vel tincidunt.

      - - -
      - - - -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      - - -
      - - - -
      - -
      -
      - - -
      -
      - - - - -
      Help section
      - - -
      Cold storage
      - - -
      Local Trader
      - - -
      LNDhub
      - - - -
      -
      - - -
      -
      - - - - - - - - - -
      -
      - - - - - - - - - - - - - - - diff --git a/_site/docs/posts/index.html b/_site/docs/posts/index.html deleted file mode 100644 index fc98294..0000000 --- a/_site/docs/posts/index.html +++ /dev/null @@ -1,1082 +0,0 @@ - - - - - - - - -Creating your first post in Jekyll | BlueWallet - Bitcoin Wallet for iOS and Android - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      - -
      - -
      -
      -
      - - - - -
      - -
      - - - -  Documentation - - - -

      Creating your first post in Jekyll

      - -

      Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.

      - -
      -

      To create a new post, you can create a new markdown file inside the _posts directory by following the recommended file naming format:

      -
      YEAR-MONTH-DAY-title.MARKUP
      -
      -

      Where YEAR is a four-digit number, MONTH and DAY are both two-digit numbers, and MARKUP is the file extension representing the format used in the file. For example, the following are examples of valid post filenames:

      - -
      2011-12-31-new-years-eve-is-awesome.md
      -2012-09-12-how-to-write-a-blog.md
      -
      - -

      Post requires front matter, everything in between the first and second — are part of the YAML Front Matter, and everything after the second — will be rendered with Markdown and show up as “Content”. -The following is a post file with different configurations you can add as example:

      - -
      ---
      -layout: post
      -title: How To Travel On Low Budget
      ----
      -
      - -

      You can rebuild the site in many different ways, but the most common way is to run bundle exec jekyll serve, which launches a web server and auto-regenerates your site when a file is updated.

      - -

      To keep things more organized, add post images to /assets/posts/ directory, and add theme images to /assets/img/ directory.

      - - -
      - - - -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      - - -
      - - - -
      - -
      -
      - - -
      -
      - - - - -
      Help section
      - - -
      Cold storage
      - - -
      Local Trader
      - - -
      LNDhub
      - - - -
      -
      - - -
      -
      - - - - - - - - - -
      -
      - - - - - - - - - - - - - - - diff --git a/_site/docs/recover-wallet/index.html b/_site/docs/recover-wallet/index.html index 760d471..218a311 100644 --- a/_site/docs/recover-wallet/index.html +++ b/_site/docs/recover-wallet/index.html @@ -17,9 +17,9 @@ - + +{"headline":"Recover your wallet","dateModified":"2021-04-01T18:17:18+02:00","url":"https://bluewallet.io/docs/recover-wallet/","datePublished":"2021-04-01T18:17:18+02:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/recover-wallet/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"BlueWallet provides 12 or 24 word mnemonic seeds for onchain Segwit wallets. These are standard BIP44, BIP49 and BIP84 addresses with the following derivation paths:","@type":"BlogPosting","@context":"https://schema.org"} @@ -203,7 +203,7 @@ -
    • Support
    • +
    • Support
    • @@ -278,7 +278,7 @@ -
    • Coldcard
    • +
    • Coldcard with Bluewallet
    • @@ -335,7 +335,7 @@

      Recover your wallet

      -

      Recover your wallet on external software

      +

      Recover your wallet on external software

      -Basic theme setup | BlueWallet - Bitcoin Wallet for iOS and Android - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      - -
      - -
      -
      -
      - - - - -
      - -
      - - - -  Documentation - - - -

      Basic theme setup

      - -

      This document covers the setup and options of theme feature described in the doc title

      - -
      -

      Site and author details

      -

      Add your site and author details in _config.yml:

      - -
      title:              Docs
      -description:        Documentation Jekyll theme.
      -lang:               en
      -
      -# Site subpath, e.g. /blog
      -baseurl:            ""
      -
      -# Permalink URLs structure, for permalink style options see: https://jekyllrb.com/docs/permalinks/
      -permalink:          /:title/
      -
      -# Site base hostname & protocol, e.g. http://example.com
      -url:                "https://docs.jekyll.plus"
      -
      -# Site logo # e.g. logo.png, upload logo image file to /uploads/ folder
      -logo:      
      -
      -# Default author settings
      -author:
      -    name:           Pete Seth
      -    title:          Lead Developer  
      -    avatar:         avatar-tom.png
      -
      - -

      Update favicon

      - -

      You can find the current favicon (favicon.png) inside the theme /uploads/ directory, just replace it with your new favicon.

      - - -
      - - - -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      - - -
      - - - -
      - -
      -
      - - -
      -
      - - - - -
      Help section
      - - -
      Cold storage
      - - -
      Local Trader
      - - -
      LNDhub
      - - - -
      -
      - - -
      -
      - - - - - - - - - -
      -
      - - - - - - - - - - - - - - - diff --git a/_site/docs/sign-offline/index.html b/_site/docs/sign-offline/index.html index 44c259f..3b3fdd4 100644 --- a/_site/docs/sign-offline/index.html +++ b/_site/docs/sign-offline/index.html @@ -17,9 +17,9 @@ - + +{"headline":"Sign a transaction offline","dateModified":"2021-04-01T18:17:18+02:00","url":"https://bluewallet.io/docs/sign-offline/","datePublished":"2021-04-01T18:17:18+02:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/sign-offline/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"To sign an offline transaction you will need a watch-only (zpub) wallet on a device and a wallet with the seed on the other to sign it.","@type":"BlogPosting","@context":"https://schema.org"} @@ -203,7 +203,7 @@ -
    • Support
    • +
    • Support
    • @@ -278,7 +278,7 @@ -
    • Coldcard
    • +
    • Coldcard with Bluewallet
    • @@ -449,24 +449,6 @@ Then scan the QR code or import the file. That’s it the transaction is not sig - - - - - - - - - - - - - - - - - - @@ -493,24 +475,6 @@ Then scan the QR code or import the file. That’s it the transaction is not sig - - - - - - - - - - - - - - - - - - @@ -545,178 +509,7 @@ Then scan the QR code or import the file. That’s it the transaction is not sig - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    • Use the Local Trader
    • +
    • Coldcard with Bluewallet
    • @@ -797,7 +590,7 @@ Then scan the QR code or import the file. That’s it the transaction is not sig -
    • Coldcard
    • +
    • Coldcard with Bluewallet
    • @@ -912,7 +705,7 @@ Then scan the QR code or import the file. That’s it the transaction is not sig -
    • Support
    • +
    • Support
    • diff --git a/_site/docs/sources/index.html b/_site/docs/sources/index.html deleted file mode 100644 index 5739666..0000000 --- a/_site/docs/sources/index.html +++ /dev/null @@ -1,1055 +0,0 @@ - - - - - - - - -Sources and credits | BlueWallet - Bitcoin Wallet for iOS and Android - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      - -
      - -
      -
      -
      - - - - -
      - - - - - -
      - -
      -
      - - -
      -
      - - - - -
      Help section
      - - -
      Cold storage
      - - -
      Local Trader
      - - -
      LNDhub
      - - - -
      -
      - - -
      -
      - - - - - - - - - -
      -
      - - - - - - - - - - - - - - - diff --git a/_site/docs/support/index.html b/_site/docs/support/index.html deleted file mode 100644 index d7ef9fc..0000000 --- a/_site/docs/support/index.html +++ /dev/null @@ -1,1050 +0,0 @@ - - - - - - - - -Contacting support | BlueWallet - Bitcoin Wallet for iOS and Android - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      - -
      - -
      -
      -
      - - - - -
      - -
      - - - -  Documentation - - - -

      Contacting support

      - -

      Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.

      - -
      -

      Customer support is provided through our Envato item page contact form for up to six months from the purchase date and is provided Monday to Friday during the business week. We aim to answer all support requests daily, most are handled within 24h.

      - - -
      - - - -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      - - -
      - - - -
      - -
      -
      - - -
      -
      - - - - -
      Help section
      - - -
      Cold storage
      - - -
      Local Trader
      - - -
      LNDhub
      - - - -
      -
      - - -
      -
      - - - - - - - - - -
      -
      - - - - - - - - - - - - - - - diff --git a/_site/docs/team/index.html b/_site/docs/team/index.html deleted file mode 100644 index 49feec9..0000000 --- a/_site/docs/team/index.html +++ /dev/null @@ -1,839 +0,0 @@ - - - - - - - - -Team members section | BlueWallet - Bitcoin Wallet for iOS and Android - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      - -
      - -
      -
      -
      - - - - -
      - -
      - - - -  Documentation - - - -

      Team members section

      - -

      Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.

      - -
      -

      To add the following to a page:

      - -
      {% include team.html authors="evan, john, sara, alex, tom, daniel" title="We are here to help" subtitle="Our team is just an email away ready to answer your questions" %}
      -
      - -

      Specifying authors is optional, if not defined all authors will be displayed form _config.yml file.

      - - -
      - - - -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      - - -
      - - - -
      - -
      -
      - - -
      -
      - - - - -
      Help section
      - - -
      Cold storage
      - - -
      Local Trader
      - - -
      LNDhub
      - - - -
      -
      - - -
      -
      - - - - - - - - - -
      -
      - - - - - - - - - - - - - - - diff --git a/_site/docs/toc/index.html b/_site/docs/toc/index.html deleted file mode 100644 index 769a4c4..0000000 --- a/_site/docs/toc/index.html +++ /dev/null @@ -1,840 +0,0 @@ - - - - - - - - -Adding table of contents to docs | BlueWallet - Bitcoin Wallet for iOS and Android - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      - -
      - -
      -
      -
      - - - - -
      - -
      - - - -  Documentation - - - -

      Adding table of contents to docs

      - -

      Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.

      - -
      -

      Add the following code at the top of the post:

      -
      #### Sections in this article
      -{:.no_toc}
      -* TOC
      -{:toc}
      -
      -

      {:.no_toc} exludes #### Sections in this article title from indexing in table of contents

      - - -
      - - - -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      - - -
      - - - -
      - -
      -
      - - -
      -
      - - - - -
      Help section
      - - -
      Cold storage
      - - -
      Local Trader
      - - -
      LNDhub
      - - - -
      -
      - - -
      -
      - - - - - - - - - -
      -
      - - - - - - - - - - - - - - - diff --git a/_site/docs/translation/index.html b/_site/docs/translation/index.html deleted file mode 100644 index 37be06c..0000000 --- a/_site/docs/translation/index.html +++ /dev/null @@ -1,1046 +0,0 @@ - - - - - - - - -Translation | BlueWallet - Bitcoin Wallet for iOS and Android - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      - -
      - -
      -
      -
      - - - - -
      - -
      - - - -  Documentation - - - -

      Translation

      - -

      Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.

      - -
      -

      Set your language code in _config.yml:

      -
      lang: en
      -
      -

      Theme strings can be translated in _data/translation.yml, copy the current English translation and paste it bellow the Eglish translation, then replace en with you language code that you set in _config.yml and translate the strings.

      - -
      en:
      -  previous:                   "Previous"
      -  next:                       "Next"
      -  related_docs:               "Related Docs"
      -  related_posts:              "Related Posts"
      -  read_more:                  "Read more"
      -  written_by:                 "Written by"
      -  share_twitter:              "Share on Twitter"
      -  share_facebook:             "Share on Facebook"
      -  search_placeholder:         "Search for answers"
      -  search_no_results:          "No results found"
      -  mobile_nav_docs:            "Docs"
      -  mobile_nav_site:            "Menu"
      -  contact_name:               "Name"
      -  contact_email:              "Email"
      -  contact_subject:            "Subject"
      -  contact_message:            "Message"
      -  contact_send:               "Send"
      -
      - - -
      - - - -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      - - -
      - - - -
      - -
      -
      - - -
      -
      - - - - -
      Help section
      - - -
      Cold storage
      - - -
      Local Trader
      - - -
      LNDhub
      - - - -
      -
      - - -
      -
      - - - - - - - - - -
      -
      - - - - - - - - - - - - - - - diff --git a/_site/docs/videos/index.html b/_site/docs/videos/index.html deleted file mode 100644 index 52ace4a..0000000 --- a/_site/docs/videos/index.html +++ /dev/null @@ -1,852 +0,0 @@ - - - - - - - - -Video lightbox boxes section | BlueWallet - Bitcoin Wallet for iOS and Android - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      - -
      - -
      -
      -
      - - - - -
      - -
      - - - -  Documentation - - - -

      Video lightbox boxes section

      - -

      Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.

      - -
      -

      Add videos in _data/videos.yml:

      -
      - title: Jekyll Introduction
      -  desc: Overview of the most popular static generator
      -  url: https://youtu.be/T1itpPvFWHI
      -
      -- title: Creating a post
      -  desc: Lean how to publish your first post in Jekyll
      -  url: https://youtu.be/gsYqPL9EFwQ
      -
      -

      Video sources can be YouTube, Vimeo or local:

      -
      video.mp4
      -https://www.youtube.com/watch?v=YE7VzlLtp-4
      -https://vimeo.com/1084537
      -
      - -

      Then add the following to a page to display video lightbox boxes:

      - -
      {% include videos.html columns="2" title="Video Tutorials" subtitle="Watch screencasts to get you started fast with Jekyll" %}
      -
      - - -
      - - - -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      - - -
      - - - -
      - -
      -
      - - -
      -
      - - - - -
      Help section
      - - -
      Cold storage
      - - -
      Local Trader
      - - -
      LNDhub
      - - - -
      -
      - - -
      -
      - - - - - - - - - -
      -
      - - - - - - - - - - - - - - - diff --git a/_site/features/index.html b/_site/features/index.html index b94bea8..9e709f3 100644 --- a/_site/features/index.html +++ b/_site/features/index.html @@ -201,7 +201,7 @@ -
    • Support
    • +
    • Support
    • @@ -731,7 +731,7 @@ Recommended for cold storage and large amounts.

      -
    • Coldcard
    • +
    • Coldcard with Bluewallet
    • @@ -846,7 +846,7 @@ Recommended for cold storage and large amounts.

      -
    • Support
    • +
    • Support
    • @@ -1022,15 +1022,7 @@ Recommended for cold storage and large amounts.

      - +
      diff --git a/_site/index.html b/_site/index.html index 029502a..62c5113 100644 --- a/_site/index.html +++ b/_site/index.html @@ -201,7 +201,7 @@ -
    • Support
    • +
    • Support
    • @@ -429,17 +429,17 @@
      -

      Popular Articles

      +

      Popular Articles

      -

      Selected featured articles to get you started fast in Jekyll

      +

      Selected featured articles to get you started fast in Jekyll

      @@ -774,7 +724,7 @@ -
    • Coldcard
    • +
    • Coldcard with Bluewallet
    • @@ -889,7 +839,7 @@ -
    • Support
    • +
    • Support
    • @@ -1065,15 +1015,7 @@
      - +
      diff --git a/_site/introducing-local-trader-v5-2-0/index.html b/_site/introducing-local-trader-v5-2-0/index.html index 62ea063..1838ab2 100644 --- a/_site/introducing-local-trader-v5-2-0/index.html +++ b/_site/introducing-local-trader-v5-2-0/index.html @@ -203,7 +203,7 @@ -
    • Support
    • +
    • Support
    • @@ -484,7 +484,7 @@ -
    • Coldcard
    • +
    • Coldcard with Bluewallet
    • @@ -599,7 +599,7 @@ -
    • Support
    • +
    • Support
    • @@ -775,15 +775,7 @@
      - +
      diff --git a/_site/lightning/index.html b/_site/lightning/index.html index 1af6973..398e442 100644 --- a/_site/lightning/index.html +++ b/_site/lightning/index.html @@ -201,7 +201,7 @@ -
    • Support
    • +
    • Support
    • @@ -362,7 +362,7 @@ -
    • Coldcard
    • +
    • Coldcard with Bluewallet
    • @@ -477,7 +477,7 @@ -
    • Support
    • +
    • Support
    • @@ -653,15 +653,7 @@
      - +
      diff --git a/_site/lndhub/index.html b/_site/lndhub/index.html index 3dc12ce..8247338 100644 --- a/_site/lndhub/index.html +++ b/_site/lndhub/index.html @@ -201,7 +201,7 @@ -
    • Support
    • +
    • Support
    • @@ -311,7 +311,7 @@ -
    • Coldcard
    • +
    • Coldcard with Bluewallet
    • @@ -426,7 +426,7 @@ -
    • Support
    • +
    • Support
    • @@ -602,15 +602,7 @@
      -
      - -
      +
      diff --git a/_site/local-trader/index.html b/_site/local-trader/index.html index 5fba485..8ddf176 100644 --- a/_site/local-trader/index.html +++ b/_site/local-trader/index.html @@ -201,7 +201,7 @@ -
    • Support
    • +
    • Support
    • @@ -356,7 +356,7 @@ -
    • Coldcard
    • +
    • Coldcard with Bluewallet
    • @@ -471,7 +471,7 @@ -
    • Support
    • +
    • Support
    • @@ -647,15 +647,7 @@
      -
      -
      - -
      -
      + diff --git a/_site/multisig-wallet/index.html b/_site/multisig-wallet/index.html index 0c7f295..fd7a5de 100644 --- a/_site/multisig-wallet/index.html +++ b/_site/multisig-wallet/index.html @@ -201,7 +201,7 @@ -
    • Support
    • +
    • Support
    • @@ -398,7 +398,7 @@ -
    • Coldcard
    • +
    • Coldcard with Bluewallet
    • @@ -513,7 +513,7 @@ -
    • Support
    • +
    • Support
    • @@ -689,15 +689,7 @@ -
      -
      - -
      -
      + diff --git a/_site/privacy/index.html b/_site/privacy/index.html index fe58562..4c5a877 100644 --- a/_site/privacy/index.html +++ b/_site/privacy/index.html @@ -201,7 +201,7 @@ -
    • Support
    • +
    • Support
    • @@ -335,7 +335,7 @@ Send you the updates you subscribe for.

      -
    • Coldcard
    • +
    • Coldcard with Bluewallet
    • @@ -450,7 +450,7 @@ Send you the updates you subscribe for.

      -
    • Support
    • +
    • Support
    • @@ -626,15 +626,7 @@ Send you the updates you subscribe for.

      -
      -
      - -
      -
      + diff --git a/_site/search.json b/_site/search.json index 274dca8..910621f 100644 --- a/_site/search.json +++ b/_site/search.json @@ -1,27 +1,11 @@ [ - { - "title" : "Adding alerts to content", - "category" : "", - "tags" : "features", - "url" : "/docs/alerts/", - "date" : "2021-03-05 11:21:36 +0100" - } , - - { - "title" : "Google Analytics", - "category" : "", - "tags" : "", - "url" : "/docs/analytics/", - "date" : "2021-03-05 11:21:36 +0100" - } , - { "title" : "Backup/export a wallet", "category" : "", - "tags" : "usage", + "tags" : "usage, featured", "url" : "/docs/backup-wallet/", - "date" : "2021-03-05 11:21:36 +0100" + "date" : "2021-04-01 18:17:18 +0200" } , { @@ -29,23 +13,7 @@ "category" : "", "tags" : "usage", "url" : "/docs/batching/", - "date" : "2021-03-05 11:21:36 +0100" - } , - - { - "title" : "Category boxes section", - "category" : "", - "tags" : "features", - "url" : "/docs/boxes/", - "date" : "2021-03-05 11:21:36 +0100" - } , - - { - "title" : "Creating a changelog", - "category" : "", - "tags" : "setup", - "url" : "/docs/changelog/", - "date" : "2021-03-05 11:21:36 +0100" + "date" : "2021-04-01 18:17:18 +0200" } , { @@ -53,7 +21,7 @@ "category" : "", "tags" : "usage", "url" : "/docs/cobo-vault/", - "date" : "2021-03-05 11:21:36 +0100" + "date" : "2021-04-01 18:17:18 +0200" } , { @@ -61,7 +29,7 @@ "category" : "", "tags" : "hww", "url" : "/docs/coldcard-dropbox/", - "date" : "2021-03-05 11:21:36 +0100" + "date" : "2021-04-01 18:17:18 +0200" } , { @@ -69,39 +37,23 @@ "category" : "", "tags" : "hww", "url" : "/docs/coldcard-watch/", - "date" : "2021-03-05 11:21:36 +0100" + "date" : "2021-04-01 18:17:18 +0200" } , { - "title" : "Coldcard", + "title" : "Coldcard with Bluewallet", "category" : "", - "tags" : "hww", + "tags" : "hww, usage, featured", "url" : "/docs/coldcard/", - "date" : "2021-03-05 11:21:36 +0100" - } , - - { - "title" : "Enabling comments (via Disqus)", - "category" : "", - "tags" : "", - "url" : "/docs/comments/", - "date" : "2021-03-05 11:21:36 +0100" - } , - - { - "title" : "Contact form (via FormSpree)", - "category" : "", - "tags" : "setup", - "url" : "/docs/contact/", - "date" : "2021-03-05 11:21:36 +0100" + "date" : "2021-04-01 18:17:18 +0200" } , { "title" : "Create a Bitcoin wallet", "category" : "", - "tags" : "setup", + "tags" : "usage, featured", "url" : "/docs/create-bitcoin-wallet/", - "date" : "2021-03-05 11:21:36 +0100" + "date" : "2021-04-01 18:17:18 +0200" } , { @@ -109,87 +61,15 @@ "category" : "", "tags" : "setup", "url" : "/docs/create-lightning-wallet/", - "date" : "2021-03-05 11:21:36 +0100" - } , - - { - "title" : "Call to action section", - "category" : "", - "tags" : "features", - "url" : "/docs/cta/", - "date" : "2021-03-05 11:21:36 +0100" - } , - - { - "title" : "Customization", - "category" : "", - "tags" : "customize", - "url" : "/docs/customize/", - "date" : "2021-03-05 11:21:36 +0100" - } , - - { - "title" : "Development", - "category" : "", - "tags" : "customize", - "url" : "/docs/development/", - "date" : "2021-03-05 11:21:36 +0100" - } , - - { - "title" : "Creating docs posts", - "category" : "", - "tags" : "setup", - "url" : "/docs/docs/", - "date" : "2021-03-05 11:21:36 +0100" - } , - - { - "title" : "Frequently asked questions section", - "category" : "", - "tags" : "features, featured", - "url" : "/docs/faq/", - "date" : "2021-03-05 11:21:36 +0100" - } , - - { - "title" : "Fearured docs section", - "category" : "", - "tags" : "features", - "url" : "/docs/featured/", - "date" : "2021-03-05 11:21:36 +0100" - } , - - { - "title" : "Footer options", - "category" : "", - "tags" : "setup", - "url" : "/docs/footer/", - "date" : "2021-03-05 11:21:36 +0100" - } , - - { - "title" : "Hero page header", - "category" : "", - "tags" : "features", - "url" : "/docs/hero/", - "date" : "2021-03-05 11:21:36 +0100" + "date" : "2021-04-01 18:17:18 +0200" } , { "title" : "Import a wallet", "category" : "", - "tags" : "setup", + "tags" : "usage, featured", "url" : "/docs/import-wallet/", - "date" : "2021-03-05 11:21:36 +0100" - } , - - { - "title" : "Theme installation", - "category" : "", - "tags" : "setup", - "url" : "/docs/installation/", - "date" : "2021-03-05 11:21:36 +0100" + "date" : "2021-04-01 18:17:18 +0200" } , { @@ -197,7 +77,7 @@ "category" : "", "tags" : "setup", "url" : "/docs/intro/", - "date" : "2021-03-05 11:21:36 +0100" + "date" : "2021-04-01 18:17:18 +0200" } , { @@ -205,7 +85,7 @@ "category" : "", "tags" : "lndhub", "url" : "/docs/lndhub-macos/", - "date" : "2021-03-05 11:21:36 +0100" + "date" : "2021-04-01 18:17:18 +0200" } , { @@ -213,7 +93,7 @@ "category" : "", "tags" : "lndhub", "url" : "/docs/lndhub-raspibolt/", - "date" : "2021-03-05 11:21:36 +0100" + "date" : "2021-04-01 18:17:18 +0200" } , { @@ -221,7 +101,7 @@ "category" : "", "tags" : "lndhub", "url" : "/docs/lndhub-ubuntu/", - "date" : "2021-03-05 11:21:36 +0100" + "date" : "2021-04-01 18:17:18 +0200" } , { @@ -229,7 +109,7 @@ "category" : "", "tags" : "usage", "url" : "/docs/local-trader/", - "date" : "2021-03-05 11:21:36 +0100" + "date" : "2021-04-01 18:17:18 +0200" } , { @@ -237,15 +117,7 @@ "category" : "", "tags" : "setup", "url" : "/docs/manual-entropy/", - "date" : "2021-03-05 11:21:36 +0100" - } , - - { - "title" : "Adding media to post and doc content", - "category" : "", - "tags" : "features, featured", - "url" : "/docs/media/", - "date" : "2021-03-05 11:21:36 +0100" + "date" : "2021-04-01 18:17:18 +0200" } , { @@ -253,47 +125,15 @@ "category" : "", "tags" : "usage", "url" : "/docs/multisig-spend/", - "date" : "2021-03-05 11:21:36 +0100" - } , - - { - "title" : "Navigation bar", - "category" : "", - "tags" : "setup", - "url" : "/docs/navigation/", - "date" : "2021-03-05 11:21:36 +0100" - } , - - { - "title" : "Updating your billing credit card", - "category" : "", - "tags" : "othertag", - "url" : "/docs/pages/", - "date" : "2021-03-05 11:21:36 +0100" - } , - - { - "title" : "Creating your first post in Jekyll", - "category" : "", - "tags" : "featured", - "url" : "/docs/posts/", - "date" : "2021-03-05 11:21:36 +0100" + "date" : "2021-04-01 18:17:18 +0200" } , { "title" : "Recover your wallet", "category" : "", - "tags" : "usage", + "tags" : "usage, featured", "url" : "/docs/recover-wallet/", - "date" : "2021-03-05 11:21:36 +0100" - } , - - { - "title" : "Basic theme setup", - "category" : "", - "tags" : "setup", - "url" : "/docs/setup/", - "date" : "2021-03-05 11:21:36 +0100" + "date" : "2021-04-01 18:17:18 +0200" } , { @@ -301,55 +141,7 @@ "category" : "", "tags" : "usage", "url" : "/docs/sign-offline/", - "date" : "2021-03-05 11:21:36 +0100" - } , - - { - "title" : "Sources and credits", - "category" : "", - "tags" : "customize", - "url" : "/docs/sources/", - "date" : "2021-03-05 11:21:36 +0100" - } , - - { - "title" : "Contacting support", - "category" : "", - "tags" : "help, customize", - "url" : "/docs/support/", - "date" : "2021-03-05 11:21:36 +0100" - } , - - { - "title" : "Team members section", - "category" : "", - "tags" : "features", - "url" : "/docs/team/", - "date" : "2021-03-05 11:21:36 +0100" - } , - - { - "title" : "Adding table of contents to docs", - "category" : "", - "tags" : "features", - "url" : "/docs/toc/", - "date" : "2021-03-05 11:21:36 +0100" - } , - - { - "title" : "Translation", - "category" : "", - "tags" : "customize", - "url" : "/docs/translation/", - "date" : "2021-03-05 11:21:36 +0100" - } , - - { - "title" : "Video lightbox boxes section", - "category" : "", - "tags" : "features, featured", - "url" : "/docs/videos/", - "date" : "2021-03-05 11:21:36 +0100" + "date" : "2021-04-01 18:17:18 +0200" } ] diff --git a/_site/thanks/index.html b/_site/thanks/index.html index 21e7177..07349aa 100644 --- a/_site/thanks/index.html +++ b/_site/thanks/index.html @@ -201,7 +201,7 @@ -
    • Support
    • +
    • Support
    • @@ -299,7 +299,7 @@ -
    • Coldcard
    • +
    • Coldcard with Bluewallet
    • @@ -414,7 +414,7 @@ -
    • Support
    • +
    • Support
    • @@ -590,15 +590,7 @@ -
      -
      - -
      -
      + diff --git a/_site/tos/index.html b/_site/tos/index.html index eb50595..7f706ca 100644 --- a/_site/tos/index.html +++ b/_site/tos/index.html @@ -201,7 +201,7 @@ -
    • Support
    • +
    • Support
    • @@ -311,7 +311,7 @@ The hosted Lightnig Network wallets should be used as an experimental feature, f -
    • Coldcard
    • +
    • Coldcard with Bluewallet
    • @@ -426,7 +426,7 @@ The hosted Lightnig Network wallets should be used as an experimental feature, f -
    • Support
    • +
    • Support
    • @@ -602,15 +602,7 @@ The hosted Lightnig Network wallets should be used as an experimental feature, f -
      -
      - -
      -
      + diff --git a/_site/v4-0-2-is-out-on-android-and-iOS-73b0133f8916/index.html b/_site/v4-0-2-is-out-on-android-and-iOS-73b0133f8916/index.html index cd64f1d..f25689e 100644 --- a/_site/v4-0-2-is-out-on-android-and-iOS-73b0133f8916/index.html +++ b/_site/v4-0-2-is-out-on-android-and-iOS-73b0133f8916/index.html @@ -203,7 +203,7 @@ -
    • Support
    • +
    • Support
    • @@ -431,7 +431,7 @@ -
    • Coldcard
    • +
    • Coldcard with Bluewallet
    • @@ -546,7 +546,7 @@ -
    • Support
    • +
    • Support
    • @@ -722,15 +722,7 @@ -
      -
      - -
      -
      + diff --git a/_site/v5-0-0-coldcard-wallet-support/index.html b/_site/v5-0-0-coldcard-wallet-support/index.html index 941c82e..f7b7f0b 100644 --- a/_site/v5-0-0-coldcard-wallet-support/index.html +++ b/_site/v5-0-0-coldcard-wallet-support/index.html @@ -203,7 +203,7 @@ -
    • Support
    • +
    • Support
    • @@ -457,7 +457,7 @@ -
    • Coldcard
    • +
    • Coldcard with Bluewallet
    • @@ -572,7 +572,7 @@ -
    • Support
    • +
    • Support
    • @@ -748,15 +748,7 @@ -
      -
      - -
      -
      + diff --git a/_site/v5-3-5-SendMax-on-all-wallets-9f5566d51a09/index.html b/_site/v5-3-5-SendMax-on-all-wallets-9f5566d51a09/index.html index e1d1ca5..c60be3e 100644 --- a/_site/v5-3-5-SendMax-on-all-wallets-9f5566d51a09/index.html +++ b/_site/v5-3-5-SendMax-on-all-wallets-9f5566d51a09/index.html @@ -203,7 +203,7 @@ -
    • Support
    • +
    • Support
    • @@ -469,7 +469,7 @@ android: h -
    • Coldcard
    • +
    • Coldcard with Bluewallet
    • @@ -584,7 +584,7 @@ android: h -
    • Support
    • +
    • Support
    • @@ -760,15 +760,7 @@ android: h -
      -
      - -
      -
      + diff --git a/_site/v5-5-0-buy-bitcoin-without-kyc-cobo-vault-support/index.html b/_site/v5-5-0-buy-bitcoin-without-kyc-cobo-vault-support/index.html index ce66f54..290dbe5 100644 --- a/_site/v5-5-0-buy-bitcoin-without-kyc-cobo-vault-support/index.html +++ b/_site/v5-5-0-buy-bitcoin-without-kyc-cobo-vault-support/index.html @@ -203,7 +203,7 @@ -
    • Support
    • +
    • Support
    • @@ -463,7 +463,7 @@ We are going to keep a look on its evolution closely.

      -
    • Coldcard
    • +
    • Coldcard with Bluewallet
    • @@ -578,7 +578,7 @@ We are going to keep a look on its evolution closely.

      -
    • Support
    • +
    • Support
    • @@ -754,15 +754,7 @@ We are going to keep a look on its evolution closely.

      -
      -
      - -
      -
      + diff --git a/_site/v5-5-2-Ground-Control-87073ed44910/index.html b/_site/v5-5-2-Ground-Control-87073ed44910/index.html index e162789..1c41279 100644 --- a/_site/v5-5-2-Ground-Control-87073ed44910/index.html +++ b/_site/v5-5-2-Ground-Control-87073ed44910/index.html @@ -203,7 +203,7 @@ -
    • Support
    • +
    • Support
    • @@ -481,7 +481,7 @@ FIX: Font-Color in Input Field “transaction notes”

      -
    • Coldcard
    • +
    • Coldcard with Bluewallet
    • @@ -596,7 +596,7 @@ FIX: Font-Color in Input Field “transaction notes”

      -
    • Support
    • +
    • Support
    • @@ -772,15 +772,7 @@ FIX: Font-Color in Input Field “transaction notes”

      -
      -
      - -
      -
      + diff --git a/_site/watch-app/index.html b/_site/watch-app/index.html index aacb30c..75253e2 100644 --- a/_site/watch-app/index.html +++ b/_site/watch-app/index.html @@ -201,7 +201,7 @@ -
    • Support
    • +
    • Support
    • @@ -338,7 +338,7 @@ -
    • Coldcard
    • +
    • Coldcard with Bluewallet
    • @@ -453,7 +453,7 @@ -
    • Support
    • +
    • Support
    • @@ -629,15 +629,7 @@ -
      -
      - -
      -
      + diff --git a/_site/watch-only/index.html b/_site/watch-only/index.html index f59e963..c07f660 100644 --- a/_site/watch-only/index.html +++ b/_site/watch-only/index.html @@ -201,7 +201,7 @@ -
    • Support
    • +
    • Support
    • @@ -368,7 +368,7 @@ -
    • Coldcard
    • +
    • Coldcard with Bluewallet
    • @@ -483,7 +483,7 @@ -
    • Support
    • +
    • Support
    • @@ -659,15 +659,7 @@ -
      -
      - -
      -
      + diff --git a/admin/config.yml b/admin/config.yml index 8cb6a75..8ab7aab 100644 --- a/admin/config.yml +++ b/admin/config.yml @@ -44,7 +44,7 @@ collections: # A list of collections the CMS should be able to edit label: "Docs" folder: "_docs" sort: "title:asc" - create: false + create: create slug: "{{slug}}" fields: - {label: "Layout", name: "layout", widget: "hidden", default: "page"} diff --git a/docs.md b/docs.md new file mode 100644 index 0000000..5b2b1dc --- /dev/null +++ b/docs.md @@ -0,0 +1,15 @@ +--- +layout: page +title: Docs & Support - Bitcoin wallet and Lightning wallet for iOS and Android +description: Bitcoin wallet and Lightning wallet for iOS and Android focus on security and UX. Open source, Segwit and HD wallets, lightning network, plausible deniability, replace by fee and full encryption +width: expand +cover: home.png +--- + +{% include search.html %} + + +{% include faqs.html multiple="true" title="Frequently asked questions" category="problems" subtitle="Find quick answers to frequent questions asked by fellow bitcoiners" %} + +{% include featured.html tag="featured" title="Popular Articles" subtitle="Selected featured articles to get you started fast with BlueWallet" %} +