Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
unidocs-zh
提交
8ff0f9dc
unidocs-zh
项目概览
DCloud
/
unidocs-zh
通知
3200
Star
106
Fork
813
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
94
列表
看板
标记
里程碑
合并请求
70
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
unidocs-zh
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
94
Issue
94
列表
看板
标记
里程碑
合并请求
70
合并请求
70
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
8ff0f9dc
编写于
7月 13, 2022
作者:
hbcui1984
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'master' of
https://github.com/dcloudio/unidocs-zh
上级
036843e6
ce4c30ee
变更
2
显示空白变更内容
内联
并排
Showing
2 changed file
with
10 addition
and
3 deletion
+10
-3
docs/.vuepress/markdown/createSidebar.js
docs/.vuepress/markdown/createSidebar.js
+9
-2
docs/uniCloud/_sidebar.md
docs/uniCloud/_sidebar.md
+1
-1
未找到文件。
docs/.vuepress/markdown/createSidebar.js
浏览文件 @
8ff0f9dc
...
...
@@ -7,7 +7,7 @@ const createSiteMap = require('./createSiteMap');
const
links
=
[]
function
parseBar
(
file
,
options
)
{
function
parseBar
(
tab
,
file
,
options
)
{
const
textName
=
options
.
text
||
'
text
'
const
linkName
=
options
.
link
||
'
link
'
const
contents
=
[]
...
...
@@ -39,6 +39,13 @@ function parseBar(file, options) {
})
if
(
link
&&
!
isExternal
(
link
))
{
if
(
!
link
.
startsWith
(
'
/
'
))
{
const
linkFirstItem
=
link
.
split
(
'
/
'
)[
0
]
if
(
tab
.
indexOf
(
linkFirstItem
)
===
-
1
)
{
link
=
`
${
tab
}${
link
}
`
}
}
link
=
path
.
join
(
'
/
'
,
link
.
replace
(
/
\.
md
\b
/
,
''
)
.
replace
(
/
\b
README
\b
/
,
''
)
.
replace
(
/
\/
index/
,
'
/
'
)
...
...
@@ -64,7 +71,7 @@ module.exports = function (tabs = []) {
const
sidebar
=
{}
tabs
.
forEach
(
tab
=>
{
sidebar
[
tab
]
=
parseBar
(
path
.
join
(
__dirname
,
'
../../
'
,
tab
,
'
_sidebar.md
'
),
{
sidebar
[
tab
]
=
parseBar
(
tab
,
path
.
join
(
__dirname
,
'
../../
'
,
tab
,
'
_sidebar.md
'
),
{
text
:
'
title
'
,
link
:
'
path
'
})
...
...
docs/uniCloud/_sidebar.md
浏览文件 @
8ff0f9dc
...
...
@@ -50,7 +50,7 @@
*
[
费用说明
](
uniCloud/redis-buy.md
)
*
[
开发文档
](
uniCloud/redis.md
)
*
Push扩展库(socket)
*
[
业务文档
](
unipush-v2.md
)
*
[
业务文档
](
/
unipush-v2.md
)
*
[
开发文档
](
uniCloud/uni-cloud-push/api.md
)
*
[
uni-push2.0、uni-id、uni统计的组合
](
uniCloud/uni-cloud-push/mate.md
)
*
[
扩展参数
](
uniCloud/uni-cloud-push/options.md
)
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录