mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-31 18:10:50 +01:00
加入帮助文档
This commit is contained in:
20
frontend/src/utils/doc.js
Normal file
20
frontend/src/utils/doc.js
Normal file
@@ -0,0 +1,20 @@
|
||||
export default {
|
||||
docs: [
|
||||
{
|
||||
path: '/projects',
|
||||
pattern: '^Project'
|
||||
},
|
||||
{
|
||||
path: '/spiders',
|
||||
pattern: '^Spider'
|
||||
},
|
||||
{
|
||||
path: '/tasks',
|
||||
pattern: '^Task'
|
||||
},
|
||||
{
|
||||
path: '/schedules',
|
||||
pattern: '^Schedule'
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -3,11 +3,13 @@ import encrypt from './encrypt'
|
||||
import tour from './tour'
|
||||
import log from './log'
|
||||
import scrapy from './scrapy'
|
||||
import doc from './doc'
|
||||
|
||||
export default {
|
||||
stats,
|
||||
encrypt,
|
||||
tour,
|
||||
log,
|
||||
scrapy
|
||||
scrapy,
|
||||
doc
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user