feat: use Pragmatic Guides as title
This commit is contained in:
parent
704d043a26
commit
84c2cdf520
3 changed files with 6 additions and 7 deletions
|
@ -1,4 +1,3 @@
|
|||
# Ayo's Guides
|
||||
[](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
|
||||
|
|
|
@ -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" },
|
||||
},
|
||||
],
|
||||
}),
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue