diff options
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" |