Skip to content

Commit

Permalink
Automated docs change
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesLoder authored and github-actions[bot] committed Sep 11, 2024
1 parent 409d83e commit af8f295
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .astro/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,13 @@ declare module 'astro:content' {
collection: "docs";
data: InferEntrySchema<"docs">
} & { render(): Render[".md"] };
"api/interfaces/KetivQere.md": {
id: "api/interfaces/KetivQere.md";
slug: "api/interfaces/ketivqere";
body: string;
collection: "docs";
data: InferEntrySchema<"docs">
} & { render(): Render[".md"] };
"api/interfaces/SylOpts.md": {
id: "api/interfaces/SylOpts.md";
slug: "api/interfaces/sylopts";
Expand Down

0 comments on commit af8f295

Please sign in to comment.