Skip to content

Commit

Permalink
Remove axios in favour of native fetch in API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinometric committed Jun 6, 2024
1 parent 8279da9 commit c869489
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,47 @@ module.exports = {
'swift',
],
},
languageTabs: [
{
highlight: 'bash',
language: 'curl',
},
{
highlight: 'python',
language: 'python',
variant: 'requests',
},
{
highlight: 'javascript',
language: 'nodejs',
variant: 'native',
},
{
highlight: 'go',
language: 'go',
},
{
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: [
Expand Down

0 comments on commit c869489

Please sign in to comment.