Skip to content

Commit da331cb

Browse files
authored
remove template from tree model (#928)
1 parent 6c9d134 commit da331cb

File tree

18 files changed

+8084
-5332
lines changed

18 files changed

+8084
-5332
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ export const zhSidebar = {
258258
children: [
259259
{ text: '标识符', link: 'Syntax-Rule' },
260260
{ text: '关键字', link: 'Keywords' },
261-
{ text: 'SQL手册', link: 'SQL-Manual' },
261+
{ text: 'SQL手册', link: 'SQL-Manual_apache' },
262262
{
263263
text: '函数与运算符',
264264
collapsible: true,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ export const zhSidebar = {
277277
children: [
278278
{ text: '标识符', link: 'Syntax-Rule' },
279279
{ text: '关键字', link: 'Keywords' },
280-
{ text: 'SQL手册', link: 'SQL-Manual' },
280+
{ text: 'SQL手册', link: 'SQL-Manual_timecho' },
281281
{
282282
text: '函数与运算符',
283283
collapsible: true,

0 commit comments

Comments
 (0)