You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-06-21 00:29:52 +02:00
Изменения по оформлению документации
This commit is contained in:
@ -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']
|
||||
},
|
||||
}),
|
||||
|
Reference in New Issue
Block a user