Skip to content

Commit

Permalink
docs: 修改说明文档
Browse files Browse the repository at this point in the history
  • Loading branch information
yyu committed Apr 23, 2024
1 parent f32cb4a commit 3bd6b74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ export default defineConfig({
prev: '上一页',
next: '下一页'
},
outlineTitle: '快速前往',
outline: {
label: "页面导航",
},
editLink: {
pattern:
'https://github.com/leafletjsExample/leafletjsExample/blob/dev/src/:path',
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

安装依赖 `pnpm i`

执行 `pnpm run predocs:build` 获取下相关信息

启动 `pnpm run docs:dev`


Expand Down

0 comments on commit 3bd6b74

Please sign in to comment.