This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new da0590471b7 [doc](data-operate) Fix table stream comparison heading 
level (#4138)
da0590471b7 is described below

commit da0590471b7da2360701fcac3c1841c7d329a1b9
Author: Mingyu Chen (Rayner) <[email protected]>
AuthorDate: Mon Sep 14 22:01:14 2026 +0800

    [doc](data-operate) Fix table stream comparison heading level (#4138)
    
    ## Summary
    
    - promote the three-read-forms comparison from an H3 under reset to a
    sibling H2 section
    - keep the English and Chinese current documentation structurally
    aligned
    
    ## Validation
    
    - git diff --check
    - yarn docs:lint:changed (passes with one pre-existing informational
    warning: the current page has no 4.x counterpart)
    
    ## Review notes
    
    This is a focused heading-level correction. It does not change page
    paths, slugs, heading text, links, sidebars, or runtime code.
    
    Co-authored-by: morningman <[email protected]>
---
 docs/data-operate/incremental/table-stream-advanced.md                  | 2 +-
 .../current/data-operate/incremental/table-stream-advanced.md           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/data-operate/incremental/table-stream-advanced.md 
b/docs/data-operate/incremental/table-stream-advanced.md
index b153878cdaf..f107b909c5f 100644
--- a/docs/data-operate/incremental/table-stream-advanced.md
+++ b/docs/data-operate/incremental/table-stream-advanced.md
@@ -155,7 +155,7 @@ Typical uses:
 
 Like `@snapshot()`, `@reset()` provides no `__DORIS_STREAM_*` virtual columns.
 
-### Comparison of the three read forms
+## Comparison of the three read forms
 
 <!-- Knowledge type: Comparison -->
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/incremental/table-stream-advanced.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/incremental/table-stream-advanced.md
index 89566dd03f9..a9b5e51e259 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/incremental/table-stream-advanced.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/incremental/table-stream-advanced.md
@@ -155,7 +155,7 @@ SELECT COUNT(*) FROM orders_stream;   -- 0
 
 与 `@snapshot()` 一样,`@reset()` 不提供 `__DORIS_STREAM_*` 虚拟列。
 
-### 三种读取方式对比
+## 三种读取方式对比
 
 <!-- 知识类型: 对比说明 -->
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to