Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/.vuepress/navbar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const enNavbar = navbar([
{
text: 'Documentation',
children: [
{ text: 'v2.0.x', link: '/UserGuide/latest/QuickStart/QuickStart_apache' },
{ text: 'v2.0.x', link: '/UserGuide/latest-Table/QuickStart/QuickStart_apache' },
{
text: 'v1.3.x',
link: '/UserGuide/V1.3.x/QuickStart/QuickStart_apache',
Expand Down
2 changes: 1 addition & 1 deletion src/.vuepress/navbar/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const zhNavbar = navbar([
// { text: 'latest', link: '/zh/UserGuide/Master/QuickStart/QuickStart_apache' },
{
text: 'v2.0.x',
link: '/zh/UserGuide/latest/QuickStart/QuickStart_apache',
link: '/zh/UserGuide/latest-Table/QuickStart/QuickStart_apache',
},
{
text: 'v1.3.x',
Expand Down
13 changes: 9 additions & 4 deletions src/.vuepress/navbar_timecho/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,18 @@ export const enNavbar = navbar([
text: 'Documentation',
children: [
{
text: 'latest',
link: '/UserGuide/latest/QuickStart/QuickStart_timecho',
text: 'v2.0.x',
link: '/UserGuide/latest-Table/QuickStart/QuickStart_timecho',
},
{ text: 'v1.1.x', link: '/UserGuide/V1.1.x/QuickStart/QuickStart' },
{ text: 'v1.0.x', link: '/UserGuide/V1.0.x/QuickStart/QuickStart' },
{
text: 'v1.3.x',
link: '/UserGuide/V1.3.x/QuickStart/QuickStart_timecho',
},
{ text: 'v1.2.x', link: '/UserGuide/V1.2.x/QuickStart/QuickStart' },
{ text: 'v0.13.x', link: '/UserGuide/V0.13.x/QuickStart/QuickStart' },
{ text: 'Release History', link: '/UserGuide/latest-Table/IoTDB-Introduction/Release-history_timecho.html' }
],

},
{
text: 'News',
Expand Down
21 changes: 14 additions & 7 deletions src/.vuepress/navbar_timecho/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,21 @@ export const zhNavbar = navbar([
},
{
text: '文档',
link: 'https://www.timecho.com/docs/zh/latest/QuickStart/QuickStart_timecho.html',
link: 'https://www.timecho.com/docs/zh/latest-Table/QuickStart/QuickStart_timecho.html',
target: '_self',
// children: [
// { text: 'latest', link: '/zh/UserGuide/Master/QuickStart/QuickStart' },
// { text: 'v1.1.x', link: '/zh/UserGuide/V1.1.x/QuickStart/QuickStart' },
// { text: 'v1.0.x', link: '/zh/UserGuide/V1.0.x/QuickStart/QuickStart' },
// { text: 'v0.13.x', link: '/zh/UserGuide/V0.13.x/QuickStart/QuickStart' },
// ],
children: [
{
text: 'v2.0.x',
link: '/zh/UserGuide/latest-Table/QuickStart/QuickStart_timecho',
},
{
text: 'v1.3.x',
link: '/zh/UserGuide/V1.3.x/QuickStart/QuickStart_timecho',
},
{ text: 'v1.2.x', link: '/zh/UserGuide/V1.2.x/QuickStart/QuickStart' },
{ text: 'v0.13.x', link: '/zh/UserGuide/V0.13.x/QuickStart/QuickStart' },
{ text: '发布历史', link: '/zh/UserGuide/latest-Table/IoTDB-Introduction/Release-history_timecho.html' }
],
},
{
text: '新闻',
Expand Down
Loading