diff --git a/README.md b/README.md index 675c52d6..e125f1e3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Known Vulnerabilities [![license](https://img.shields.io/github/license/DAVFoundation/captain-n3m0.svg?style=flat-square)](https://github.com/DAVFoundation/captain-n3m0/blob/master/LICENSE) -**Intro** -- [Application Features](docs/Application_features.md) -- [Road Map](docs/Roadmap.md) -- [LND API Coverage](docs/LNDAPICoverage.md) -- [Application Configurations](docs/Application_configurations) -- [C-Lightning](docs/C-Lightning-setup.md) -- [Eclair](docs/Eclair-setup.md) +**Intro** -- [Application Features](docs/Application_features.md) -- [Road Map](docs/Roadmap.md) -- [Application Configurations](docs/Application_configurations) -- [C-Lightning](docs/C-Lightning-setup.md) -- [Eclair](docs/Eclair-setup.md) * [Introduction](#intro) * [Architecture](#arch) diff --git a/docs/Application_features.md b/docs/Application_features.md index 20a41b59..fd7137a7 100644 --- a/docs/Application_features.md +++ b/docs/Application_features.md @@ -1,4 +1,4 @@ -[Intro](../README.md) -- **Application Features** -- [Road Map](Roadmap.md) -- [LND API Coverage](LNDAPICoverage.md) -- [Application Configurations](Application_configurations) +[Intro](../README.md) -- **Application Features** -- [Road Map](Roadmap.md) -- [Application Configurations](Application_configurations) ## RTL - Feature List diff --git a/docs/Roadmap.md b/docs/Roadmap.md index f4ce649b..cf65e055 100644 --- a/docs/Roadmap.md +++ b/docs/Roadmap.md @@ -1,4 +1,4 @@ -[Intro](../README.md) -- [Application Features](Application_features.md) -- **Road Map** -- [LND API Coverage](LNDAPICoverage.md) -- [Application Configurations](Application_configurations) +[Intro](../README.md) -- [Application Features](Application_features.md) -- **Road Map** -- [Application Configurations](Application_configurations) # Product Roadmap for RTL Application @@ -12,9 +12,6 @@ We believe UX improvement is a never-ending cycle. And, we must keep the UI/UX f ### Automated Testing As the functional complexity increases, we need to add automated testing to ensure quality and less bugs. Another area, where developer contribution is more than welcome. -### Eclair -Support [Eclair](https://github.com/ACINQ/eclair) implementation. - ### Advanced Node Monitoring Active node monitoring may be required to ensure reliability of routing nodes. Monitoring can include generating alerts for out-of-balance channels, inactive channels, disconnected peers, low activity channels etc. This feature will be required for professional node operaters running commercial routing nodes with a need to react to signals, requiring specific action to be taken.