diff --git a/.changeset/stale-penguins-teach.md b/.changeset/stale-penguins-teach.md new file mode 100644 index 0000000000..939c593e72 --- /dev/null +++ b/.changeset/stale-penguins-teach.md @@ -0,0 +1,5 @@ +--- +"@primer/css": patch +--- + +docs: update deployment location of docs diff --git a/docs/content/getting-started/contributing.md b/docs/content/getting-started/contributing.md index b765d3f834..158d8123b6 100644 --- a/docs/content/getting-started/contributing.md +++ b/docs/content/getting-started/contributing.md @@ -72,7 +72,7 @@ If you get to this step you've helped contribute to a style guide that many of y ## Documentation structure -- Our documentation site for Primer CSS is built using [Doctocat](https://primer.style/doctocat) and deployed with [Now](https://zeit.co/now). Our site is built from the `docs` folder and uses [MDX](https://mdxjs.com) to render markdown. +- Our documentation site for Primer CSS is built using [Doctocat](https://primer.style/doctocat) and deployed with [Vercel](https://vercel.com/). Our site is built from the `docs` folder and uses [MDX](https://mdxjs.com) to render markdown. - Documentation for Primer CSS modules should live in the corresponding `.md` or `.mdx` file for that module in the `/docs/content` folder.