Skip to content

Commit

Permalink
remove all languages to test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sserrata committed Jul 3, 2024
1 parent efdafde commit c846908
Showing 1 changed file with 0 additions and 48 deletions.
48 changes: 0 additions & 48 deletions demo/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,54 +143,6 @@ const config: Config = {
"bash",
],
},
languageTabs: [
{
highlight: "python",
language: "python",
logoClass: "python",
},
{
highlight: "bash",
language: "curl",
logoClass: "bash",
},
{
highlight: "csharp",
language: "csharp",
logoClass: "csharp",
},
{
highlight: "go",
language: "go",
logoClass: "go",
},
{
highlight: "javascript",
language: "nodejs",
logoClass: "nodejs",
},
{
highlight: "ruby",
language: "ruby",
logoClass: "ruby",
},
{
highlight: "php",
language: "php",
logoClass: "php",
},
{
highlight: "java",
language: "java",
logoClass: "java",
variant: "unirest",
},
{
highlight: "powershell",
language: "powershell",
logoClass: "powershell",
},
],
algolia: {
apiKey: "441074cace987cbf4640c039ebed303c",
appId: "J0EABTYI1A",
Expand Down

0 comments on commit c846908

Please sign in to comment.