mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-03-19 21:17:55 +02:00
Выпадающий список языков для доков
This commit is contained in:
parent
8d104d7422
commit
fc918f9f5a
@ -98,6 +98,22 @@ const config = {
|
||||
label: 'GitHub',
|
||||
position: 'right',
|
||||
},
|
||||
{
|
||||
type: 'dropdown',
|
||||
label: 'Translation',
|
||||
position: 'right',
|
||||
items: [
|
||||
{
|
||||
label: 'English',
|
||||
href: 'https://en.openintegrations.dev',
|
||||
},
|
||||
{
|
||||
label: 'Русский',
|
||||
href: 'https://openintegrations.dev',
|
||||
},
|
||||
// ... more items
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
footer: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user