docs: deprecate legacy theme document
This commit is contained in:
+18
-8
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user