This is an automated email from the ASF dual-hosted git repository.
jiafengzheng 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 9afb20a3010 [feature](community) add join-community & fix spell error
(#275)
9afb20a3010 is described below
commit 9afb20a301024e4ba3403a1c67a36b1670f83fcd
Author: Jeffrey <[email protected]>
AuthorDate: Thu Jul 27 18:00:05 2023 +0800
[feature](community) add join-community & fix spell error (#275)
---
docusaurus.config.js | 28 ++++++++++++++--------------
src/components/PageBanner/styles.scss | 2 +-
src/pages/index.tsx | 4 ++--
3 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index c0794aca15f..97a91e49d41 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -225,15 +225,15 @@ const config = {
{
label: 'Community',
type: "dropdown",
- to: '/community/team',
+ to: '/community/join-community',
position: 'left',
docsPluginId: 'community',
items: [
- // {
- // label: 'Join Community',
- // to: '/learning',
- // align: 'left',
- // },
+ {
+ label: 'Join Community',
+ to: '/community/join-community',
+ align: 'left',
+ },
{
label: 'Doris Team',
to: '/community/team',
@@ -306,7 +306,7 @@ const config = {
],
},
{
- title: 'Resource',
+ title: 'Resources',
items: [
{
label: 'Download',
@@ -317,17 +317,17 @@ const config = {
href: '/learning',
},
{
- label: 'Blog',
+ label: 'Blogs',
href: '/blog',
},
{
- label: 'User cases',
+ label: 'User Stories',
href: '/users',
},
- {
- label: 'Courses (coming soon)',
- href: '/courses',
- },
+ // {
+ // label: 'Courses (coming soon)',
+ // href: '/courses',
+ // },
],
},
{
@@ -346,7 +346,7 @@ const config = {
href: 'https://github.com/apache/doris/',
},
{
- label: 'Improvement proposal',
+ label: 'Improvement Proposal',
href:
'https://github.com/apache/doris/discussions',
},
{
diff --git a/src/components/PageBanner/styles.scss
b/src/components/PageBanner/styles.scss
index 95179cf549b..aa2a606a57f 100644
--- a/src/components/PageBanner/styles.scss
+++ b/src/components/PageBanner/styles.scss
@@ -27,7 +27,7 @@
.banner-title {
font-size: var(--global-font-size-bigger);
- font-weight: 500;
+ font-weight: 700;
line-height: 1;
color: var(--global-colors-text-black);
}
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 4d183b54b88..7786d88070b 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -140,7 +140,7 @@ export default function Home(): JSX.Element {
];
return (
<Layout
- title={translate({ id: 'homepage.title', message: 'Apache Doris:
Open Source Real-Time Data Warehouse' })}
+ title={translate({ id: 'homepage.title', message: 'Apache Doris:
Open-Source Real-Time Data Warehouse' })}
description={translate({
id: 'homepage.banner.subTitle',
message:
@@ -249,7 +249,7 @@ export default function Home(): JSX.Element {
<Translate
id="homepage.start.downloadButton">Download</Translate>
</Link>
<Link className="start-btn docs-btn"
to="/learning">
- <Translate id="homepage.start.docsButton">Go
to docs</Translate>
+ <Translate id="homepage.start.docsButton">Go
to Docs</Translate>
</Link>
</div>
</div>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]