update at 2024-04-11 10:16:32
parent
99b8071c3b
commit
df3ce8f939
|
@ -192,6 +192,11 @@ const config: Config = {
|
|||
position: 'right',
|
||||
to: '/best-practices',
|
||||
},
|
||||
{
|
||||
label: '实践案例',
|
||||
position: 'right',
|
||||
to: '/cases',
|
||||
},
|
||||
{
|
||||
label: '排障指南',
|
||||
position: 'right',
|
||||
|
@ -202,11 +207,6 @@ const config: Config = {
|
|||
position: 'right',
|
||||
to: '/troubleshooting-cases',
|
||||
},
|
||||
{
|
||||
label: '实践案例',
|
||||
position: 'right',
|
||||
to: '/cases',
|
||||
},
|
||||
{
|
||||
label: '附录',
|
||||
position: 'right',
|
||||
|
|
Loading…
Reference in New Issue