aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/pages/documentation
Commit message (Collapse)AuthorAgeFilesLines
* Fix website unused varsLeonid Logvinov2017-12-159-26/+5
|
* Add orderWatcher to 0x.js docsFabio Berger2017-11-301-0/+1
|
* Rename packageName to displayName for clarityFabio Berger2017-11-292-4/+4
|
* Fix phantom `Contracts` section issueFabio Berger2017-11-291-0/+5
|
* Merge branch 'development' into feature/connect-docsFabio Berger2017-11-292-4/+4
|\ | | | | | | | | | | | | * development: rename for clarity remove unused code Publish
| * rename for clarityFabio Berger2017-11-292-4/+4
| |
* | Add 0x Connect Docs to the menu and topBarFabio Berger2017-11-291-1/+1
| |
* | Add subPackageName and get rid of hard-coded 0x.js in sourceLinkFabio Berger2017-11-294-2/+15
|/
* 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