Cmen
3 years ago
5 changed files with 54 additions and 1 deletions
@ -0,0 +1,31 @@
|
||||
module.exports = { |
||||
title: 'Fine-GeoJSON-Editor', |
||||
description: '在线geojson编辑器.', |
||||
base: "/docs/", |
||||
themeConfig: { |
||||
sidebarDepth: 3, |
||||
sidebar: { |
||||
collapsable: false, |
||||
"/": [ |
||||
{ |
||||
title: "", |
||||
collapsable: false, |
||||
children: [ |
||||
{ |
||||
link: "/index", |
||||
text: "介绍" |
||||
}, |
||||
{ |
||||
link: "/start", |
||||
text: "开始使用" |
||||
}, |
||||
{ |
||||
link: "/changelog", |
||||
text: "更新日志" |
||||
} |
||||
] |
||||
} |
||||
] |
||||
} |
||||
} |
||||
} |
@ -0,0 +1,5 @@
|
||||
# 介绍 |
||||
|
||||
> Fine-GeoJSON-Editor 是一款基于高德JS API开发的geojson编辑器. |
||||
> |
||||
> 旨在提供更便捷的geojson编辑功能. |
@ -0,0 +1,13 @@
|
||||
# 开始使用 |
||||
|
||||
## 菜单 |
||||
### 文件 |
||||
### 编辑 |
||||
### 帮助 |
||||
|
||||
## 主编辑区 |
||||
|
||||
|
||||
## 图层目录 |
||||
|
||||
## 图层属性 |
Loading…
Reference in new issue