Skip to content

Commit 9a46653

Browse files
committed
fix: update xref paths to reflect new file organization
1 parent f88eaa1 commit 9a46653

8 files changed

Lines changed: 27 additions & 27 deletions

File tree

CN/modules/ROOT/pages/master/cluster_setup.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
== 主节点
99

1010
=== 安装并启动数据库
11-
yum源快速安装数据库,请参考xref:master/quick_start.adoc#从yum源安装ivorysql数据库[从yum源安装ivorysql数据库]。
11+
yum源快速安装数据库,请参考xref:master/getting-started/quick_start.adoc#从yum源安装ivorysql数据库[从yum源安装ivorysql数据库]。
1212

1313
想要获取更多安装方式,请参考xref:master/installation_guide.adoc[安装指南]。
1414

@@ -56,7 +56,7 @@ $ pg_ctl restart
5656

5757
== 备节点
5858
=== 安装数据库
59-
Yum源快速安装数据库,请参考xref:master/quick_start.adoc#从yum源安装ivorysql数据库[从yum源安装ivorysql数据库]。
59+
Yum源快速安装数据库,请参考xref:master/getting-started/quick_start.adoc#从yum源安装ivorysql数据库[从yum源安装ivorysql数据库]。
6060

6161
想要获取更多安装方式,请参考xref:master/installation_guide.adoc[安装指南]。
6262

CN/modules/ROOT/pages/master/contribution/community_contribution_guide.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ IvorySQL源码托管在github: <https://github.com/IvorySQL>。
7979

8080
* 有新的功能建议或使用体验改进?
8181

82-
如果您准备向社区上报 Bug 或者提交需求,请在 IvorySQL 社区对应的仓库上提交 Issue,并参考Issue xref:./issue_submission_guide.adoc[提交指南]。
82+
如果您准备向社区上报 Bug 或者提交需求,请在 IvorySQL 社区对应的仓库上提交 Issue,并参考Issue xref:master/contribution/issue_submission_guide.adoc[提交指南]。
8383

8484
==== 参与社区讨论
8585

CN/modules/ROOT/pages/master/issue_submission_guide.adoc renamed to CN/modules/ROOT/pages/master/contribution/issue_submission_guide.adoc

File renamed without changes.

CN/modules/ROOT/pages/master/ecosystem_components/ecosystem_overview.adoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ IvorySQL 作为一款兼容 Oracle 且基于 PostgreSQL 的高级开源数据库
1111
[cols="1,2,1,3,3"]
1212
|====
1313
|*序号*|*插件名称*|*版本*|*功能描述*|*适用场景*
14-
| 1 | xref:master/postgis.adoc[postgis] | 3.5.4 | 为 IvorySQL 提供地理空间数据支持,包括空间索引、空间函数和地理对象存储 | 地理信息系统(GIS)、地图服务、位置数据分析
15-
| 2 | xref:master/pgvector.adoc[pgvector] | 0.8.1 | 支持向量相似性搜索,可用于存储和检索高维向量数据| AI 应用、图像检索、推荐系统、语义搜索
16-
| 3 | xref:master/pgddl.adoc[pgddl (DDL Extractor)] | 0.31 | 提取数据库中的 DDL(数据定义语言)语句,便于版本管理和迁移 | 数据库版本控制、CI/CD 集成、结构比对与同步
17-
| 4 | xref:master/pg_cron.adoc[pg_cron]​ | 1.6.0 | 提供数据库内部的定时任务调度功能,支持定期执行SQL语句 | 数据清理、定期统计、自动化维护任务
18-
| 5 | xref:master/pgsql_http.adoc[pgsql-http]​ | 1.7.0 | 允许在SQL中发起HTTP请求,与外部Web服务进行交互 | 数据采集、API集成、微服务调用
19-
| 6 | xref:master/plpgsql_check.adoc[plpgsql_check] | 2.8 | 提供PL/pgSQL代码的静态分析功能,可在开发阶段发现潜在错误 | 存储过程开发、代码质量检查、调试优化
20-
| 7 | xref:master/pgroonga.adoc[pgroonga] | 4.0.4 | 提供​非英语语言全文搜索功能,满足高性能应用的需求 | 中日韩等语言的全文搜索功能
21-
| 8 | xref:master/pgaudit.adoc[pgaudit] | 18.0 | 提供细粒度的审计功能,记录数据库操作日志,便于安全审计和合规性检查 | 数据库安全审计、合规性检查、审计报告生成
22-
| 9 | xref:master/pgrouting.adoc[pgrouting] | 3.8.0 | 提供地理空间数据的路由计算功能,支持多种算法和数据格式 | 地理空间分析、路径规划、物流优化
23-
| 10 | xref:master/system_stats.adoc[system_stats] | 3.2 | 提供用于访问系统级统计信息的函数 | 系统监控
14+
| 1 | xref:master/ecosystem_components/postgis.adoc[postgis] | 3.5.4 | 为 IvorySQL 提供地理空间数据支持,包括空间索引、空间函数和地理对象存储 | 地理信息系统(GIS)、地图服务、位置数据分析
15+
| 2 | xref:master/ecosystem_components/pgvector.adoc[pgvector] | 0.8.1 | 支持向量相似性搜索,可用于存储和检索高维向量数据| AI 应用、图像检索、推荐系统、语义搜索
16+
| 3 | xref:master/ecosystem_components/pgddl.adoc[pgddl (DDL Extractor)] | 0.31 | 提取数据库中的 DDL(数据定义语言)语句,便于版本管理和迁移 | 数据库版本控制、CI/CD 集成、结构比对与同步
17+
| 4 | xref:master/ecosystem_components/pg_cron.adoc[pg_cron]​ | 1.6.0 | 提供数据库内部的定时任务调度功能,支持定期执行SQL语句 | 数据清理、定期统计、自动化维护任务
18+
| 5 | xref:master/ecosystem_components/pgsql_http.adoc[pgsql-http]​ | 1.7.0 | 允许在SQL中发起HTTP请求,与外部Web服务进行交互 | 数据采集、API集成、微服务调用
19+
| 6 | xref:master/ecosystem_components/plpgsql_check.adoc[plpgsql_check] | 2.8 | 提供PL/pgSQL代码的静态分析功能,可在开发阶段发现潜在错误 | 存储过程开发、代码质量检查、调试优化
20+
| 7 | xref:master/ecosystem_components/pgroonga.adoc[pgroonga] | 4.0.4 | 提供​非英语语言全文搜索功能,满足高性能应用的需求 | 中日韩等语言的全文搜索功能
21+
| 8 | xref:master/ecosystem_components/pgaudit.adoc[pgaudit] | 18.0 | 提供细粒度的审计功能,记录数据库操作日志,便于安全审计和合规性检查 | 数据库安全审计、合规性检查、审计报告生成
22+
| 9 | xref:master/ecosystem_components/pgrouting.adoc[pgrouting] | 3.8.0 | 提供地理空间数据的路由计算功能,支持多种算法和数据格式 | 地理空间分析、路径规划、物流优化
23+
| 10 | xref:master/ecosystem_components/system_stats.adoc[system_stats] | 3.2 | 提供用于访问系统级统计信息的函数 | 系统监控
2424
|====
2525

