Skip to content

Commit

Permalink
fix(json): don't use camelCase for featured articles
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed Jan 7, 2025
1 parent b44e294 commit 512080d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/rari-doc/src/pages/json.rs
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,6 @@ pub struct JsonSPAPage {
/// * `tag` - An `Option<Parent>` that holds an optional parent for the featured article, which is
/// used for categorization.
#[derive(Debug, Clone, Serialize, JsonSchema)]
#[serde(rename_all = "camelCase")]
pub struct HomePageFeaturedArticle {
pub mdn_url: String,
pub summary: String,
Expand Down

0 comments on commit 512080d

Please sign in to comment.