File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments