This commit is contained in:
2025-10-11 10:43:45 +04:00
parent 244d0c3822
commit 5fda568403

View File

@@ -1,12 +1,12 @@
/** /**
* Creating a sidebar enables you to: * Creating a sidebar enables you to:
- create an ordered group of docs * - create an ordered group of docs
- render a sidebar for each doc of that group * - render a sidebar for each doc of that group
- provide next/previous navigation * - provide next/previous navigation
*
The sidebars can be generated from the filesystem, or explicitly defined here. * The sidebars can be generated from the filesystem, or explicitly defined here.
*
Create as many sidebars as you want. * Create as many sidebars as you want.
*/ */
// @ts-check // @ts-check
@@ -26,11 +26,9 @@ const sidebars = {
slug: '/core-concepts', slug: '/core-concepts',
}, },
items: [ items: [
// 'core-concepts/liquidity-pools-overview',
'core-concepts/token-system', 'core-concepts/token-system',
// 'core-concepts/position-based-lp', 'core-concepts/burning',
// 'core-concepts/dutch-auction-exit', // 'core-concepts/liquidity-pool',
// 'core-concepts/yin-yang-currency',
], ],
}, },
{ {
@@ -44,9 +42,36 @@ const sidebars = {
}, },
items: [ items: [
'node-economics/overview', 'node-economics/overview',
// 'node-economics/node-specifications', 'node-economics/explanation',
// 'node-economics/pricing-model', 'node-economics/bids',
// 'node-economics/tf-bid-packages', ],
},
{
type: 'category',
label: 'Roadmap',
link: {
type: 'generated-index',
title: 'Roadmap',
description: 'Explore the future development and key milestones for the ThreeFold Grid.',
slug: '/roadmap',
},
items: [
// 'roadmap/liquidity-pools-overview',
'roadmap/position-based-lp',
'roadmap/dutch-auction-exit',
],
},
{
type: 'category',
label: 'Appendix',
link: {
type: 'generated-index',
title: 'Appendix',
description: 'Additional information and supporting documents.',
slug: '/appendix',
},
items: [
'appendix/yin-yang-currency',
], ],
}, },
], ],