1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-06-20 09:19:27 +02:00

Фикс сайдбара

This commit is contained in:
Anton Titovets
2026-03-10 20:56:18 +03:00
parent a194dd6f03
commit 46a52ca99a
+22 -18
View File
@@ -5,6 +5,7 @@
// See: https://docusaurus.io/docs/api/docusaurus-config
import { themes as prismThemes } from 'prism-react-renderer';
import { label } from 'three/src/nodes/core/ContextNode.js';
/** @type {import('@docusaurus/types').Config} */
const config = {
@@ -159,6 +160,27 @@ window.yaContextCb.push(() => {
label: 'Скачать',
position: 'left',
'aria-label': 'Download',
},
{
to: 'https://boosty.to/bayselonarrend',
position: 'right',
className: 'navbar-boosty-link',
'aria-label': 'Boosty',
label: 'Поддержать проект'
},
{
to: 'https://github.com/Bayselonarrend/OpenIntegrations',
position: 'right',
className: 'navbar-github-link',
'aria-label': 'GitHub repository',
label: 'GitHub'
},
{
to: 'https://sourcecraft.dev/bayselonarrend/openintegrations',
position: 'right',
className: 'navbar-sourcecraft-link',
'aria-label': 'SourceCraft repository',
label: 'SourceCraft'
},
{
type: 'dropdown',
@@ -171,24 +193,6 @@ window.yaContextCb.push(() => {
}
],
},
{
to: 'https://boosty.to/bayselonarrend',
position: 'right',
className: 'navbar-boosty-link',
'aria-label': 'Boosty',
},
{
to: 'https://github.com/Bayselonarrend/OpenIntegrations',
position: 'right',
className: 'navbar-github-link',
'aria-label': 'GitHub repository',
},
{
to: 'https://sourcecraft.dev/bayselonarrend/openintegrations',
position: 'right',
className: 'navbar-sourcecraft-link',
'aria-label': 'SourceCraft repository',
},
],
},
footer: {