Use Title Case for titles

This commit is contained in:
Erdem Yerebasmaz
2023-11-28 20:02:43 +03:00
committed by Erdem Yerebasmaz
parent 197b8d965c
commit cd8f2bb57a
8 changed files with 16 additions and 13 deletions

View File

@@ -4,21 +4,21 @@
- [Getting Started](guide/getting_started.md) - [Getting Started](guide/getting_started.md)
- [Installing](guide/install.md) - [Installing](guide/install.md)
- [Lightning payments](guide/payments.md) - [Lightning Payments](guide/payments.md)
- [Receive Payments](guide/receive_payment.md) - [Receive Payments](guide/receive_payment.md)
- [Send Payments](guide/send_payment.md) - [Send Payments](guide/send_payment.md)
- [Send Spontaneous Payments](guide/send_spontaneous_payment.md) - [Send Spontaneous Payments](guide/send_spontaneous_payment.md)
- [List Payments](guide/list_payments.md) - [List Payments](guide/list_payments.md)
- [Connecting to an LSP](guide/connecting_lsp.md) - [Connecting to an LSP](guide/connecting_lsp.md)
- [Receiving an on-chain transaction](guide/receive_onchain.md) - [Receiving an On-Chain Transaction](guide/receive_onchain.md)
- [Sending an on-chain transaction](guide/send_onchain.md) - [Sending an On-Chain Transaction](guide/send_onchain.md)
- [Using LNURL](guide/lnurl.md) - [Using LNURL](guide/lnurl.md)
- [LNURL-Pay](guide/lnurl_pay.md) - [LNURL-Pay](guide/lnurl_pay.md)
- [LNURL-Withdraw](guide/lnurl_withdraw.md) - [LNURL-Withdraw](guide/lnurl_withdraw.md)
- [LNURL-Auth](guide/lnurl_auth.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) - [Buy Bitcoin](guide/buy_btc.md)
- [Static Channel Backup](guide/static_channel_backup.md) - [Static Channel Backup](guide/static_channel_backup.md)
- [Service status](guide/service_status.md) - [Service Status](guide/service_status.md)
- [Moving to production](guide/production.md) - [Moving to Production](guide/production.md)

View File

@@ -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: You can get the full details of supported fiat currencies, such as symbols and localized names:

View File

@@ -1,6 +1,7 @@
# LNURL-Auth # LNURL-Auth
## Usage ## Usage
<custom-tabs category="lang"> <custom-tabs category="lang">
<div slot="title">Rust</div> <div slot="title">Rust</div>
<section> <section>

View File

@@ -1,6 +1,5 @@
# LNURL-Withdraw # LNURL-Withdraw
## Usage ## Usage
<custom-tabs category="lang"> <custom-tabs category="lang">

View File

@@ -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. To move your project to production, you will have to replace the evaluation invite code to a partner certificate issued by Greenlight.

View File

@@ -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. 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 In such cases, the SDK might have to open a new channel, for which case you can specify an optional user-selected

View File

@@ -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. You can send funds from the Breez SDK wallet to an on-chain address as follows.

View File

@@ -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. 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. 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
</section> </section>
</custom-tabs> </custom-tabs>
# 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. 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.