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
|
||||
export default defineConfig({
|
||||
site: "https://revoltchat.github.io",
|
||||
base: "/android",
|
||||
site: "https://stoatchat.github.io",
|
||||
base: "/for-android",
|
||||
integrations: [
|
||||
starlight({
|
||||
title: "Stoat for Android Technical Documentation",
|
||||
social: {
|
||||
github: "https://github.com/revoltchat/android",
|
||||
github: "https://github.com/stoatchat/for-android",
|
||||
},
|
||||
sidebar: [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Revolt on Android — Technical Documentation
|
||||
description: A guide to getting started with Revolt on Android.
|
||||
title: Stoat for Android — Technical Documentation
|
||||
description: A guide to getting started with Stoat for Android.
|
||||
template: splash
|
||||
hero:
|
||||
image:
|
||||
|
|
|
|||
Loading…
Reference in New Issue