docs: change repo location (pre-emptively)
Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
parent
0b80f648c5
commit
f1266d3137
|
|
@ -4,13 +4,13 @@ import markdownIntegration from "@astropub/md"
|
||||||
|
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
site: "https://revoltchat.github.io",
|
site: "https://stoatchat.github.io",
|
||||||
base: "/android",
|
base: "/for-android",
|
||||||
integrations: [
|
integrations: [
|
||||||
starlight({
|
starlight({
|
||||||
title: "Stoat for Android Technical Documentation",
|
title: "Stoat for Android Technical Documentation",
|
||||||
social: {
|
social: {
|
||||||
github: "https://github.com/revoltchat/android",
|
github: "https://github.com/stoatchat/for-android",
|
||||||
},
|
},
|
||||||
sidebar: [
|
sidebar: [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Revolt on Android — Technical Documentation
|
title: Stoat for Android — Technical Documentation
|
||||||
description: A guide to getting started with Revolt on Android.
|
description: A guide to getting started with Stoat for Android.
|
||||||
template: splash
|
template: splash
|
||||||
hero:
|
hero:
|
||||||
image:
|
image:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue