|
@@ -64,6 +64,12 @@ export default defineConfig({
|
|
|
{ text: '@jianyu/cli', link: '/cli/' },
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ text: '维护',
|
|
|
+ items: [
|
|
|
+ { text: '异常修复', link: '/problem-analysis/' },
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
text: '知识库',
|
|
|
items: [
|
|
@@ -166,6 +172,24 @@ export default defineConfig({
|
|
|
]
|
|
|
}
|
|
|
]
|
|
|
+ },
|
|
|
+ '/problem-analysis/': {
|
|
|
+ base: '/problem-analysis/',
|
|
|
+ items: [
|
|
|
+ {
|
|
|
+ text: 'Sentry 异常修复日志',
|
|
|
+ items: [
|
|
|
+ {
|
|
|
+ text: '2024-07',
|
|
|
+ link: '2024-07/'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ text: '2024-08',
|
|
|
+ link: '2024-08/'
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ]
|
|
|
}
|
|
|
},
|
|
|
outline: {
|