Fabio Berger
|
30be039570
|
Add missing comments
|
2018-08-03 22:24:42 +02:00 |
|
Fabio Berger
|
bcc1ad2086
|
Re-order index.ts and add missing types
|
2018-08-03 21:30:57 +02:00 |
|
Fabio Berger
|
343cd05363
|
Add missing comments
|
2018-08-03 21:27:01 +02:00 |
|
Fabio Berger
|
d9f09b5e1e
|
Make rendering of individually exported functions lighter-weight
|
2018-08-03 19:45:09 +02:00 |
|
Fabio Berger
|
9337d207a1
|
Stop exporting constants from order-utils
|
2018-08-03 19:41:55 +02:00 |
|
Fabio Berger
|
c17d6c47c3
|
Properly render class/objectLiteral properties that are simple variables
|
2018-08-03 19:24:58 +02:00 |
|
Fabio Berger
|
a728247d6c
|
Display camelCase names all-caps properly
|
2018-08-03 18:28:56 +02:00 |
|
Fabio Berger
|
36d615318d
|
Omit several exports from order-utils docs
|
2018-08-03 17:52:09 +02:00 |
|
Fabio Berger
|
1588f4ac39
|
Stop exporting crypto
|
2018-08-03 17:51:58 +02:00 |
|
Fabio Berger
|
0e82be1bda
|
Remove react-docs-example package and links to it
|
2018-08-03 17:18:18 +02:00 |
|
Fabio Berger
|
d85ce6ac75
|
Make signature_util into an object literal so related functions are rendered together in the docs
|
2018-08-03 17:15:14 +02:00 |
|
Fabio Berger
|
0d3d9dad84
|
Don't process functions beginning with underscores
|
2018-08-03 17:14:14 +02:00 |
|
Fabio Berger
|
b8c8258404
|
Don't render object literal properties that start with underscore since are private
|
2018-08-03 17:13:38 +02:00 |
|
Fabio Berger
|
3ee3fc2fb3
|
Add missing doc comments
|
2018-08-03 17:13:10 +02:00 |
|
Fabio Berger
|
10f6647ab3
|
Add missing types to web3-wrapper index.ts
|
2018-08-03 13:27:20 +02:00 |
|
Fabio Berger
|
406b7c33f5
|
Re-order subproviders index.ts and add missing types
|
2018-08-03 13:27:08 +02:00 |
|
Fabio Berger
|
13520dbd94
|
Add missing types to sol-cov index.ts
|
2018-08-03 13:02:29 +02:00 |
|
Fabio Berger
|
d136df7679
|
Color-code basic type arrays orange aswell
|
2018-08-03 13:02:14 +02:00 |
|
Fabio Berger
|
8c96a31152
|
Fix sol-compiler doc configs
|
2018-08-03 12:40:47 +02:00 |
|
Fabio Berger
|
d4bd4ec441
|
Add comments for types and unnest type declarations
|
2018-08-03 12:40:35 +02:00 |
|
Fabio Berger
|
e4aed98a3d
|
Add missing type exports
|
2018-08-03 12:40:01 +02:00 |
|
Fabio Berger
|
4a2a22a43b
|
Refactor logic for clarity
|
2018-08-03 11:44:50 +02:00 |
|
Fabio Berger
|
47584b18e9
|
Fix-up Order-utils doc page
|
2018-08-03 11:14:16 +02:00 |
|
Fabio Berger
|
6dd656bdfc
|
Add OrderWatcher docs page
|
2018-08-03 11:14:01 +02:00 |
|
Fabio Berger
|
b5d98a2803
|
Fix link in 0x.js intro
|
2018-08-02 21:09:48 +02:00 |
|
Fabio Berger
|
c7a5b8c776
|
Add MD sections to contract-wrappers docs
|
2018-08-02 21:09:38 +02:00 |
|
Fabio Berger
|
90ead59d34
|
Add support for rendering nested IndexSignatures
|
2018-08-02 21:09:18 +02:00 |
|
Fabio Berger
|
faa980ffc3
|
Add ability to omit rendering specific exports and also support direct exports from index.ts
|
2018-08-02 21:08:21 +02:00 |
|
Fabio Berger
|
9a3b630b19
|
prettier
|
2018-08-02 17:27:29 +02:00 |
|
Fabio Berger
|
b3473ff89f
|
Remove unused var
|
2018-08-02 17:27:10 +02:00 |
|
Fabio Berger
|
987971bd59
|
Fix bug where if there were multiple matches, it wouldn't always take the longest match
|
2018-08-02 17:26:53 +02:00 |
|
Fabio Berger
|
71a2f2d721
|
We need to always include the globals.d.ts otherwise TS complains about .json imports
|
2018-08-02 17:25:18 +02:00 |
|
Fabio Berger
|
238eef6bae
|
Fix connect docs
|
2018-08-02 00:01:23 +02:00 |
|
Fabio Berger
|
b92b745ab7
|
Don't ignore compiler errors
|
2018-08-02 00:01:16 +02:00 |
|
Fabio Berger
|
0132286cab
|
Add contract-wrappers page and make topBar component more concise
|
2018-08-02 00:01:02 +02:00 |
|
Fabio Berger
|
2494af99aa
|
Prefix menu and sections with markdown as that is all the should now be defined
|
2018-08-01 21:00:45 +02:00 |
|
Fabio Berger
|
e5b93d1f02
|
Add callpath to properties
|
2018-08-01 20:48:19 +02:00 |
|
Fabio Berger
|
32e1c2ac97
|
Add padding above anchor titles so they show up nice when scrolled to
|
2018-08-01 19:02:20 +02:00 |
|
Fabio Berger
|
5e3bbbbb3c
|
Use our fork of react-scroll that fixes scrolling within an absolutely positioned div to work correctly. See: https://github.com/fisshy/react-scroll/pull/330
|
2018-08-01 18:56:31 +02:00 |
|
Fabio Berger
|
3bdf6004ca
|
Start refactoring docs to remove unnecessary configs given more concise TypeDoc JSON
|
2018-08-01 17:36:37 +02:00 |
|
Fabio Berger
|
11869122b4
|
Update React-scroll, getting rid of the need to manually set the url hash
|
2018-08-01 17:33:28 +02:00 |
|
Fabio Berger
|
9b24459108
|
Add /src/artifacts in order-utils to gitignore
|
2018-08-01 17:29:24 +02:00 |
|
Fabio Berger
|
c5fbc5c991
|
Also add artifacts to src
|
2018-08-01 17:28:48 +02:00 |
|
Fabio Berger
|
0413e3e77f
|
Change order of index.ts since it not dictates to ordering of the docs
|
2018-08-01 17:27:33 +02:00 |
|
Fabio Berger
|
92fda0a940
|
Remove unused dep so that it's not re-compiled onWatcher
|
2018-08-01 17:27:10 +02:00 |
|
Fabio Berger
|
ba00cd916a
|
Remove console
|
2018-07-30 21:09:56 +02:00 |
|
Fabio Berger
|
b4f916d214
|
Standardize child naming
|
2018-07-30 21:09:17 +02:00 |
|
Fabio Berger
|
79faf7d3cb
|
Update yarn.lock
|
2018-07-30 15:40:20 +02:00 |
|
Fabio Berger
|
79b1b6c8e0
|
Fix bugs in doc gen
|
2018-07-30 15:40:10 +02:00 |
|
Fabio Berger
|
b56fc697c4
|
Move logic to publishUtils so can use as command-line and script import
|
2018-07-29 23:55:28 +02:00 |
|