summaryrefslogtreecommitdiff
path: root/examples/docs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/docs')
-rw-r--r--examples/docs/README.md8
-rw-r--r--examples/docs/package.json1
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
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/docs)
[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/docs)
+> 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun!
+
![docs](https://user-images.githubusercontent.com/4677417/186189283-0831b9ab-d6b9-485d-8955-3057e532ab31.png)
@@ -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"