summaryrefslogtreecommitdiff
path: root/smoke/docs-main/src/pages/en/getting-started.md
diff options
context:
space:
mode:
Diffstat (limited to 'smoke/docs-main/src/pages/en/getting-started.md')
-rw-r--r--smoke/docs-main/src/pages/en/getting-started.md98
1 files changed, 0 insertions, 98 deletions
diff --git a/smoke/docs-main/src/pages/en/getting-started.md b/smoke/docs-main/src/pages/en/getting-started.md
deleted file mode 100644
index bbef88a38..000000000
--- a/smoke/docs-main/src/pages/en/getting-started.md
+++ /dev/null
@@ -1,98 +0,0 @@
----
-setup: |
- import Button from '../../components/Button.astro'
-layout: ~/layouts/MainLayout.astro
-title: Getting Started
-description: A basic intro to Astro.
----
-Static Site Generator πŸš€ Bring your own Framework πŸš€ Ship Less JavaScript
-
-## Try Astro
-
-We've made it as easy as possible to get started with Astro either in your browser, or on your machine!
-
-### Online Playgrounds
-
-Visit [astro.new](https://astro.new) for the easiest way to "try before you buy." Choose from a variety of starter templates and start building a full, working version of Astro right in your browser!
-
-Or, **instantly launch our basic starter project** with just one click of a button:
-
-<div style="display: flex; flex-wrap: wrap; gap: 0.5rem;">
- <Button href="https://astro.new/starter?on=codesandbox">Open in CodeSandbox</Button>
- <Button href="https://astro.new/starter?on=stackblitz">Open in StackBlitz</Button>
-</div>
-
-### Install Astro Locally
-
-Ready to install?
-
-Get a new project up and running locally in no time with our easy `create-astro` CLI wizard!
-
-```bash
-# run this command in a new directory to get started!
-npm init astro
-```
-
-βš™οΈ Our [Installation Guide](/en/installation) has full, step-by-step instructions for installing Astro with your favourite package manager.
-
-βš™οΈ See instructions for [manual setup](/en/guides/manual-setup) instead.
-
-
-## Start building with Astro
-
-Jump right in and add some content and features to your site!
-
-πŸ—οΈ Add new [Astro (.astro) pages](/en/core-concepts/astro-pages) and/or [Markdown (.md) pages](/en/guides/markdown-content) to your site.
-
-πŸ—οΈ Create your first [Layout](/en/core-concepts/layouts).
-
-πŸ—οΈ Add additional [CSS and styling](/en/guides/styling) to your site.
-
-*... and even more Guides under **Learn***
-
-
-
-## Learn Astro
-
-See examples of some of the key concepts and patterns of an Astro site!
-
-πŸ“š Read more about Astro’s [project structure.](/en/core-concepts/project-structure)
-
-πŸ“š Learn more about Astro’s [built-in components.](/en/reference/builtin-components)
-
-πŸ“š Explore Astro’s [API.](/en/reference/api-reference)
-
-*... and even more reference material under **API***
-
-## Integrate with Astro
-
-Explore different integrations that our users have combined with Astro!
-
-🧰 Use a CMS with your Astro project.
-
-🧰 Set up eCommerce.
-
-🧰 Connect a database to your site.
-
-*... see our [third-party integrations](/en/integrations/integrations)*
-
-
-
-## Join our Community
-
-Join us in the [Astro Discord](https://astro.build/chat) to share with and get help from an active, friendly community!
-
-πŸ’¬ Say hi in our `#introduce-yourself` channel!
-
-πŸ’¬ Ask our Support Squad a question in our `#support` channel!
-
-πŸ’¬ Share what you've been working on in our `#showcase` channel!
-
-
-## Learn More
-
-[Astro Blog](https://astro.build/blog/)
-
-[Astro changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
-
-[Astro Migration Guide](/en/migrate) (for upgrading to v0.21+)