From 5fda568403042701eaa3cdd69db2f35e6fe758af Mon Sep 17 00:00:00 2001 From: despiegk Date: Sat, 11 Oct 2025 10:43:45 +0400 Subject: [PATCH] ... --- sidebars.js | 55 ++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 40 insertions(+), 15 deletions(-) diff --git a/sidebars.js b/sidebars.js index c9c48f6..61b0def 100644 --- a/sidebars.js +++ b/sidebars.js @@ -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; \ No newline at end of file