We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ac173 commit f0a23b8Copy full SHA for f0a23b8
website/docusaurus.config.js
@@ -1,7 +1,7 @@
1
module.exports = {
2
title: 'RAWGraphs Core',
3
- tagline: 'Hello RAW Core',
4
- url: 'https://your-docusaurus-test-site.com',
+ tagline: 'RAWGraphs Core library',
+ url: 'https://rawgraphs.github.io/rawgraphs-core',
5
baseUrl: '/',
6
onBrokenLinks: 'throw',
7
onBrokenMarkdownLinks: 'warn',
website/sidebars.js
@@ -27,7 +27,7 @@ module.exports = {
27
label: "Utility functions",
28
items: [
29
"data-parsing",
30
- "import-export",
+ // "import-export",
31
],
32
},
33
"api",
0 commit comments