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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
19 changes: 0 additions & 19 deletions .docs-governance/owners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,74 +11,55 @@ owners:
- name: sql-functions
owner: "@zclllyybb"
paths:
- "docs/sql-manual/sql-functions/**"
- "versioned_docs/version-*/sql-manual/sql-functions/**"
- "i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/**"
- "i18n/zh-CN/docusaurus-plugin-content-docs/version-*/sql-manual/sql-functions/**"
doc_types:
- sql_function

- name: sql-statements
owner: "@apache/doris-sql-reviewers"
paths:
- "docs/sql-manual/sql-statements/**"
- "versioned_docs/version-*/sql-manual/sql-statements/**"
- "i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/**"
- "i18n/zh-CN/docusaurus-plugin-content-docs/version-*/sql-manual/sql-statements/**"

- name: install-and-deploy
owner: "@apache/doris-website-maintainers"
paths:
- "docs/install/**"
- "versioned_docs/version-*/install/**"
- "i18n/zh-CN/docusaurus-plugin-content-docs/current/install/**"
- "i18n/zh-CN/docusaurus-plugin-content-docs/version-*/install/**"

- name: lakehouse-and-ecosystem
owner: "@apache/doris-website-maintainers"
paths:
- "docs/lakehouse/**"
- "docs/ecosystem/**"
- "versioned_docs/version-*/lakehouse/**"
- "versioned_docs/version-*/ecosystem/**"
- "i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/**"
- "i18n/zh-CN/docusaurus-plugin-content-docs/current/ecosystem/**"
- "i18n/zh-CN/docusaurus-plugin-content-docs/version-*/lakehouse/**"
- "i18n/zh-CN/docusaurus-plugin-content-docs/version-*/ecosystem/**"

- name: data-operate
owner: "@apache/doris-website-maintainers"
paths:
- "docs/data-operate/**"
- "versioned_docs/version-*/data-operate/**"
- "i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/**"
- "i18n/zh-CN/docusaurus-plugin-content-docs/version-*/data-operate/**"

- name: admin-and-observability
owner: "@apache/doris-website-maintainers"
paths:
- "docs/admin-manual/**"
- "docs/observability/**"
- "versioned_docs/version-*/admin-manual/**"
- "versioned_docs/version-*/observability/**"
- "i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/**"
- "i18n/zh-CN/docusaurus-plugin-content-docs/current/observability/**"
- "i18n/zh-CN/docusaurus-plugin-content-docs/version-*/admin-manual/**"
- "i18n/zh-CN/docusaurus-plugin-content-docs/version-*/observability/**"

- name: ai-docs
owner: "@apache/doris-website-maintainers"
paths:
- "docs/ai/**"
- "versioned_docs/version-*/ai/**"
- "i18n/zh-CN/docusaurus-plugin-content-docs/current/ai/**"
- "i18n/zh-CN/docusaurus-plugin-content-docs/version-*/ai/**"

- name: website-framework
owner: "@apache/doris-website-maintainers"
paths:
- "docusaurus.config.js"
- "sidebars.ts"
- "sidebarsCommunity.json"
- "sidebarsReleases.json"
- "versioned_sidebars/**"
Expand Down
44 changes: 3 additions & 41 deletions .docs-governance/rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,27 +31,15 @@ versions:
- "4.x"
- "3.x"
- "2.1"
- current
archived:
- "2.0"
- "1.2"
default_version: "4.x"
current_route_version: dev
blocking_scope:
active_versions: true
archived_versions: false
version_labels:
current: Dev

content_roots:
docs:
plugin: main_docs
locale: en
version: current
source_root: docs
route_base: "/docs/dev"
sidebar: sidebars.ts
blocking_scope: true
versioned_docs:
plugin: main_docs
locale: en
Expand All @@ -60,14 +48,6 @@ content_roots:
route_base_pattern: "/docs/{version}"
sidebar_pattern: "versioned_sidebars/version-{version}-sidebars.json"
blocking_scope: active_versions_only
zh_current_docs:
plugin: main_docs
locale: zh-CN
version: current
source_root: i18n/zh-CN/docusaurus-plugin-content-docs/current
route_base: "/zh-CN/docs/dev"
sidebar: sidebars.ts
blocking_scope: true
zh_versioned_docs:
plugin: main_docs
locale: zh-CN
Expand Down Expand Up @@ -164,9 +144,6 @@ doc_id:
- "Prefix plugin name for non-main-docs content, for example community:join-community."
- "Do not include locale or version in doc_id."
examples:
- source_path: "docs/gettingStarted/what-is-apache-doris.md"
doc_id: "gettingStarted/what-is-apache-doris"
sync_group_id: "main_docs:gettingStarted/what-is-apache-doris"
- source_path: "versioned_docs/version-4.x/sql-manual/sql-functions/scalar-functions/string-functions/concat.md"
doc_id: "sql-manual/sql-functions/scalar-functions/string-functions/concat"
sync_group_id: "main_docs:sql-manual/sql-functions/scalar-functions/string-functions/concat"
Expand All @@ -176,7 +153,6 @@ doc_id:

