mirror of
https://github.com/ACINQ/eclair.git
synced 2025-03-01 08:59:56 +01:00
Created new files for pages that were in the wiki, but not already in the docs directory. Also made following fixes to README.md and existing files in the docs directory: * update bolt links to avoid redirect * link to logging guide from logging section (README.md) * fixed typo in Backup section and capitalization of Bitcoin Core (README.md) * Alice does not need trampoline feature enabled (TrampolinePayments.md) * link to 2021 edition of Trampoline PR (TrampolinePayments.md) * fixed API examples and removed quotes from password (API.md) * use --nodeIds for sendtoroute examples (TrampolinePayments.md and MultipartPayments.md) * update CLI example 3 to use jq (Usage.md) * fix typo in docs/FAQ.md * updated Guide.md to point to all pages that are guides
14 lines
No EOL
520 B
Markdown
14 lines
No EOL
520 B
Markdown
# Guides
|
|
|
|
This section contains how-to guides for more advanced scenarios:
|
|
|
|
* [Customize Logging](./Logging.md)
|
|
* [Customize Features](./Features.md)
|
|
* [Use Tor with Eclair](./Tor.md)
|
|
* [Multipart Payments](./MultipartPayments.md)
|
|
* [Trampoline Payments](./TrampolinePayments.md)
|
|
* [Monitoring Eclair](./Monitoring.md)
|
|
* [PostgreSQL Configuration](./PostgreSQL.md)
|
|
* [Perform Circular Rebalancing](./CircularRebalancing.md)
|
|
* [Clusterize your Eclair node](./Cluster.md)
|
|
* [Architecture of Eclair code](./Architecture.md) |