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)
- [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)

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:

View File

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

View File

@@ -1,6 +1,5 @@
# LNURL-Withdraw
## Usage
<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.

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.
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.

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.
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>
</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.