From 3fc19551707c7a898e60cf8d9e44fe4be8108dbe Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Thu, 8 Jun 2023 22:39:21 +0900 Subject: [PATCH] show edited author and time --- docusaurus.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index d0e7ba7..d0b0962 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -26,7 +26,9 @@ const config = { docs: { routeBasePath: "/", sidebarPath: require.resolve("./sidebars.js"), - editUrl: "https://github.com/waku-org/waku.guide/tree/develop/" + editUrl: "https://github.com/waku-org/waku.guide/tree/develop/", + showLastUpdateAuthor: true, + showLastUpdateTime: true, }, theme: { name: "default",