Skip to content

Commit 2be026c

Browse files
committed
Revert "Update site metadata and repo links in config"
This reverts commit 86edea8.
1 parent 86edea8 commit 2be026c

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

docusaurus.config.ts

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
109
const 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

Comments
 (0)