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
11 changes: 10 additions & 1 deletion src/.vuepress/sidebar/V2.0.x/en-Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,15 @@ export const enSidebar = {
prefix: 'User-Manual/',
children: [
{ text: 'Data Sync', link: 'Data-Sync_apache' },
{
text: 'Timeseries Featured Analysis',
collapsible: true,
children: [
{ text: 'Pattern Query', link: 'Pattern-Query_apache' },
{ text: 'Window Function', link: 'Window-Function_apache' },
],
badge: ['hot'],
},
{ text: 'UDF', link: 'User-defined-function' },
{
text: 'Security Management',
Expand Down Expand Up @@ -287,4 +296,4 @@ export const enSidebar = {
],
},
],
};
};
9 changes: 9 additions & 0 deletions src/.vuepress/sidebar/V2.0.x/zh-Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,15 @@ export const zhSidebar = {
prefix: 'User-Manual/',
children: [
{ text: '数据同步', link: 'Data-Sync_apache' },
{
text: '时序特色分析',
collapsible: true,
children: [
{ text: '模式查询', link: 'Pattern-Query_apache' },
{ text: '窗口函数', link: 'Window-Function_apache' },
],
badge: ['hot'],
},
{ text: 'UDF', link: 'User-defined-function' },
{
text: '安全管理',
Expand Down
1,138 changes: 1,138 additions & 0 deletions src/UserGuide/Master/Table/User-Manual/Pattern-Query_apache.md

Large diffs are not rendered by default.

759 changes: 759 additions & 0 deletions src/UserGuide/Master/Table/User-Manual/Window-Function_apache.md

Large diffs are not rendered by default.

1,137 changes: 1,137 additions & 0 deletions src/UserGuide/latest-Table/User-Manual/Pattern-Query_apache.md

Large diffs are not rendered by default.

759 changes: 759 additions & 0 deletions src/UserGuide/latest-Table/User-Manual/Window-Function_apache.md

Large diffs are not rendered by default.

1,135 changes: 1,135 additions & 0 deletions src/zh/UserGuide/Master/Table/User-Manual/Pattern-Query_apache.md

Large diffs are not rendered by default.

Loading
Loading