aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/pages/documentation/type.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Move Documentation to the `@0xproject/react-docs` packageFabio Berger2018-03-061-229/+0
|
* Moved over all pages/shared components and dependencies to react-sharedFabio Berger2018-03-051-2/+1
|
* Move over AnchorTitle and associated elementsFabio Berger2018-03-041-4/+5
|
* Add support for intersection types in docsBrandon Millman2018-02-151-0/+17
|
* Apply prettier configLeonid Logvinov2018-01-031-54/+59
|
* Add sectionName prefix to all anchor links in order to fix method name ↵Fabio Berger2017-12-221-1/+8
| | | | collisions between sections
* Refactor configs and constants, standardize on uppercase/snakecase, ↵Fabio Berger2017-12-191-5/+5
| | | | alphebetize, rename for logical grouping
* standarize on `grey` over `gray` spelling and other color related fixesFabio Berger2017-12-181-2/+1
|
* Consolidate all custom colors and material-ui colors into a colors moduleFabio Berger2017-12-181-6/+4
|
* Fix website unused varsLeonid Logvinov2017-12-151-3/+0
|
* Add orderWatcher to 0x.js docsFabio Berger2017-11-301-0/+1
|
* Refactor docs to be more declarative, put all hard-coded doc-related data in ↵Fabio Berger2017-11-291-2/+11
| | | | one place so it easier to add new doc pages
* fix remaining tslint errorsFabio Berger2017-11-281-4/+4
|
* Add "Web3" prefix to web3 alias types and link to the correct line in the ↵Fabio Berger2017-11-281-1/+10
| | | | web3 typings
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-221-0/+187
sub-packages, use new subscribeAsync 0x.js method