This is an automated email from the ASF dual-hosted git repository.
zhangstar333 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 a1a03a43f11 [doc](varbinary)add sidebars for varbinary type (#3006)
a1a03a43f11 is described below
commit a1a03a43f11021e585418062432b281cceafc0ff
Author: zhangstar333 <[email protected]>
AuthorDate: Fri Oct 24 11:46:00 2025 +0800
[doc](varbinary)add sidebars for varbinary type (#3006)
## Versions
- [x] dev
- [ ] 3.x
- [ ] 2.1
- [ ] 2.0
## Languages
- [ ] Chinese
- [ ] English
## Docs Checklist
- [ ] Checked by AI
- [ ] Test Cases Built
---
sidebars.json | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/sidebars.json b/sidebars.json
index 803a41da95b..b750b3b4397 100644
--- a/sidebars.json
+++ b/sidebars.json
@@ -1066,6 +1066,13 @@
"sql-manual/basic-element/sql-data-types/string-type/STRING"
]
},
+ {
+ "type": "category",
+ "label": "Binary Data Type",
+ "items": [
+
"sql-manual/basic-element/sql-data-types/binary-type/VARBINARY"
+ ]
+ },
{
"type": "category",
"label": "Semi-Structured Data Type",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]