Skip to content

Commit

Permalink
Merge pull request #369 from invariant-labs/remove-tutorial
Browse files Browse the repository at this point in the history
Removed tutorial
  • Loading branch information
wojciech-cichocki authored Jul 3, 2024
2 parents 3aca231 + fb23d56 commit 4dcfe6d
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 4dcfe6d

Please sign in to comment.