diff options
author | 2023-01-26 09:37:30 -0500 | |
---|---|---|
committer | 2023-01-26 08:37:30 -0600 | |
commit | d47a9075bf13617fb5545aec50b46a76044bf85d (patch) | |
tree | b2fa72d4389c1e008786ec99e493ebf325724481 /examples/docs | |
parent | 088f5194c55a6ec15b2eaf2cfb97f9ef45a24a33 (diff) | |
download | astro-d47a9075bf13617fb5545aec50b46a76044bf85d.tar.gz astro-d47a9075bf13617fb5545aec50b46a76044bf85d.tar.zst astro-d47a9075bf13617fb5545aec50b46a76044bf85d.zip |
Make examples more consistent (#5201)
* Don't ignore `.output`
From packages/integrations/vercel/CHANGELOG.md#minor-changes-5:
> The output folder changed from `.output` to `.vercel/output` — you may need to update your `.gitignore`.
* Make example readmes more consistent
* remove `astro check` command
Co-authored-by: Nate Moore <nate@astro.build>
Diffstat (limited to 'examples/docs')
-rw-r--r-- | examples/docs/README.md | 8 | ||||
-rw-r--r-- | examples/docs/package.json | 1 |
2 files changed, 5 insertions, 4 deletions
diff --git a/examples/docs/README.md b/examples/docs/README.md index 79f01419b..f7c44619b 100644 --- a/examples/docs/README.md +++ b/examples/docs/README.md @@ -7,6 +7,8 @@ npm create astro@latest -- --template docs [](https://stackblitz.com/github/withastro/astro/tree/latest/examples/docs) [](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/docs) +> 🧑🚀 **Seasoned astronaut?** Delete this file. Have fun! +  @@ -21,7 +23,7 @@ npm create astro@latest -- --template docs - ✅ **Automatic list of contributors** - ✅ (and, best of all) **dark mode** -## Commands Cheatsheet +## 🧞 Commands All commands are run from the root of the project, from a terminal: @@ -36,9 +38,9 @@ All commands are run from the root of the project, from a terminal: To deploy your site to production, check out our [Deploy an Astro Website](https://docs.astro.build/guides/deploy) guide. -## New to Astro? +## 👀 Want to learn more? -Welcome! Check out [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat). +Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat). ## Customize This Theme diff --git a/examples/docs/package.json b/examples/docs/package.json index 943475371..491604598 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -6,7 +6,6 @@ "scripts": { "dev": "astro dev", "start": "astro dev", - "check": "astro check && tsc", "build": "astro build", "preview": "astro preview", "astro": "astro" |