Fabio Berger
839e5895e4
Instead of adding @0xproject/types
to tsconfig.json, let's only add it when calling TypeDoc
2018-03-03 21:34:13 +01:00
Fabio Berger
49a4f0c74c
Fix styling
2018-03-03 21:33:44 +01:00
Fabio Berger
5bea8e63de
Make prettier ignore postpublish_utils
2018-03-03 21:32:10 +01:00
Fabio Berger
e64be284dd
Merge branch 'development' into 0x.js/updateTypeDoc
...
* development:
Update yarn.lock
Update yarn.lock
Update all mentions of the repo name being `0x.js` to `0x-monorepo`
2018-03-03 20:29:40 +01:00
Fabio Berger
4445d1d5a0
Update yarn.lock
2018-03-03 20:09:09 +01:00
Fabio Berger
a716e3de74
Update yarn.lock
2018-03-03 19:18:58 +01:00
Fabio Berger
c797c720be
Update all mentions of the repo name being 0x.js
to 0x-monorepo
2018-03-03 19:11:09 +01:00
Fabio Berger
1b5742fbf0
Add hack comment
2018-03-03 17:03:51 +01:00
Fabio Berger
5794349d97
Add comment about typeDoc versions
2018-03-03 17:02:12 +01:00
Fabio Berger
456f094913
Add support for merging multiple topLevel packages under a single section. For now, we simply merge the two package's children (works well for merging 0x.js types and @0xproject/types)
2018-03-03 16:52:59 +01:00
Fabio Berger
abb9eb0df4
Because we now include non-0x.js source, the keys changed. Needed to add both for backward compatibility with old doc JSON's
2018-03-03 16:51:45 +01:00
Fabio Berger
9e7b45ea4c
Add support for backward compatibility for TypeDoc versions <0.9.0
2018-03-03 16:50:58 +01:00
Fabio Berger
6c6bd60a48
Consolidate all same exports together
2018-03-03 16:50:17 +01:00
Fabio Berger
cef82e72dc
Add @0xproject/types to 0x.js tsconfig include
so that TypeDoc also includes these types in the generated doc JSON
2018-03-03 16:49:56 +01:00
Fabio Berger
45b9647ba0
Fix small bug where onHover type declarations with comments was taking up the entire window width
2018-03-03 13:47:39 +01:00
Fabio Berger
160f74d53e
Update to custom typeDoc fork with latest version (TS 2.7.0 support) + a bug fix allowing us to defer to the include
in tsconfig.json on which files to run through TypeDoc
2018-03-03 13:46:42 +01:00
Fabio Berger
244c148a80
Improve repo description in README
2018-03-03 07:47:27 +01:00
Fabio Berger
4dbb2ed167
Merge pull request #427 from 0xProject/fix/doc_bugs
...
Miscellaneous Doc Fixes
2018-03-03 06:07:00 +01:00
Fabio Berger
212d680a47
Small stylistic improvements
2018-03-03 05:46:12 +01:00
Fabio Berger
a853e35dec
Improve icon sizes
2018-03-03 05:42:32 +01:00
Fabio Berger
fdaf9f0bfc
Fix comment and use named variable in conditional
2018-03-03 05:36:26 +01:00
Fabio Berger
0afe45b3a8
Hash hash instead of prefixedHash to scrollToHash function
2018-03-03 05:36:08 +01:00
Fabio Berger
f9a37168b0
Fix link to intro tutorial wiki article
2018-03-02 17:07:32 +01:00
Fabio Berger
52232e98c7
Make sure the page has loaded (including all images) before scrolling to hash
2018-03-02 17:02:14 +01:00
Fabio Berger
0fbb443e4b
Move onPageLoadAsync to utils
2018-03-02 17:01:46 +01:00
Fabio Berger
8021694b81
Give all container files the proper file suffix: ts
2018-03-02 16:21:10 +01:00
Fabio Berger
a2b262c9df
Add hash to URL onClick
2018-03-02 15:10:44 +01:00
Fabio Berger
5906f4c995
Add underline to internal linksx
2018-03-02 15:02:50 +01:00
Fabio Berger
da8edd2226
Undo config changes
2018-03-02 14:47:43 +01:00
Fabio Berger
406aedfdc2
Merge branch 'development' into fix/doc_bugs
...
* development: (21 commits)
Adjust the tests
Move tutorials to adhere to current dir structure
Make tests slightly nicer
Remove only
Improve the comments
Improve the comments
Add comments to Arbitrage contract
Don't pass tokenGet and tokenGive because we can get them from 0x order
Pretty-print ED contracts
Make external
Fix a typo
Change type to uint256
Make setAllowances external
Fix the comment
Put all ED contracts in one folder
Move tutorials contracts to src folder
Remove false-positive linter failure because of chai-as-pronmised incorrect types
Assert that the balances don't change if arbitrage fails
Initial implementation of Arbitrage contract with tests
Set max to 2 ETH/2 ZRX
...
2018-03-02 14:44:53 +01:00
Fabio Berger
67c834841e
Update react-markdown, properly scroll to section for wiki internal links, consolidate scrollTo logic and make external links open in new tabs
2018-03-02 14:40:26 +01:00
Fabio Berger
edaa0b0e34
Update yarn lock
2018-03-02 14:38:46 +01:00
Fabio Berger
31f03fcf3a
Use custom fork of react-highlight with support for Solidity syntax highlighting
2018-03-02 02:17:23 +01:00
Leonid Logvinov
4a57f2a762
Merge pull request #425 from 0xProject/feature/build_watch
...
Arbitrage tutorial contract
2018-03-01 16:57:58 -08:00
Leonid Logvinov
6edd7682a9
Adjust the tests
2018-03-01 13:25:01 -08:00
Leonid Logvinov
447891b396
Move tutorials to adhere to current dir structure
2018-03-01 13:23:29 -08:00
Leonid Logvinov
6323496945
Make tests slightly nicer
2018-03-01 12:21:09 -08:00
Leonid Logvinov
fd5e231a93
Remove only
2018-03-01 12:21:09 -08:00
Leonid Logvinov
ae209677de
Improve the comments
2018-03-01 12:21:09 -08:00
Leonid Logvinov
d5ca00de95
Improve the comments
2018-03-01 12:21:09 -08:00
Leonid Logvinov
7be84c6ad3
Add comments to Arbitrage contract
2018-03-01 12:21:09 -08:00
Leonid Logvinov
425039e4d3
Don't pass tokenGet and tokenGive because we can get them from 0x order
2018-03-01 12:21:09 -08:00
Leonid Logvinov
6c5333180d
Pretty-print ED contracts
2018-03-01 12:21:09 -08:00
Leonid Logvinov
cb47a51b70
Make external
2018-03-01 12:21:09 -08:00
Leonid Logvinov
e36fb654b0
Fix a typo
2018-03-01 12:21:09 -08:00
Leonid Logvinov
6325fac020
Change type to uint256
2018-03-01 12:21:09 -08:00
Leonid Logvinov
c6358d5f22
Make setAllowances external
2018-03-01 12:21:09 -08:00
Leonid Logvinov
413e8b6062
Fix the comment
2018-03-01 12:21:09 -08:00
Leonid Logvinov
e113a8e7af
Put all ED contracts in one folder
2018-03-01 12:21:08 -08:00
Leonid Logvinov
e42891ae5b
Move tutorials contracts to src folder
2018-03-01 12:21:08 -08:00