From fc1a347a9709738aecdfc5b00aeb32fa9cd6ed03 Mon Sep 17 00:00:00 2001 From: Igor Brylyov Date: Tue, 25 May 2021 23:25:32 +0300 Subject: [PATCH] Added page's author and last update time --- docusaurus.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index a218db4..699e838 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -86,6 +86,8 @@ module.exports = { // Please change this to your repo. editUrl: 'https://gitlab.com/robosphere/robossembler-docs/-/edit/master/', + showLastUpdateAuthor: true, + showLastUpdateTime: true, }, blog: { showReadingTime: true,