mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-04-13 11:50:53 +02:00
Выпадающий список языков для доков
This commit is contained in:
parent
4ec2e7a0a0
commit
584d42e4c3
@ -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