mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 15:45:27 +03:00
Added rust as language in the openapi sidebar
This commit is contained in:
parent
da7116b77b
commit
1c54a0a802
@ -37,11 +37,6 @@ const config: Config = {
|
|||||||
language: 'python',
|
language: 'python',
|
||||||
logoClass: 'python',
|
logoClass: 'python',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
highlight: 'bash',
|
|
||||||
language: 'curl',
|
|
||||||
logoClass: 'curl',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
highlight: 'javascript',
|
highlight: 'javascript',
|
||||||
language: 'nodejs',
|
language: 'nodejs',
|
||||||
@ -52,6 +47,16 @@ const config: Config = {
|
|||||||
language: 'javascript',
|
language: 'javascript',
|
||||||
logoClass: 'javascript',
|
logoClass: 'javascript',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
highlight: 'bash',
|
||||||
|
language: 'curl',
|
||||||
|
logoClass: 'curl',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
highlight: "rust",
|
||||||
|
language: "rust",
|
||||||
|
logoClass: "rust",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
navbar: {
|
navbar: {
|
||||||
title: 'Frigate',
|
title: 'Frigate',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user