2626
这些插件均经过 IvorySQL 团队的测试和适配,确保在 IvorySQL 环境下稳定运行。用户可以根据业务需求选择合适的插件,进一步提升数据库系统的能力和灵活性。

CN/modules/ROOT/pages/master/installation_guide.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ IvorySQL安装方式包括以下5种:
1414
- <<源码安装>>
1515
- <<deb安装>>
1616

17-
本章将详细介绍每种方式的安装、运行及卸载过程。想要更快获得IvorySQL,请参阅xref:master/quick_start.adoc#快速开始[快速开始]。
17+
本章将详细介绍每种方式的安装、运行及卸载过程。想要更快获得IvorySQL,请参阅xref:master/getting-started/quick_start.adoc#快速开始[快速开始]。
1818

1919
同样,安装前请先创建一个用户,并赋予其root权限,安装、使用和卸载均以该用户执行。这里以ivorysql用户为例。
2020

EN/modules/ROOT/pages/master/cluster_setup.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This chapter is a demo to show you how to build an IvorySQL cluster. Just take a
88
== Primary node
99

1010
=== Installing and start database
11-
For quick database installation by yum, please refer to xref:master/quick_start.adoc#quick-installation[Quick installation]。
11+
For quick database installation by yum, please refer to xref:master/getting-started/quick_start.adoc#quick-installation[Quick installation]。
1212

1313
For more installation options, please refer to xref:master/installation_guide.adoc#Installation[Installation]。
1414
[NOTE]
@@ -55,7 +55,7 @@ $ pg_ctl restart
5555

5656
== Standby node
5757
=== Installing database
58-
For quick database installation by yum, please refer to xref:master/quick_start.adoc#quick-installation[Quick installation]。
58+
For quick database installation by yum, please refer to xref:master/getting-started/quick_start.adoc#quick-installation[Quick installation]。
5959

6060
For more installation options, please refer to xref:master/installation_guide.adoc#Installation[Installation]。
6161

