Skip to content

Commit

Permalink
chore: gitignore new-docs (#6511)
Browse files Browse the repository at this point in the history
They are generating a lot of noise in PRs. This commit removes them from git, but updates CI to generate them - to ensure there are no errors when generating the new documentation.

Further commits will:

1. Introduce linting to enforce methods are documented.
2. Generate previews of the new docs via GitHub actions or similar.
  • Loading branch information
jackfranklin committed Oct 14, 2020
1 parent e655bb6 commit 637a1f7
Show file tree
Hide file tree
Showing 4,147 changed files with 3 additions and 66,549 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ test/coverage.json
temp/
dependency-chart.png
puppeteer-core-*.tgz
new-docs/
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ jobs:
- CHROMIUM=true
script:
- npm run lint
- npm run ensure-new-docs-up-to-date
# Ensure that we can generate the new docs without erroring
- npm run generate-docs
- npm run ensure-correct-devtools-protocol-revision

# This bot runs separately as it changes package.json to test puppeteer-core
Expand Down
12 changes: 0 additions & 12 deletions new-docs/index.md

This file was deleted.

30 changes: 0 additions & 30 deletions new-docs/puppeteer.accessibility.md

This file was deleted.

61 changes: 0 additions & 61 deletions new-docs/puppeteer.accessibility.snapshot.md

This file was deleted.

13 changes: 0 additions & 13 deletions new-docs/puppeteer.boundingbox.height.md

This file was deleted.

22 changes: 0 additions & 22 deletions new-docs/puppeteer.boundingbox.md

This file was deleted.

13 changes: 0 additions & 13 deletions new-docs/puppeteer.boundingbox.width.md

This file was deleted.

13 changes: 0 additions & 13 deletions new-docs/puppeteer.boundingbox.x.md

This file was deleted.

13 changes: 0 additions & 13 deletions new-docs/puppeteer.boundingbox.y.md

This file was deleted.

14 changes: 0 additions & 14 deletions new-docs/puppeteer.boxmodel.border.md

This file was deleted.

14 changes: 0 additions & 14 deletions new-docs/puppeteer.boxmodel.content.md

This file was deleted.

11 changes: 0 additions & 11 deletions new-docs/puppeteer.boxmodel.height.md

This file was deleted.

14 changes: 0 additions & 14 deletions new-docs/puppeteer.boxmodel.margin.md

This file was deleted.

23 changes: 0 additions & 23 deletions new-docs/puppeteer.boxmodel.md

This file was deleted.

14 changes: 0 additions & 14 deletions new-docs/puppeteer.boxmodel.padding.md

This file was deleted.

11 changes: 0 additions & 11 deletions new-docs/puppeteer.boxmodel.width.md

This file was deleted.

17 changes: 0 additions & 17 deletions new-docs/puppeteer.browser.browsercontexts.md

This file was deleted.

17 changes: 0 additions & 17 deletions new-docs/puppeteer.browser.close.md

This file was deleted.

33 changes: 0 additions & 33 deletions new-docs/puppeteer.browser.createincognitobrowsercontext.md

This file was deleted.

17 changes: 0 additions & 17 deletions new-docs/puppeteer.browser.defaultbrowsercontext.md

This file was deleted.

0 comments on commit 637a1f7

Please sign in to comment.