diff --git a/astro.config.mjs b/astro.config.mjs
index d8f6117..0a80a8c 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -25,7 +25,7 @@ export default defineConfig({
integrations: [
sitemap(),
starlight({
- title: "Alex Lebens Docs",
+ title: "Documentation",
head: [
{
tag: 'script',
diff --git a/src/assets/documentation.svg b/src/assets/documentation.svg
new file mode 100644
index 0000000..b42e536
--- /dev/null
+++ b/src/assets/documentation.svg
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx
index 9670c24..33d629f 100644
--- a/src/content/docs/index.mdx
+++ b/src/content/docs/index.mdx
@@ -1,10 +1,10 @@
---
-title: Documentation for my Homelab
-description: Guides and reference for my homelab infrastructure.
+title: Documentation
+description: Guides and reference
hero:
- tagline: Guides and reference for my homelab infrastructure.
+ tagline: Guides and reference
image:
- file: ../../assets/autumn_mountain.png
+ file: ../../assets/documentation.svg
actions:
- text: Introduction
link: /reference/introduction/
@@ -26,4 +26,9 @@ import { Card, CardGrid, LinkCard } from '@astrojs/starlight/components';
description="This site is built with Starlight, the Astro documentation theme. Check out the docs to learn more."
href="https://starlight.astro.build/"
>
+