This is an automated email from the ASF dual-hosted git repository.
luzhijing 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 b177d6807ba (fix) fix build bugs (#399)
b177d6807ba is described below
commit b177d6807ba8057d9fddf8359a4251e6cbe21835
Author: hututu <[email protected]>
AuthorDate: Thu Feb 1 10:52:38 2024 +0800
(fix) fix build bugs (#399)
---
src/{pages/users => components/user-item}/user-item.css | 0
src/{pages/users => components/user-item}/user-item.tsx | 0
src/{pages/users => components/user-swiper}/user-swiper.tsx | 0
src/pages/ecosystem/data-loading/index.tsx | 2 +-
src/pages/users/index.tsx | 4 ++--
5 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/pages/users/user-item.css
b/src/components/user-item/user-item.css
similarity index 100%
rename from src/pages/users/user-item.css
rename to src/components/user-item/user-item.css
diff --git a/src/pages/users/user-item.tsx
b/src/components/user-item/user-item.tsx
similarity index 100%
rename from src/pages/users/user-item.tsx
rename to src/components/user-item/user-item.tsx
diff --git a/src/pages/users/user-swiper.tsx
b/src/components/user-swiper/user-swiper.tsx
similarity index 100%
rename from src/pages/users/user-swiper.tsx
rename to src/components/user-swiper/user-swiper.tsx
diff --git a/src/pages/ecosystem/data-loading/index.tsx
b/src/pages/ecosystem/data-loading/index.tsx
index 8ac5490a71d..3e6bb24ca06 100644
--- a/src/pages/ecosystem/data-loading/index.tsx
+++ b/src/pages/ecosystem/data-loading/index.tsx
@@ -25,7 +25,7 @@ export default function DistributionsAndPackaging() {
moreLink={
<>
<ExternalLink
-
href="https://github.com/apache/doris-streamloader/releases"
+
href="https://github.com/apache/doris-streamloader"
label="GitHub"
></ExternalLink>
diff --git a/src/pages/users/index.tsx b/src/pages/users/index.tsx
index 08d8aba417f..690091186f9 100644
--- a/src/pages/users/index.tsx
+++ b/src/pages/users/index.tsx
@@ -11,11 +11,11 @@ import usePhone from '@site/src/hooks/use-phone';
import PageHeader from '@site/src/components/PageHeader';
import { USER_STORIES, USER_STORIES_CATEGORIES } from
'@site/src/constant/user.data';
import useIsBrowser from '@docusaurus/useIsBrowser';
-import UserItem from './user-item';
+import UserItem from '../../components/user-item/user-item';
import USERS from '../../constant/users.data.json';
import ReadMore from '@site/src/components/ReadMore';
import LinkWithArrow from '@site/src/components/link-arrow';
-import { UserSwiper } from './user-swiper';
+import { UserSwiper } from '../../components/user-swiper/user-swiper';
const ALL_TEXT = 'All';
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]