summaryrefslogtreecommitdiff
path: root/examples/docs/src/pages/index.astro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/docs/src/pages/index.astro')
-rw-r--r--examples/docs/src/pages/index.astro16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/docs/src/pages/index.astro b/examples/docs/src/pages/index.astro
deleted file mode 100644
index 6cba4c7fe..000000000
--- a/examples/docs/src/pages/index.astro
+++ /dev/null
@@ -1,16 +0,0 @@
----
-import { Markdown } from 'astro/components';
-import Layout from '../layouts/Main.astro';
----
-
-<Layout content={{ title: 'Hello world!' }}>
- <Markdown>
- # Hello world!
-
- This is a starter template, have fun building your next documentation site with [Astro](https://astro.build).
-
- It offers the right mix of simple-to-use [Markdown pages](/example) and rich, interactive components embedded in `.astro` files using `<Markdown>`.
-
- The docs template has some nice components, for more information click [here](/getting-started).
- </Markdown>
-</Layout>