aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/utils/typedoc_utils.ts
Commit message (Collapse)AuthorAgeFilesLines
* Move Documentation to the `@0xproject/react-docs` packageFabio Berger2018-03-061-369/+0
|
* Remove unnecessary type assertionFabio Berger2018-03-041-1/+1
|
* Add hack commentFabio Berger2018-03-041-0/+3
|
* Add support for merging multiple topLevel packages under a single section. ↵Fabio Berger2018-03-031-20/+27
| | | | For now, we simply merge the two package's children (works well for merging 0x.js types and @0xproject/types)
* Add support for backward compatibility for TypeDoc versions <0.9.0Fabio Berger2018-03-031-2/+10
|
* Move more configs into docsInfo and remove logic that does not belong there ↵Fabio Berger2018-02-281-41/+27
| | | | elsewhere
* Apply prettier configLeonid Logvinov2018-01-031-69/+113
|
* Replace remaining strEnums with property TS string enumsFabio Berger2017-12-181-2/+2
|
* Fix website unused varsLeonid Logvinov2017-12-151-4/+0
|
* Fix typedoc_utils to take into account subPackageName when rendering call pathBrandon Millman2017-12-131-30/+44
|
* Add orderWatcher to 0x.js docsFabio Berger2017-11-301-1/+1
|
* Refactor the topLevel documentation react components for 0x.js and Smart ↵Fabio Berger2017-11-291-26/+1
| | | | contracts into a single component
* Refactor docs to be more declarative, put all hard-coded doc-related data in ↵Fabio Berger2017-11-291-73/+53
| | | | one place so it easier to add new doc pages
* Fix tslint issuesFabio Berger2017-11-281-14/+14
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-221-0/+356
sub-packages, use new subscribeAsync 0x.js method