Skip to content

Commit

Permalink
Enable config flags to show last updates (who/when) on pages (#1805)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla authored Aug 1, 2023
1 parent bb931d2 commit 8da88c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docusaurus/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ const config = {
'warning',
],
},
showLastUpdateAuthor: true,
showLastUpdateTime: true,
},
// we're using docs-only mode for now — see https://docusaurus.io/docs/docs-introduction
blog: false,
Expand Down

1 comment on commit 8da88c9

@vercel
Copy link

@vercel vercel bot commented on 8da88c9 Aug 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

documentation – ./

documentation-git-main-strapijs.vercel.app
documentation-strapijs.vercel.app
docs-vercel-v4.strapi.io

Please sign in to comment.