From b7662be50ff2943020aece18d62a96e4ea1a7d01 Mon Sep 17 00:00:00 2001 From: Przemyslaw Kulej Date: Wed, 3 Jul 2024 13:56:09 +0200 Subject: [PATCH 1/2] Removed tutorial --- docs/sidebars.js | 126 +++++++++++++++++++++++------------------------ 1 file changed, 63 insertions(+), 63 deletions(-) diff --git a/docs/sidebars.js b/docs/sidebars.js index fddd5ff6..3d3d903a 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -17,36 +17,36 @@ module.exports = { 'what_is/glossary' ] }, - { - type: 'category', - label: 'Tutorial', - collapsed: true, - items: [ - 'tutorial/interface', - 'tutorial/priority_fees', - 'tutorial/rpc', - 'tutorial/networks', - 'tutorial/how_to_connect_your_wallet', - 'tutorial/how_to_swap', - { - type: 'category', - label: 'How to add liquidity', - link: { - type: 'doc', - id: 'tutorial/how_to_add_liquidity' - }, - items: [ - 'tutorial/how_to_add_liquidity/uniform_concentration', - 'tutorial/how_to_add_liquidity/price_range' - ] - }, - 'tutorial/how_to_claim_fee', - 'tutorial/how_to_remove_liquidity', - 'tutorial/stats', - 'tutorial/troubleshooting', - 'tutorial/faq_tutorial' - ] - }, + // { + // type: 'category', + // label: 'Tutorial', + // collapsed: true, + // items: [ + // 'tutorial/interface', + // 'tutorial/priority_fees', + // 'tutorial/rpc', + // 'tutorial/networks', + // 'tutorial/how_to_connect_your_wallet', + // 'tutorial/how_to_swap', + // { + // type: 'category', + // label: 'How to add liquidity', + // link: { + // type: 'doc', + // id: 'tutorial/how_to_add_liquidity' + // }, + // items: [ + // 'tutorial/how_to_add_liquidity/uniform_concentration', + // 'tutorial/how_to_add_liquidity/price_range' + // ] + // }, + // 'tutorial/how_to_claim_fee', + // 'tutorial/how_to_remove_liquidity', + // 'tutorial/stats', + // 'tutorial/troubleshooting', + // 'tutorial/faq_tutorial' + // ] + // }, { type: 'category', label: 'Invariant Bonds', @@ -83,39 +83,39 @@ module.exports = { label: 'Eclipse', collapsed: true, items: [ - { - type: 'category', - label: 'User Guide', - link: { - type: 'doc', - id: 'eclipse/user_guide' - }, - items: [ - // 'eclipse/user_guide/interface', - 'eclipse/user_guide/networks', - 'eclipse/user_guide/how_to_connect_your_wallet', - 'eclipse/user_guide/faucet', - 'eclipse/user_guide/how_to_swap', - { - type: 'category', - label: 'How to add liquidity', - link: { - type: 'doc', - id: 'eclipse/user_guide/how_to_add_liquidity' - }, - items: [ - 'eclipse/user_guide/how_to_add_liquidity/uniform_concentration', - 'eclipse/user_guide/how_to_add_liquidity/price_range' - ] - }, - 'eclipse/user_guide/how_to_claim_fee', - 'eclipse/user_guide/how_to_remove_liquidity', - 'eclipse/user_guide/stats', - 'eclipse/user_guide/troubleshooting', - 'eclipse/user_guide/faq_tutorial' - ] - }, - 'eclipse/get_started', + // { + // type: 'category', + // label: 'User Guide', + // link: { + // type: 'doc', + // id: 'eclipse/user_guide' + // }, + // items: [ + // // 'eclipse/user_guide/interface', + // 'eclipse/user_guide/networks', + // 'eclipse/user_guide/how_to_connect_your_wallet', + // 'eclipse/user_guide/faucet', + // 'eclipse/user_guide/how_to_swap', + // { + // type: 'category', + // label: 'How to add liquidity', + // link: { + // type: 'doc', + // id: 'eclipse/user_guide/how_to_add_liquidity' + // }, + // items: [ + // 'eclipse/user_guide/how_to_add_liquidity/uniform_concentration', + // 'eclipse/user_guide/how_to_add_liquidity/price_range' + // ] + // }, + // 'eclipse/user_guide/how_to_claim_fee', + // 'eclipse/user_guide/how_to_remove_liquidity', + // 'eclipse/user_guide/stats', + // 'eclipse/user_guide/troubleshooting', + // 'eclipse/user_guide/faq_tutorial' + // ] + // }, + // 'eclipse/get_started', 'eclipse/introduction', 'eclipse/quick_start', 'eclipse/pool', From fb23d563086a395a6a7fd29790274f1d55718331 Mon Sep 17 00:00:00 2001 From: Przemyslaw Kulej Date: Wed, 3 Jul 2024 14:25:05 +0200 Subject: [PATCH 2/2] Added tutorial, removed eclipse user guide --- docs/sidebars.js | 60 ++++++++++++++++++++++++------------------------ 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/docs/sidebars.js b/docs/sidebars.js index 3d3d903a..f13b0cac 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -17,36 +17,36 @@ module.exports = { 'what_is/glossary' ] }, - // { - // type: 'category', - // label: 'Tutorial', - // collapsed: true, - // items: [ - // 'tutorial/interface', - // 'tutorial/priority_fees', - // 'tutorial/rpc', - // 'tutorial/networks', - // 'tutorial/how_to_connect_your_wallet', - // 'tutorial/how_to_swap', - // { - // type: 'category', - // label: 'How to add liquidity', - // link: { - // type: 'doc', - // id: 'tutorial/how_to_add_liquidity' - // }, - // items: [ - // 'tutorial/how_to_add_liquidity/uniform_concentration', - // 'tutorial/how_to_add_liquidity/price_range' - // ] - // }, - // 'tutorial/how_to_claim_fee', - // 'tutorial/how_to_remove_liquidity', - // 'tutorial/stats', - // 'tutorial/troubleshooting', - // 'tutorial/faq_tutorial' - // ] - // }, + { + type: 'category', + label: 'Tutorial', + collapsed: true, + items: [ + 'tutorial/interface', + 'tutorial/priority_fees', + 'tutorial/rpc', + 'tutorial/networks', + 'tutorial/how_to_connect_your_wallet', + 'tutorial/how_to_swap', + { + type: 'category', + label: 'How to add liquidity', + link: { + type: 'doc', + id: 'tutorial/how_to_add_liquidity' + }, + items: [ + 'tutorial/how_to_add_liquidity/uniform_concentration', + 'tutorial/how_to_add_liquidity/price_range' + ] + }, + 'tutorial/how_to_claim_fee', + 'tutorial/how_to_remove_liquidity', + 'tutorial/stats', + 'tutorial/troubleshooting', + 'tutorial/faq_tutorial' + ] + }, { type: 'category', label: 'Invariant Bonds',