Skip to content

Commit 12944f1

Browse files
committed
reorder language tabs
1 parent 9367911 commit 12944f1

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

demo/docusaurus.config.js

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -139,16 +139,20 @@ const config = {
139139
additionalLanguages: ["ruby", "csharp", "php", "java", "powershell"],
140140
},
141141
languageTabs: [
142+
{
143+
highlight: "python",
144+
language: "python",
145+
logoClass: "python",
146+
},
142147
{
143148
highlight: "bash",
144149
language: "curl",
145150
logoClass: "bash",
146151
},
147152
{
148-
highlight: "python",
149-
language: "python",
150-
logoClass: "python",
151-
variant: "requests",
153+
highlight: "csharp",
154+
language: "csharp",
155+
logoClass: "csharp",
152156
},
153157
{
154158
highlight: "go",
@@ -159,19 +163,12 @@ const config = {
159163
highlight: "javascript",
160164
language: "nodejs",
161165
logoClass: "nodejs",
162-
variant: "axios",
163166
},
164167
{
165168
highlight: "ruby",
166169
language: "ruby",
167170
logoClass: "ruby",
168171
},
169-
{
170-
highlight: "csharp",
171-
language: "csharp",
172-
logoClass: "csharp",
173-
variant: "httpclient",
174-
},
175172
{
176173
highlight: "php",
177174
language: "php",

0 commit comments

Comments
 (0)