Skip to content
Merged
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
31 changes: 24 additions & 7 deletions src/.vuepress/sidebar/V2.0.x/en-Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ export const enSidebar = {
text: 'IoTDB User Guide (V2.0.x)',
children: [],
},
{
text: 'About IoTDB',
collapsible: true,
prefix: 'IoTDB-Introduction/',
children: [
{ text: 'IoTDB Introduction', link: 'IoTDB-Introduction_apache' },
{ text: 'Scenario', link: 'Scenario' },
{ text: 'Release history', link: 'Release-history_apache' },
],
},
{
text: 'Background knowledge',
collapsible: true,
Expand All @@ -41,7 +51,6 @@ export const enSidebar = {
text: 'Deployment & Maintenance',
collapsible: true,
prefix: 'Deployment-and-Maintenance/',
// children: 'structure',
children: [
{ text: 'Deployment form', link: 'Deployment-form_apache' },
{ text: 'Obtain TimechoDB', link: 'IoTDB-Package_apache' },
Expand All @@ -67,7 +76,6 @@ export const enSidebar = {
text: 'Basic Functions',
collapsible: true,
prefix: 'Basic-Concept/',
// children: 'structure',
children: [
{
text: 'Data Modeling',
Expand All @@ -93,7 +101,6 @@ export const enSidebar = {
text: 'Advanced Features',
collapsible: true,
prefix: 'User-Manual/',
// children: 'structure',
children: [
{ text: 'Data Sync', link: 'Data-Sync_apache' },
{
Expand All @@ -110,16 +117,28 @@ export const enSidebar = {
text: 'Tools System',
collapsible: true,
prefix: 'Tools-System/',
// children: 'structure',
children: [
{ text: 'CLI', link: 'CLI' },
{ text: 'Monitor Tool', link: 'Monitor-Tool_apache' },
{ text: 'Benchmark Tool', link: 'Benchmark' },
{ text: 'Cluster Management Tool', link: 'Maintenance-Tool_apache' },
],
},
{
text: 'API',
collapsible: true,
prefix: 'API/',
children: [
{ text: 'Java Native API', link: 'Programming-Java-Native-API' },
{ text: 'Python Native API', link: 'Programming-Python-Native-API' },
{ text: 'JDBC', link: 'Programming-JDBC' },
{ text: 'RESTAPI V1 ', link: 'RestServiceV1' },
],
},
{
text: 'SQL Manual',
collapsible: true,
prefix: 'SQL-Manual/',
// children: 'structure',
children: [
{ text: 'Identifier', link: 'Identifier' },
{ text: 'Keywords', link: 'Keywords' },
Expand Down Expand Up @@ -152,7 +171,6 @@ export const enSidebar = {
text: 'Technical Insider',
collapsible: true,
prefix: 'Technical-Insider/',
// children: 'structure',
children: [
{ text: 'Compression & Encoding', link: 'Encoding-and-Compression' },
{ text: 'Data Partitioning & Load Balancing', link: 'Cluster-data-partitioning' },
Expand All @@ -162,7 +180,6 @@ export const enSidebar = {
text: 'Reference',
collapsible: true,
prefix: 'Reference/',
// children: 'structure',
children: [
{ text: 'Sample Data', link: 'Sample-Data' },
{ text: 'Config Manual', link: 'System-Config-Manual' },
Expand Down
11 changes: 0 additions & 11 deletions src/.vuepress/sidebar/V2.0.x/en-Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export const enSidebar = {
text: 'About IoTDB',
collapsible: true,
prefix: 'IoTDB-Introduction/',
// children: 'structure', 使用该方式自动获取文件夹下的文件
children: [
{ text: 'IoTDB Introduction', link: 'IoTDB-Introduction_apache' },
{ text: 'Scenario', link: 'Scenario' },
Expand Down Expand Up @@ -57,7 +56,6 @@ export const enSidebar = {
text: 'Deployment & Maintenance',
collapsible: true,
prefix: 'Deployment-and-Maintenance/',
// children: 'structure',
children: [
{ text: 'Obtain IoTDB', link: 'IoTDB-Package_apache' },
{ text: 'Database Resources', link: 'Database-Resources' },
Expand All @@ -75,7 +73,6 @@ export const enSidebar = {
text: 'Basic Functions',
collapsible: true,
prefix: 'Basic-Concept/',
// children: 'structure',
children: [
{
text: 'Data Modeling',
Expand All @@ -95,7 +92,6 @@ export const enSidebar = {
text: 'Advanced Features',
collapsible: true,
prefix: 'User-Manual/',
// children: 'structure',
children: [
{ text: 'Data Sync', link: 'Data-Sync_apache' },
{ text: 'Data Subscription', link: 'Data-subscription' },
Expand Down Expand Up @@ -133,7 +129,6 @@ export const enSidebar = {
text: 'Tools System',
collapsible: true,
prefix: 'Tools-System/',
// children: 'structure',
children: [
{ text: 'Command Line Interface (CLI)', link: 'CLI' },
{ text: 'Monitor Tool', link: 'Monitor-Tool_apache' },
Expand All @@ -147,7 +142,6 @@ export const enSidebar = {
text: 'API',
collapsible: true,
prefix: 'API/',
// children: 'structure',
children: [
{ text: 'Java Native Interface', collapsible: true,
children: [
Expand Down Expand Up @@ -178,7 +172,6 @@ export const enSidebar = {
text: 'Ecosystem Integration',
collapsible: true,
prefix: 'Ecosystem-Integration/',
// children: 'structure',
children: [
{ text: 'Apache Flink(IoTDB)', link: 'Flink-IoTDB' },
{ text: 'Apache Flink(TsFile)', link: 'Flink-TsFile' },
Expand All @@ -199,7 +192,6 @@ export const enSidebar = {
text: 'SQL Manual',
collapsible: true,
prefix: 'SQL-Manual/',
// children: 'structure',
children: [
{ text: 'SQL Manual', link: 'SQL-Manual' },
{
Expand All @@ -223,7 +215,6 @@ export const enSidebar = {
text: 'Technical Insider',
collapsible: true,
prefix: 'Technical-Insider/',
// children: 'structure',
children: [
{ text: 'Research Paper ', link: 'Publication' },
{ text: 'Compression & Encoding', link: 'Encoding-and-Compression' },
Expand All @@ -237,7 +228,6 @@ export const enSidebar = {
text: 'Reference',
collapsible: true,
prefix: 'Reference/',
// children: 'structure',
children: [
{
text: 'Config Manual',
Expand Down Expand Up @@ -266,7 +256,6 @@ export const enSidebar = {
text: 'FAQ',
collapsible: true,
prefix: 'FAQ/',
// children: 'structure',
children: [
{
text: 'Frequently Asked Questions',
Expand Down
9 changes: 0 additions & 9 deletions src/.vuepress/sidebar/V2.0.x/zh-Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export const zhSidebar = {
text: '关于IoTDB',
collapsible: true,
prefix: 'IoTDB-Introduction/',
// children: 'structure', 使用该方式自动获取文件夹下的文件
children: [
{ text: '产品介绍', link: 'IoTDB-Introduction_apache' },
{ text: '应用场景', link: 'Scenario' },
Expand All @@ -52,7 +51,6 @@ export const zhSidebar = {
text: '部署与运维',
collapsible: true,
prefix: 'Deployment-and-Maintenance/',
// children: 'structure',
children: [
{ text: '部署形态', link: 'Deployment-form_apache' },
{ text: '安装包获取', link: 'IoTDB-Package_apache' },
Expand All @@ -67,7 +65,6 @@ export const zhSidebar = {
text: '基础功能',
collapsible: true,
prefix: 'Basic-Concept/',
// children: 'structure',
children: [
{ text: '数据库管理', link: 'Database-Management' },
{ text: '表管理', link: 'Table-Management' },
Expand All @@ -87,7 +84,6 @@ export const zhSidebar = {
text: '高级功能',
collapsible: true,
prefix: 'User-Manual/',
// children: 'structure',
children: [
{ text: '数据同步', link: 'Data-Sync_apache' },
{
Expand All @@ -104,7 +100,6 @@ export const zhSidebar = {
text: '工具体系',
collapsible: true,
prefix: 'Tools-System/',
// children: 'structure',
children: [
{ text: '命令行工具', link: 'CLI' },
{ text: '监控工具', link: 'Monitor-Tool_apache' },
Expand All @@ -115,7 +110,6 @@ export const zhSidebar = {
text: '应用编程接口',
collapsible: true,
prefix: 'API/',
// children: 'structure',
children: [
{ text: 'Java原生接口', link: 'Programming-Java-Native-API' },
{ text: 'Python原生接口', link: 'Programming-Python-Native-API' },
Expand All @@ -127,7 +121,6 @@ export const zhSidebar = {
text: 'SQL手册',
collapsible: true,
prefix: 'SQL-Manual/',
// children: 'structure',
children: [
{ text: '标识符', link: 'Identifier' },
{ text: '保留字&关键字', link: 'Keywords' },
Expand Down Expand Up @@ -160,7 +153,6 @@ export const zhSidebar = {
text: '技术内幕',
collapsible: true,
prefix: 'Technical-Insider/',
// children: 'structure',
children: [
{ text: '压缩&编码', link: 'Encoding-and-Compression' },
{ text: '数据分区和负载均衡', link: 'Cluster-data-partitioning' },
Expand All @@ -170,7 +162,6 @@ export const zhSidebar = {
text: '附录',
collapsible: true,
prefix: 'Reference/',
// children: 'structure',
children: [
{ text: '示例数据', link: 'Sample-Data' },
{ text: '配置参数', link: 'System-Config-Manual' },
Expand Down
11 changes: 0 additions & 11 deletions src/.vuepress/sidebar/V2.0.x/zh-Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export const zhSidebar = {
text: '关于IoTDB',
collapsible: true,
prefix: 'IoTDB-Introduction/',
// children: 'structure', 使用该方式自动获取文件夹下的文件
children: [
{ text: '产品介绍', link: 'IoTDB-Introduction_apache' },
{ text: '应用场景', link: 'Scenario' },
Expand All @@ -52,7 +51,6 @@ export const zhSidebar = {
text: '部署与运维',
collapsible: true,
prefix: 'Deployment-and-Maintenance/',
// children: 'structure',
children: [
{ text: '部署形态', link: 'Deployment-form' },
{ text: '安装包获取', link: 'IoTDB-Package_apache' },
Expand All @@ -68,7 +66,6 @@ export const zhSidebar = {
text: '基础功能',
collapsible: true,
prefix: 'Basic-Concept/',
// children: 'structure',
children: [
{ text: '测点管理', link: 'Operate-Metadata_apache' },
{ text: '写入&删除', link: 'Write-Delete-Data' },
Expand All @@ -79,7 +76,6 @@ export const zhSidebar = {
text: '高级功能',
collapsible: true,
prefix: 'User-Manual/',
// children: 'structure',
children: [
{ text: '数据同步', link: 'Data-Sync_apache' },
{ text: '数据订阅', link: 'Data-subscription' },
Expand Down Expand Up @@ -115,7 +111,6 @@ export const zhSidebar = {
text: '工具体系',
collapsible: true,
prefix: 'Tools-System/',
// children: 'structure',
children: [
{ text: '命令行工具', link: 'CLI' },
{ text: '监控工具', link: 'Monitor-Tool_apache' },
Expand All @@ -129,7 +124,6 @@ export const zhSidebar = {
text: '应用编程接口',
collapsible: true,
prefix: 'API/',
// children: 'structure',
children: [
{ text: 'Java原生接口', collapsible: true,
children: [
Expand Down Expand Up @@ -160,7 +154,6 @@ export const zhSidebar = {
text: '系统集成',
collapsible: true,
prefix: 'Ecosystem-Integration/',
// children: 'structure',
children: [
{ text: 'Apache Flink(IoTDB)', link: 'Flink-IoTDB' },
{ text: 'Apache Flink(TsFile)', link: 'Flink-TsFile' },
Expand All @@ -181,7 +174,6 @@ export const zhSidebar = {
text: 'SQL手册',
collapsible: true,
prefix: 'SQL-Manual/',
// children: 'structure',
children: [
{ text: '标识符', link: 'Syntax-Rule' },
{ text: '关键字', link: 'Keywords' },
Expand All @@ -201,7 +193,6 @@ export const zhSidebar = {
text: '技术内幕',
collapsible: true,
prefix: 'Technical-Insider/',
// children: 'structure',
children: [
{ text: '研究论文', link: 'Publication' },
{ text: '压缩&编码', link: 'Encoding-and-Compression' },
Expand All @@ -212,7 +203,6 @@ export const zhSidebar = {
text: '附录',
collapsible: true,
prefix: 'Reference/',
// children: 'structure',
children: [
{
text: '配置参数',
Expand All @@ -230,7 +220,6 @@ export const zhSidebar = {
text: 'FAQ',
collapsible: true,
prefix: 'FAQ/',
// children: 'structure',
children: [{ text: '常见问题', link: 'Frequently-asked-questions' }],
},
],
Expand Down
Loading