Skip to content

Commit 566c0aa

Browse files
authored
Fix docusaurus config (#545)
Some values were not set correctly
1 parent 1c0531b commit 566c0aa

File tree

1 file changed

+6
-20
lines changed

1 file changed

+6
-20
lines changed

docs/docusaurus.config.js

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,10 @@ const config = {
1010
title: "Bracket",
1111
tagline: "Free and open source tournament scheduling system",
1212
favicon: "img/logo.svg",
13-
14-
// Set the production url of your site here
15-
url: "https://your-docusaurus-test-site.com",
16-
// Set the /<baseUrl>/ pathname under which your site is served
17-
// For GitHub pages deployment, it is often '/<projectName>/'
13+
url: "https://docs.bracketapp.nl",
1814
baseUrl: "/",
19-
20-
// GitHub pages deployment config.
21-
// If you aren't using GitHub pages, you don't need these.
22-
organizationName: "evroon", // Usually your GitHub org/user name.
23-
projectName: "bracket", // Usually your repo name.
24-
15+
organizationName: "evroon",
16+
projectName: "bracket",
2517
onBrokenLinks: "throw",
2618
onBrokenMarkdownLinks: "warn",
2719

@@ -49,17 +41,11 @@ const config = {
4941
({
5042
docs: {
5143
sidebarPath: require.resolve("./sidebars.js"),
52-
// Please change this to your repo.
53-
// Remove this to remove the "edit this page" links.
54-
editUrl:
55-
"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/",
44+
editUrl: "https://github.com/evroon/bracket/tree/master/docs/",
5645
},
5746
blog: {
5847
showReadingTime: true,
59-
// Please change this to your repo.
60-
// Remove this to remove the "edit this page" links.
61-
editUrl:
62-
"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/",
48+
editUrl: "https://github.com/evroon/bracket/tree/master/docs/",
6349
},
6450
theme: {
6551
customCss: require.resolve("./src/css/custom.css"),
@@ -74,7 +60,7 @@ const config = {
7460
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
7561
({
7662
// Replace with your project's social card
77-
image: "img/logo.svg",
63+
image: "img/bracket-screenshot-design.png",
7864
navbar: {
7965
title: "Bracket",
8066
logo: {

0 commit comments

Comments
 (0)