Fabio Berger
b4b664e97a
Fix source links in docs with a hack to support old and new versions of the TypeDoc JSON files
2018-03-06 09:33:35 +01:00
Fabio Berger
5a90fece80
Moved over all pages/shared components and dependencies to react-shared
2018-03-05 13:53:13 +01:00
Fabio Berger
874e667849
Bug fixes
2018-03-05 07:10:55 +01:00
Fabio Berger
1817f6eaf6
Merge branch 'development' into extractDocs
...
* development: (22 commits)
Fix bugs in postpublish_utils.js
Update @0xproject/utils in top-level package.json
Changelog tweaks
Publish
Updated CHANGELOGS
Fix typo
Add PR number to changelog entry
Add changelog update to subproviders package
Add `numberOfAccounts` param to `LedgerSubprovider` method `getAccountsAsync` and add tests
Remove unnecessary type assertion
Move web3 typings from devDeps to deps
remove extrenuous comma
Add PR number
Add changelog entries from types and utils
Add changelog entry to subproviders
Remove extra comma
Move web3 and ethers types to deps for utils package
Make web3 typings a dep for web3Wrapper
Make web3 typings a dep for subproviders
reorder deps
...
# Conflicts:
# packages/website/package.json
2018-03-05 06:20:15 +01:00
Fabio Berger
65eb3997d9
Publish
...
- 0x.js@0.33 .0
- @0xproject/abi-gen@0.2.4
- @0xproject/assert@0.1.0
- @0xproject/base-contract@0.0.2
- chai-as-promised-typescript-typings@0.0.10
- chai-typescript-typings@0.0.4
- @0xproject/connect@0.6.2
- contracts@2.1.14
- @0xproject/deployer@0.2.0
- @0xproject/dev-utils@0.2.0
- ethers-typescript-typings@0.0.2
- @0xproject/json-schemas@0.7.13
- @0xproject/monorepo-scripts@0.1.12
- @0xproject/subproviders@0.6.0
- @0xproject/testnet-faucets@1.0.15
- @0xproject/tslint-config@0.4.10
- @0xproject/types@0.3.0
- @0xproject/utils@0.4.0
- web3-typescript-typings@0.10 .0
- @0xproject/web3-wrapper@0.2.0
- @0xproject/website@0.0.17
2018-03-04 19:35:59 +01:00
Fabio Berger
82c5be2564
Remove unnecessary type assertion
2018-03-04 15:29:14 +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
223ddc0f68
Add react-shared as dep of website
2018-03-03 20:15:48 +01:00
Fabio Berger
3592ebef08
Move over AnchorTitle and associated elements
2018-03-03 19:55:40 +01:00
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
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
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
31f03fcf3a
Use custom fork of react-highlight with support for Solidity syntax highlighting
2018-03-02 02:17:23 +01:00
Fabio Berger
5908f189a7
Fix bug where contract event anchor ids were incorrect
2018-03-01 09:18:46 +01:00
Fabio Berger
e25cc301fd
Add missing types from website
2018-02-28 17:20:09 +01:00
Leonid Logvinov
5bbb0d1f60
Merge pull request #422 from 0xProject/feature/new-prettier
...
Upgrade prettier
2018-02-27 22:34:23 -08: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
Leonid Logvinov
30e4613d0a
Upgrate prettier
2018-02-27 15:08:52 -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
709fa9e02e
Fix english translations
2018-02-23 14:15:53 -08:00
Fabio Berger
f42bdb8bab
Fix footer on mobile
2018-02-23 14:15:39 -08:00
Fabio Berger
6e43e89b2d
re-add google analytics code
2018-02-23 13:49:24 -08:00
Fabio Berger
3d2c5d67af
Fix Russian translation
2018-02-22 16:32:19 -08:00
Fabio Berger
0e95fd0b9b
Slight improvement to footer
2018-02-21 17:40:07 -08:00
Fabio Berger
611ddfeeb8
Fix a few Korean translations
2018-02-21 17:17:09 -08:00
Fabio Berger
dfe2579eeb
Merge pull request #410 from 0xProject/translateHomepage
...
Translate Landing Page
2018-02-21 17:09:33 -08:00