Bring back typedoc

This commit is contained in:
Jon Staab
2025-04-08 15:08:00 -07:00
parent 02202d298e
commit 3301616e7d
19 changed files with 261 additions and 135 deletions
+2 -4
View File
@@ -36,7 +36,6 @@ describe("Content Truncation", () => {
value: {
url: new URL("https://example.com/image.jpg"),
meta: {},
isMedia: true,
},
raw: "https://example.com/image.jpg",
},
@@ -83,7 +82,6 @@ describe("Content Truncation", () => {
value: {
url: new URL("https://example.com/image.jpg"),
meta: {},
isMedia: true,
},
raw: "https://example.com/image.jpg",
},
@@ -141,8 +139,8 @@ describe("Content Truncation", () => {
type: ParsedType.LinkGrid,
value: {
links: [
{url: new URL("https://example.com/1.jpg"), meta: {}, isMedia: true},
{url: new URL("https://example.com/2.jpg"), meta: {}, isMedia: true},
{url: new URL("https://example.com/1.jpg"), meta: {}},
{url: new URL("https://example.com/2.jpg"), meta: {}},
],
},
raw: "",