We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5c63c commit 99241afCopy full SHA for 99241af
docs/.vuepress/config.js
@@ -75,6 +75,7 @@ const docsSidebar = [
75
],
76
},
77
"/key_management",
78
+ "/fee_estimation",
79
"/examples",
80
81
@@ -235,6 +236,10 @@ module.exports = {
235
236
text: "Key Management",
237
link: "/key_management/",
238
239
+ {
240
+ text: "Fee Estimation",
241
+ link: "/fee_estimation/",
242
+ },
243
{
244
text: "Examples",
245
link: "/examples/",
0 commit comments