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:
- create an ordered group of docs
- render a sidebar for each doc of that group
- provide next/previous navigation
The sidebars can be generated from the filesystem, or explicitly defined here.
Create as many sidebars as you want.
* - create an ordered group of docs
* - render a sidebar for each doc of that group
* - provide next/previous navigation
*
* The sidebars can be generated from the filesystem, or explicitly defined here.
*
* Create as many sidebars as you want.
*/
// @ts-check
@@ -26,11 +26,9 @@ const sidebars = {
slug: '/core-concepts',
},
items: [
// 'core-concepts/liquidity-pools-overview',
'core-concepts/token-system',
// 'core-concepts/position-based-lp',
// 'core-concepts/dutch-auction-exit',
// 'core-concepts/yin-yang-currency',
'core-concepts/burning',
// 'core-concepts/liquidity-pool',
],
},
{
@@ -44,12 +42,39 @@ const sidebars = {
},
items: [
'node-economics/overview',
// 'node-economics/node-specifications',
// 'node-economics/pricing-model',
// 'node-economics/tf-bid-packages',
'node-economics/explanation',
'node-economics/bids',
],
},
{
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',
],
},
],
};
export default sidebars;
export default sidebars;