Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Alphabetize | Fabio Berger | 2018-09-28 | 1 | -2/+2 |
| | |||||
* | Include structs section so that we can render struct params/return values ↵ | Fabio Berger | 2018-09-28 | 1 | -1/+2 |
| | | | | properly with a popover | ||||
* | Pull in only contracts we want rendered on the doc page | Fabio Berger | 2018-09-28 | 1 | -1/+1 |
| | |||||
* | fix: use latest versions of @0xproject packages | F. Eugene Aumson | 2018-09-26 | 1 | -3/+3 |
| | |||||
* | fix: use latest versions of @0xproject packages | F. Eugene Aumson | 2018-09-26 | 1 | -4/+4 |
| | | | | | https://github.com/0xProject/0x-monorepo/pull/1004#discussion_r219977747 https://github.com/0xProject/0x-monorepo/pull/1004 | ||||
* | fix: increase mocha timeout value | F. Eugene Aumson | 2018-09-25 | 1 | -1/+1 |
| | | | | prior CI runs were failing because of this. | ||||
* | fix: save v1 contract doc/deploy commands | F. Eugene Aumson | 2018-09-25 | 1 | -1/+3 |
| | | | | | For posterity, save commands needed to use sol-doc to generate and deploy documentation objects for v1 contracts. | ||||
* | feat: add sol-doc command-line interface | F. Eugene Aumson | 2018-09-22 | 1 | -2/+8 |
| | | | | | | | | modified sol-compiler to output progress/warning/error/etc messages to stderr rather than stdout, so that sol-doc can put its output (and nothing else) to stdout. for posterity, added sol-doc cli usage as npm scripts to package.json. | ||||
* | enable sol-doc tests in circleci | F. Eugene Aumson | 2018-08-31 | 1 | -0/+3 |
| | |||||
* | dev-depend on @0xproject/tslint-config | F. Eugene Aumson | 2018-08-30 | 1 | -0/+1 |
| | |||||
* | correct package.json's privacy specification | F. Eugene Aumson | 2018-08-30 | 1 | -1/+3 |
| | |||||
* | move shared doc types from react-docs to @0x/types | F. Eugene Aumson | 2018-08-30 | 1 | -1/+1 |
| | |||||
* | add package sol-doc | F. Eugene Aumson | 2018-08-29 | 1 | -0/+35 |