1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-19 21:17:55 +02:00

Выпадающий список языков для доков

This commit is contained in:
Anton Titovets 2024-06-21 10:32:56 +03:00
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: {