Skip to content

Commit 9799da3

Browse files
committed
:
Add probing documentation draft
1 parent c870397 commit 9799da3

File tree

3 files changed

+323
-0
lines changed

3 files changed

+323
-0
lines changed

docs/.vuepress/config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ const docsSidebar = [
7676
},
7777
"/key_management",
7878
"/fee_estimation",
79+
"/probing",
7980
"/examples",
8081
],
8182
},
@@ -240,6 +241,10 @@ module.exports = {
240241
text: "Fee Estimation",
241242
link: "/fee_estimation/",
242243
},
244+
{
245+
text: "Probing and Path Finding",
246+
link: "/probing/",
247+
},
243248
{
244249
text: "Examples",
245250
link: "/examples/",

docs/assets/abcd_ln_path.png

15 KB
Loading

0 commit comments

Comments
 (0)