docs: show last updated time (#1972)

This commit is contained in:
Shahed Nasser
2022-08-02 17:47:51 +03:00
committed by GitHub
parent d7328e6b73
commit 7aaf424b99
2 changed files with 3 additions and 3 deletions

View File

@@ -154,7 +154,8 @@ module.exports = {
routeBasePath: "/",
remarkPlugins: [
[require('@docusaurus/remark-plugin-npm2yarn'), {sync: true}],
]
],
showLastUpdateTime: true
},
theme: {
customCss: require.resolve("./src/css/custom.css"),

View File

@@ -63,8 +63,7 @@ module.exports = {
{
resolve: `gatsby-plugin-env-variables`,
options: {
allowList: ["ALGOLIA_API_KEY"],
allowList: ["ALGOLIA_APP_ID"],
allowList: ["ALGOLIA_API_KEY", "ALGOLIA_APP_ID"],
},
},
{