Skip to content

Commit 22535b4

Browse files
committed
put CLI examples on the first place
1 parent dcacb4a commit 22535b4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docusaurus.config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,12 @@ module.exports = {
322322
],
323323
},
324324
languageTabs: [
325+
{
326+
highlight: 'bash',
327+
label: 'CLI',
328+
language: 'curl',
329+
logoClass: 'curl',
330+
},
325331
{
326332
highlight: 'javascript',
327333
label: 'JavaScript',
@@ -334,12 +340,6 @@ module.exports = {
334340
language: 'python',
335341
logoClass: 'python',
336342
},
337-
{
338-
highlight: 'bash',
339-
label: 'cURL',
340-
language: 'curl',
341-
logoClass: 'curl',
342-
},
343343
{
344344
highlight: 'php',
345345
label: 'PHP',

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)