show edited author and time
This commit is contained in:
parent
cc80b6796e
commit
3fc1955170
|
@ -26,7 +26,9 @@ const config = {
|
||||||
docs: {
|
docs: {
|
||||||
routeBasePath: "/",
|
routeBasePath: "/",
|
||||||
sidebarPath: require.resolve("./sidebars.js"),
|
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: {
|
theme: {
|
||||||
name: "default",
|
name: "default",
|
||||||
|
|
Loading…
Reference in New Issue