Skip to content

Commit

Permalink
put CLI examples on the first place
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan committed Jan 16, 2025
1 parent dcacb4a commit 22535b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,12 @@ module.exports = {
],
},
languageTabs: [
{
highlight: 'bash',
label: 'CLI',
language: 'curl',
logoClass: 'curl',
},
{
highlight: 'javascript',
label: 'JavaScript',
Expand All @@ -334,12 +340,6 @@ module.exports = {
language: 'python',
logoClass: 'python',
},
{
highlight: 'bash',
label: 'cURL',
language: 'curl',
logoClass: 'curl',
},
{
highlight: 'php',
label: 'PHP',
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 22535b4

Please sign in to comment.