EN/modules/ROOT/pages/master/ecosystem_components/ecosystem_overview.adoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ IvorySQL, as an advanced open-source database compatible with Oracle and based o
1212
[cols="1,2,1,3,3"]
1313
|====
1414
|*Index*|*Plugin Name*|*Version*|*Function Description*|*Use Cases*
15-
|*1*| xref:master/postgis.adoc[postgis] | 3.5.4 | Provides geospatial data support for IvorySQL, including spatial indexes, spatial functions, and geographic object storage | Geographic Information Systems (GIS), map services, location data analysis
16-
|*2*| xref:master/pgvector.adoc[pgvector] | 0.8.1 | Supports vector similarity search, can be used to store and retrieve high-dimensional vector data| AI applications, image retrieval, recommendation systems, semantic search
17-
|*3*| xref:master/pgddl.adoc[pgddl (DDL Extractor)] | 0.31 | Extracts DDL (Data Definition Language) statements from databases, facilitating version management and migration | Database version control, CI/CD integration, structure comparison and synchronization
18-
|*4*| xref:master/pg_cron.adoc[pg_cron]​ | 1.6.0 | Provides database-internal scheduled task scheduling functionality, supports regular SQL statement execution | Data cleanup, regular statistics, automated maintenance tasks
19-
|*5*| xref:master/pgsql_http.adoc[pgsql-http]​ | 1.7.0 | Allows HTTP requests to be initiated in SQL, interacting with external web services | Data collection, API integration, microservice calls
20-
|*6*| xref:master/plpgsql_check.adoc[plpgsql_check] | 2.8 | Provides static analysis functionality for PL/pgSQL code, can detect potential errors during development | Stored procedure development, code quality checking, debugging and optimization
21-
|*7*| xref:master/pgroonga.adoc[pgroonga] | 4.0.4 | Provides full-text search functionality for non-English languages, meeting the needs of high-performance applications | Full-text search capabilities for languages like Chinese, Japanese, and Korean
22-
|*8*| xref:master/pgaudit.adoc[pgaudit] | 18.0 | Provides fine-grained auditing, recording database operation logs to support security auditing and compliance checks | Database security auditing, compliance checks, audit report generation
23-
|*9*| xref:master/pgrouting.adoc[pgrouting] | 3.8.0 | Provides routing computation for geospatial data, supporting multiple algorithms and data formats | Geospatial analysis, route planning, logistics optimization
24-
|*10*| xref:master/system_stats.adoc[system_stats] | 3.2 | Provide functions for accessing system-level statistics. | system monitor
15+
|*1*| xref:master/ecosystem_components/postgis.adoc[postgis] | 3.5.4 | Provides geospatial data support for IvorySQL, including spatial indexes, spatial functions, and geographic object storage | Geographic Information Systems (GIS), map services, location data analysis
16+
|*2*| xref:master/ecosystem_components/pgvector.adoc[pgvector] | 0.8.1 | Supports vector similarity search, can be used to store and retrieve high-dimensional vector data| AI applications, image retrieval, recommendation systems, semantic search
17+
|*3*| xref:master/ecosystem_components/pgddl.adoc[pgddl (DDL Extractor)] | 0.31 | Extracts DDL (Data Definition Language) statements from databases, facilitating version management and migration | Database version control, CI/CD integration, structure comparison and synchronization
18+
|*4*| xref:master/ecosystem_components/pg_cron.adoc[pg_cron]​ | 1.6.0 | Provides database-internal scheduled task scheduling functionality, supports regular SQL statement execution | Data cleanup, regular statistics, automated maintenance tasks
19+
|*5*| xref:master/ecosystem_components/pgsql_http.adoc[pgsql-http]​ | 1.7.0 | Allows HTTP requests to be initiated in SQL, interacting with external web services | Data collection, API integration, microservice calls
20+
|*6*| xref:master/ecosystem_components/plpgsql_check.adoc[plpgsql_check] | 2.8 | Provides static analysis functionality for PL/pgSQL code, can detect potential errors during development | Stored procedure development, code quality checking, debugging and optimization
21+
|*7*| xref:master/ecosystem_components/pgroonga.adoc[pgroonga] | 4.0.4 | Provides full-text search functionality for non-English languages, meeting the needs of high-performance applications | Full-text search capabilities for languages like Chinese, Japanese, and Korean
22+
|*8*| xref:master/ecosystem_components/pgaudit.adoc[pgaudit] | 18.0 | Provides fine-grained auditing, recording database operation logs to support security auditing and compliance checks | Database security auditing, compliance checks, audit report generation
23+
|*9*| xref:master/ecosystem_components/pgrouting.adoc[pgrouting] | 3.8.0 | Provides routing computation for geospatial data, supporting multiple algorithms and data formats | Geospatial analysis, route planning, logistics optimization
24+
|*10*| xref:master/ecosystem_components/system_stats.adoc[system_stats] | 3.2 | Provide functions for accessing system-level statistics. | system monitor
2525
|====
2626

2727
These plugins have all been tested and adapted by the IvorySQL team to ensure stable operation in the IvorySQL environment. Users can select appropriate plugins based on business needs to further enhance the capabilities and flexibility of the database system.

EN/modules/ROOT/pages/master/installation_guide.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The installation methods for IvorySQL include the following five:
1515
- <<deb-installation>>
1616

1717

18-
This chapter will provide detailed instructions on the installation, execution, and uninstallation processes for each method. For a quicker access to IvorySQL, please refer to xref:master/quick_start.adoc#quick-installation[Quick installation].
18+
This chapter will provide detailed instructions on the installation, execution, and uninstallation processes for each method. For a quicker access to IvorySQL, please refer to xref:master/getting-started/quick_start.adoc#quick-installation[Quick installation].
1919

2020
Before getting started, please create an user and grant it root privileges. All the installation steps will be performed by this user. Here we just name it 'ivorysql'.
2121

0 commit comments

Comments
 (0)