Новый URL

This commit is contained in:
movefasta 2022-10-23 16:07:13 +03:00
parent 16a3e3b582
commit 71793d5c8c
No known key found for this signature in database
GPG key ID: 74C6469794E996AD
7 changed files with 46 additions and 46 deletions

View file

@ -4,13 +4,13 @@ const katex = require('rehype-katex');
module.exports = {
title: 'Robossembler',
tagline: 'Открытая Робототехника',
url: 'https://robosphere.gitlab.io',
baseUrl: '/robossembler-docs/',
url: 'https://robossembler.gitlab.io',
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
organizationName: 'robossembler', // Usually your GitHub org/user name.
projectName: 'robossembler-docs', // Usually your repo name.
projectName: 'robossembler.gitlab.io', // Usually your repo name.
themeConfig: {
navbar: {
title: 'Robossembler',
@ -27,7 +27,7 @@ module.exports = {
},
{to: 'blog', label: 'Новости', position: 'left'},
{
href: 'https://gitlab.com/robosphere/robossembler-docs',
href: 'https://gitlab.com/robossembler/robossembler.gitlab.io',
label: 'GitLab',
position: 'right',
}
@ -50,7 +50,7 @@ module.exports = {
items: [
{
label: 'GitLab-группа',
href: 'https://gitlab.com/robosphere',
href: 'https://gitlab.com/robossembler',
},
{
label: 'Telegram-канал',
@ -79,7 +79,7 @@ module.exports = {
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
editUrl:
'https://gitlab.com/robosphere/robossembler-docs/-/edit/master/',
'https://gitlab.com/robossembler/robossembler.gitlab.io/-/edit/master/',
showLastUpdateAuthor: true,
showLastUpdateTime: true,
remarkPlugins: [math],
@ -89,7 +89,7 @@ module.exports = {
showReadingTime: true,
// Please change this to your repo.
editUrl:
'https://gitlab.com/robosphere/robossembler-docs/-/edit/master/',
'https://gitlab.com/robossembler/robossembler.gitlab.io/-/edit/master/',
},
theme: {
customCss: require.resolve('./src/css/custom.css'),