Skip to content

Commit e4a557b

Browse files
authored
Add Function Document (#549)
1 parent 33e1a90 commit e4a557b

File tree

6 files changed

+2498
-0
lines changed

6 files changed

+2498
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,14 @@ export const zhSidebar = {
135135
{ text: 'LIMIT&OFFSET子句', link: 'Limit-Offset-Clause' },
136136
],
137137
},
138+
{
139+
text: '函数与操作符',
140+
collapsible: true,
141+
children: [
142+
{ text: '基础函数', link: 'Basis-Function' },
143+
{ text: '特色函数', link: 'Featured-Functions' },
144+
],
145+
},
138146
],
139147
},
140148
{

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,14 @@ export const zhSidebar = {
137137
{ text: 'LIMIT&OFFSET子句', link: 'Limit-Offset-Clause' },
138138
],
139139
},
140+
{
141+
text: '函数与操作符',
142+
collapsible: true,
143+
children: [
144+
{ text: '基础函数', link: 'Basis-Function' },
145+
{ text: '特色函数', link: 'Featured-Functions' },
146+
],
147+
},
140148
],
141149
},
142150
{

0 commit comments

Comments
 (0)