aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/pages/documentation/docs_info.ts
Commit message (Collapse)AuthorAgeFilesLines
* Move Documentation to the `@0xproject/react-docs` packageFabio Berger2018-03-061-119/+0
|
* Moved over all pages/shared components and dependencies to react-sharedFabio Berger2018-03-051-1/+1
|
* Move more configs into docsInfo and remove logic that does not belong there ↵Fabio Berger2018-02-281-5/+15
| | | | elsewhere
* remove docsJsonRoot from docsInfoFabio Berger2018-02-271-2/+0
|
* Apply prettier configLeonid Logvinov2018-01-031-5/+4
|
* Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-201-11/+11
|
* Rename packageName to displayName for clarityFabio Berger2017-11-291-2/+2
|
* Fix phantom `Contracts` section issueFabio Berger2017-11-291-0/+5
|
* Add subPackageName and get rid of hard-coded 0x.js in sourceLinkFabio Berger2017-11-291-0/+2
|
* Refactor the topLevel documentation react components for 0x.js and Smart ↵Fabio Berger2017-11-291-1/+54
| | | | contracts into a single component
* Refactor docs to be more declarative, put all hard-coded doc-related data in ↵Fabio Berger2017-11-291-0/+52
one place so it easier to add new doc pages