@@ -47,20 +47,20 @@ const sidebars = {
4747 collapsed : true ,
4848 items : [
4949 "learn/introduction" ,
50- "resources/questions-and-answers" ,
50+ "resources/questions-and-answers" ,
5151 "subnets/understanding-subnets" ,
5252 "learn/anatomy-of-incentive-mechanism" ,
5353
5454 "subnets/understanding-multiple-mech-subnets" ,
5555 "learn/neurons" ,
56-
56+
5757 "learn/emissions" ,
5858 "learn/ema" ,
5959 "learn/yuma-consensus" ,
6060 "learn/yc3-blog" ,
6161 "learn/yuma3-migration-guide" ,
6262 "learn/fees" ,
63- "learn/chain-rate-limits" ,
63+ "learn/chain-rate-limits" ,
6464 {
6565 type : "category" ,
6666 label : "Navigating Subtensor Codebase" ,
@@ -76,16 +76,16 @@ const sidebars = {
7676 "resources/community-links" ,
7777 ] ,
7878 } ,
79- {
80- type : "category" ,
81- label : "Research" ,
82- collapsible : true ,
83- collapsed : true ,
84- items : [
85- "research/synchronized-halving" ,
86- "research/halvings-problem" ,
87- ] ,
88- } ,
79+ // {
80+ // type: "category",
81+ // label: "Research",
82+ // collapsible: true,
83+ // collapsed: true,
84+ // items: [
85+ // "research/synchronized-halving",
86+ // "research/halvings-problem",
87+ // ],
88+ // },
8989 {
9090 type : "category" ,
9191 label : "Staking/Delegation" ,
@@ -245,7 +245,7 @@ const sidebars = {
245245 items : [
246246 "subtensor-nodes/subtensor-node-requirements" ,
247247 "subtensor-nodes/using-source" ,
248- "subtensor-nodes/using-docker" ,
248+ "subtensor-nodes/using-docker" ,
249249 "subtensor-nodes/subtensor-storage-query-examples" ,
250250 ] ,
251251 } ,
0 commit comments