From 960a9fe7b22205bc9c2eefc583533ef8137f4d15 Mon Sep 17 00:00:00 2001 From: tison Date: Thu, 28 Dec 2023 22:54:30 +0800 Subject: [PATCH] chore(website): improve a bit trademark refs (#3847) --- website/docs/overview.md | 2 +- website/docs/quickstart.md | 2 +- website/docusaurus.config.js | 5 +---- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/website/docs/overview.md b/website/docs/overview.md index deffd9abf4a..5c4ec9c6213 100644 --- a/website/docs/overview.md +++ b/website/docs/overview.md @@ -1,5 +1,5 @@ --- -title: Welcome to Apache OpenDAL +title: Welcome to Apache OpenDALâ„¢ sidebar_position: 1 --- diff --git a/website/docs/quickstart.md b/website/docs/quickstart.md index 66016470ddd..797f9d022ee 100644 --- a/website/docs/quickstart.md +++ b/website/docs/quickstart.md @@ -3,7 +3,7 @@ title: Quickstart sidebar_position: 3 --- -OpenDAL can be easily integrated into different software with its Rust core and multilingual bindings. +Apache OpenDALâ„¢ can be easily integrated into different software with its Rust core and multilingual bindings. ## Rust core diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index d1a6b8827cb..ccf4f02cd08 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -29,16 +29,13 @@ const websiteNotLatest = process.env.OPENDAL_WEBSITE_NOT_LATEST ? process.env.OP /** @type {import('@docusaurus/types').Config} */ const config = { - title: 'Apache OpenDAL', + title: 'Apache OpenDALâ„¢', tagline: 'Open Data Access Layer: Access data freely, painlessly, and efficiently', favicon: 'img/favicon.ico', url: 'https://opendal.apache.org/', baseUrl: '/', - organizationName: 'Apache', - projectName: 'OpenDAL', - onBrokenLinks: 'warn', onBrokenMarkdownLinks: 'warn',