Skip to content

Commit 06ab84e

Browse files
authored
Remove UDF libraries sidebar entries (#1168)
1 parent 886cc58 commit 06ab84e

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ export const enSidebar = {
285285
text: 'Functions and Operators',
286286
collapsible: true,
287287
children: [
288-
{ text: 'UDF Libraries', link: 'UDF-Libraries_apache' },
289288
{
290289
text: 'Operator and Expression',
291290
link: 'Operator-and-Expression',

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ export const zhSidebar = {
276276
text: '函数与运算符',
277277
collapsible: true,
278278
children: [
279-
{ text: 'UDF函数库', link: 'UDF-Libraries_apache' },
280279
{ text: '函数与运算符', link: 'Operator-and-Expression' },
281280
{ text: '内置函数与表达式', link: 'Function-and-Expression' },
282281
],

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ export const enSidebar = {
281281
text: 'Functions and Operators',
282282
collapsible: true,
283283
children: [
284-
{ text: 'UDF Libraries', link: 'UDF-Libraries_apache' },
285284
{
286285
text: 'Operator and Expression',
287286
link: 'Operator-and-Expression',

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ export const zhSidebar = {
272272
text: '函数与运算符',
273273
collapsible: true,
274274
children: [
275-
{ text: 'UDF函数库', link: 'UDF-Libraries_apache' },
276275
{ text: '函数与运算符', link: 'Operator-and-Expression' },
277276
{ text: '内置函数与表达式', link: 'Function-and-Expression' },
278277
],

0 commit comments

Comments
 (0)