@@ -6,18 +6,17 @@ import rehypeKatex from "rehype-katex";
66
77// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...)
88
9-
109const config : Config = {
1110 title : "Recode Hive" ,
1211 tagline : "Dinosaurs are cool" ,
1312 favicon : "img/favicon.ico" ,
1413
1514
16- url : "https://recodehive .com" ,
15+ url : "https://your-docusaurus-site.example .com" ,
1716 baseUrl : "/" ,
1817
19- organizationName : "recodehive " ,
20- projectName : "recode-website " ,
18+ organizationName : "facebook " ,
19+ projectName : "docusaurus " ,
2120
2221 onBrokenLinks : "throw" ,
2322 onBrokenMarkdownLinks : "warn" ,
@@ -50,11 +49,9 @@ const config: Config = {
5049 'classic' ,
5150 {
5251 docs : {
53- path : "docs" ,
54- routeBasePath : "docs" ,
5552 sidebarPath : require . resolve ( "./sidebars.ts" ) ,
56- editUrl : ( { docPath } ) =>
57- ` https://github.com/recodehive/recode-website /tree/main/docs/ ${ docPath } ` ,
53+ editUrl :
54+ " https://github.com/facebook/docusaurus /tree/main/packages/create-docusaurus/templates/shared/" ,
5855 } ,
5956 blog : {
6057 showReadingTime : true ,
@@ -63,7 +60,7 @@ const config: Config = {
6360 xslt : true ,
6461 } ,
6562 editUrl :
66- "https://github.com/recodehive/recode-website /tree/main" ,
63+ "https://github.com/facebook/docusaurus /tree/main/packages/create-docusaurus/templates/shared/ " ,
6764 onInlineTags : "warn" ,
6865 onInlineAuthors : "warn" ,
6966 onUntruncatedBlogPosts : "warn" ,
0 commit comments