aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/pages/documentation/method_block.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Move Documentation to the `@0xproject/react-docs` packageFabio Berger2018-03-061-147/+0
|
* Moved over all pages/shared components and dependencies to react-sharedFabio Berger2018-03-051-2/+1
|
* Bug fixesFabio Berger2018-03-051-1/+1
|
* Move over AnchorTitle and associated elementsFabio Berger2018-03-041-2/+2
|
* Move more configs into docsInfo and remove logic that does not belong there ↵Fabio Berger2018-02-281-2/+2
| | | | elsewhere
* Re-design docs pagesFabio Berger2018-02-161-2/+7
|
* Re-designed Wiki and half-redesigned docs pagesFabio Berger2018-02-161-9/+10
|
* Apply prettier configLeonid Logvinov2018-01-031-70/+36
|
* Merge branch 'development' into fix/docLinksFabio Berger2017-12-221-9/+9
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Update and standardize contracts README Add to CHANGELOG Refactor toBaseUnitAmount so that it throws if user supplies unitAmount with too many decimals Make assertion stricter so that one cannot submit invalid baseUnit amounts to `toUnitAmount` Add some missed underscores, update changelog and comments Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors # Conflicts: # packages/website/ts/pages/documentation/documentation.tsx # packages/website/ts/pages/shared/nested_sidebar_menu.tsx
| * Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-201-9/+9
| |
* | Add sectionName prefix to all anchor links in order to fix method name ↵Fabio Berger2017-12-221-2/+4
|/ | | | collisions between sections
* standarize on `grey` over `gray` spelling and other color related fixesFabio Berger2017-12-181-2/+2
|
* Standardize colors to always be in uppercase hex and consolidate material-ui ↵Fabio Berger2017-12-181-1/+1
| | | | greys
* Consolidate all custom colors and material-ui colors into a colors moduleFabio Berger2017-12-181-1/+1
|
* Fix website unused varsLeonid Logvinov2017-12-151-4/+0
|
* Add subPackageName and get rid of hard-coded 0x.js in sourceLinkFabio Berger2017-11-291-0/+1
|
* Refactor docs to be more declarative, put all hard-coded doc-related data in ↵Fabio Berger2017-11-291-0/+4
| | | | one place so it easier to add new doc pages
* fix remaining tslint errorsFabio Berger2017-11-281-11/+11
|
* Fix overlapping arg namesFabio Berger2017-11-281-2/+1
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-221-0/+174
sub-packages, use new subscribeAsync 0x.js method