Fabio Berger
a783d21409
Merge branch 'development' into extractDocs
...
* development:
Update yarn.lock
Update all mentions of the repo name being `0x.js` to `0x-monorepo`
2018-03-03 19:20:56 +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
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
212d680a47
Small stylistic improvements
2018-03-03 05:46:12 +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
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
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
5908f189a7
Fix bug where contract event anchor ids were incorrect
2018-03-01 09:18:46 +01:00
Fabio Berger
bbd87daf6d
Merge pull request #421 from 0xProject/moveOutDocGenerator
...
Docs Refactor Prepping For Moving To Separate Package
2018-02-27 15:49:58 -08:00
Fabio Berger
79593f52b0
remove unused import
2018-02-27 14:50:35 -08:00
Fabio Berger
97fcfb7f6c
Move more configs into docsInfo and remove logic that does not belong there elsewhere
2018-02-27 14:29:22 -08:00
Leonid Logvinov
ce677fd55a
Fix a bug with displaying solidity functions returning multiple return values
2018-02-27 14:23:36 -08:00
Leonid Logvinov
7f8f4df0a0
Rename _unsubscribeAll to unsubscribeAll
2018-02-26 14:38:17 -08:00
Fabio Berger
ecba95250d
Update missed docsJsonRoot variables
2018-02-26 10:09:22 -08:00
Fabio Berger
dd116b3cd6
remove docsJsonRoot from docsInfo
2018-02-26 09:52:08 -08:00
Fabio Berger
7dd9ce2e32
Remove unused props
2018-02-26 07:57:41 -08:00
Fabio Berger
fffaafe4c9
Merge branch 'development' into moveOutDocGenerator
...
* development: (36 commits)
Fix english translations
Fix footer on mobile
re-add google analytics code
Fix Russian translation
Move all dependencies on @0xproject/types out of devDependencies
Slight improvement to footer
Fix a few Korean translations
Address feedback
Use source tree hash instead of compile flag
Fix race condition
Update CHANGELOG
Delete artifacts directory
Add generated contract artifacts to gitignore
Check dependencies when determining if should be recompiled
Update CHANGELOG
Remove unused CHANGELOG entry
Remove unused import
Change assert.doesConformToShema interface
Remove a type assertion
Publish
...
2018-02-25 18:32:12 -08:00
Fabio Berger
f42bdb8bab
Fix footer on mobile
2018-02-23 14:15:39 -08:00
Fabio Berger
0e95fd0b9b
Slight improvement to footer
2018-02-21 17:40:07 -08:00
Fabio Berger
dfe2579eeb
Merge pull request #410 from 0xProject/translateHomepage
...
Translate Landing Page
2018-02-21 17:09:33 -08:00
Fabio Berger
66b36f6d8f
Begin refactoring out doc generator template
2018-02-21 16:34:14 -08:00
Fabio Berger
1b3a9102f1
Move from storing translations in TS files to JSON files
2018-02-21 14:22:02 -08:00
Fabio Berger
c226509be0
Remove unused var
2018-02-21 11:56:10 -08:00
Fabio Berger
ef6f52e722
Remove extenuous defaultProps
2018-02-21 11:54:03 -08:00
Fabio Berger
7d8cad8e3a
Make translate required by footer
2018-02-21 11:51:41 -08:00
Fabio Berger
15507d3827
Make translate a required prop of TopBar
2018-02-21 11:49:54 -08:00
Fabio Berger
e2d17d122e
Keep topBar and footer language to the one picked by the user
2018-02-21 11:46:16 -08:00
Fabio Berger
0d7bf50581
Re-set language to browser
2018-02-21 10:31:31 -08:00
Fabio Berger
a50618fcb0
Fix rocket.chat key
2018-02-21 10:31:15 -08:00
Fabio Berger
fc2a9a756a
Mobile optimize translated landing page
2018-02-21 09:59:09 -08:00
Leonid Logvinov
07721eb99f
Improve russian translations
2018-02-20 20:15:36 -08:00
Fabio Berger
13fed15e0c
Improve homepage and add translations in chinese, russian, korean and spanish
2018-02-20 19:53:07 -08:00
Fabio Berger
38a308ce5b
Move translate to redux
2018-02-20 19:52:28 -08:00
Fabio Berger
c4f65681a1
Add translation infra and replace english text with calls to translate
2018-02-20 14:11:19 -08:00
Brandon Millman
03d3d84db3
Merge pull request #406 from 0xProject/feature/connect/heartbeat
...
Add configurable heartbeat to WebSocketOrderbookChannel
2018-02-16 08:10:00 -08:00
Fabio Berger
6a8f624e75
Add Rinkeby network to smart contract docs
2018-02-16 08:47:27 -07:00
Brandon Millman
c4bcf24640
Add configurable heartbeat to WebSocketOrderbookChannel
2018-02-16 01:20:27 -07:00
Fabio Berger
0114fc9608
remove hard-coded color
2018-02-16 00:12:27 -07:00
Fabio Berger
8db098eaec
Remove section links until they go somewhere
2018-02-16 00:09:10 -07:00