aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/pages/documentation
Commit message (Collapse)AuthorAgeFilesLines
* Show staging docs on development and stagingFabio Berger2018-04-111-3/+5
|
* Remove spaceFabio Berger2018-03-221-1/+0
|
* Add default docs iconFabio Berger2018-03-221-1/+1
|
* Pass actual iconUrl and add default icon imageFabio Berger2018-03-201-6/+3
|
* Remove s3 mapping since s3 folder names are now identical to sub-package namesFabio Berger2018-03-201-12/+1
|
* Refactor titleToIcon mapping to idToIcon and move to docPageFabio Berger2018-03-201-2/+15
|
* Add Subprovider docs to websiteFabio Berger2018-03-191-0/+2
|
* Add sol-cov docs to websiteFabio Berger2018-03-181-0/+2
|
* Add JSON Schemas docs to websiteFabio Berger2018-03-181-1/+3
|
* Refactor all docJSON's to reside within the same S3 bucket under different ↵Fabio Berger2018-03-161-14/+14
| | | | folders
* Add Deployer docs to websiteFabio Berger2018-03-161-0/+2
|
* Add Web3Wrapper docs to websiteFabio Berger2018-03-141-0/+2
|
* Add onSelectedVersion callback so it can be handled in any way the caller wishesFabio Berger2018-03-071-0/+14
|
* Add example docs to react-docs packageFabio Berger2018-03-071-1/+2
|
* Make sidebar header configurableFabio Berger2018-03-071-0/+2
|
* Remove menuSubsectionsBySection prop from Documentation componentFabio Berger2018-03-071-1/+0
|
* Rename docsVersion prop to selectedVersion and docsVersions to versions for ↵Fabio Berger2018-03-061-2/+2
| | | | clarity
* Remove location propFabio Berger2018-03-061-1/+0
|
* Move Documentation to the `@0xproject/react-docs` packageFabio Berger2018-03-0613-1328/+2
|
* Merge branch 'development' into extractDocsFabio Berger2018-03-061-5/+16
|\ | | | | | | | | | | | | | | | | | | * development: Also show staging 0x.js docs on development Fix source links in docs with a hack to support old and new versions of the TypeDoc JSON files remove from devDeps Remove date for now Add ethers typescript typings to 0x.js deps. The library works without this atm since another dep of 0x.js has it as a dep. But it's more robust to have it here. Add missing instructions to add external types to tsconfig.json after installing the package
| * Also show staging 0x.js docs on developmentFabio Berger2018-03-061-3/+3
| |
| * Fix source links in docs with a hack to support old and new versions of the ↵Fabio Berger2018-03-061-2/+13
| | | | | | | | TypeDoc JSON files
* | Moved over all pages/shared components and dependencies to react-sharedFabio Berger2018-03-059-22/+22
| |
* | Bug fixesFabio Berger2018-03-054-4/+4
| |
* | Move over AnchorTitle and associated elementsFabio Berger2018-03-045-11/+12
|/
* Fix small bug where onHover type declarations with comments was taking up ↵Fabio Berger2018-03-031-1/+3
| | | | the entire window width
* 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-022-18/+9
| | | | consolidate scrollTo logic and make external links open in new tabs
* Fix bug where contract event anchor ids were incorrectFabio Berger2018-03-011-2/+3
|
* remove unused importFabio Berger2018-02-281-1/+0
|
* Move more configs into docsInfo and remove logic that does not belong there ↵Fabio Berger2018-02-285-28/+55
| | | | elsewhere
* Update missed docsJsonRoot variablesFabio Berger2018-02-271-5/+2
|
* remove docsJsonRoot from docsInfoFabio Berger2018-02-272-3/+12
|
* Remove unused propsFabio Berger2018-02-262-6/+0
|
* Begin refactoring out doc generator templateFabio Berger2018-02-222-94/+139
|
* 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
|
* Add hack comment explaining param count short-cutFabio Berger2018-02-161-0/+3
|
* replace repeated conditionals with variableFabio Berger2018-02-161-18/+17
|
* Remove unneeded propsFabio Berger2018-02-161-1/+0
|
* use const over hard-codingFabio Berger2018-02-161-1/+1
|
* Re-design docs pagesFabio Berger2018-02-163-32/+78
|
* Re-designed Wiki and half-redesigned docs pagesFabio Berger2018-02-162-15/+12
|
* Add support for intersection types in docsBrandon Millman2018-02-151-0/+17
|
* 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-0312-396/+313
|
* Merge branch 'development' into fix/docLinksFabio Berger2017-12-225-48/+48
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-205-48/+48
| | |
* | | Create types sectionName constantFabio Berger2017-12-221-1/+2
| | |
* | | Add sectionName prefix to all anchor links in order to fix method name ↵Fabio Berger2017-12-227-15/+58
| |/ |/| | | | | collisions between sections
* | Fix top-paddingFabio Berger2017-12-211-2/+2
|/
* Refactor configs and constants, standardize on uppercase/snakecase, ↵Fabio Berger2017-12-192-7/+8
| | | | alphebetize, rename for logical grouping
* standarize on `grey` over `gray` spelling and other color related fixesFabio Berger2017-12-184-8/+6
|
* Standardize colors to always be in uppercase hex and consolidate material-ui ↵Fabio Berger2017-12-182-2/+2
| | | | greys
* Consolidate all custom colors and material-ui colors into a colors moduleFabio Berger2017-12-186-21/+19
|
* Replace remaining strEnums with property TS string enumsFabio Berger2017-12-182-2/+2
|
* Fix website unused varsLeonid Logvinov2017-12-159-26/+5
|
* Add orderWatcher to 0x.js docsFabio Berger2017-11-301-0/+1
|
* Rename packageName to displayName for clarityFabio Berger2017-11-292-4/+4
|
* Fix phantom `Contracts` section issueFabio Berger2017-11-291-0/+5
|
* Merge branch 'development' into feature/connect-docsFabio Berger2017-11-292-4/+4
|\ | | | | | | | | | | | | * development: rename for clarity remove unused code Publish
| * rename for clarityFabio Berger2017-11-292-4/+4
| |
* | 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-294-2/+15
|/
* Refactor the topLevel documentation react components for 0x.js and Smart ↵Fabio Berger2017-11-293-558/+116
| | | | contracts into a single component
* Refactor docs to be more declarative, put all hard-coded doc-related data in ↵Fabio Berger2017-11-2910-62/+314
| | | | one place so it easier to add new doc pages
* fix remaining tslint errorsFabio Berger2017-11-2811-87/+89
|
* remove commentFabio Berger2017-11-281-1/+0
|
* Add "Web3" prefix to web3 alias types and link to the correct line in the ↵Fabio Berger2017-11-281-1/+10
| | | | web3 typings
* Fix overlapping arg namesFabio Berger2017-11-281-2/+1
|
* Fix source links in 0x.js docsFabio Berger2017-11-281-3/+6
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-2212-0/+1541
sub-packages, use new subscribeAsync 0x.js method