Skip to content

Commit 1441ab8

Browse files
committed
Update API docs
Signed-off-by: worksofliam <[email protected]>
1 parent b89dfe7 commit 1441ab8

File tree

8 files changed

+26
-1470
lines changed

8 files changed

+26
-1470
lines changed

.astro/astro/content.d.ts

-495
Large diffs are not rendered by default.

.vscode/snippets.code-snippets

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"scope": "md, markdown",
1919
"prefix": "warning",
2020
"body": [
21-
"<Aside type="${1:note|tip|caution|danger}">,
21+
"<Aside type=\"${1:note|tip|caution|danger}\">",
2222
" ${2:message}",
2323
"</Aside>"
2424
]

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"@halcyontech/vscode-ibmi-types": "^2.13.5",
1717
"astro": "^4.16.9",
1818
"sharp": "^0.32.5",
19-
"typescript": "^5.3.3",
20-
"typescript-parser": "^2.6.1"
19+
"typescript": "^5.3.3"
2120
}
2221
}

src/api/gen.ts

-215
This file was deleted.

src/api/header.mdx

-68
This file was deleted.

0 commit comments

Comments
 (0)