summaryrefslogtreecommitdiff
path: root/docs/src/pages/guides
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-07-16 13:39:48 -0400
committerGravatar Fred K. Schott <fkschott@gmail.com> 2021-07-16 13:39:48 -0400
commitdc4ba25b01254ed1c2088c081e8c861172ae58a4 (patch)
treee8424c9266de0886e8fb3c133da7f87e2eeacb11 /docs/src/pages/guides
parent94fdd0db1b0a8ba2f109c5a240dc5770fdf784b8 (diff)
downloadastro-dc4ba25b01254ed1c2088c081e8c861172ae58a4.tar.gz
astro-dc4ba25b01254ed1c2088c081e8c861172ae58a4.tar.zst
astro-dc4ba25b01254ed1c2088c081e8c861172ae58a4.zip
Revert "New getting started guide (#715)"
This reverts commit 2827f077baab6674a8ee47f3006e82ce991118b8.
Diffstat (limited to 'docs/src/pages/guides')
-rw-r--r--docs/src/pages/guides/deploy.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/src/pages/guides/deploy.md b/docs/src/pages/guides/deploy.md
index ca8365e5e..39518fc78 100644
--- a/docs/src/pages/guides/deploy.md
+++ b/docs/src/pages/guides/deploy.md
@@ -3,6 +3,8 @@ layout: ~/layouts/Main.astro
title: Deploy a Website
---
+> This page is based off of [Vite's](https://vitejs.dev/) well-documented [static deploy instructions](https://vitejs.dev/guide/static-deploy.html).
+
The following guides are based on some shared assumptions:
- You are using the default build output location (`dist/`). This location [can be changed using the `dist` configuration option](/reference/configuration-reference).
@@ -251,7 +253,3 @@ Install the extension in VS Code and navigate to your app root. Open the Static
Follow the wizard started by the extension to give your app a name, choose a framework preset, and designate the app root (usually `/`) and built file location `/dist`. The wizard will run and will create a GitHub action in your repo in a `.github` folder.
The action will work to deploy your app (watch its progress in your repo's Actions tab) and, when successfully completed, you can view your app in the address provided in the extension's progress window by clicking the 'Browse Website' button that appears when the GitHub action has run.
-
-## Credits
-
-This guide was originally based off of [Vite's](https://vitejs.dev/) well-documented static deploy guide. \ No newline at end of file