Skip to content

Commit

Permalink
docs: generating API docs through npm script (ethersphere#85)
Browse files Browse the repository at this point in the history
* chore: fixed docs creation

* ci: check for running the docs

* chore: use rimraf instead of rm -rf, simplified typedoc conf

* chore: use correct typeRoots
  • Loading branch information
vojtechsimetka authored Feb 1, 2021
1 parent 251a650 commit 46c4fe8
Show file tree
Hide file tree
Showing 18 changed files with 1,316 additions and 2,802 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,9 @@ jobs:
- name: Build browser
run: npm run compile:browser

- name: Build typings
run: npm run compile:types

- name: Build docs
run: npm run docs

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ dist

# Dependency directory
node_modules

# Generated files
docs
16 changes: 0 additions & 16 deletions docs/README.md

This file was deleted.

47 changes: 0 additions & 47 deletions docs/classes/_index_.bee.md

This file was deleted.

19 changes: 0 additions & 19 deletions docs/interfaces/_types_.dictionary.md

This file was deleted.

59 changes: 0 additions & 59 deletions docs/interfaces/_types_.optionsupload.md

This file was deleted.

104 changes: 0 additions & 104 deletions docs/interfaces/_types_.tag.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/modules/_index_.md

This file was deleted.

71 changes: 0 additions & 71 deletions docs/modules/_modules_file_.md

This file was deleted.

Loading

0 comments on commit 46c4fe8

Please sign in to comment.