Skip to content

Commit 192075c

Browse files
committed
add fee estimatio page to website
1 parent 256502f commit 192075c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/.vuepress/config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ const docsSidebar = [
7575
],
7676
},
7777
"/key_management",
78+
"/fee_estimation",
7879
"/examples",
7980
],
8081
},
@@ -235,6 +236,10 @@ module.exports = {
235236
text: "Key Management",
236237
link: "/key_management/",
237238
},
239+
{
240+
text: "Fee Estimation",
241+
link: "/fee_estimation/",
242+
},
238243
{
239244
text: "Examples",
240245
link: "/examples/",

0 commit comments

Comments
 (0)