Skip to content

Commit f0a23b8

Browse files
committed
docs config for publishing to gh pages
1 parent a9ac173 commit f0a23b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

website/docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
title: 'RAWGraphs Core',
3-
tagline: 'Hello RAW Core',
4-
url: 'https://your-docusaurus-test-site.com',
3+
tagline: 'RAWGraphs Core library',
4+
url: 'https://rawgraphs.github.io/rawgraphs-core',
55
baseUrl: '/',
66
onBrokenLinks: 'throw',
77
onBrokenMarkdownLinks: 'warn',

website/sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = {
2727
label: "Utility functions",
2828
items: [
2929
"data-parsing",
30-
"import-export",
30+
// "import-export",
3131
],
3232
},
3333
"api",

0 commit comments

Comments
 (0)