From 5fe677d69c9855468122ed5c081590e71ee4fef8 Mon Sep 17 00:00:00 2001 From: FredKSchott Date: Mon, 6 Sep 2021 08:32:22 +0000 Subject: [PATCH] [ci] yarn format --- docs/src/data/components.json | 2 +- docs/src/pages/quick-start.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/src/data/components.json b/docs/src/data/components.json index 50b4ff61b..b5fde67a5 100644 --- a/docs/src/data/components.json +++ b/docs/src/data/components.json @@ -20,4 +20,4 @@ "demo": null } ] -} \ No newline at end of file +} diff --git a/docs/src/pages/quick-start.md b/docs/src/pages/quick-start.md index 6998826fe..71b0625ad 100644 --- a/docs/src/pages/quick-start.md +++ b/docs/src/pages/quick-start.md @@ -27,7 +27,6 @@ To learn more about installing and using Astro for the first time, please [read If you prefer to learn by example, check out our [complete library of examples](https://github.com/snowpackjs/astro/tree/main/examples) on GitHub. You can check out any of these examples locally by running `npm init astro -- --template "EXAMPLE_NAME"`. - ## Start your project From inside your project directory, enter the following command into your terminal: