Skip to content

Commit

Permalink
gitpod: remove from docs contrib guide for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed May 6, 2020
1 parent 14c83b9 commit 87906e2
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions content/docs/user-guide/contributing/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,11 @@ We will review your PR as soon as possible. Thank you for contributing!

## Development environment

We highly recommend running this web app to check documentation or blog changes
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
We highly recommend running this web app locally to check documentation or blog
changes 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 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.
>
> <a href="https://gitpod.io/#https://github.com/iterative/dvc.org">
> <img src="https://gitpod.io/button/open-in-gitpod.svg" alt="Open in Gitpod">
> </a>
Make sure you have a recent LTS version of [Node.js](https://nodejs.org/en/)
(`>=12.0.0`), and install [Yarn](https://yarnpkg.com/):

Expand Down

1 comment on commit 87906e2

@jorgeorpinel
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.