diff --git a/docs/assets/images/open-in-gitpod.svg b/docs/assets/images/open-in-gitpod.svg new file mode 100644 index 00000000..a30505a6 --- /dev/null +++ b/docs/assets/images/open-in-gitpod.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/resources/contributing.md b/docs/resources/contributing.md index 50878c38..14078d01 100644 --- a/docs/resources/contributing.md +++ b/docs/resources/contributing.md @@ -90,8 +90,11 @@ npm run start After the initial build, a browser will open automatically to a local version of the docs. The documentation is powered by Docsify, which uses raw markdown files to generate pages on the fly. -Alternatively, you can use Gitpod for a dev environment in the cloud (no local setup is needed, everything is done through your browser) -[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/shoelace-style/shoelace) +### Cloud-based Development + +Alternatively, you can use [Gitpod](https://www.gitpod.io/) to setup a dev environment in the cloud using only your browser. + +[![Open in Gitpod](../assets/images/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/shoelace-style/shoelace) ### Creating New Components