From c66b7743e796f91233b3bc99de13695ae186a48b Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Mon, 13 Jul 2026 17:16:16 -0400 Subject: [PATCH] docs(index): add introduction documentation --- docs/index.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/index.mdx diff --git a/docs/index.mdx b/docs/index.mdx new file mode 100644 index 0000000..0c5e3c2 --- /dev/null +++ b/docs/index.mdx @@ -0,0 +1,10 @@ +--- +title: Introduction +description: Welcome to your new Blume docs. +--- + +# Introduction + +Welcome to **Blume** — markdown-first docs powered by Astro and Vite. + +Edit `docs/index.mdx` to get started, then run `blume dev`.