Remove any mention of Gitpod from the README (issue 11732)

- Since the Gitpod contributing work-flow is, from the PDF.js project perspective, completely unsupported we don't want to mention it in such a highly visible way as the README file.

 - Since Gitpod is a commercial service, we probably want to avoid *potentially* being seen as advertising and/or endorsing it by mentioning it (somewhat prominently) in the PDF.js README file.

 - By leaving the actual Gitpod files in the repository, for now, this should thus avoid outright breaking things for any existing users.
This commit is contained in:
Jonas Jenwald 2020-04-11 16:47:27 +02:00
parent 71d16686e4
commit 5234c22c29

View File

@ -76,16 +76,6 @@ It is also possible to view all test PDF files on the right side by opening:
+ http://localhost:8888/test/pdfs/?frame + http://localhost:8888/test/pdfs/?frame
### Online setup with a single click
It's highly recommended to follow the [Getting the Code](#getting-the-code)
section above, which is the officially supported way to obtain the code.
However, you may also use [Gitpod](https://gitpod.io) (a free online IDE). With
a single click it will launch a ready to use development environment, with all
the necessary dependencies pre-installed and the web server running.
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/mozilla/pdf.js)
## Building PDF.js ## Building PDF.js
In order to bundle all `src/` files into two production scripts and build the generic In order to bundle all `src/` files into two production scripts and build the generic