From 917fe3e0ee4951dcd707c1643cea62ca1fbea110 Mon Sep 17 00:00:00 2001 From: metonym Date: Wed, 29 Sep 2021 09:47:15 -0700 Subject: [PATCH] docs: add Deploy to Render button --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a668d36b..d4584d98 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,11 @@ The Carbon Svelte portfolio also includes: - **[Carbon Charts Svelte](https://github.com/carbon-design-system/carbon-charts/tree/master/packages/svelte)**: 20+ charts, powered by d3 - **[Carbon Preprocess Svelte](https://github.com/carbon-design-system/carbon-preprocess-svelte)**: Collection of Svelte preprocessors for Carbon -## [Documentation](http://ibm.biz/carbon-svelte) +## [Documentation](https://carbon-components-svelte.onrender.com) -The [documentation website](http://ibm.biz/carbon-svelte) contains live demos and examples. +The documentation site is deployed to [Render](https://render.com) as a Static Site. See [render.yaml](render.yaml) for details. + +[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/carbon-design-system/carbon-components-svelte) Other forms of documentation are auto-generated: @@ -156,7 +158,7 @@ Programmatically switch between each of the five Carbon themes by setting the "t ### Importing components -Import components from `carbon-components-svelte` in the `script` tag of your Svelte file. Visit the [documentation site](http://ibm.biz/carbon-svelte) for examples. +Import components from `carbon-components-svelte` in the `script` tag of your Svelte file. Visit the [documentation site](https://carbon-components-svelte.onrender.com) for examples. ```html