Skip to content

Commit

Permalink
fixing bad urls and the SQL Manual statement formatting (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghui42 authored Jan 31, 2024
1 parent aef4413 commit 979c7fa
Show file tree
Hide file tree
Showing 21 changed files with 1,420 additions and 678 deletions.
3 changes: 1 addition & 2 deletions src/.vuepress/sidebar/V1.2.x/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@ export const zhSidebar = {
prefix: 'Deployment-and-Maintenance/',
// children: 'structure',
children: [
{ text: '环境要求', link: 'Environmental-Requirement' },
{ text: '部署准备', link: 'Deployment-Preparation' },
{ text: '资源推荐', link: 'Deployment-Recommendation' },
{ text: '安装包获取', link: 'Get-Installation-Package' },
{ text: '部署指导', link: 'Deployment-Guide' },
{ text: 'docker部署', link: 'Docker-Install' },
],
Expand Down
1 change: 0 additions & 1 deletion src/.vuepress/sidebar/V1.3.x/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ export const enSidebar = {
{ text: 'Kafka', link: 'Programming-Kafka' },
{ text: 'REST API V1 (Not Recommend)', link: 'RestServiceV1' },
{ text: 'REST API V2', link: 'RestServiceV2' },
{ text: 'TsFile API', link: 'Programming-TsFile-API' },
],
},
{
Expand Down
4 changes: 1 addition & 3 deletions src/.vuepress/sidebar/V1.3.x/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@ export const zhSidebar = {
prefix: 'Deployment-and-Maintenance/',
// children: 'structure',
children: [
{ text: '环境要求', link: 'Environmental-Requirement' },
{ text: '部署准备', link: 'Deployment-Preparation' },
{ text: '资源推荐', link: 'Deployment-Recommendation' },
{ text: '安装包获取', link: 'Get-Installation-Package' },
{ text: '部署指导', link: 'Deployment-Guide' },
{ text: 'docker部署', link: 'Docker-Install' },
],
Expand Down Expand Up @@ -122,7 +121,6 @@ export const zhSidebar = {
{ text: 'Kafka', link: 'Programming-Kafka' },
{ text: 'REST API V1', link: 'RestServiceV1' },
{ text: 'REST API V2', link: 'RestServiceV2' },
{ text: 'TsFile API', link: 'Programming-TsFile-API' },
],
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/.vuepress/sidebar_timecho/V1.2.x/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const zhSidebar = {
prefix: 'Deployment-and-Maintenance/',
// children: 'structure',
children: [
{ text: '环境要求', link: 'Environmental-Requirement' },
{ text: '部署准备', link: 'Deployment-Preparation' },
{ text: '资源推荐', link: 'Deployment-Recommendation' },
{ text: '部署指导', link: 'Deployment-Guide_timecho' },
{ text: 'docker部署', link: 'Docker-Install' },
Expand Down
1 change: 0 additions & 1 deletion src/.vuepress/sidebar_timecho/V1.3.x/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ export const enSidebar = {
{ text: 'Kafka', link: 'Programming-Kafka' },
{ text: 'REST API V1 (Not Recommend)', link: 'RestServiceV1' },
{ text: 'REST API V2', link: 'RestServiceV2' },
{ text: 'TsFile API', link: 'Programming-TsFile-API' },
],
},
{
Expand Down
3 changes: 1 addition & 2 deletions src/.vuepress/sidebar_timecho/V1.3.x/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const zhSidebar = {
prefix: 'Deployment-and-Maintenance/',
// children: 'structure',
children: [
{ text: '环境要求', link: 'Environmental-Requirement' },
{ text: '部署准备', link: 'Deployment-Preparation' },
{ text: '资源推荐', link: 'Deployment-Recommendation' },
{ text: '部署指导', link: 'Deployment-Guide_timecho' },
{ text: 'docker部署', link: 'Docker-Install' },
Expand Down Expand Up @@ -127,7 +127,6 @@ export const zhSidebar = {
{ text: 'Kafka', link: 'Programming-Kafka' },
{ text: 'REST API V1', link: 'RestServiceV1' },
{ text: 'REST API V2', link: 'RestServiceV2' },
{ text: 'TsFile API', link: 'Programming-TsFile-API' },
],
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@

> **# Linux** <br>`sudo sysctl -w net.core.somaxconn=65535` <br>**# FreeBSD 或 Darwin** <br>`sudo sysctl -w kern.ipc.somaxconn=65535`
## 安装包获取

企业版安装包可经由商务获取。
Loading

0 comments on commit 979c7fa

Please sign in to comment.