mirror of https://gitee.com/antv-l7/antv-l7
docs: update website content
This commit is contained in:
parent
ab2d2de4b2
commit
d05bf63fd6
|
@ -190,25 +190,6 @@ export default defineConfig({
|
|||
],
|
||||
docs: [
|
||||
// ****** tutorial
|
||||
// quickStart 0
|
||||
{
|
||||
slug: 'tutorial/l7',
|
||||
title: {
|
||||
zh: '简介',
|
||||
en: 'introduce',
|
||||
},
|
||||
order: 1,
|
||||
},
|
||||
{
|
||||
slug: 'tutorial/quickstart',
|
||||
title: {
|
||||
zh: '快速上手',
|
||||
en: 'quickStart',
|
||||
},
|
||||
order: 2,
|
||||
},
|
||||
// demo 1
|
||||
// data 2
|
||||
{
|
||||
slug: 'tutorial/map',
|
||||
title: {
|
||||
|
@ -227,7 +208,6 @@ export default defineConfig({
|
|||
},
|
||||
{
|
||||
slug: 'tutorial/demo',
|
||||
icon: 'map',
|
||||
title: {
|
||||
zh: '教程示例',
|
||||
en: 'Tutorial demo',
|
||||
|
@ -236,7 +216,6 @@ export default defineConfig({
|
|||
},
|
||||
{
|
||||
slug: 'tutorial/point',
|
||||
icon: 'map',
|
||||
title: {
|
||||
zh: '点图层 PointLayer',
|
||||
en: 'PointLayer',
|
||||
|
@ -245,7 +224,6 @@ export default defineConfig({
|
|||
},
|
||||
{
|
||||
slug: 'tutorial/line',
|
||||
icon: 'map',
|
||||
title: {
|
||||
zh: '线图层 LineLayer',
|
||||
en: 'LineLayer',
|
||||
|
@ -254,7 +232,6 @@ export default defineConfig({
|
|||
},
|
||||
{
|
||||
slug: 'tutorial/polygon',
|
||||
icon: 'map',
|
||||
title: {
|
||||
zh: '面图层 PolygonLayer',
|
||||
en: 'PolygonLayer',
|
||||
|
@ -263,7 +240,6 @@ export default defineConfig({
|
|||
},
|
||||
{
|
||||
slug: 'tutorial/heatmap',
|
||||
icon: 'map',
|
||||
title: {
|
||||
zh: '热力图层 HeatmapLayer',
|
||||
en: 'HeatmapLayer',
|
||||
|
@ -272,7 +248,6 @@ export default defineConfig({
|
|||
},
|
||||
{
|
||||
slug: 'tutorial/tile',
|
||||
icon: 'map',
|
||||
title: {
|
||||
zh: '瓦片图层 TileLayer',
|
||||
en: 'TileLayer',
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
title: Control
|
||||
order: 12
|
||||
---
|
||||
How to use the map control
|
||||
|
||||
<playground path='tutorial/control/demo/amap.js' rid='map'></playground>
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
title: 组件
|
||||
order: 12
|
||||
---
|
||||
如何使用组件
|
||||
|
||||
<playground path='tutorial/control/demo/amap.js' rid='map'></playground>
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
title: Layer
|
||||
order: 12
|
||||
---
|
||||
Layer init and interaction
|
||||
|
||||
<playground path='tutorial/layer/demo/layer_highlight.js' rid='map'></playground>
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
title: 图层
|
||||
order: 12
|
||||
---
|
||||
图层初始化与交互
|
||||
|
||||
<playground path='tutorial/layer/demo/layer_highlight.js' rid='map'></playground>
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
title: Map
|
||||
order: 12
|
||||
---
|
||||
|
||||
how to use L7 Initialize third-party maps
|
||||
|
||||
<playground path='tutorial/map/demo/amap.js' rid='map'></playground>
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
title: 地图
|
||||
order: 12
|
||||
---
|
||||
介绍如何初始化一个第三方底图
|
||||
|
||||
<playground path='tutorial/map/demo/amap.js' rid='map'></playground>
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
title: Marker
|
||||
order: 12
|
||||
---
|
||||
|
||||
add Rich text annotation to scene
|
||||
|
||||
<playground path='tutorial/marker/demo/amap.js' rid='map'></playground>
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
title: Marker
|
||||
order: 12
|
||||
---
|
||||
|
||||
通过添加dom实现富文本地图标注
|
||||
|
||||
<playground path='tutorial/marker/demo/amap.js' rid='map'></playground>
|
|
@ -2,6 +2,8 @@
|
|||
title: 地图
|
||||
order: 0
|
||||
---
|
||||
介绍如何初始化一个第三方底图
|
||||
介绍如何初始化一个第三方底图。
|
||||
|
||||
<playground path='tutorial/map/demo/amap.js' rid='map'></playground>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue