From cd8f2bb57a19d9bb19d41415dfdb38d4cc9e0b1d Mon Sep 17 00:00:00 2001 From: Erdem Yerebasmaz <4012752+erdemyerebasmaz@users.noreply.github.com> Date: Tue, 28 Nov 2023 20:02:43 +0300 Subject: [PATCH] Use Title Case for titles --- src/SUMMARY.md | 12 ++++++------ src/guide/fiat_currencies.md | 2 +- src/guide/lnurl_auth.md | 1 + src/guide/lnurl_withdraw.md | 1 - src/guide/production.md | 2 +- src/guide/receive_onchain.md | 3 ++- src/guide/send_onchain.md | 2 +- src/guide/service_status.md | 6 ++++-- 8 files changed, 16 insertions(+), 13 deletions(-) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 1949dc8..5196bf5 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -4,21 +4,21 @@ - [Getting Started](guide/getting_started.md) - [Installing](guide/install.md) -- [Lightning payments](guide/payments.md) +- [Lightning Payments](guide/payments.md) - [Receive Payments](guide/receive_payment.md) - [Send Payments](guide/send_payment.md) - [Send Spontaneous Payments](guide/send_spontaneous_payment.md) - [List Payments](guide/list_payments.md) - [Connecting to an LSP](guide/connecting_lsp.md) -- [Receiving an on-chain transaction](guide/receive_onchain.md) -- [Sending an on-chain transaction](guide/send_onchain.md) +- [Receiving an On-Chain Transaction](guide/receive_onchain.md) +- [Sending an On-Chain Transaction](guide/send_onchain.md) - [Using LNURL](guide/lnurl.md) - [LNURL-Pay](guide/lnurl_pay.md) - [LNURL-Withdraw](guide/lnurl_withdraw.md) - [LNURL-Auth](guide/lnurl_auth.md) -- [Supporting fiat currencies](guide/fiat_currencies.md) +- [Supporting Fiat Currencies](guide/fiat_currencies.md) - [Buy Bitcoin](guide/buy_btc.md) - [Static Channel Backup](guide/static_channel_backup.md) -- [Service status](guide/service_status.md) -- [Moving to production](guide/production.md) +- [Service Status](guide/service_status.md) +- [Moving to Production](guide/production.md) diff --git a/src/guide/fiat_currencies.md b/src/guide/fiat_currencies.md index e41181e..9ca434f 100644 --- a/src/guide/fiat_currencies.md +++ b/src/guide/fiat_currencies.md @@ -1,4 +1,4 @@ -# Supporting fiat currencies +# Supporting Fiat Currencies You can get the full details of supported fiat currencies, such as symbols and localized names: diff --git a/src/guide/lnurl_auth.md b/src/guide/lnurl_auth.md index 899f0f9..61459a0 100644 --- a/src/guide/lnurl_auth.md +++ b/src/guide/lnurl_auth.md @@ -1,6 +1,7 @@ # LNURL-Auth ## Usage +
Rust
diff --git a/src/guide/lnurl_withdraw.md b/src/guide/lnurl_withdraw.md index cc10375..7e323a7 100644 --- a/src/guide/lnurl_withdraw.md +++ b/src/guide/lnurl_withdraw.md @@ -1,6 +1,5 @@ # LNURL-Withdraw - ## Usage diff --git a/src/guide/production.md b/src/guide/production.md index 806c407..ec4c0f7 100644 --- a/src/guide/production.md +++ b/src/guide/production.md @@ -1,4 +1,4 @@ -# Moving to production +# Moving to Production To move your project to production, you will have to replace the evaluation invite code to a partner certificate issued by Greenlight. diff --git a/src/guide/receive_onchain.md b/src/guide/receive_onchain.md index 6562f53..50843a1 100644 --- a/src/guide/receive_onchain.md +++ b/src/guide/receive_onchain.md @@ -1,4 +1,5 @@ -# Receiving an on-chain transaction (swap-in) +# Receiving an On-Chain Transaction (Swap-In) + There are cases when you have funds in some bitcoin address and you would like to send those to your lightning node. In such cases, the SDK might have to open a new channel, for which case you can specify an optional user-selected diff --git a/src/guide/send_onchain.md b/src/guide/send_onchain.md index 28fcae3..a6a0664 100644 --- a/src/guide/send_onchain.md +++ b/src/guide/send_onchain.md @@ -1,4 +1,4 @@ -# Sending an on-chain transaction (swap-out) +# Sending an On-Chain Transaction (Swap-Out) You can send funds from the Breez SDK wallet to an on-chain address as follows. diff --git a/src/guide/service_status.md b/src/guide/service_status.md index 11099ef..836e51a 100644 --- a/src/guide/service_status.md +++ b/src/guide/service_status.md @@ -1,4 +1,6 @@ -# Health Check Status +# Service Status + +## Health Check Status You can check the general health status of the services provided by the Breez SDK. The response status will inform you if there is maintenance occurring, a service distruption or the services are operational. @@ -69,7 +71,7 @@ The response status will inform you if there is maintenance occurring, a service
-# Reporting a Payment Failure +## Reporting a Payment Failure While attempting to send payments it may be that sometimes payment failures occur. Reporting these issues through the Breez SDK will help us to improve LSP routing.