forked from D-Net/openaire-graph-docs
Fix broken links
This commit is contained in:
parent
60c55c5cbe
commit
1f8141c94f
|
@ -33,7 +33,7 @@ const config = {
|
||||||
/** @type {import('@docusaurus/preset-classic').Options} */
|
/** @type {import('@docusaurus/preset-classic').Options} */
|
||||||
({
|
({
|
||||||
docs: {
|
docs: {
|
||||||
routeBasePath: '/', // serve the docs at the site's route
|
// routeBasePath: '/', // serve the docs at the site's route
|
||||||
|
|
||||||
sidebarPath: require.resolve('./sidebars.js'),
|
sidebarPath: require.resolve('./sidebars.js'),
|
||||||
// Please change this to your repo.
|
// Please change this to your repo.
|
||||||
|
@ -89,7 +89,7 @@ const config = {
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: 'Research Graph',
|
label: 'Research Graph',
|
||||||
to: '/docs/category/research-graph',
|
to: '/docs/intro',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
|
@ -17,7 +17,7 @@ function HomepageHeader() {
|
||||||
<div className={styles.buttons}>
|
<div className={styles.buttons}>
|
||||||
<Link
|
<Link
|
||||||
className="button button--secondary button--lg"
|
className="button button--secondary button--lg"
|
||||||
to="intro">
|
to="docs/intro">
|
||||||
Get started {/*- 5min ⏱️*/}
|
Get started {/*- 5min ⏱️*/}
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue