Fabio Berger
b865492137
Fix minor scrolling issue
2018-09-28 15:28:29 +01:00
Fabio Berger
4d23cf85b9
Add mobile menu to overview page
2018-09-28 15:17:28 +01:00
Fabio Berger
155a4a8f06
Add sidebar menu, proper scrolling and mobile-optimize
2018-09-28 14:28:39 +01:00
Fabio Berger
ba7de7204d
merge development
2018-09-28 12:08:12 +01:00
Fabio Berger
ceff5c9c2b
Rename for clarity
2018-09-27 18:52:14 +01:00
Fabio Berger
f3ad64aa1c
Move more text over to translation files
2018-09-26 14:52:58 +01:00
Fabio Berger
d8c68b000b
Implement dev home
2018-09-26 13:38:22 +01:00
F. Eugene Aumson
de9f5d350f
fix: call out a HACK in comments
...
https://github.com/0xProject/0x-monorepo/pull/1004#discussion_r220010054
https://github.com/0xProject/0x-monorepo/pull/1004
2018-09-25 16:31:40 -04:00
F. Eugene Aumson
e8c8d3e722
fix: rename SupportedDocJson field to SolDoc
...
from Solidity
https://github.com/0xProject/0x-monorepo/pull/1004#discussion_r219976199
https://github.com/0xProject/0x-monorepo/pull/1004
2018-09-25 15:51:03 -04:00
F. Eugene Aumson
98d06d6d25
BREAKING CHANGE: document contracts from sol-doc
...
Change website to accept smart contract documentation in the format
generated by sol-doc rather than that generated by Doxity.
2018-09-22 11:29:27 -04:00
Fabio Berger
ce51edcf80
Implement new responsive, dev section header and home scaffolding
2018-09-17 16:55:22 +01:00
Fabio Berger
60ef45722c
Remove temporary borders
2018-08-28 17:18:48 +01:00
Fabio Berger
ca0567ad09
Begin implementing doc home page
2018-08-28 16:03:18 +01:00
Fabio Berger
6dd656bdfc
Add OrderWatcher docs page
2018-08-03 11:14:01 +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
3bdf6004ca
Start refactoring docs to remove unnecessary configs given more concise TypeDoc JSON
2018-08-01 17:36:37 +02:00
fragosti
e0d5b9daf8
Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into feature/improve-linting
2018-06-06 16:36:11 -07:00
fragosti
9778695b4a
Try enabling no-unused-variable...
2018-06-04 19:48:21 -07:00
Leonid Logvinov
9212d67e2f
Add a documentation page for ethereum types
2018-06-04 10:54:14 -07:00
Leonid Logvinov
b74957acdf
Add missing type definitions
2018-05-14 10:35:13 +02:00
Leonid Logvinov
a6f72de09d
Rename deployer to sol-compiler
2018-05-10 17:47:38 +02:00
Leonid Logvinov
0499541e11
Move order utils to @0xproject/order-utils
2018-05-02 15:10:24 +03:00
Fabio Berger
6d1a587c5c
Show staging docs on development and staging
2018-04-11 18:04:02 +09:00
Fabio Berger
b39d87f357
Remove space
2018-03-22 15:53:20 +00:00
Fabio Berger
ed9d1da297
Add default docs icon
2018-03-22 12:46:52 +00:00
Fabio Berger
07de3a1d94
Pass actual iconUrl and add default icon image
2018-03-20 15:39:32 +00:00
Fabio Berger
27880a6059
Remove s3 mapping since s3 folder names are now identical to sub-package names
2018-03-20 15:35:48 +00:00
Fabio Berger
72671c1014
Refactor titleToIcon mapping to idToIcon and move to docPage
2018-03-20 12:26:04 +00:00
Fabio Berger
5468358f21
Add Subprovider docs to website
2018-03-18 19:04:16 +01:00
Fabio Berger
c1d17c83f8
Add sol-cov docs to website
2018-03-18 16:10:02 +01:00
Fabio Berger
c7302c46e5
Add JSON Schemas docs to website
2018-03-18 14:54:12 +01:00
Fabio Berger
d7bf003d51
Refactor all docJSON's to reside within the same S3 bucket under different folders
2018-03-16 16:56:53 +01:00
Fabio Berger
f9ad97b978
Add Deployer docs to website
2018-03-15 19:23:21 +01:00
Fabio Berger
28d63ad8e1
Add Web3Wrapper docs to website
2018-03-14 16:37:24 +01:00
Fabio Berger
6f8a70834b
Add onSelectedVersion callback so it can be handled in any way the caller wishes
2018-03-07 13:25:15 +01:00
Fabio Berger
f66efed777
Add example docs to react-docs package
2018-03-07 10:20:15 +01:00
Fabio Berger
f8b8a10b8f
Make sidebar header configurable
2018-03-06 20:38:45 +01:00
Fabio Berger
71008dc819
Remove menuSubsectionsBySection prop from Documentation component
2018-03-06 19:49:00 +01:00
Fabio Berger
9301173f7d
Rename docsVersion prop to selectedVersion and docsVersions to versions for clarity
2018-03-06 16:46:07 +01:00
Fabio Berger
c8ace2edc0
Remove location prop
2018-03-06 16:37:37 +01:00
Fabio Berger
0b1ba9f997
Move Documentation to the @0xproject/react-docs
package
2018-03-06 16:31:55 +01:00
Fabio Berger
f014a97e9a
Merge branch 'development' into extractDocs
...
* development:
Also show staging 0x.js docs on development
Fix source links in docs with a hack to support old and new versions of the TypeDoc JSON files
remove from devDeps
Remove date for now
Add ethers typescript typings to 0x.js deps. The library works without this atm since another dep of 0x.js has it as a dep. But it's more robust to have it here.
Add missing instructions to add external types to tsconfig.json after installing the package
2018-03-06 11:11:35 +01:00
Fabio Berger
5dd0654105
Also show staging 0x.js docs on development
2018-03-06 09:34:22 +01:00
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
3592ebef08
Move over AnchorTitle and associated elements
2018-03-03 19:55:40 +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
0afe45b3a8
Hash hash instead of prefixedHash to scrollToHash function
2018-03-03 05:36:08 +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