Skip to content

Commit a633dc9

Browse files
authored
Modification of all documents in the dual model of AINode tree table (#819)
1 parent fc876a2 commit a633dc9

File tree

48 files changed

+23971
-3608
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+23971
-3608
lines changed

src/.vuepress/public/img/ETTh1-tab.csv

Lines changed: 17421 additions & 0 deletions
Large diffs are not rendered by default.
182 KB
Loading
351 KB
Loading
130 KB
Loading

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export const enSidebar = {
6666
text: 'Monitoring Panel Deployment',
6767
link: 'Monitoring-panel-deployment',
6868
},
69+
{ text: 'AINode Deployment', link: 'AINode_Deployment_apache' },
6970
],
7071
},
7172
{
@@ -111,6 +112,15 @@ export const enSidebar = {
111112
},
112113
],
113114
},
115+
{
116+
text: 'AI capability',
117+
collapsible: true,
118+
prefix: 'AI-capability/',
119+
children: [
120+
{ text: 'AINode', link: 'AINode_apache' },
121+
{ text: 'TimeSeries Large Model', link: 'TimeSeries-Large-Model' },
122+
],
123+
},
114124
{
115125
text: 'Tools System',
116126
collapsible: true,

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export const zhSidebar = {
5959
{ text: '单机版部署指导', link: 'Stand-Alone-Deployment_apache' },
6060
{ text: '集群版部署指导', link: 'Cluster-Deployment_apache' },
6161
{ text: 'Docker部署指导', link: 'Docker-Deployment_apache' },
62+
{ text: 'AINode部署', link: 'AINode_Deployment_apache' },
6263
],
6364
},
6465
{
@@ -102,6 +103,15 @@ export const zhSidebar = {
102103
},
103104
],
104105
},
106+
{
107+
text: 'AI 能力',
108+
collapsible: true,
109+
prefix: 'AI-capability/',
110+
children: [
111+
{ text: 'AINode', link: 'AINode_apache' },
112+
{ text: '时序大模型', link: 'TimeSeries-Large-Model' },
113+
],
114+
},
105115
{
106116
text: '工具体系',
107117
collapsible: true,

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export const enSidebar = {
6666
link: 'Dual-Active-Deployment_timecho',
6767
},
6868
{ text: 'Docker Deployment', link: 'Docker-Deployment_timecho' },
69+
{ text: 'AINode Deployment', link: 'AINode_Deployment_timecho' },
6970
{
7071
text: 'Monitoring Panel Deployment',
7172
link: 'Monitoring-panel-deployment',
@@ -116,6 +117,15 @@ export const enSidebar = {
116117
},
117118
],
118119
},
120+
{
121+
text: 'AI capability',
122+
collapsible: true,
123+
prefix: 'AI-capability/',
124+
children: [
125+
{ text: 'AINode', link: 'AINode_timecho' },
126+
{ text: 'TimeSeries Large Model', link: 'TimeSeries-Large-Model' },
127+
],
128+
},
119129
{
120130
text: 'Tools System',
121131
collapsible: true,

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export const zhSidebar = {
6060
{ text: '集群版部署指导', link: 'Cluster-Deployment_timecho' },
6161
{ text: '双活版部署指导', link: 'Dual-Active-Deployment_timecho' },
6262
{ text: 'Docker部署指导', link: 'Docker-Deployment_timecho' },
63+
{ text: 'AINode部署', link: 'AINode_Deployment_timecho' },
6364
{ text: '监控面板部署', link: 'Monitoring-panel-deployment' },
6465
],
6566
},
@@ -105,6 +106,15 @@ export const zhSidebar = {
105106
},
106107
],
107108
},
109+
{
110+
text: 'AI 能力',
111+
collapsible: true,
112+
prefix: 'AI-capability/',
113+
children: [
114+
{ text: 'AINode', link: 'AINode_timecho' },
115+
{ text: '时序大模型', link: 'TimeSeries-Large-Model' },
116+
],
117+
},
108118
{
109119
text: '工具体系',
110120
collapsible: true,

src/UserGuide/Master/Table/AI-capability/AINode_apache.md

Lines changed: 381 additions & 0 deletions
Large diffs are not rendered by default.

src/UserGuide/Master/Table/AI-capability/AINode_timecho.md

Lines changed: 447 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)