From a5ef209186f5242fd1a9506424bb77f9e724118e Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 8 Feb 2026 15:55:50 -0600 Subject: [PATCH] feat: update index page --- src/content/docs/index.mdx | 37 +++++++++++++++++-------------------- 1 file changed, 17 insertions(+), 20 deletions(-) diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index 150dc9a..330e96e 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -1,36 +1,33 @@ --- -title: Welcome to Starlight -description: Get started building your docs site with Starlight. +title: Documentation for my Homelab +description: Guides and reference for my homelab infrastructure. template: splash hero: - tagline: Congrats on setting up a new Starlight project! + tagline: Guides and reference for my homelab infrastructure. image: file: ../../assets/autumn_mountain.png actions: - - text: Example Guide - link: /guides/example/ + - text: Introduction + link: /reference/example/ icon: right-arrow - - text: Read the Starlight docs - link: https://starlight.astro.build - icon: external - variant: minimal --- -import { Card, CardGrid } from '@astrojs/starlight/components'; +import { Card, CardGrid, LinkCard } from '@astrojs/starlight/components'; -## Next steps +## Hightlights - - Edit `src/content/docs/index.mdx` to see this page change. - Add Markdown or MDX files to `src/content/docs` to create new pages. - - Edit your `sidebar` and other config in `astro.config.mjs`. - - - Learn more in [the Starlight Docs](https://starlight.astro.build/). - + +