Skip to content

Commit 4833167

Browse files
authored
Add Probing Documentation & Best Practices (#283)
1 parent d16c740 commit 4833167

File tree

3 files changed

+333
-0
lines changed

3 files changed

+333
-0
lines changed

docs/.vuepress/config.js

+5
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)