From 304faa4a0386a03a6560c8e206894f23edc6044c Mon Sep 17 00:00:00 2001 From: Chris Swithinbank Date: Wed, 29 Nov 2023 11:21:42 +0100 Subject: Add Deploy to Vercel buttons to starter project READMEs (#1164) --- examples/basics/README.md | 1 + examples/tailwind/README.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/examples/basics/README.md b/examples/basics/README.md index f95661b5..b51abaab 100644 --- a/examples/basics/README.md +++ b/examples/basics/README.md @@ -8,6 +8,7 @@ npm create astro@latest -- --template starlight [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/starlight/tree/main/examples/basics) [![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/starlight/tree/main/examples/basics) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fwithastro%2Fstarlight%2Ftree%2Fmain%2Fexamples%2Fbasics&project-name=my-starlight-docs&repository-name=my-starlight-docs) > 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun! diff --git a/examples/tailwind/README.md b/examples/tailwind/README.md index a4a8ce62..bbe7db31 100644 --- a/examples/tailwind/README.md +++ b/examples/tailwind/README.md @@ -8,6 +8,8 @@ npm create astro@latest -- --template starlight/tailwind [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/starlight/tree/main/examples/tailwind) [![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/starlight/tree/main/examples/tailwind) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fwithastro%2Fstarlight%2Ftree%2Fmain%2Fexamples%2Ftailwind&project-name=my-starlight-docs&repository-name=my-starlight-docs) + > 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun! -- cgit