aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/pages/shared/nested_sidebar_menu.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Moved over all pages/shared components and dependencies to react-sharedFabio Berger2018-03-051-177/+0
|
* Move over AnchorTitle and associated elementsFabio Berger2018-03-041-3/+3
|
* Small stylistic improvementsFabio Berger2018-03-031-3/+3
|
* Move more configs into docsInfo and remove logic that does not belong there ↵Fabio Berger2018-02-281-8/+2
| | | | elsewhere
* remove hard-coded colorFabio Berger2018-02-161-4/+1
|
* Remove section links until they go somewhereFabio Berger2018-02-161-10/+3
|
* Re-design docs pagesFabio Berger2018-02-161-1/+8
|
* Re-designed Wiki and half-redesigned docs pagesFabio Berger2018-02-161-5/+37
|
* Apply prettier configLeonid Logvinov2018-01-031-58/+49
|
* Merge branch 'development' into fix/docLinksFabio Berger2017-12-221-11/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-11/+11
| |
* | Add sectionName prefix to all anchor links in order to fix method name ↵Fabio Berger2017-12-221-5/+6
|/ | | | collisions between sections
* standarize on `grey` over `gray` spelling and other color related fixesFabio Berger2017-12-181-1/+1
|
* 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-2/+1
|
* Refactor docs to be more declarative, put all hard-coded doc-related data in ↵Fabio Berger2017-11-291-4/+4
| | | | one place so it easier to add new doc pages
* fix remaining tslint errorsFabio Berger2017-11-281-5/+5
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-221-0/+163
sub-packages, use new subscribeAsync 0x.js method