Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit a8d4e5e

Browse files
committed
chore(website): remove old generate-docs script
1 parent f3b44b3 commit a8d4e5e

File tree

3 files changed

+3
-159
lines changed

3 files changed

+3
-159
lines changed

docs/api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Protractor API 1.1.1
22
==============
33

4+
## Please note - this file is deprecated and replaced by searchable docs at [http://www.protractortest.org/#/api](http://www.protractortest.org/#/api)
45

56

67
##protractor

release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ Say the previous release was 0.0.J, the current release is 0.0.K, and the next r
2929
3030
- Breaking changes should be in their own section and include before/after examples of how to fix code that needs to change.
3131
32-
- Generate new API documentation. Run `scripts/generate-docs.js`
33-
3432
- Make a commit with the API and package.json changes titled chore(release): version bump and changelog for 0.0.K.
3533
3634
- Tag the release with `git tag 0.0.K`
@@ -43,6 +41,8 @@ Say the previous release was 0.0.J, the current release is 0.0.K, and the next r
4341
4442
- NPM publish
4543
44+
- Update the website. `cd website; npm run build`. Then copy the output `build` directory to the gh-pages branch.
45+
4646
- Let people know
4747
- Have @ProtractorTest tweet about it
4848

scripts/generate-docs.js

Lines changed: 0 additions & 157 deletions
This file was deleted.

0 commit comments

Comments
 (0)