Skip to content

Commit dc5b482

Browse files
committed
Delete unnecessary/blog
1 parent 75ff711 commit dc5b482

File tree

7 files changed

+2
-130
lines changed

7 files changed

+2
-130
lines changed

blog/2019-05-28-first-blog-post.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

blog/2019-05-29-long-blog-post.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

blog/2021-08-01-mdx-blog-post.mdx

Lines changed: 0 additions & 20 deletions
This file was deleted.
-93.9 KB
Binary file not shown.

blog/2021-08-26-welcome/index.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

blog/authors.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

docusaurus.config.js

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,10 @@ const config = {
2727
docs: {
2828
sidebarPath: require.resolve('./sidebars.js'),
2929
// Please change this to your repo.
30-
editUrl: 'https://github.com/facebook/docusaurus/edit/main/website/',
31-
},
32-
blog: {
33-
showReadingTime: true,
34-
// Please change this to your repo.
35-
editUrl:
36-
'https://github.com/facebook/docusaurus/edit/main/website/blog/',
30+
editUrl: 'https://github.com/SurPathHub/docs',
3731
},
3832
theme: {
3933
customCss: require.resolve('./src/scss/main.scss'),
40-
algolia: {
41-
appId: 'BH4D9OD16A',
42-
contextualSearch: true,
43-
},
4434
},
4535
}),
4636
],
@@ -80,7 +70,7 @@ const config = {
8070
items: [
8171
{
8272
label: 'Documentation',
83-
to: '/docs/index',
73+
to: '/docs',
8474
},
8575
],
8676
},

0 commit comments

Comments
 (0)