Skip to content

Commit

Permalink
provide separate entry for v4 and v5 configuration docs (#440)
Browse files Browse the repository at this point in the history
* provide separate entry for v4 and v5 configuration docs

* eng ver

---------

Co-authored-by: V2FlyContrib <[email protected]>
  • Loading branch information
nicholascw and V2FlyContrib authored Jan 27, 2024
1 parent 0387432 commit 74a1c8a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ export default defineUserConfig({
contributorsText: '贡献者',
navbar: [
{ text: '快速开始', link: '/guide/start', },
{ text: '配置文档', link: '/v5/config/overview', },
{ text: '配置文档', link: '/config/overview', },
{ text: '配置文档 (v5, WIP)', link: '/v5/config/overview', },
{ text: '工具列表', link: '/awesome/tools' },
{ text: '开发手册', link: '/developer/intro/compile', },
{ text: '新白话文指南', link: 'https://guide.v2fly.org/' },
Expand Down Expand Up @@ -223,7 +224,8 @@ export default defineUserConfig({
lastUpdatedText: 'Last Updated',
navbar: [
{ text: 'Quick Start', link: '/en_US/guide/start', },
{ text: 'Config Reference', link: '/en_US/v5/config/overview', },
{ text: 'Config Reference', link: '/en_US/config/overview', },
{ text: 'Config Reference (v5, WIP)', link: '/en_US/v5/config/overview', },
{ text: 'Tools', link: '/en_US/awesome/tools' },
{ text: 'Developer Guide', link: '/en_US/developer/intro/compile', },
{ text: 'New concise guide', link: 'https://guide.v2fly.org/' },
Expand Down

0 comments on commit 74a1c8a

Please sign in to comment.