Главная страница обновлена и русифицирована
This commit is contained in:
parent
beaff1125f
commit
cd7e455b09
14 changed files with 903 additions and 378 deletions
|
@ -3,7 +3,7 @@ const math = require('remark-math');
|
|||
const katex = require('rehype-katex');
|
||||
module.exports = {
|
||||
title: 'Robossembler',
|
||||
tagline: 'Self Replicated Robotics Infrastructure Documentation',
|
||||
tagline: 'Открытая Робототехника',
|
||||
url: 'https://robosphere.gitlab.io',
|
||||
baseUrl: '/robossembler-docs/',
|
||||
onBrokenLinks: 'throw',
|
||||
|
@ -22,10 +22,10 @@ module.exports = {
|
|||
{
|
||||
to: 'docs/',
|
||||
activeBasePath: 'docs',
|
||||
label: 'Docs',
|
||||
label: 'Документация',
|
||||
position: 'left',
|
||||
},
|
||||
{to: 'blog', label: 'Blog', position: 'left'},
|
||||
{to: 'blog', label: 'Новости', position: 'left'},
|
||||
{
|
||||
href: 'https://gitlab.com/robosphere/robossembler-docs',
|
||||
label: 'GitLab',
|
||||
|
@ -37,46 +37,38 @@ module.exports = {
|
|||
style: 'dark',
|
||||
links: [
|
||||
{
|
||||
title: 'Docs',
|
||||
title: 'Документация',
|
||||
items: [
|
||||
{
|
||||
label: 'Getting Started',
|
||||
label: 'Обзор репозиториев',
|
||||
to: 'docs/',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Community',
|
||||
title: 'Сообщество',
|
||||
items: [
|
||||
{
|
||||
label: 'Stack Overflow',
|
||||
href: 'https://stackoverflow.com/questions/tagged/robossembler',
|
||||
label: 'GitLab-группа',
|
||||
href: 'https://gitlab.com/robosphere',
|
||||
},
|
||||
{
|
||||
label: 'Discord',
|
||||
href: 'https://discord.gg/fkvKMQ3XT4',
|
||||
},
|
||||
{
|
||||
label: 'Twitter',
|
||||
href: 'https://twitter.com/movefasta',
|
||||
label: 'Telegram-канал',
|
||||
href: 'https://t.me/robossembler_ru',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'More',
|
||||
title: 'Подробнее',
|
||||
items: [
|
||||
{
|
||||
label: 'Blog',
|
||||
label: 'Новости',
|
||||
to: 'blog',
|
||||
},
|
||||
{
|
||||
label: 'GitLab',
|
||||
href: 'https://gitlab.com/robosphere',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
copyright: `Copyright © ${new Date().getFullYear()} Robossembler Team, Built with Docusaurus.`,
|
||||
copyright: `Copyleft © ${new Date().getFullYear()} Команда Robossembler, сайт сделан при помощи Docusaurus.`,
|
||||
},
|
||||
},
|
||||
presets: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue