From c74ccf5d36bce6736de5c81352cb24eb2229a064 Mon Sep 17 00:00:00 2001 From: YY Date: Wed, 27 Nov 2024 01:59:40 +0800 Subject: [PATCH] checkpoint: add add fees to swap doc --- sidebars-docs.js | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/sidebars-docs.js b/sidebars-docs.js index b8761013..9b64afab 100644 --- a/sidebars-docs.js +++ b/sidebars-docs.js @@ -29,8 +29,19 @@ const sidebars = { collapsed: false, items: [ { - type: 'autogenerated', - dirName: '100-swap-api', + type: 'doc', + id: 'swap-api/get-quote', + label: 'Get Quote', + }, + { + type: 'doc', + id: 'swap-api/build-swap-transaction', + label: 'Send Swap Transaction', + }, + { + type: 'doc', + id: 'swap-api/send-swap-transaction', + label: 'Build Swap Transaction', }, ], }, @@ -38,6 +49,19 @@ const sidebars = { type: 'html', value: '', }, + { + type: 'category', + label: 'Swap API Guides', + collapsible: false, + collapsed: false, + items: [ + { + type: 'doc', + id: 'swap-api/add-fees-to-swap', + label: 'Add Fees To Swap', + }, + ], + }, ], };