route_path:
rules:
- "current English docs route to /docs/dev/{doc_id} unless front matter slug overrides the final segment."
- "default version 4.x route remains /docs/4.x/{doc_id}."
- "localized routes prefix locale, for example /zh-CN/docs/4.x/{doc_id}."
- "community, releases, and blog use their configured routeBasePath."
Expand All @@ -186,9 +162,8 @@ doc_type_detection:
ordered_rules:
- doc_type: sql_function
path_patterns:
- "^docs/sql-manual/sql-functions/"
- "^versioned_docs/version-[^/]+/sql-manual/sql-functions/"
- "^i18n/zh-CN/docusaurus-plugin-content-docs/(current|version-[^/]+)/sql-manual/sql-functions/"
- "^i18n/zh-CN/docusaurus-plugin-content-docs/version-[^/]+/sql-manual/sql-functions/"
required_sections:
en:
- Description
Expand All @@ -205,9 +180,8 @@ doc_type_detection:
rollout_level: blocking_after_week_5
- doc_type: sql_statement
path_patterns:
- "^docs/sql-manual/sql-statements/"
- "^versioned_docs/version-[^/]+/sql-manual/sql-statements/"
- "^i18n/zh-CN/docusaurus-plugin-content-docs/(current|version-[^/]+)/sql-manual/sql-statements/"
- "^i18n/zh-CN/docusaurus-plugin-content-docs/version-[^/]+/sql-manual/sql-statements/"
rollout_level: warning
- doc_type: release_notes
path_patterns:
Expand All @@ -225,9 +199,8 @@ doc_type_detection:
rollout_level: warning
- doc_type: feature_doc
path_patterns:
- "^docs/(install|lakehouse|data-operate|table-design|admin-manual|query-data|query-acceleration|compute-storage-decoupled|ai|ecosystem|db-connect)/"
- "^versioned_docs/version-[^/]+/(install|lakehouse|data-operate|table-design|admin-manual|query-data|query-acceleration|compute-storage-decoupled|ai|ecosystem|db-connect)/"
- "^i18n/zh-CN/docusaurus-plugin-content-docs/(current|version-[^/]+)/(install|lakehouse|data-operate|table-design|admin-manual|query-data|query-acceleration|compute-storage-decoupled|ai|ecosystem|db-connect)/"
- "^i18n/zh-CN/docusaurus-plugin-content-docs/version-[^/]+/(install|lakehouse|data-operate|table-design|admin-manual|query-data|query-acceleration|compute-storage-decoupled|ai|ecosystem|db-connect)/"
expected_sections:
- overview
- quick_start_or_basic_usage
Expand All @@ -249,20 +222,10 @@ sync_policy:
report_only_locales:
- ja
version_rules:
- when: "source version is current"
required_counterparts:
- locale: zh-CN
version: current
recommended_counterparts:
- locale: en
version: "4.x"
- when: "source version is 4.x"
required_counterparts:
- locale: zh-CN
version: "4.x"
recommended_counterparts:
- locale: en
version: current
- when: "source version is 3.x"
required_counterparts:
- locale: zh-CN
Expand Down Expand Up @@ -294,7 +257,6 @@ severity:

