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

jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 632df67e hide update info for doc page (#46)
632df67e is described below

commit 632df67eab7492979ca44054a973d3fd8a6e754b
Author: Qian Xia <[email protected]>
AuthorDate: Thu Feb 27 17:01:11 2025 +0800

    hide update info for doc page (#46)
---
 docusaurus.config.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index be752c40..6f48999d 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -110,8 +110,8 @@ const config: Config = {
               path: currentVersion
             }
           },
-          showLastUpdateTime: true,
-          showLastUpdateAuthor: true
+          showLastUpdateTime: false,
+          showLastUpdateAuthor: false
         },
         blog: {
           blogSidebarCount: 'ALL',

Reply via email to