This is an automated email from the ASF dual-hosted git repository.
villebro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 06f8f8e608 fix: TDengine move tdengine.png to databases/ subfolder
(#32176)
06f8f8e608 is described below
commit 06f8f8e6082371df603571aa3fde8c763ed4f77e
Author: Alex Duan <[email protected]>
AuthorDate: Sat Feb 8 02:39:54 2025 +0800
fix: TDengine move tdengine.png to databases/ subfolder (#32176)
---
docs/src/resources/data.js | 5 +++++
docs/static/img/databases/tdengine.png | Bin 0 -> 32453 bytes
docs/static/img/tdengine.png | Bin 43540 -> 0 bytes
3 files changed, 5 insertions(+)
diff --git a/docs/src/resources/data.js b/docs/src/resources/data.js
index baeed74eb9..7bd418778e 100644
--- a/docs/src/resources/data.js
+++ b/docs/src/resources/data.js
@@ -137,4 +137,9 @@ export const Databases = [
href: 'https://www.denodo.com/',
imgName: 'denodo.png',
},
+ {
+ title: 'TDengine',
+ href: 'https://www.tdengine.com/',
+ imgName: 'tdengine.png',
+ },
];
diff --git a/docs/static/img/databases/tdengine.png
b/docs/static/img/databases/tdengine.png
new file mode 100644
index 0000000000..cc9d1852e0
Binary files /dev/null and b/docs/static/img/databases/tdengine.png differ
diff --git a/docs/static/img/tdengine.png b/docs/static/img/tdengine.png
deleted file mode 100644
index 9d00880781..0000000000
Binary files a/docs/static/img/tdengine.png and /dev/null differ