diff options
Diffstat (limited to 'examples/docs/src/pages/index.astro')
-rw-r--r-- | examples/docs/src/pages/index.astro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/docs/src/pages/index.astro b/examples/docs/src/pages/index.astro index 75ca0da4f..6cba4c7fe 100644 --- a/examples/docs/src/pages/index.astro +++ b/examples/docs/src/pages/index.astro @@ -10,5 +10,7 @@ import Layout from '../layouts/Main.astro'; 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> |