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/sidebar/V1.3.0-2/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export const enSidebar = {
prefix: 'Reference/',
// children: 'structure',
children: [
{ text: 'UDF Libraries', link: 'UDF-Libraries' },
{ text: 'UDF Libraries', link: 'UDF-Libraries_apache' },
{ text: 'UDF development', link: 'UDF-development' },
{ text: 'Function and Expression', link: 'Function-and-Expression' },
{ text: 'Common Config Manual', link: 'Common-Config-Manual' },
Expand Down
2 changes: 1 addition & 1 deletion src/.vuepress/sidebar/V1.3.0-2/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export const zhSidebar = {
prefix: 'Reference/',
// children: 'structure',
children: [
{ text: 'UDF函数库', link: 'UDF-Libraries' },
{ text: 'UDF函数库', link: 'UDF-Libraries_apache' },
{ text: 'UDF开发', link: 'UDF-development' },
{ text: '内置函数与表达式', link: 'Function-and-Expression' },
{ text: '配置参数', link: 'Common-Config-Manual' },
Expand Down
2 changes: 1 addition & 1 deletion src/.vuepress/sidebar/V1.3.x/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export const enSidebar = {
prefix: 'Reference/',
// children: 'structure',
children: [
{ text: 'UDF Libraries', link: 'UDF-Libraries' },
{ text: 'UDF Libraries', link: 'UDF-Libraries_apache' },
{ text: 'UDF development', link: 'UDF-development' },
{ text: 'Function and Expression', link: 'Function-and-Expression' },
{ text: 'Common Config Manual', link: 'Common-Config-Manual' },
Expand Down
2 changes: 1 addition & 1 deletion src/.vuepress/sidebar/V1.3.x/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export const zhSidebar = {
prefix: 'Reference/',
// children: 'structure',
children: [
{ text: 'UDF函数库', link: 'UDF-Libraries' },
{ text: 'UDF函数库', link: 'UDF-Libraries_apache' },
{ text: 'UDF开发', link: 'UDF-development' },
{ text: '内置函数与表达式', link: 'Function-and-Expression' },
{ text: '配置参数', link: 'Common-Config-Manual' },
Expand Down
2 changes: 1 addition & 1 deletion src/.vuepress/sidebar_timecho/V1.3.0-2/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export const enSidebar = {
prefix: 'Reference/',
// children: 'structure',
children: [
{ text: 'UDF Libraries', link: 'UDF-Libraries' },
{ text: 'UDF Libraries', link: 'UDF-Libraries_timecho' },
{ text: 'UDF development', link: 'UDF-development' },
{ text: 'Function and Expression', link: 'Function-and-Expression' },
{ text: 'Common Config Manual', link: 'Common-Config-Manual' },
Expand Down
2 changes: 1 addition & 1 deletion src/.vuepress/sidebar_timecho/V1.3.0-2/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export const zhSidebar = {
prefix: 'Reference/',
// children: 'structure',
children: [
{ text: 'UDF函数库', link: 'UDF-Libraries' },
{ text: 'UDF函数库', link: 'UDF-Libraries_timecho' },
{ text: 'UDF开发', link: 'UDF-development' },
{ text: '内置函数与表达式', link: 'Function-and-Expression' },
{ text: '配置参数', link: 'Common-Config-Manual' },
Expand Down
2 changes: 1 addition & 1 deletion src/.vuepress/sidebar_timecho/V1.3.x/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export const enSidebar = {
prefix: 'Reference/',
// children: 'structure',
children: [
{ text: 'UDF Libraries', link: 'UDF-Libraries' },
{ text: 'UDF Libraries', link: 'UDF-Libraries_timecho' },
{ text: 'UDF development', link: 'UDF-development' },
{ text: 'Function and Expression', link: 'Function-and-Expression' },
{ text: 'Common Config Manual', link: 'Common-Config-Manual' },
Expand Down
2 changes: 1 addition & 1 deletion src/.vuepress/sidebar_timecho/V1.3.x/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export const zhSidebar = {
prefix: 'Reference/',
// children: 'structure',
children: [
{ text: 'UDF函数库', link: 'UDF-Libraries' },
{ text: 'UDF函数库', link: 'UDF-Libraries_timecho' },
{ text: 'UDF开发', link: 'UDF-development' },
{ text: '内置函数与表达式', link: 'Function-and-Expression' },
{ text: '配置参数', link: 'Common-Config-Manual' },
Expand Down
Loading