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

JNSimba 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 6f14c26c9b6 [doc] add MySQL/PostgreSQL data source pages to legacy 
sidebars.ts (#3719)
6f14c26c9b6 is described below

commit 6f14c26c9b64911a675ec128c726c4b743ab78bf
Author: wudi <[email protected]>
AuthorDate: Thu May 21 10:41:53 2026 +0800

    [doc] add MySQL/PostgreSQL data source pages to legacy sidebars.ts (#3719)
    
    ## Summary
    
    Follow-up to #3704. That PR added the restored `data-source/mysql.md`
    and `data-source/postgresql.md` to
    `versioned_sidebars/version-4.x-sidebars.json`, but missed `sidebars.ts`
    (the legacy plugin sidebar that was re-introduced after #3645). As a
    result, the two pages exist as routes but are not visible in the Data
    Source sidebar under the legacy `docs/` tree.
    
    This PR adds the two entries to `sidebars.ts` so they appear alongside
    the other data sources.
---
 sidebars.ts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sidebars.ts b/sidebars.ts
index 0d5357f8dc0..fa8c35b6b1e 100644
--- a/sidebars.ts
+++ b/sidebars.ts
@@ -315,6 +315,8 @@ const sidebars: SidebarsConfig = {
                         'data-operate/import/data-source/snowflake',
                         'data-operate/import/data-source/bigquery',
                         'data-operate/import/data-source/redshift',
+                        'data-operate/import/data-source/mysql',
+                        'data-operate/import/data-source/postgresql',
                         
'data-operate/import/data-source/migrate-data-from-other-olap',
                         
'data-operate/import/data-source/migrate-data-from-other-oltp',
                     ],


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

Reply via email to