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