Skip to content

Commit 1e1452c

Browse files
committed
adjust catalog
1 parent 855d28b commit 1e1452c

File tree

2 files changed

+100
-92
lines changed

2 files changed

+100
-92
lines changed

CN/modules/ROOT/nav.adoc

Lines changed: 63 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,64 @@
1-
* IvorySQL
1+
* xref:2.adoc[关于IvorySQL]
22
** xref:welcome.adoc[欢迎]
33
** xref:1.adoc[发行说明]
4-
** xref:2.adoc[关于IvorySQL]
5-
** IvorySQL入门
6-
*** xref:3.1.adoc[快速开始]
7-
*** xref:3.2.adoc[日常监控]
8-
*** xref:3.3.adoc[日常维护]
9-
** IvorySQL高级
10-
*** xref:4.1.adoc[安装指南]
11-
*** xref:4.2.adoc[集群搭建]
12-
*** xref:4.5.adoc[迁移指南]
13-
*** xref:4.3.adoc[开发者指南]
14-
*** 容器化指南
15-
**** xref:4.6.1.adoc[K8S部署]
16-
**** xref:4.6.2.adoc[Operator部署]
17-
**** xref:4.6.4.adoc[Docker & Podman部署]
18-
**** xref:4.6.3.adoc[Docker Swarm & Docker Compose部署]
19-
*** xref:4.4.adoc[运维管理指南]
20-
*** 云服务平台指南
21-
**** xref:4.7.1.adoc[IvorySQL Cloud安装]
22-
**** xref:4.7.2.adoc[IvorySQL Cloud使用]
23-
** IvorySQL生态
24-
*** xref:cpu_arch_adp.adoc[芯片架构适配]
25-
*** xref:os_arch_adp.adoc[操作系统适配]
26-
*** 生态组件适配
27-
**** xref:5.0.adoc[概述]
28-
**** xref:5.1.adoc[postgis]
29-
**** xref:5.2.adoc[pgvector]
30-
**** xref:5.3.adoc[pgddl(DDL Extractor)]
31-
**** xref:5.4.adoc[pg_cron]
32-
**** xref:5.5.adoc[pgsql-http]
33-
**** xref:5.6.adoc[plpgsql_check]
34-
**** xref:5.7.adoc[pgroonga]
35-
**** xref:5.8.adoc[pgaudit]
36-
**** xref:5.9.adoc[pgrouting]
37-
**** xref:5.10.adoc[system_stats]
4+
* 快速上手
5+
** xref:3.1.adoc[快速开始]
6+
* 安装部署
7+
** xref:4.1.adoc[安装指南]
8+
** xref:4.2.adoc[集群搭建]
9+
* Oracle兼容功能
10+
** xref:7.3.adoc[1、大小写转换]
11+
** xref:7.5.adoc[2、LIKE操作符]
12+
** xref:7.6.adoc[3、匿名块]
13+
** xref:7.7.adoc[4、函数与存储过程]
14+
** xref:7.8.adoc[5、内置数据类型与内置函数]
15+
** xref:7.9.adoc[6、端口与IP]
16+
** xref:7.10.adoc[7、XML函数]
17+
** xref:7.11.adoc[8、sequence]
18+
** xref:7.12.adoc[9、包]
19+
** xref:7.13.adoc[10、不可见列]
20+
** xref:7.14.adoc[11、RowID]
21+
** xref:7.15.adoc[12、OUT 参数]
22+
** xref:7.16.adoc[13、%TYPE、%ROWTYPE]
23+
** xref:7.17.adoc[14、NLS 参数]
24+
** xref:7.18.adoc[15、Force View]
25+
** xref:7.19.adoc[16、嵌套子函数]
26+
** xref:7.20.adoc[17、sys_guid 函数]
27+
** xref:7.21.adoc[18、空字符串转null]
28+
*** xref:7.22.adoc[19、CALL INTO]
29+
* 容器化与云服务
30+
** 容器化指南
31+
*** xref:4.6.1.adoc[K8S部署]
32+
*** xref:4.6.2.adoc[Operator部署]
33+
*** xref:4.6.4.adoc[Docker & Podman部署]
34+
*** xref:4.6.3.adoc[Docker Swarm & Docker Compose部署]
35+
** 云服务平台指南
36+
*** xref:4.7.1.adoc[IvorySQL Cloud安装]
37+
*** xref:4.7.2.adoc[IvorySQL Cloud使用]
38+
* IvorySQL生态
39+
** xref:cpu_arch_adp.adoc[芯片架构适配]
40+
** xref:os_arch_adp.adoc[操作系统适配]
41+
** 生态组件适配
42+
*** xref:5.0.adoc[概述]
43+
*** xref:5.1.adoc[postgis]
44+
*** xref:5.2.adoc[pgvector]
45+
*** xref:5.3.adoc[pgddl(DDL Extractor)]
46+
*** xref:5.4.adoc[pg_cron]
47+
*** xref:5.5.adoc[pgsql-http]
48+
*** xref:5.6.adoc[plpgsql_check]
49+
*** xref:5.7.adoc[pgroonga]
50+
*** xref:5.8.adoc[pgaudit]
51+
*** xref:5.9.adoc[pgrouting]
52+
*** xref:5.10.adoc[system_stats]
53+
* 监控运维
54+
** xref:3.2.adoc[日常监控]
55+
** xref:3.3.adoc[日常维护]
56+
** xref:4.4.adoc[运维管理]
57+
* 数据迁移
58+
** xref:4.5.adoc[迁移指南]
59+
* IvorySQL开发者
60+
** xref:8.1.adoc[社区贡献指南]
61+
** xref:4.3.adoc[开发者指南]
3862
** IvorySQL架构设计
3963
*** 查询处理
4064
**** xref:6.1.1.adoc[双parser]
@@ -60,31 +84,10 @@
6084
**** xref:6.4.1.adoc[sys_context]
6185
**** xref:6.4.2.adoc[userenv]
6286
*** xref:6.5.adoc[国标GB18030]
63-
** Oracle兼容功能列表
64-
*** xref:7.3.adoc[1、大小写转换]
65-
*** xref:7.5.adoc[2、LIKE操作符]
66-
*** xref:7.6.adoc[3、匿名块]
67-
*** xref:7.7.adoc[4、函数与存储过程]
68-
*** xref:7.8.adoc[5、内置数据类型与内置函数]
69-
*** xref:7.9.adoc[6、端口与IP]
70-
*** xref:7.10.adoc[7、XML函数]
71-
*** xref:7.11.adoc[8、sequence]
72-
*** xref:7.12.adoc[9、包]
73-
*** xref:7.13.adoc[10、不可见列]
74-
*** xref:7.14.adoc[11、RowID]
75-
*** xref:7.15.adoc[12、OUT 参数]
76-
*** xref:7.16.adoc[13、%TYPE、%ROWTYPE]
77-
*** xref:7.17.adoc[14、NLS 参数]
78-
*** xref:7.18.adoc[15、Force View]
79-
*** xref:7.19.adoc[16、嵌套子函数]
80-
*** xref:7.20.adoc[17、sys_guid 函数]
81-
*** xref:7.21.adoc[18、空字符串转null]
82-
*** xref:7.22.adoc[19、CALL INTO]
83-
** IvorySQL贡献指南
84-
*** xref:8.1.adoc[社区贡献指南]
85-
*** xref:8.2.adoc[asciidoc语法快速参考]
87+
* 参考指南
8688
** xref:9.adoc[工具参考]
87-
** xref:10.adoc[FAQ]
88-
* PostgreSQL
89+
** xref:8.2.adoc[asciidoc语法快速参考]
8990
** xref:100.adoc[PG参数参考手册]
9091
** xref:110.adoc[PG函数参考手册]
92+
* 常见问题解答
93+
** xref:10.adoc[FAQ]

