Skip to content
Open
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/V2.0.x/en-Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ export const enSidebar = {
children: [
{ text: 'Identifiers', link: 'Syntax-Rule' },
{ text: 'Keywords', link: 'Keywords' },
{ text: 'SQL Manual', link: 'SQL-Manual' },
{ text: 'SQL Manual', link: 'SQL-Manual_apache' },
{
text: 'Functions and Operators',
collapsible: true,
Expand Down
2 changes: 1 addition & 1 deletion src/.vuepress/sidebar/V2.0.x/zh-Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ export const zhSidebar = {
children: [
{ text: '标识符', link: 'Syntax-Rule' },
{ text: '关键字', link: 'Keywords' },
{ text: 'SQL手册', link: 'SQL-Manual' },
{ text: 'SQL手册', link: 'SQL-Manual_apache' },
{
text: '函数与运算符',
collapsible: true,
Expand Down
2 changes: 1 addition & 1 deletion src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export const enSidebar = {
children: [
{ text: 'Identifiers', link: 'Syntax-Rule' },
{ text: 'Keywords', link: 'Keywords' },
{ text: 'SQL Manual', link: 'SQL-Manual' },
{ text: 'SQL Manual', link: 'SQL-Manual_timecho' },
{
text: 'Functions and Operators',
collapsible: true,
Expand Down
2 changes: 1 addition & 1 deletion src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export const zhSidebar = {
children: [
{ text: '标识符', link: 'Syntax-Rule' },
{ text: '关键字', link: 'Keywords' },
{ text: 'SQL手册', link: 'SQL-Manual' },
{ text: 'SQL手册', link: 'SQL-Manual_timecho' },
{
text: '函数与运算符',
collapsible: true,
Expand Down
Loading