Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 12 additions & 13 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,18 @@ export default defineConfig({
],
plugins: [
starlightAutoSidebar(),
starlightTypeDoc({
entryPoints: ["./typedoc-repos/scramjet/src/entry.ts"],
tsconfig: "./tsconfig-scramjet.json",
sidebar: {
label: "Scramjet API",
},
typeDoc: {
skipErrorChecking: true,
excludeNotDocumented: false,
treatWarningsAsErrors: false,
},
}),
// starlightTypeDoc({
// entryPoints: ["./typedoc-repos/scramjet/src/entry.ts"],
// tsconfig: "./tsconfig-scramjet.json",
// sidebar: {
// label: "Scramjet API",
// },
// typeDoc: {
// skipErrorChecking: true,
// excludeNotDocumented: false,
// treatWarningsAsErrors: false,
// },
// }),
],
components: {
Head: "./src/components/MetadataHead.astro",
Expand All @@ -93,7 +93,6 @@ export default defineConfig({
"proxies/scramjet",
"proxies/rammerhead",
"proxies/ultraviolet",
typeDocSidebarGroup,
],
},
{
Expand Down
1 change: 0 additions & 1 deletion src/content/docs/organizations/night-network.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ Night Network is an organization of developers focused on creating innovative mi
# Relations to TN

Night Network is an organization partnered with TN because of its community and large userbase of 2M+ active users.

Loading