Revert "remove link to etcd guide from install.md"
What changed, and why it matters
This commit simply restores a documentation link in the installation guide. It adds one line pointing readers to an etcd database setup guide. There is no code change, no security fix, and no security-relevant behavior.
No security action needed. Treat as routine documentation maintenance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The change is a pure Markdown documentation revert: it re-adds a bullet link [kvdb_etcd](/docs/etcd.md) to docs/INSTALL.md. No source code, build logic, dependencies, or configuration defaults are modified. No security signals are present in the diff or commit metadata.
Changed components
docs/INSTALL.mdInspect captured patch +1 / −0
diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index 89437a7..a7714c4 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -254,6 +254,7 @@ will have the following tags:
- [peersrpc](/lnrpc/peersrpc/peers.proto)
- [kvdb_postrgres](/docs/postgres.md)
- [kvdb_sqlite](/docs/sqlite.md)
+- [kvdb_etcd](/docs/etcd.md)
The `dev` tag is used for development builds, and is not included in the
release builds & installation.
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.