show edited author and time

This commit is contained in:
jinhojang6 2023-06-08 22:39:21 +09:00 committed by fryorcraken.eth
parent cc80b6796e
commit 3fc1955170
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 3 additions and 1 deletions

View File

@ -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",