seo_policy:
indexable_roots:
- docs
- versioned_docs
- i18n/zh-CN/docusaurus-plugin-content-docs
- community
Expand Down
43 changes: 0 additions & 43 deletions .github/workflows/approve-check.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,24 +86,11 @@ jobs:
# Check each changed file and map to doc version
while IFS= read -r file; do
case "$file" in
# English legacy current dir — no longer compiled
# (dev moved to docs-next plugin). PR #3610 forbids
# modifying these files; if they change anyway, fall
# through to a minimal default-version smoke build.
docs/*)
VERSIONS="4.x,$VERSIONS"
;;
# English versioned docs
versioned_docs/version-*/*)
ver=$(echo "$file" | sed -n 's|versioned_docs/version-\([^/]*\)/.*|\1|p')
VERSIONS="${ver},$VERSIONS"
;;
# Chinese legacy current dir — no longer compiled
# (see docs/* note above).
i18n/zh-CN/docusaurus-plugin-content-docs/current/*)
VERSIONS="4.x,$VERSIONS"
LOCALES="en,zh-CN"
;;
# Chinese versioned docs
i18n/zh-CN/docusaurus-plugin-content-docs/version-*/*)
ver=$(echo "$file" | sed -n 's|i18n/zh-CN/docusaurus-plugin-content-docs/version-\([^/]*\)/.*|\1|p')
Expand All @@ -114,12 +101,6 @@ jobs:
i18n/zh-CN/docusaurus-plugin-content-docs-community/*|i18n/zh-CN/code.json)
LOCALES="en,zh-CN"
;;
# Sidebar for legacy current — no longer compiled
# (legacy plugin uses includeCurrentVersion: false).
# Fall through to minimal default-version build.
sidebars.ts)
VERSIONS="4.x,$VERSIONS"
;;
# Versioned sidebars: extract version from filename
# e.g. versioned_sidebars/version-4.x-sidebars.json → 4.x
versioned_sidebars/version-*-sidebars.json)
Expand Down
55 changes: 0 additions & 55 deletions .github/workflows/check-legacy-docs-frozen.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/manual-i18n-translate-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
source_dir:
description: "Directory containing English docs to translate"
required: true
default: "docs"
default: "docs-next"
target_dir:
description: "Target i18n root directory for Japanese docs"
required: true
Expand Down
2 changes: 1 addition & 1 deletion community/source-install/compilation-with-ldb-toolchain.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---

Check warning on line 1 in community/source-install/compilation-with-ldb-toolchain.md

View workflow job for this annotation

GitHub Actions / Build Check

frontmatter-description-required

Missing required front matter field%3A description. Owner%3A @apache/doris-website-maintainers
{
"title": "Compiling with LDB Toolchain (Recommended)",
"language": "en"
Expand Down Expand Up @@ -41,7 +41,7 @@

1. **Download** **`ldb_toolchain_gen.sh`**

Download the latest `ldb_toolchain_gen.sh` from [here](https://github.com/amosbird/ldb_toolchain_gen/releases), For ARM architecture, you need to download the latest ldb_toolchain_gen.aarch64.sh. This script is used to generate ldb toolchain.

Check notice on line 44 in community/source-install/compilation-with-ldb-toolchain.md

View workflow job for this annotation

GitHub Actions / Build Check

link-external-report-only

External link is report-only and was not fetched%3A https%3A//github.com/amosbird/ldb_toolchain_gen/releases. Owner%3A @apache/doris-website-maintainers

:::tip
For more information, please visit <https://github.com/amosbird/ldb_toolchain_gen>
Expand All @@ -66,15 +66,15 @@

3. **Download and install other compilation components**

- Download [Java8](https://doris-thirdparty-1308700295.cos.ap-beijing.myqcloud.com/tools/jdk-8u391-linux-x64.tar.gz) for Doris 2.1 and earlier versions and install it to /path/to/java.

Check notice on line 69 in community/source-install/compilation-with-ldb-toolchain.md

View workflow job for this annotation

GitHub Actions / Build Check

link-external-report-only

External link is report-only and was not fetched%3A https%3A//doris-thirdparty-1308700295.cos.ap-beijing.myqcloud.com/tools/jdk-8u391-linux-x64.tar.gz. Owner%3A @apache/doris-website-maintainers

> For versions later than 3.0 (inclusive), or the master branch, please use [Java 17](https://download.oracle.com/java/17/archive/jdk-17.0.10_linux-x64_bin.tar.gz).

Check notice on line 71 in community/source-install/compilation-with-ldb-toolchain.md

View workflow job for this annotation

GitHub Actions / Build Check

link-external-report-only

External link is report-only and was not fetched%3A https%3A//download.oracle.com/java/17/archive/jdk-17.0.10_linux-x64_bin.tar.gz. Owner%3A @apache/doris-website-maintainers

> It is recommended to install Java 8 or Java 17 using the package management tools provided by your Linux distribution, such as yum(java-1.8.0/17-openjdk-devel) or apt(openjdk-8/17-jdk). and verify with java -version


- Download [Apache Maven 3.9.9](https://dlcdn.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.tar.gz) and install it to /path/to/maven.

Check notice on line 76 in community/source-install/compilation-with-ldb-toolchain.md

View workflow job for this annotation

GitHub Actions / Build Check

link-external-report-only

External link is report-only and was not fetched%3A https%3A//dlcdn.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.tar.gz. Owner%3A @apache/doris-website-maintainers
- Download [Node v12.13.0](https://doris-thirdparty-repo.bj.bcebos.com/thirdparty/node-v12.13.0-linux-x64.tar.gz) and install it to /path/to/node.

Check notice on line 77 in community/source-install/compilation-with-ldb-toolchain.md

View workflow job for this annotation

GitHub Actions / Build Check

link-external-report-only

External link is report-only and was not fetched%3A https%3A//doris-thirdparty-repo.bj.bcebos.com/thirdparty/node-v12.13.0-linux-x64.tar.gz. Owner%3A @apache/doris-website-maintainers
- Different Linux distributions may include different default components. Therefore, you may need to install some additional components. The following takes CentOS 6 as an example. Similar steps may apply to other distributions:

```bash
Expand Down Expand Up @@ -139,7 +139,7 @@
$ BUILD_TYPE=Debug sh build.sh
```

This script first compiles the third-party libraries and then the Doris components (FE, BE, MS). The compilation output can be found in the `output/` directory. MS stands for Meta Service, which a module of Doris in the compute-storage decoupled mode. For more information about MS, refer to this [doc](../../docs/compute-storage-decoupled/compilation-and-deployment.md).
This script first compiles the third-party libraries and then the Doris components (FE, BE, MS). The compilation output can be found in the `output/` directory. MS stands for Meta Service, which a module of Doris in the compute-storage decoupled mode. For more information about MS, refer to this doc.

## Pre-compile third-party libraries

Expand Down
3 changes: 0 additions & 3 deletions crowdin.yml

This file was deleted.

Loading
Loading