1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-03-01 17:06:59 +01:00
eclair/docs/Guides.md
Richard Myers 553727cb22
Convert wiki pages in to files in the docs directory and general docs file cleanups (#2165)
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
2022-02-06 20:28:50 +01:00

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)