show edited author and time
This commit is contained in:
parent
cc80b6796e
commit
3fc1955170
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue