aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/components/Social.tsx8
-rw-r--r--docs/next.config.js4
-rw-r--r--docs/theme.config.js8
3 files changed, 10 insertions, 10 deletions
diff --git a/docs/components/Social.tsx b/docs/components/Social.tsx
index 2ed0df0..df632f3 100644
--- a/docs/components/Social.tsx
+++ b/docs/components/Social.tsx
@@ -3,9 +3,9 @@ import { DiscordIcon, GitHubIcon } from "nextra/icons";
function Github() {
return (
<a
- href="https://github.com/vercel/turbo"
+ href="https://github.com/retrofor/HydroRoll"
className="hidden p-2 text-current sm:flex hover:opacity-75"
- title="Turbo GitHub repo"
+ title="HydroRoll GitHub repo"
target="_blank"
rel="noreferrer"
>
@@ -18,9 +18,9 @@ function Github() {
function Discord() {
return (
<a
- href="https://turbo.build/discord"
+ href="https://hydroroll.retrofor.space/discord"
className="hidden p-2 text-current sm:flex hover:opacity-75"
- title="Turbo Discord server"
+ title="HydroROll Discord server"
target="_blank"
rel="noreferrer"
>
diff --git a/docs/next.config.js b/docs/next.config.js
index eb56c65..653658f 100644
--- a/docs/next.config.js
+++ b/docs/next.config.js
@@ -137,12 +137,12 @@ const nextConfig = withNextra({
{
source: "/discord{/}?",
permanent: true,
- destination: "https://discord.gg/sSzyjxvbf5",
+ destination: "https://discord.gg/JBe8BYJgKT",
},
{
source: "/docs/changelog",
permanent: true,
- destination: "https://github.com/vercel/turbo/releases",
+ destination: "https://github.com/retrofor/HydroRoll/releases",
},
{
source: "/docs/guides/complimentary-tools",
diff --git a/docs/theme.config.js b/docs/theme.config.js
index 0704c09..ce6426b 100644
--- a/docs/theme.config.js
+++ b/docs/theme.config.js
@@ -7,7 +7,7 @@ import HeaderLogo from "./components/HeaderLogo";
import ExtraContent from "./components/ExtraContent";
import { Discord, Github } from "./components/Social";
-const SITE_ROOT = "https://turbo.build";
+const SITE_ROOT = "https://hydroroll.retrofor.space";
/**
* @type {import('nextra-theme-docs').DocsThemeConfig}
@@ -16,7 +16,7 @@ const theme = {
sidebar: {
defaultMenuCollapseLevel: Number.POSITIVE_INFINITY,
},
- docsRepositoryBase: "https://github.com/vercel/turbo/blob/main/docs",
+ docsRepositoryBase: "https://github.com/retrofor/HydroRoll/blob/main/docs",
useNextSeoProps: function SEO() {
const router = useRouter();
const { frontMatter } = useConfig();
@@ -147,8 +147,8 @@ const theme = {
<link
rel="alternate"
type="application/rss+xml"
- title="Turbo Blog"
- href="https://turbo.build/feed.xml"
+ title="HydroRoll Blog"
+ href="https://hydroroll.retrofor.space/feed.xml"
/>
</>
);