docs: show last updated time (#1972)
This commit is contained in:
@@ -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"),
|
||||
|
||||
@@ -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"],
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user