From 8c331f8af85bc0c331d1b62ed952a8ac35556353 Mon Sep 17 00:00:00 2001 From: Nick Slowinski Date: Sun, 10 Sep 2023 17:29:51 +0200 Subject: [PATCH] Enable last update time and author --- docusaurus.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index 502b4ed..1e92ed0 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -40,6 +40,8 @@ const config = { docs: { routeBasePath: '/', sidebarPath: require.resolve('./sidebars.js'), + showLastUpdateTime: true, + showLastUpdateAuthor: true }, blog: false, theme: {