0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
Commit Graph

24 Commits

Author SHA1 Message Date
Matej Plavevski
de82b87cfa docs(documentation) capitalize and end sentences () 2018-05-16 14:55:27 -07:00
Paul Shibanov
9ae64f237c docs(troubleshooting): newest Chromium package supported on Alpine () 2018-04-26 08:37:10 -07:00
Matt Gaunt
a052b9e774 docs(troubleshooting): Adding Travis CI mention () 2018-04-09 14:34:46 -07:00
Kiko Beats
885c93a927 docs(troubleshooting): Add AWS Lambda solution () 2018-02-13 13:47:06 -08:00
Drew Diamantoukos
b275e66594 chore: Spelling and Markdown Consistency ()
- Adding missing language tags to markdown code blocks.
- Fixed various spelling mistakes my IDE complained to me about.
2018-02-08 22:59:46 -05:00
Eric Bidelman
1716a748aa docs(troubleshooting): add aws lambda resources () 2018-01-31 15:31:31 -08:00
Thibault Lenclos
4886d038d5 docs: fix typo in troubleshooting.md () 2018-01-26 23:00:18 -08:00
JoelEinbinder
f2b6016354 chore: switch to npm from yarn ()
This patch:
- migrates CI to use NPM
- drops lockfiles (`yarn.lock`). Lockfiles are ignored by package
  managers when the package is installed as a dependency, so this makes CI closer to the 
  installation our clients run.
2018-01-22 17:11:10 -08:00
Glenn Vandamme
62597bf897 docs(troubleshooting): Add fonts to docker example to support major charsets ()
Fixes .
2018-01-19 00:43:00 -08:00
Vse Mozhet Byt
2bf42fd779 docs(troubleshooting): fix a link ()
It seems without the full URL this link is not rendered correctly.
2018-01-18 21:20:16 -08:00
Eric Bidelman
49d3799e32 docs(troubleshooting): add docker alpine example ()
Fixes , fixes 
2018-01-17 22:01:31 -08:00
Eric Bidelman
891a5539bd docs(troubleshooting): add note on using ldd to find missing deps () 2018-01-11 12:20:57 -08:00
Eric Bidelman
32a7fd5f37 docs(troubleshooting): add note on --disable-dev-shm-usage for Docker () 2018-01-04 13:52:13 -08:00
Eric Bidelman
1684104dc3 docs(troubleshooting.md): add missing temp missing shared lib ()
Fixes .
2017-12-19 16:11:55 -08:00
Andy() {/** ... */}
7075c4cd4f docs(troubleshooting): fix typo ()
This patch fixes typo from `6MB` to `64MB`
2017-11-09 10:26:49 -08:00
Eric Bidelman
9de34499ef
Additional Docker tips ()
* block-images - use news.google.com

Address insecure content errors as seen on https://github.com/ebidel/try-puppeteer/issues/7.

* docs(troubleshooting.md): addition Docker tips

Fixes 

* add dumb-init
2017-11-07 10:27:02 -08:00
Tim
23382df0d0 Adding simple guide to run puppeteer on Heroku ()
* Adding simple guide to run puppeteer on Heroku

* Update troubleshooting.md

* Update troubleshooting.md
2017-10-30 14:14:27 -07:00
Jonathan Knapp
9e39f5f8a6 docs(troubleshooting): Add new buildpack url that adds additional fonts ()
The jontewks buildpack worked great for running Chrome headless, but it did not include support for Chinese characters and the PDF rendering I was attempting was not usable. This fix brings in a few custom fonts to allow PDF generation to utilize the fonts.

The idea came from https://github.com/dscout/wkhtmltopdf-buildpack/pull/14/files
2017-10-26 14:57:58 -07:00
Eric Bidelman
c2b3fe91ed Remove --no-sandbox from Docker example ()
* Remove --no-sandbox from Docker example

* Update troubleshooting.md
2017-09-21 09:18:35 -07:00
Jon Tewksbury
9779085b7c Add info about deploying puppeteer to Heroku () 2017-09-12 09:54:30 -07:00
Eric Bidelman
8d2a427eee Docker example () 2017-09-08 15:25:43 -07:00
Andrey Lushnikov
da85b4466e [docs] Add CentOS troubleshooting notes () 2017-08-28 10:21:54 -07:00
Andrey Lushnikov
6fcf3d9148 Fix grammar in troubleshooting.md 2017-08-20 19:56:04 -07:00
Andrey Lushnikov
fcb8ab9cd7 Add troubleshooting.md ()
This patch adds troubleshooting.md and starts referring to it if puppeteer 
fails to launch chromium.
2017-08-20 19:46:13 -07:00