From c4751b805ae593075601620dde86d9d9cf5ba3a8 Mon Sep 17 00:00:00 2001 From: rogermparent Date: Tue, 5 May 2020 20:27:53 -0400 Subject: [PATCH 1/2] Change gitpod button to HTML link This is a workaround to skip the automatic "external" icon appended to normal links in docs MD. --- content/docs/user-guide/contributing/docs.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/docs/user-guide/contributing/docs.md b/content/docs/user-guide/contributing/docs.md index 9eab9e7e2a..a62d2d807c 100644 --- a/content/docs/user-guide/contributing/docs.md +++ b/content/docs/user-guide/contributing/docs.md @@ -63,7 +63,9 @@ formatted and linted as well, which is also ensured by the full setup below. > dependencies, run `yarn build`, and start the webserver so that you can start > straight away: -[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/iterative/dvc.org) + + Open in Gitpod + Make sure you have a recent LTS version of [Node.js](https://nodejs.org/en/) (`>=12.0.0`), and install [Yarn](https://yarnpkg.com/): From 228b2e08afea0ed655410aeca2dc9aca938ae6da Mon Sep 17 00:00:00 2001 From: rogermparent Date: Tue, 5 May 2020 22:46:41 -0400 Subject: [PATCH 2/2] Put gitpod button within quote --- content/docs/user-guide/contributing/docs.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/docs/user-guide/contributing/docs.md b/content/docs/user-guide/contributing/docs.md index a62d2d807c..f278c10511 100644 --- a/content/docs/user-guide/contributing/docs.md +++ b/content/docs/user-guide/contributing/docs.md @@ -62,10 +62,10 @@ formatted and linted as well, which is also ensured by the full setup below. > development environment), it'll automatically clone the repo, install the > dependencies, run `yarn build`, and start the webserver so that you can start > straight away: - - - Open in Gitpod - +> +> +> Open in Gitpod +> Make sure you have a recent LTS version of [Node.js](https://nodejs.org/en/) (`>=12.0.0`), and install [Yarn](https://yarnpkg.com/):