diff --git a/docusaurus.config.js b/docusaurus.config.js index 180596c..903d594 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -41,10 +41,12 @@ const config = { ({ docs: { sidebarPath: './sidebars.js', + showLastUpdateAuthor: true, + showLastUpdateTime: true, // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/', + 'https://github.com/tinkerfuroc/tinkerdocs/', }, blog: { showReadingTime: true,