From 14c83b94900e7f683eb1b624eac92431d1f49224 Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Tue, 5 May 2020 23:49:21 -0500 Subject: [PATCH] user guide: reformat note about Gitpod per 1253 --- content/docs/user-guide/contributing/docs.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/content/docs/user-guide/contributing/docs.md b/content/docs/user-guide/contributing/docs.md index e9ce6615cd..4ee32e973e 100644 --- a/content/docs/user-guide/contributing/docs.md +++ b/content/docs/user-guide/contributing/docs.md @@ -58,10 +58,9 @@ before submitting them, and it's quite necessary when making changes to the website engine itself. Source code and content files need to be properly formatted and linted as well, which is also ensured by the full setup below. -> ⚡ You can contribute online, using Gitpod (a fully featured online -> 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: +> ⚡ You can create a dev env online using Gitpod (a fully featured online IDE), +> it'll automatically clone the repo, install the dependencies, and run the app +> (takes a few minutes), so that you can start straight away. > > > Open in Gitpod