aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/pages/documentation
Commit message (Collapse)AuthorAgeFilesLines
* Refactor the topLevel documentation react components for 0x.js and Smart ↵Fabio Berger2017-11-293-558/+116
| | | | contracts into a single component
* Refactor docs to be more declarative, put all hard-coded doc-related data in ↵Fabio Berger2017-11-2910-62/+314
| | | | one place so it easier to add new doc pages
* fix remaining tslint errorsFabio Berger2017-11-2811-87/+89
|
* remove commentFabio Berger2017-11-281-1/+0
|
* Add "Web3" prefix to web3 alias types and link to the correct line in the ↵Fabio Berger2017-11-281-1/+10
| | | | web3 typings
* Fix overlapping arg namesFabio Berger2017-11-281-2/+1
|
* Fix source links in 0x.js docsFabio Berger2017-11-281-3/+6
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-2212-0/+1541
sub-packages, use new subscribeAsync 0x.js method