feat: use Pragmatic Guides as title

This commit is contained in:
Ayo Ayco 2025-01-27 22:11:10 +01:00
parent 704d043a26
commit 84c2cdf520
3 changed files with 6 additions and 7 deletions

View file

@ -1,4 +1,3 @@
# Ayo's Guides # Pragmatic Guides
[![Netlify Status](https://api.netlify.com/api/v1/badges/d48d0f43-25b7-4d03-bbd2-b19ed09ea063/deploy-status)](https://app.netlify.com/sites/ayos-guides/deploys)
Pragmatic Guides for Discerning Tech Hobbyists and Professionals A collection of guides for discerning tech hobbyists and professionals

View file

@ -6,7 +6,7 @@ import starlight from "@astrojs/starlight";
export default defineConfig({ export default defineConfig({
integrations: [ integrations: [
starlight({ starlight({
title: "Ayo's Guides", title: "Pragmatic Guides",
social: { social: {
mastodon: "https://social.ayco.io", mastodon: "https://social.ayco.io",
blueSky: "https://bsky.app/profile/did:plc:hhpuzxrbpurathqyj2fuvnrs", blueSky: "https://bsky.app/profile/did:plc:hhpuzxrbpurathqyj2fuvnrs",
@ -21,8 +21,8 @@ export default defineConfig({
], ],
}, },
{ {
label: "References", label: "Reference",
autogenerate: { directory: "references" }, autogenerate: { directory: "reference" },
}, },
], ],
}), }),

View file

@ -1,5 +1,5 @@
--- ---
title: Welcome to Ayo's Guides title: Pragmatic Guides
description: Get started building your docs site with Starlight. description: Get started building your docs site with Starlight.
template: splash template: splash
hero: hero: