diff options
author | 2021-09-30 22:16:30 +0300 | |
---|---|---|
committer | 2021-09-30 15:16:30 -0400 | |
commit | 2df287dcd6097dca9e6428823f3ee30885dd0371 (patch) | |
tree | db204974e250bad8b8d0b6ff094f3d894fcfd29b /docs/src | |
parent | 9d64722e84b40d2e91f1e202602c5861b8a22efe (diff) | |
download | astro-2df287dcd6097dca9e6428823f3ee30885dd0371.tar.gz astro-2df287dcd6097dca9e6428823f3ee30885dd0371.tar.zst astro-2df287dcd6097dca9e6428823f3ee30885dd0371.zip |
Remove duplicated info (#1464)
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/pages/getting-started.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/src/pages/getting-started.md b/docs/src/pages/getting-started.md index 0d17590fe..9753d90cb 100644 --- a/docs/src/pages/getting-started.md +++ b/docs/src/pages/getting-started.md @@ -5,8 +5,6 @@ title: Getting Started 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. -Looking for a quick overview of what Astro is? [Visit our homepage.](https://astro.build) - ## Try Astro The easiest way to try Astro is to run `npm init astro` in a new directory on your machine. Our CLI wizard will assist you in starting a new Astro project. |