You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opendal.apache.org by xu...@apache.org on 2023/03/16 09:04:06 UTC

[incubator-opendal] branch main updated: doc: update doc-link (#1642)

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

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new a7a4a74f doc: update doc-link (#1642)
a7a4a74f is described below

commit a7a4a74f1b450b9fafc7606d4f9978391b89d771
Author: jakevin <ja...@gmail.com>
AuthorDate: Thu Mar 16 17:04:01 2023 +0800

    doc: update doc-link (#1642)
---
 website/docusaurus.config.js | 5 ++---
 website/src/css/custom.css   | 4 ++++
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index f1a2b227..1e106b25 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -22,7 +22,7 @@
 
 const lightCodeTheme = require('prism-react-renderer/themes/github');
 const darkCodeTheme = require('prism-react-renderer/themes/dracula');
-const repoAddress = 'https://github.com/datafuselabs/opendal';
+const repoAddress = 'https://github.com/apache/incubator-opendal';
 
 /** @type {import('@docusaurus/types').Config} */
 const config = {
@@ -30,8 +30,7 @@ const config = {
   tagline: 'Open Data Access Layer: Access data freely, painlessly, and efficiently',
   favicon: 'img/favicon.ico',
 
-  // TODO: Move to opendal.apache.org after migration.
-  url: 'https://opendal.apache.org',
+  url: 'https://opendal.apache.org/',
   baseUrl: '/',
 
   organizationName: 'Apache',
diff --git a/website/src/css/custom.css b/website/src/css/custom.css
index a4a5f986..c09c7c46 100644
--- a/website/src/css/custom.css
+++ b/website/src/css/custom.css
@@ -73,3 +73,7 @@
   no-repeat;
 }
 
+/* set copyright font size */
+.footer__copyright {
+  font-size: .7em;
+}