Skip to content

Commit f4aa16b

Browse files
authored
Merge pull request #590 from Bosch-0/funding_a_wallet
2 parents a9b1633 + 3bd9af6 commit f4aa16b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+352
-90
lines changed

404.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
permalink: /404.html
33
layout: error
44
---
5-
5+
66
<div class="grid">
77
<div class="error-box">
88
<h1>404</h1>

_compress_images_cache.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1532,3 +1532,33 @@ assets/images/guide/payments/send/confirm-fees.png: confirm-fees.png
15321532
assets/images/guide/payments/send/[email protected]: [email protected]
15331533
assets/images/guide/payments/send/processing-transactions.png: processing-transactions.png
15341534
assets/images/guide/payments/send/[email protected]: [email protected]
1535+
assets/images/guide/onboarding/funding-a-wallet/auto-setting.png: auto-setting.png
1536+
assets/images/guide/onboarding/funding-a-wallet/[email protected]: [email protected]
1537+
assets/images/guide/onboarding/funding-a-wallet/find-peers.png: find-peers.png
1538+
assets/images/guide/onboarding/funding-a-wallet/[email protected]: [email protected]
1539+
assets/images/guide/onboarding/funding-a-wallet/funding-request-manual.png: funding-request-manual.png
1540+
assets/images/guide/onboarding/funding-a-wallet/[email protected]: [email protected]
1541+
assets/images/guide/onboarding/funding-a-wallet/funding-request.png: funding-request.png
1542+
assets/images/guide/onboarding/funding-a-wallet/[email protected]: [email protected]
1543+
assets/images/guide/onboarding/funding-a-wallet/manual-channel.png: manual-channel.png
1544+
assets/images/guide/onboarding/funding-a-wallet/[email protected]: [email protected]
1545+
assets/images/guide/onboarding/funding-a-wallet/no-inbound.png: no-inbound.png
1546+
assets/images/guide/onboarding/funding-a-wallet/[email protected]: [email protected]
1547+
assets/images/guide/onboarding/funding-a-wallet/no-lightning-yet.png: no-lightning-yet.png
1548+
assets/images/guide/onboarding/funding-a-wallet/[email protected]: [email protected]
1549+
assets/images/guide/onboarding/funding-a-wallet/open-channel.png: open-channel.png
1550+
assets/images/guide/onboarding/funding-a-wallet/[email protected]: [email protected]
1551+
assets/images/guide/onboarding/funding-a-wallet/own-bitcoin.png: own-bitcoin.png
1552+
assets/images/guide/onboarding/funding-a-wallet/[email protected]: [email protected]
1553+
assets/images/guide/onboarding/funding-a-wallet/peer.png: peer.png
1554+
assets/images/guide/onboarding/funding-a-wallet/[email protected]: [email protected]
1555+
assets/images/guide/onboarding/funding-a-wallet/pending-channel.png: pending-channel.png
1556+
assets/images/guide/onboarding/funding-a-wallet/[email protected]: [email protected]
1557+
assets/images/guide/onboarding/funding-a-wallet/pending-transaction.png: pending-transaction.png
1558+
assets/images/guide/onboarding/funding-a-wallet/[email protected]: [email protected]
1559+
assets/images/guide/onboarding/funding-a-wallet/setting-up.png: setting-up.png
1560+
assets/images/guide/onboarding/funding-a-wallet/[email protected]: [email protected]
1561+
assets/images/guide/onboarding/funding-a-wallet/wallet-funded.png: wallet-funded.png
1562+
assets/images/guide/onboarding/funding-a-wallet/[email protected]: [email protected]
1563+
assets/images/guide/onboarding/funding-a-wallet/where-to-buy.png: where-to-buy.png
1564+
assets/images/guide/onboarding/funding-a-wallet/[email protected]: [email protected]
Loading
Loading
Binary file not shown.
Binary file not shown.
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

guide/onboarding/backing-up-a-wallet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Backing up a wallet
44
description: Handling recovery phrases during onboarding.
55
parent: Onboarding
66
has_children: true
7-
nav_order: 2
7+
nav_order: 3
88
permalink: /guide/onboarding/backing-up-a-wallet/
99
main_classes: -no-top-padding
1010
image: https://bitcoin.design/assets/images/guide/onboarding/backing-up-a-recovery-phrase/backing-up-a-recovery-phrase-preview.png
@@ -76,7 +76,7 @@ However, there may be times when it is necessary to use a manual backup alternat
7676
The next sections will look at some UI considerations for [cloud backups]({{ '/guide/onboarding/backing-up-a-wallet/cloud-backup' | relative_url }}) and [manual backups]({{ 'guide/onboarding/backing-up-a-wallet/manual-backup/' | relative_url }}).
7777

7878
{% include next-previous.html
79-
previousUrl = "/guide/onboarding/first-use/"
79+
previousUrl = "/guide/onboarding/funding-a-wallet/"
8080
previousName = "First use"
8181
nextUrl = "/guide/onboarding/backing-up-a-wallet/cloud-backup/"
8282
nextName = "Automatic cloud backups"

guide/onboarding/first-use.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ Below is an example of some carousel screens that might be useful in helping a u
115115

116116
---
117117

118-
Ok, now let's look at [backing up a recovery phrase.]({{ '/guide/onboarding/backing-up-a-wallet/' | relative_url }})
118+
Ok, now let's look at [funding a wallet.]({{ '/guide/onboarding/funding-a-wallet/' | relative_url }})
119119

120120
{% include next-previous.html
121121
previousUrl = "/guide/onboarding/introduction/"
122-
previousName = "Getting to know your users"
123-
nextUrl = "/guide/onboarding/backing-up-a-wallet/"
124-
nextName = "Backing up a recovery phrase"
122+
previousName = "Onboarding introduction"
123+
nextUrl = "/guide/onboarding/funding-a-wallet/"
124+
nextName = "Funding a wallet"
125125
%}

0 commit comments

Comments
 (0)