Skip to content

Commit

Permalink
hotfix: make submodule optional for p5.FrameBuffer reference entry
Browse files Browse the repository at this point in the history
  • Loading branch information
stalgiag committed Feb 29, 2024
1 parent 990a659 commit d882a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/reference/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const exampleSchema = z.string();
export const referenceSchema = z.object({
title: z.string(),
module: z.string(),
submodule: z.string(),
submodule: z.string().optional(),
file: z.string(),
description: z.string(),
line: z.number(),
Expand Down

0 comments on commit d882a5d

Please sign in to comment.