feat(projects): 增加项目文档外链

This commit is contained in:
Yanbowen
2021-12-20 14:04:11 +08:00
parent 041012b3ee
commit 1901a0bfb7
5 changed files with 33 additions and 2 deletions

View File

@ -107,6 +107,14 @@ const routeConstMap = new Map<RouteKey, RouteConst>([
title: 'naive文档'
}
],
[
'document_project',
{
name: 'document_project',
path: 'https://docs.soybean.pro/',
title: '项目文档(外链)'
}
],
[
'plugin',
{