diff options
author | Chris Swithinbank | 2023-11-29 11:21:42 +0100 |
---|---|---|
committer | GitHub | 2023-11-29 11:21:42 +0100 |
commit | 304faa4a0386a03a6560c8e206894f23edc6044c (patch) | |
tree | 07d1cb684a87373e4c0119cd37dcd6de5d04627c | |
parent | f82cb340532747aaadff451271df2d6a018d8231 (diff) | |
download | IT.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.md | 1 | ||||
-rw-r--r-- | examples/tailwind/README.md | 2 |
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 [](https://stackblitz.com/github/withastro/starlight/tree/main/examples/basics) [](https://codesandbox.io/p/sandbox/github/withastro/starlight/tree/main/examples/basics) +[](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 [](https://stackblitz.com/github/withastro/starlight/tree/main/examples/tailwind) [](https://codesandbox.io/p/sandbox/github/withastro/starlight/tree/main/examples/tailwind) +[](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! |