EN/modules/ROOT/nav.adoc

Lines changed: 37 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,37 @@
1-
* xref:welcome.adoc[Welcome]
2-
* xref:1.adoc[Release]
3-
* xref:2.adoc[About]
4-
* Getting Started with IvorySQL
1+
* xref:2.adoc[About IvorySQL]
2+
** xref:welcome.adoc[Welcome]
3+
** xref:1.adoc[Release]
4+
* Get Started
55
** xref:3.1.adoc[Quick Start]
6-
** xref:3.2.adoc[Monitoring]
7-
** xref:3.3.adoc[Maintenance]
8-
* IvorySQL Advanced Feature
6+
* Deploy
97
** xref:4.1.adoc[Installation]
108
** xref:4.2.adoc[Cluster]
11-
** xref:4.5.adoc[Migration]
12-
** xref:4.3.adoc[Developer]
9+
* Oracle Compatibility
10+
** xref:7.3.adoc[1、Case conversion]
11+
** xref:7.5.adoc[2、LIKE operator]
12+
** xref:7.6.adoc[3、anonymous block]
13+
** xref:7.7.adoc[4、functions and stored procedures]
14+
** xref:7.8.adoc[5、Built-in data types and built-in functions]
15+
** xref:7.9.adoc[6、ports and IP]
16+
** xref:7.10.adoc[7、XML Function]
17+
** xref:7.11.adoc[8、sequence]
18+
** xref:7.12.adoc[9、Package]
19+
** xref:7.13.adoc[10、Invisible Columns]
20+
** xref:7.14.adoc[11、RowID Column]
21+
** xref:7.15.adoc[12、OUT Parameter]
22+
** xref:7.16.adoc[13、%Type & %Rowtype]
23+
** xref:7.17.adoc[14、NLS Parameters]
24+
** xref:7.18.adoc[15、Force View]
25+
** xref:7.19.adoc[16、Nested Subfunctions]
26+
** xref:7.20.adoc[17、sys_guid Function]
27+
** xref:7.21.adoc[18、Empty String to NULL]
28+
** xref:7.22.adoc[19、CALL INTO]
29+
* Containerization and Cloud Service
1330
** Containerization
1431
*** xref:4.6.1.adoc[K8S deployment]
1532
*** xref:4.6.2.adoc[Operator deployment]
1633
*** xref:4.6.4.adoc[Docker & Podman deployment]
1734
*** xref:4.6.3.adoc[Docker Swarm & Docker Compose deployment]
18-
** xref:4.4.adoc[Operation Management]
1935
** Cloud Service Platform
2036
*** xref:4.7.1.adoc[IvorySQL Cloud Installation]
2137
*** xref:4.7.2.adoc[IvorySQL Cloud Usage]
@@ -34,6 +50,15 @@
3450
*** xref:5.8.adoc[pgaudit]
3551
*** xref:5.9.adoc[pgrouting]
3652
*** xref:5.10.adoc[system_stats]
53+
* Monitor and O&M
54+
** xref:3.2.adoc[Monitoring]
55+
** xref:3.3.adoc[Maintenance]
56+
** xref:4.4.adoc[Operation Management]
57+
* Data Migration
58+
** xref:4.5.adoc[Migration]
59+
* IvorySQL Developers
60+
** xref:4.3.adoc[Developer]
61+
** xref:8.adoc[Community contribution]
3762
* IvorySQL Architecture Design
3863
** Query Processing
3964
*** xref:6.1.1.adoc[Dual Parser]
@@ -59,26 +84,6 @@
5984
*** xref:6.4.1.adoc[sys_context]
6085
*** xref:6.4.2.adoc[userenv]
6186
** xref:6.5.adoc[GB18030 Character Set]
62-
* List of Oracle compatible features
63-
** xref:7.3.adoc[1、Case conversion]
64-
** xref:7.5.adoc[2、LIKE operator]
65-
** xref:7.6.adoc[3、anonymous block]
66-
** xref:7.7.adoc[4、functions and stored procedures]
67-
** xref:7.8.adoc[5、Built-in data types and built-in functions]
68-
** xref:7.9.adoc[6、ports and IP]
69-
** xref:7.10.adoc[7、XML Function]
70-
** xref:7.11.adoc[8、sequence]
71-
** xref:7.12.adoc[9、Package]
72-
** xref:7.13.adoc[10、Invisible Columns]
73-
** xref:7.14.adoc[11、RowID Column]
74-
** xref:7.15.adoc[12、OUT Parameter]
75-
** xref:7.16.adoc[13、%Type & %Rowtype]
76-
** xref:7.17.adoc[14、NLS Parameters]
77-
** xref:7.18.adoc[15、Force View]
78-
** xref:7.19.adoc[16、Nested Subfunctions]
79-
** xref:7.20.adoc[17、sys_guid Function]
80-
** xref:7.21.adoc[18、Empty String to NULL]
81-
** xref:7.22.adoc[19、CALL INTO]
82-
* xref:8.adoc[Community contribution]
83-
* xref:9.adoc[Tool Reference]
87+
* Reference
88+
** xref:9.adoc[Tool Reference]
8489
* xref:10.adoc[FAQ]

0 commit comments

Comments
 (0)