diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 3666e3fb5180..90418e064bbb 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -183,6 +183,47 @@ module.exports = { 'swift', ], }, + languageTabs: [ + { + highlight: 'bash', + language: 'curl', + }, + { + highlight: 'python', + language: 'python', + variant: 'requests', + }, + { + highlight: 'go', + language: 'go', + }, + { + highlight: 'javascript', + language: 'nodejs', + variant: 'native', + }, + { + highlight: 'ruby', + language: 'ruby', + }, + { + highlight: 'csharp', + language: 'csharp', + variant: 'httpclient', + }, + { + highlight: 'php', + language: 'php', + }, + { + highlight: 'java', + language: 'java', + }, + { + highlight: 'powershell', + language: 'powershell', + }, + ], footer: { style: 'dark', links: [