Skip to content

Commit 7c8dab5

Browse files
authored
Add documentation for the open-source UDF library (#426)
1 parent 5415674 commit 7c8dab5

File tree

20 files changed

+31766
-8
lines changed

20 files changed

+31766
-8
lines changed

src/.vuepress/sidebar/V1.3.0-2/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export const enSidebar = {
164164
prefix: 'Reference/',
165165
// children: 'structure',
166166
children: [
167-
{ text: 'UDF Libraries', link: 'UDF-Libraries' },
167+
{ text: 'UDF Libraries', link: 'UDF-Libraries_apache' },
168168
{ text: 'UDF development', link: 'UDF-development' },
169169
{ text: 'Function and Expression', link: 'Function-and-Expression' },
170170
{ text: 'Common Config Manual', link: 'Common-Config-Manual' },

src/.vuepress/sidebar/V1.3.0-2/zh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export const zhSidebar = {
164164
prefix: 'Reference/',
165165
// children: 'structure',
166166
children: [
167-
{ text: 'UDF函数库', link: 'UDF-Libraries' },
167+
{ text: 'UDF函数库', link: 'UDF-Libraries_apache' },
168168
{ text: 'UDF开发', link: 'UDF-development' },
169169
{ text: '内置函数与表达式', link: 'Function-and-Expression' },
170170
{ text: '配置参数', link: 'Common-Config-Manual' },

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export const enSidebar = {
165165
prefix: 'Reference/',
166166
// children: 'structure',
167167
children: [
168-
{ text: 'UDF Libraries', link: 'UDF-Libraries' },
168+
{ text: 'UDF Libraries', link: 'UDF-Libraries_apache' },
169169
{ text: 'UDF development', link: 'UDF-development' },
170170
{ text: 'Function and Expression', link: 'Function-and-Expression' },
171171
{ text: 'Common Config Manual', link: 'Common-Config-Manual' },

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export const zhSidebar = {
166166
prefix: 'Reference/',
167167
// children: 'structure',
168168
children: [
169-
{ text: 'UDF函数库', link: 'UDF-Libraries' },
169+
{ text: 'UDF函数库', link: 'UDF-Libraries_apache' },
170170
{ text: 'UDF开发', link: 'UDF-development' },
171171
{ text: '内置函数与表达式', link: 'Function-and-Expression' },
172172
{ text: '配置参数', link: 'Common-Config-Manual' },

src/.vuepress/sidebar_timecho/V1.3.0-2/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ export const enSidebar = {
175175
prefix: 'Reference/',
176176
// children: 'structure',
177177
children: [
178-
{ text: 'UDF Libraries', link: 'UDF-Libraries' },
178+
{ text: 'UDF Libraries', link: 'UDF-Libraries_timecho' },
179179
{ text: 'UDF development', link: 'UDF-development' },
180180
{ text: 'Function and Expression', link: 'Function-and-Expression' },
181181
{ text: 'Common Config Manual', link: 'Common-Config-Manual' },

src/.vuepress/sidebar_timecho/V1.3.0-2/zh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ export const zhSidebar = {
175175
prefix: 'Reference/',
176176
// children: 'structure',
177177
children: [
178-
{ text: 'UDF函数库', link: 'UDF-Libraries' },
178+
{ text: 'UDF函数库', link: 'UDF-Libraries_timecho' },
179179
{ text: 'UDF开发', link: 'UDF-development' },
180180
{ text: '内置函数与表达式', link: 'Function-and-Expression' },
181181
{ text: '配置参数', link: 'Common-Config-Manual' },

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ export const enSidebar = {
177177
prefix: 'Reference/',
178178
// children: 'structure',
179179
children: [
180-
{ text: 'UDF Libraries', link: 'UDF-Libraries' },
180+
{ text: 'UDF Libraries', link: 'UDF-Libraries_timecho' },
181181
{ text: 'UDF development', link: 'UDF-development' },
182182
{ text: 'Function and Expression', link: 'Function-and-Expression' },
183183
{ text: 'Common Config Manual', link: 'Common-Config-Manual' },

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ export const zhSidebar = {
177177
prefix: 'Reference/',
178178
// children: 'structure',
179179
children: [
180-
{ text: 'UDF函数库', link: 'UDF-Libraries' },
180+
{ text: 'UDF函数库', link: 'UDF-Libraries_timecho' },
181181
{ text: 'UDF开发', link: 'UDF-development' },
182182
{ text: '内置函数与表达式', link: 'Function-and-Expression' },
183183
{ text: '配置参数', link: 'Common-Config-Manual' },

0 commit comments

Comments
 (0)