From 84c2cdf520782c4b3eb824d2d234be78138f9eb0 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Mon, 27 Jan 2025 22:11:10 +0100 Subject: [PATCH] feat: use Pragmatic Guides as title --- README.md | 5 ++--- astro.config.mjs | 6 +++--- src/content/docs/index.mdx | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fcc7c39..ebfd564 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -# Ayo's 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 -Pragmatic Guides for Discerning Tech Hobbyists and Professionals +A collection of guides for discerning tech hobbyists and professionals diff --git a/astro.config.mjs b/astro.config.mjs index 8170874..9da49f3 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -6,7 +6,7 @@ import starlight from "@astrojs/starlight"; export default defineConfig({ integrations: [ starlight({ - title: "Ayo's Guides", + title: "Pragmatic Guides", social: { mastodon: "https://social.ayco.io", blueSky: "https://bsky.app/profile/did:plc:hhpuzxrbpurathqyj2fuvnrs", @@ -21,8 +21,8 @@ export default defineConfig({ ], }, { - label: "References", - autogenerate: { directory: "references" }, + label: "Reference", + autogenerate: { directory: "reference" }, }, ], }), diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index f83527c..1fbd0ab 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -1,5 +1,5 @@ --- -title: Welcome to Ayo's Guides +title: Pragmatic Guides description: Get started building your docs site with Starlight. template: splash hero: