From edafcdc7b0fde88a698e4f7e530d267e87807732 Mon Sep 17 00:00:00 2001 From: towneh Date: Thu, 20 Feb 2025 19:52:34 +0000 Subject: [PATCH] Update docusaurus.config.js --- docusaurus.config.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 624c994..ef94e26 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -47,15 +47,15 @@ const config = { routeBasePath: 'docs', // 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/', + editUrl: + 'https://github.com/BasisVR/BasisDocs/', }, - //blog: { - // showReadingTime: true, - // feedOptions: { - // type: ['rss', 'atom'], - // xslt: true, - // }, + /**blog: { + showReadingTime: true, + feedOptions: { + type: ['rss', 'atom'], + xslt: true, + }, // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: @@ -64,7 +64,7 @@ const config = { onInlineTags: 'warn', onInlineAuthors: 'warn', onUntruncatedBlogPosts: 'warn', - //}, + },*/ theme: { customCss: './src/css/custom.css', },