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

vinoth pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new f44880c  [DOCS] Fixed favicon, nav links and few config changes (#3388)
f44880c is described below

commit f44880c995e60e26d5d625c05f330bae759a69fe
Author: Vinoth Govindarajan <[email protected]>
AuthorDate: Tue Aug 3 00:26:01 2021 -0700

    [DOCS] Fixed favicon, nav links and few config changes (#3388)
---
 .travis.yml                  |  1 +
 website/docusaurus.config.js | 22 +++++++++++-----------
 website/src/css/custom.css   |  4 ----
 3 files changed, 12 insertions(+), 15 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index facb8f5..caf6c34 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,6 +17,7 @@ before_install:
   - git config --global user.email ${GIT_EMAIL}
   - git remote add hudi 
https://${GIT_TOKEN}@github.com/${GIT_REPO}/${GIT_PROJECT}.git
   - git checkout -b pr
+  - git pull --rebase hudi asf-site
 
 script:
   - pushd ${DOCS_ROOT}
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 8716e24..37cb49d 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -15,9 +15,9 @@ module.exports = {
   baseUrl: '/',
   onBrokenLinks: 'throw',
   onBrokenMarkdownLinks: 'warn',
-  favicon: 'assets/image/favicon.ico',
-  organizationName: 'apache', // Usually your GitHub org/user name.
-  projectName: 'hudi', // Usually your repo name.
+  favicon: '/assets/images/favicon.ico',
+  organizationName: 'apache',
+  projectName: 'hudi',
   i18n: {
     defaultLocale: 'en',
     locales: ['en', 'cn'],
@@ -40,8 +40,8 @@ module.exports = {
         path: 'contribute',
         routeBasePath: 'contribute',
         sidebarPath: require.resolve('./sidebarsContribute.js'),
-        showLastUpdateAuthor: true,
-        showLastUpdateTime: true,
+        showLastUpdateAuthor: false,
+        showLastUpdateTime: false,
       },
     ],
     [
@@ -51,8 +51,8 @@ module.exports = {
         path: 'releases',
         routeBasePath: 'releases',
         sidebarPath: require.resolve('./sidebarsReleases.js'),
-        showLastUpdateAuthor: true,
-        showLastUpdateTime: true,
+        showLastUpdateAuthor: false,
+        showLastUpdateTime: false,
       },
     ],
     [
@@ -193,14 +193,14 @@ module.exports = {
           title: 'About',
           items: [
             {
-              label: 'Concepts',
-              to: '/docs/concepts',
-            },
-            {
               label: 'Our Vision',
               to: '/blog/2021/07/21/streaming-data-lake-platform',
             },
             {
+              label: 'Concepts',
+              to: '/docs/concepts',
+            },
+            {
               label: 'Team',
               to: '/contribute/team',
             },
diff --git a/website/src/css/custom.css b/website/src/css/custom.css
index 546c4ab..13c6621 100644
--- a/website/src/css/custom.css
+++ b/website/src/css/custom.css
@@ -158,10 +158,6 @@ footer .container {
   text-align: center;
 }
 
-.lastUpdated_node_modules-\@docusaurus-theme-classic-lib-next-theme-DocItem-styles-module
 {
-  display: none;
-}
-
 .blog-wrapper aside {
   --ifm-col-width: 16.6667% !important;
 }

Reply via email to