Fix case in docs serialization (#6808)
This commit is contained in:
parent
f7b932261b
commit
e1c9fc36a5
|
|
@ -81,6 +81,7 @@ pub struct CategoryItem {
|
||||||
|
|
||||||
/// Details about a function.
|
/// Details about a function.
|
||||||
#[derive(Debug, Serialize)]
|
#[derive(Debug, Serialize)]
|
||||||
|
#[serde(rename_all = "camelCase")]
|
||||||
pub struct FuncModel {
|
pub struct FuncModel {
|
||||||
pub path: Vec<EcoString>,
|
pub path: Vec<EcoString>,
|
||||||
pub name: EcoString,
|
pub name: EcoString,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue