docs: deprecate legacy theme document

This commit is contained in:
chenjiahan
2021-06-14 11:30:35 +08:00
committed by neverland
parent b07d715244
commit 365bf989b1
3 changed files with 26 additions and 8 deletions
+18 -8
View File
@@ -86,10 +86,6 @@ module.exports = {
path: 'migrate-from-v2',
title: '从 v2 升级',
},
{
path: 'theme',
title: '定制主题',
},
{
path: 'contribution',
title: '贡献指南',
@@ -459,6 +455,15 @@ module.exports = {
},
],
},
{
title: '废弃',
items: [
{
path: 'theme',
title: '定制主题',
},
],
},
],
},
'en-US': {
@@ -499,10 +504,6 @@ module.exports = {
path: 'changelog',
title: 'Changelog',
},
{
path: 'theme',
title: 'Custom Theme',
},
{
path: 'design',
title: 'Design Resources',
@@ -864,6 +865,15 @@ module.exports = {
// },
],
},
{
title: 'Deprecated',
items: [
{
path: 'theme',
title: 'Custom Theme',
},
],
},
],
},
},