From db23ec853afb4e37458ff5b680976eee5fc7d66d Mon Sep 17 00:00:00 2001
From: tgt
Date: Sun, 3 Nov 2024 21:16:39 -0500
Subject: [PATCH] fix: dead links, update config schema
---
.config/config-schema.json | 9 ---------
README.md | 5 ++---
src/app/layout.tsx | 2 +-
src/components/navbar.tsx | 4 ++--
4 files changed, 5 insertions(+), 15 deletions(-)
diff --git a/.config/config-schema.json b/.config/config-schema.json
index d084921..e8a8fa2 100644
--- a/.config/config-schema.json
+++ b/.config/config-schema.json
@@ -17,15 +17,6 @@
},
"type": "object"
},
- "huDb": {
- "description": "HU authentication database URL. Leave `undefined` to disable HU authentication. This is not for the end user and is meant for compatibility with https://holyubofficial.net/'s authentication backend",
- "type": "string"
- },
- "huUrl": {
- "default": "https://holyubofficial.net",
- "description": "URL for the HU instance, if integrating with one",
- "type": "string"
- },
"oauth": {
"additionalProperties": false,
"description": "OAuth configuration. Leave `undefined` to disable OAuth signups.",
diff --git a/README.md b/README.md
index f3d410a..931ca30 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,7 @@
- Production demo instance
+ Production demo instance (CURRENTLY DOWN)
-See [documentation](https://stardust.spaceness.one/docs) for setup and usage
-
+See [documentation](https://stardust-docs.vercel.app/docs) for setup and usage
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 0365448..f029377 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -26,7 +26,7 @@ export async function generateMetadata(): Promise {
title: "Stardust",
description: "Stardust is the platform for streaming isolated desktop containers.",
type: "website",
- url: "https://stardust.spaceness.one",
+ url: "https://stardust-docs.vercel.app",
}
: undefined,
};
diff --git a/src/components/navbar.tsx b/src/components/navbar.tsx
index 4d2b4f0..4fd0454 100644
--- a/src/components/navbar.tsx
+++ b/src/components/navbar.tsx
@@ -179,7 +179,7 @@ export default function Navigation({
@@ -189,7 +189,7 @@ export default function Navigation({