This is an automated email from the ASF dual-hosted git repository.
eldenmoon 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 ea6fc5c958f [docs](variant) make reference page the navigation root
(#4015)
ea6fc5c958f is described below
commit ea6fc5c958f2a3c12b46cecbef65f30edfcd0205
Author: lihangyu <[email protected]>
AuthorDate: Tue Jul 28 10:17:32 2026 +0800
[docs](variant) make reference page the navigation root (#4015)
## Summary
- make the VARIANT reference page (`semi-structured/VARIANT`) the
`VARIANT` navigation root
- move the workload/tuning guide (`variant-workload-guide`) under it as
`VARIANT Internal`
- apply the same hierarchy to current, 4.x, and 3.x without changing
either document route
## Validation
- `git diff --check origin/master...HEAD`
- parsed the 4.x and 3.x versioned sidebar JSON files
- asserted that each VARIANT root links to the reference page and its
only child links to the workload guide
## Versions
- [x] dev
- [x] 4.x
- [x] 3.x
- [ ] 2.1 or older (not covered by version/language sync gate)
## Languages
- [ ] Chinese
- [x] English
- [ ] Japanese candidate translation needed
## Docs Checklist
- [x] Checked by AI
- [ ] Test Cases Built
- [x] Updated required version and language counterparts, or explained
why not
- [x] If only one language changed, confirmed whether source/translation
counterparts need sync
The hierarchy is defined in the shared sidebar configuration; no
localized document content or routes changed.
---
sidebars.ts | 6 +++---
versioned_sidebars/version-3.x-sidebars.json | 6 +++---
versioned_sidebars/version-4.x-sidebars.json | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/sidebars.ts b/sidebars.ts
index e19f3ef6f9d..b02d250f08e 100644
--- a/sidebars.ts
+++ b/sidebars.ts
@@ -1263,14 +1263,14 @@ const sidebars: SidebarsConfig = {
label: 'VARIANT',
link: {
type: 'doc',
- id:
'sql-manual/basic-element/sql-data-types/semi-structured/variant-workload-guide',
+ id:
'sql-manual/basic-element/sql-data-types/semi-structured/VARIANT',
},
collapsed: true,
items: [
{
type: 'doc',
- id:
'sql-manual/basic-element/sql-data-types/semi-structured/VARIANT',
- label: 'VARIANT Reference',
+ id:
'sql-manual/basic-element/sql-data-types/semi-structured/variant-workload-guide',
+ label: 'VARIANT Internal',
},
],
},
diff --git a/versioned_sidebars/version-3.x-sidebars.json
b/versioned_sidebars/version-3.x-sidebars.json
index d4de0ce6f0e..0a4c24792d3 100644
--- a/versioned_sidebars/version-3.x-sidebars.json
+++ b/versioned_sidebars/version-3.x-sidebars.json
@@ -1116,14 +1116,14 @@
"label": "VARIANT",
"link": {
"type": "doc",
- "id":
"sql-manual/basic-element/sql-data-types/semi-structured/variant-workload-guide"
+ "id":
"sql-manual/basic-element/sql-data-types/semi-structured/VARIANT"
},
"collapsed": false,
"items": [
{
"type": "doc",
- "id":
"sql-manual/basic-element/sql-data-types/semi-structured/VARIANT",
- "label": "VARIANT
Reference"
+ "id":
"sql-manual/basic-element/sql-data-types/semi-structured/variant-workload-guide",
+ "label": "VARIANT Internal"
}
]
}
diff --git a/versioned_sidebars/version-4.x-sidebars.json
b/versioned_sidebars/version-4.x-sidebars.json
index dae6f2bab2c..d7328cbb0de 100644
--- a/versioned_sidebars/version-4.x-sidebars.json
+++ b/versioned_sidebars/version-4.x-sidebars.json
@@ -1439,14 +1439,14 @@
"label": "VARIANT",
"link": {
"type": "doc",
- "id":
"sql-manual/basic-element/sql-data-types/semi-structured/variant-workload-guide"
+ "id":
"sql-manual/basic-element/sql-data-types/semi-structured/VARIANT"
},
"collapsed": true,
"items": [
{
"type": "doc",
- "id":
"sql-manual/basic-element/sql-data-types/semi-structured/VARIANT",
- "label": "VARIANT Reference"
+ "id":
"sql-manual/basic-element/sql-data-types/semi-structured/variant-workload-guide",
+ "label": "VARIANT Internal"
}
]
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]