summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Swithinbank2023-11-29 11:21:42 +0100
committerGitHub2023-11-29 11:21:42 +0100
commit304faa4a0386a03a6560c8e206894f23edc6044c (patch)
tree07d1cb684a87373e4c0119cd37dcd6de5d04627c
parentf82cb340532747aaadff451271df2d6a018d8231 (diff)
downloadIT.starlight-304faa4a0386a03a6560c8e206894f23edc6044c.tar.gz
IT.starlight-304faa4a0386a03a6560c8e206894f23edc6044c.tar.bz2
IT.starlight-304faa4a0386a03a6560c8e206894f23edc6044c.zip
Add Deploy to Vercel buttons to starter project READMEs (#1164)
-rw-r--r--examples/basics/README.md1
-rw-r--r--examples/tailwind/README.md2
2 files changed, 3 insertions, 0 deletions
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!