diff --git a/docs/docusaurus/docusaurus.config.js b/docs/docusaurus/docusaurus.config.js index e27536d5fd..6e5f056a8e 100644 --- a/docs/docusaurus/docusaurus.config.js +++ b/docs/docusaurus/docusaurus.config.js @@ -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: {