Browse Source

docs: show last updated time and author (#6183)

docs:show last updated time and author
pull/6185/head
Aakansha Doshi 3 years ago committed by GitHub
parent
commit
d8a4ca6911
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dev-docs/docusaurus.config.js

2
dev-docs/docusaurus.config.js

@ -32,6 +32,8 @@ const config = { @@ -32,6 +32,8 @@ const config = {
// Please change this to your repo.
editUrl:
"https://github.com/excalidraw/excalidraw/tree/master/dev-docs/",
showLastUpdateAuthor: true,
showLastUpdateTime: true,
},
theme: {
customCss: [

Loading…
Cancel
Save