aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website
Commit message (Collapse)AuthorAgeFilesLines
* Refactor the topLevel documentation react components for 0x.js and Smart ↵Fabio Berger2017-11-2910-599/+323
| | | | contracts into a single component
* Fix tslint errorFabio Berger2017-11-291-1/+1
|
* Refactor docs to be more declarative, put all hard-coded doc-related data in ↵Fabio Berger2017-11-2916-286/+428
| | | | one place so it easier to add new doc pages
* Last remaining website fixesFabio Berger2017-11-282-8/+10
|
* fix remaining tslint errorsFabio Berger2017-11-2887-469/+496
|
* Fix tslint issuesFabio Berger2017-11-2820-257/+275
|
* Add lint command to website sub-packageFabio Berger2017-11-281-0/+1
|
* Merge pull request #240 from 0xProject/fix/websiteMdDirectoryBrandon Millman2017-11-288-0/+81
|\ | | | | Add md directory to website package and change generated docs directory
| * Add md directory to website package and change generated docs directoryBrandon Millman2017-11-288-0/+81
| |
* | 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-282-2/+14
| | | | | | | | web3 typings
* | Fix overlapping arg namesFabio Berger2017-11-281-2/+1
| |
* | Fix source links in 0x.js docsFabio Berger2017-11-281-3/+6
|/
* Fix subscriptions given latest changes to 0x.jsFabio Berger2017-11-241-4/+5
|
* Add exit code 0 because it is expected that uglifying the code throws an errorFabio Berger2017-11-241-1/+1
|
* update tokenByAddress after tokenStateByAddress to avoid race-conditionFabio Berger2017-11-241-1/+1
|
* Add error when unexpected condition hitFabio Berger2017-11-241-0/+3
|
* Fix alignmentFabio Berger2017-11-241-9/+9
|
* Add missing keysFabio Berger2017-11-241-0/+2
|
* Fix bugFabio Berger2017-11-241-2/+2
|
* Force the clearance of tradeHistoryFabio Berger2017-11-231-1/+1
|
* Upgrade to latest 0x.js version and refactor subscriptions to use latest ↵Fabio Berger2017-11-233-26/+54
| | | | interface
* Fix build bugFabio Berger2017-11-231-0/+1
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-22290-0/+23527
sub-packages, use new subscribeAsync 0x.js method