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
|
# Pragmatic Guides
|
||||||
[](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
|
||||||
|
|
|
@ -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" },
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue