mirror of
https://github.com/typst/typst
synced 2025-08-24 03:34:14 +08:00
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…
x
Reference in New Issue
Block a user