Skip to content

Commit 0d3b4bd

Browse files
committed
Configure docusaurus to show on LIDSoL's github pages
1 parent 2493a10 commit 0d3b4bd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docusaurus.config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ import {themes as prismThemes} from 'prism-react-renderer';
88

99
/** @type {import('@docusaurus/types').Config} */
1010
const config = {
11-
title: 'drawDB DOCS',
12-
tagline: 'Dinosaurs are cool',
11+
title: 'drawDB (by LIDSoL) DOCS',
12+
tagline: 'LIDSoL Rules',
1313
favicon: 'img/favicon.ico',
1414

1515
// Set the production url of your site here
16-
url: 'https://drawdb-io.github.io',
16+
url: 'https://lidsol.github.io',
1717
// Set the /<baseUrl>/ pathname under which your site is served
1818
// For GitHub pages deployment, it is often '/<projectName>/'
19-
baseUrl: '/docs/',
19+
baseUrl: '/drawdb-docs/',
2020

2121
// GitHub pages deployment config.
2222
// If you aren't using GitHub pages, you don't need these.
23-
organizationName: 'drawdb-io', // Usually your GitHub org/user name.
24-
projectName: 'docs', // Usually your repo name.
23+
organizationName: 'LIDSOL', // Usually your GitHub org/user name.
24+
projectName: 'drawdb-docs', // Usually your repo name.
2525

2626
trailingSlash: false,
2727

0 commit comments

Comments
 (0)