Fix links to external resources
This commit is contained in:
parent
146aeec333
commit
2f7bb9f04c
1 changed files with 10 additions and 10 deletions
|
@ -1,8 +1,8 @@
|
|||
/** @type {import('@docusaurus/types').DocusaurusConfig} */
|
||||
module.exports = {
|
||||
title: 'Robossembler',
|
||||
tagline: 'Self Replicated Robotics Infrastructure',
|
||||
url: 'https://your-docusaurus-test-site.com',
|
||||
tagline: 'Self Replicated Robotics Infrastructure Documentation',
|
||||
url: 'https://robosphere.gitlab.io/robossembler-docs',
|
||||
baseUrl: '/robossembler-docs/',
|
||||
onBrokenLinks: 'throw',
|
||||
onBrokenMarkdownLinks: 'warn',
|
||||
|
@ -25,8 +25,8 @@ module.exports = {
|
|||
},
|
||||
{to: 'blog', label: 'Blog', position: 'left'},
|
||||
{
|
||||
href: 'https://github.com/robossembler/robossembler-docs',
|
||||
label: 'GitHub',
|
||||
href: 'https://gitlab.com/robosphere/robossembler-docs',
|
||||
label: 'GitLab',
|
||||
position: 'right',
|
||||
}
|
||||
],
|
||||
|
@ -52,11 +52,11 @@ module.exports = {
|
|||
},
|
||||
{
|
||||
label: 'Discord',
|
||||
href: 'https://discordapp.com/invite/robossembler',
|
||||
href: 'https://discord.gg/fkvKMQ3XT4',
|
||||
},
|
||||
{
|
||||
label: 'Twitter',
|
||||
href: 'https://twitter.com/robossembler',
|
||||
href: 'https://twitter.com/movefasta',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
@ -68,8 +68,8 @@ module.exports = {
|
|||
to: 'blog',
|
||||
},
|
||||
{
|
||||
label: 'GitHub',
|
||||
href: 'https://github.com/facebook/docusaurus',
|
||||
label: 'GitLab',
|
||||
href: 'https://gitlab.com/robosphere',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
@ -85,13 +85,13 @@ module.exports = {
|
|||
sidebarPath: require.resolve('./sidebars.js'),
|
||||
// Please change this to your repo.
|
||||
editUrl:
|
||||
'https://github.com/facebook/docusaurus/edit/master/website/',
|
||||
'https://gitlab.com/robosphere/robossembler-docs/-/edit/master/',
|
||||
},
|
||||
blog: {
|
||||
showReadingTime: true,
|
||||
// Please change this to your repo.
|
||||
editUrl:
|
||||
'https://github.com/facebook/docusaurus/edit/master/website/blog/',
|
||||
'https://gitlab.com/robosphere/robossembler-docs/-/edit/master/',
|
||||
},
|
||||
theme: {
|
||||
customCss: require.resolve('./src/css/custom.css'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue