Skip to content

Commit 5b73ec1

Browse files
authored
add commercial support (#1154)
1 parent 225d880 commit 5b73ec1

22 files changed

Lines changed: 468 additions & 0 deletions

File tree

31.7 KB
Loading
29.8 KB
Loading
47.2 KB
Loading
22.7 KB
Loading

src/.vuepress/sidebar/V1.3.x/en.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export const enSidebar = {
3131
{ text: 'IoTDB Introduction', link: 'IoTDB-Introduction_apache' },
3232
{ text: 'Scenario', link: 'Scenario' },
3333
{ text: 'Release History', link: 'Release-history_apache' },
34+
{ text: 'Commercial Support', link: 'Commercial-Support_apache' },
3435
],
3536
},
3637
{

src/.vuepress/sidebar/V1.3.x/zh.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export const zhSidebar = {
3131
{ text: '产品介绍', link: 'IoTDB-Introduction_apache' },
3232
{ text: '应用场景', link: 'Scenario' },
3333
{ text: '发布历史', link: 'Release-history_apache' },
34+
{ text: '商业支持', link: 'Commercial-Support_apache' },
3435
],
3536
},
3637
{

src/.vuepress/sidebar/V2.0.x/en-Table.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export const enSidebar = {
3030
{ text: 'IoTDB Introduction', link: 'IoTDB-Introduction_apache' },
3131
{ text: 'Scenario', link: 'Scenario' },
3232
{ text: 'Release History', link: 'Release-history_apache' },
33+
{ text: 'Commercial Support', link: 'Commercial-Support_apache' },
3334
],
3435
},
3536
{

src/.vuepress/sidebar/V2.0.x/en-Tree.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export const enSidebar = {
3030
{ text: 'IoTDB Introduction', link: 'IoTDB-Introduction_apache' },
3131
{ text: 'Scenario', link: 'Scenario' },
3232
{ text: 'Release History', link: 'Release-history_apache' },
33+
{ text: 'Commercial Support', link: 'Commercial-Support_apache' },
3334
],
3435
},
3536
{

src/.vuepress/sidebar/V2.0.x/zh-Table.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export const zhSidebar = {
3030
{ text: '产品介绍', link: 'IoTDB-Introduction_apache' },
3131
{ text: '应用场景', link: 'Scenario' },
3232
{ text: '发布历史', link: 'Release-history_apache' },
33+
{ text: '商业支持', link: 'Commercial-Support_apache' },
3334
],
3435
},
3536
{

src/.vuepress/sidebar/V2.0.x/zh-Tree.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export const zhSidebar = {
3030
{ text: '产品介绍', link: 'IoTDB-Introduction_apache' },
3131
{ text: '应用场景', link: 'Scenario' },
3232
{ text: '发布历史', link: 'Release-history_apache' },
33+
{ text: '商业支持', link: 'Commercial-Support_apache' },
3334
],
3435
},
3536
{

0 commit comments

Comments
 (0)