diff options
author | 2021-10-14 08:33:58 -0400 | |
---|---|---|
committer | 2021-10-14 08:33:58 -0400 | |
commit | 4dbad5d5ff164167ae5b61ab6c2e46605fc25b14 (patch) | |
tree | 632fcea58128765cd33489c70b927b4c17a44ca4 /docs/src/pages/getting-started.md | |
parent | a0becd24b4f44a8ee92533c3baf943e760ee7584 (diff) | |
download | astro-4dbad5d5ff164167ae5b61ab6c2e46605fc25b14.tar.gz astro-4dbad5d5ff164167ae5b61ab6c2e46605fc25b14.tar.zst astro-4dbad5d5ff164167ae5b61ab6c2e46605fc25b14.zip |
Added descriptions to docs pages (#1550)
Diffstat (limited to 'docs/src/pages/getting-started.md')
-rw-r--r-- | docs/src/pages/getting-started.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/pages/getting-started.md b/docs/src/pages/getting-started.md index 5e2df9ea1..861093d3f 100644 --- a/docs/src/pages/getting-started.md +++ b/docs/src/pages/getting-started.md @@ -1,6 +1,7 @@ --- layout: ~/layouts/MainLayout.astro title: Getting Started +description: A basic intro to Astro. --- Astro is a modern static site builder. Learn what Astro is all about from [our homepage](https://astro.build/) or [our release post](https://astro.build/blog/introducing-astro). This page is an overview of the Astro documentation and all related resources. |