Docs updates
All checks were successful
Ascently - Sync Deploy / build-and-push (push) Successful in 2m43s
Ascently - Docs Deploy / build-and-push (push) Successful in 3m34s

This commit is contained in:
2025-10-14 14:26:56 -06:00
parent 082cb79630
commit 7601e7bb03
11 changed files with 88 additions and 104 deletions

View File

@@ -12,7 +12,7 @@ export default defineConfig({
starlight({
title: "Ascently",
description:
"A FOSS climbing tracking app with offline-first design and optional sync server",
"An offline-first FOSS climb tracking app with an optional sync server.",
logo: {
light: "./src/assets/logo.svg",
dark: "./src/assets/logo-dark.svg",
@@ -20,8 +20,8 @@ export default defineConfig({
favicon: "/favicon.png",
social: [
{
icon: "github",
label: "GitHub",
icon: "seti:git",
label: "Gitea",
href: "https://git.atri.dad/atridad/Ascently",
},
{
@@ -46,6 +46,10 @@ export default defineConfig({
label: "Reference",
autogenerate: { directory: "reference" },
},
{
label: "Privacy",
link: "/privacy/",
},
],
customCss: ["./src/styles/custom.css"],
}),
@@ -54,4 +58,4 @@ export default defineConfig({
adapter: node({
mode: "standalone",
}),
});
});