mirror of https://gitee.com/antv-l7/antv-l7
chore: 增加所有图表功能
This commit is contained in:
parent
9f748c9de3
commit
f5b1ec15b5
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
title: Gallery
|
||||
title: Featured
|
||||
order: 0
|
||||
redirect_from:
|
||||
- /en/examples
|
||||
---
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
title: Gallery
|
||||
title: 官方精品库
|
||||
order: 0
|
||||
redirect_from:
|
||||
- /zh/examples
|
||||
---
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: Gallery
|
||||
order: -1
|
||||
icon: other
|
||||
redirect_from:
|
||||
- /en/examples
|
||||
---
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: 所有图表
|
||||
order: -1
|
||||
icon: other
|
||||
redirect_from:
|
||||
- /zh/examples
|
||||
---
|
|
@ -33,10 +33,8 @@ module.exports = {
|
|||
title: {
|
||||
zh: '图表演示',
|
||||
en: 'Examples'
|
||||
},
|
||||
redirect: 'gallery/basic'
|
||||
}
|
||||
}
|
||||
// target: '_blank',
|
||||
],
|
||||
docs: [
|
||||
{
|
||||
|
@ -141,8 +139,8 @@ module.exports = {
|
|||
slug: 'gallery',
|
||||
icon: 'gallery',
|
||||
title: {
|
||||
zh: 'Gallery',
|
||||
en: 'Gallery'
|
||||
zh: '官方精品库',
|
||||
en: 'Featured'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue