You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-06-20 09:19:27 +02:00
Фикс сайдбара
This commit is contained in:
Vendored
+22
-18
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user