Skip to content

Commit edafcdc

Browse files
authored
Update docusaurus.config.js
1 parent 7ab147b commit edafcdc

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docusaurus.config.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ const config = {
4747
routeBasePath: 'docs',
4848
// Please change this to your repo.
4949
// Remove this to remove the "edit this page" links.
50-
//editUrl:
51-
// 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
50+
editUrl:
51+
'https://github.com/BasisVR/BasisDocs/',
5252
},
53-
//blog: {
54-
// showReadingTime: true,
55-
// feedOptions: {
56-
// type: ['rss', 'atom'],
57-
// xslt: true,
58-
// },
53+
/**blog: {
54+
showReadingTime: true,
55+
feedOptions: {
56+
type: ['rss', 'atom'],
57+
xslt: true,
58+
},
5959
// Please change this to your repo.
6060
// Remove this to remove the "edit this page" links.
6161
editUrl:
@@ -64,7 +64,7 @@ const config = {
6464
onInlineTags: 'warn',
6565
onInlineAuthors: 'warn',
6666
onUntruncatedBlogPosts: 'warn',
67-
//},
67+
},*/
6868
theme: {
6969
customCss: './src/css/custom.css',
7070
},

0 commit comments

Comments
 (0)