Skip to content

Commit d4321e6

Browse files
committed
Update docusaurus.config.ts
1 parent e455042 commit d4321e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docusaurus.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ const config: Config = {
3838
// Please change this to your repo.
3939
// Remove this to remove the "edit this page" links.
4040
editUrl:
41-
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
41+
'https://github.com/openmfp/openmfp.org/blob/main/',
4242
},
4343
blog: {
4444
showReadingTime: true,
4545
// Please change this to your repo.
4646
// Remove this to remove the "edit this page" links.
4747
editUrl:
48-
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
48+
'https://github.com/openmfp/openmfp.org/blob/main/',
4949
},
5050
theme: {
5151
customCss: './src/css/custom.css',
@@ -68,7 +68,7 @@ const config: Config = {
6868
type: 'docSidebar',
6969
sidebarId: 'tutorialSidebar',
7070
position: 'left',
71-
label: 'Tutorial',
71+
label: 'Docs',
7272
},
7373
{to: '/blog', label: 'Blog', position: 'left'},
7474
{
@@ -116,7 +116,7 @@ const config: Config = {
116116
},
117117
{
118118
label: 'GitHub',
119-
href: 'https://github.com/facebook/docusaurus',
119+
href: 'https://github.com/openmfp',
120120
},
121121
],
122122
},

0 commit comments

Comments
 (0)