mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-24 17:41:03 +01:00
29 lines
472 B
Go
29 lines
472 B
Go
export default {
|
|
docs: [
|
|
{
|
|
path: '/projects',
|
|
pattern: '^Project'
|
|
},
|
|
{
|
|
path: '/spiders',
|
|
pattern: '^Spider|^SDK|^Integration|^CI/Git'
|
|
},
|
|
{
|
|
path: '/tasks',
|
|
pattern: '^Task|^Architecture/Task'
|
|
},
|
|
{
|
|
path: '/schedules',
|
|
pattern: '^Schedule'
|
|
},
|
|
{
|
|
path: '/nodes',
|
|
pattern: '^Node|^Architecture/Node'
|
|
},
|
|
{
|
|
path: '/setting',
|
|
pattern: '^Notification'
|
|
}
|
|
]
|
|
}
|