aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/pages/documentation/documentation.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Move Documentation to the `@0xproject/react-docs` packageFabio Berger2018-03-061-336/+0
|
* Moved over all pages/shared components and dependencies to react-sharedFabio Berger2018-03-051-10/+13
|
* Bug fixesFabio Berger2018-03-051-1/+1
|
* Move over AnchorTitle and associated elementsFabio Berger2018-03-041-1/+1
|
* Hash hash instead of prefixedHash to scrollToHash functionFabio Berger2018-03-031-1/+2
|
* Update react-markdown, properly scroll to section for wiki internal links, ↵Fabio Berger2018-03-021-17/+8
| | | | consolidate scrollTo logic and make external links open in new tabs
* remove unused importFabio Berger2018-02-281-1/+0
|
* Move more configs into docsInfo and remove logic that does not belong there ↵Fabio Berger2018-02-281-4/+11
| | | | elsewhere
* Remove unused propsFabio Berger2018-02-261-4/+0
|
* Begin refactoring out doc generator templateFabio Berger2018-02-221-94/+32
|
* Keep topBar and footer language to the one picked by the userFabio Berger2018-02-221-0/+3
|
* Add Rinkeby network to smart contract docsFabio Berger2018-02-161-0/+1
|
* Remove unneeded propsFabio Berger2018-02-161-1/+0
|
* use const over hard-codingFabio Berger2018-02-161-1/+1
|
* Re-design docs pagesFabio Berger2018-02-161-19/+35
|
* Re-designed Wiki and half-redesigned docs pagesFabio Berger2018-02-161-6/+2
|
* Uppercase Networks enum valuesFabio Berger2018-01-311-3/+3
|
* Fix all setState calls after unmounted errors. Decided to create our own ↵Fabio Berger2018-01-311-8/+15
| | | | flag rather then using a cancellablePromise since there was little to be gained from this alternative
* Initial Ledger support implementationFabio Berger2018-01-281-1/+1
|
* Apply prettier configLeonid Logvinov2018-01-031-132/+114
|
* Merge branch 'development' into fix/docLinksFabio Berger2017-12-221-20/+20
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * Merge branch 'development' into fix/underscorePrivateBrandon Millman2017-12-211-2/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (29 commits) Move call to error reporter to end of handler so that even if reporting the error takes a while, it doesn't block the UI Update outdated WETH ranges Fix conditional Fix top-padding Publish Update CHANGELOGs Add slashes to base URLs Fix linter issue Fix WETH symbol Update snapshot and artifacts Replace our EtherTokens with WETH9 from maker Fix test description Fix a typo Add err==null assertions Add WETH9 tests Use the new snapshot including WETH9 and it's artifacts Add WETH9 and mirations Fix WETH events watching Fix a typo Init the _etherTokenContractsByAddress ...
| * | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-201-20/+20
| | |
* | | Add sectionName prefix to all anchor links in order to fix method name ↵Fabio Berger2017-12-221-3/+11
| |/ |/| | | | | collisions between sections
* | Fix top-paddingFabio Berger2017-12-211-2/+2
|/
* Refactor configs and constants, standardize on uppercase/snakecase, ↵Fabio Berger2017-12-191-2/+3
| | | | alphebetize, rename for logical grouping
* standarize on `grey` over `gray` spelling and other color related fixesFabio Berger2017-12-181-3/+2
|
* Consolidate all custom colors and material-ui colors into a colors moduleFabio Berger2017-12-181-7/+5
|
* Replace remaining strEnums with property TS string enumsFabio Berger2017-12-181-1/+1
|
* Fix website unused varsLeonid Logvinov2017-12-151-8/+0
|
* Rename packageName to displayName for clarityFabio Berger2017-11-291-2/+2
|
* 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-291-0/+1
|
* Refactor the topLevel documentation react components for 0x.js and Smart ↵Fabio Berger2017-11-291-0/+398
contracts into a single component