Files
crawlab/frontend/src/utils/doc.js
2020-03-02 09:36:41 +08:00

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'
}
]
}