We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27355c commit d3645dfCopy full SHA for d3645df
docs/zh/sidebar.ts
@@ -406,14 +406,14 @@ export const zhSidebar = [
406
// collapsed: true,
407
home: true,
408
items: [
409
- // {
410
- // text: 'Nginx反向代理配置',
411
- // link: '/zh/integration/nginx'
412
- // },
413
414
- // text: '虚拟主机模式配置',
415
- // link: '/zh/integration/virtual'
416
+ {
+ text: 'Nginx反向代理配置',
+ link: '/zh/integration/nginx'
+ },
+ text: '虚拟主机模式配置',
+ link: '/zh/integration/virtual'
417
// {
418
// text: 'GitLab',
419
// link: '/zh/integration/gitlab',
0 commit comments