Skip to content

Commit f8ba90d

Browse files
committed
remove scramjet typedoc
1 parent 9ddc520 commit f8ba90d

6 files changed

Lines changed: 3 additions & 81 deletions

File tree

‎.gitmodules‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "typedoc-repos/scramjet"]
2-
path = typedoc-repos/scramjet
3-
url = https://github.com/MercuryWorkshop/scramjet.git

‎astro.config.ts‎

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,7 @@ export default defineConfig({
5656
},
5757
],
5858
plugins: [
59-
starlightAutoSidebar(),
60-
starlightTypeDoc({
61-
entryPoints: ["./typedoc-repos/scramjet/src/entry.ts"],
62-
tsconfig: "./tsconfig-scramjet.json",
63-
sidebar: {
64-
label: "Scramjet API",
65-
},
66-
typeDoc: {
67-
skipErrorChecking: true,
68-
excludeNotDocumented: false,
69-
treatWarningsAsErrors: false,
70-
},
71-
}),
59+
starlightAutoSidebar()
7260
],
7361
components: {
7462
Head: "./src/components/MetadataHead.astro",
@@ -92,8 +80,7 @@ export default defineConfig({
9280
items: [
9381
"proxies/scramjet",
9482
"proxies/rammerhead",
95-
"proxies/ultraviolet",
96-
typeDocSidebarGroup,
83+
"proxies/ultraviolet"
9784
],
9885
},
9986
{

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"scripts": {
1313
"dev": "astro dev",
1414
"start": "astro dev",
15-
"build": "astro build",
15+
"build": "astro check && astro build",
1616
"preview": "astro preview",
1717
"astro": "astro",
1818
"typecheck": "astro check",

‎tsconfig-scramjet.json‎

Lines changed: 0 additions & 33 deletions
This file was deleted.

‎typedoc-repos/scramjet‎

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎typedoc-scramjet.json‎

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)