1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-06-21 00:29:52 +02:00

Изменения по оформлению документации

This commit is contained in:
Anton Titovets
2024-03-06 11:09:18 +03:00
parent f214a0e2bd
commit a7b1255d85
5 changed files with 48 additions and 23 deletions

View File

@ -51,6 +51,12 @@ const config = {
({
// Replace with your project's social card
colorMode: {
defaultMode: 'light',
disableSwitch: true,
respectPrefersColorScheme: false,
},
navbar: {
title: 'Открытый пакет интеграций',
logo: {
@ -73,7 +79,7 @@ const config = {
],
},
footer: {
style: 'dark',
style: 'light',
links: [
{
title: 'Документация',
@ -98,7 +104,7 @@ const config = {
},
prism: {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
darkTheme: prismThemes.github,
additionalLanguages: ['json','bsl']
},
}),