Update config.ts

This commit is contained in:
Zhou 2023-10-30 11:42:08 +08:00 committed by GitHub
parent 24dc731a2c
commit d7d56fddbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ const sidebar = {
children: [
'/welcome/introduction',
'/welcome/introduction/features',
'/welcome/introduction/when',
'/welcome/introduction/why',
// '/welcome/introduction/learning-guide',
],
},
@ -123,7 +123,6 @@ const sidebar = {
'title.TR-TR': 'Temel Kavramlar',
type: 'group',
children: [
'/manual/core-concepts/a-b-c',
'/manual/core-concepts/collections',
'/manual/core-concepts/blocks',
'/manual/core-concepts/actions',
@ -131,13 +130,6 @@ const sidebar = {
'/manual/core-concepts/containers',
],
},
{
title: 'Blocks Guide',
'title.zh-CN': '区块指南',
'title.TR-TR': 'Blok Rehberi',
type: 'group',
children: ['/manual/blocks-guide/charts'],
},
],
'/development': [
{