modify the component name
This commit is contained in:
parent
5488e3e5c0
commit
a33fc4a211
|
@ -48,7 +48,7 @@ module.exports = {
|
||||||
link: '/doc/kernel/',
|
link: '/doc/kernel/',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: '组件',
|
text: '构件',
|
||||||
link: '/doc/component/'
|
link: '/doc/component/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -126,7 +126,7 @@ module.exports = {
|
||||||
children: getSidebarByCategory('kernel','en')
|
children: getSidebarByCategory('kernel','en')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '组件',
|
title: '构件',
|
||||||
children: getSidebarByCategory('component','en')
|
children: getSidebarByCategory('component','en')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue