aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/pages
Commit message (Collapse)AuthorAgeFilesLines
* chore: componentize the sidebar headerFabio Berger2018-10-172-55/+13
|
* chore: fix linterFabio Berger2018-10-171-10/+0
|
* Merge branch 'dev-section-redesign' into reSkinReferenceDocsFabio Berger2018-10-161-0/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dev-section-redesign: (87 commits) Added note about restriction on `testDirectory` fix(dev-utils): Make chai a dev dependency since exported interface depends on it Add changelog entries fix(subproviders): make web3-provider-engine types a 'dependency' so it's available to users of the library fix(sra-spec): make @loopback/openapi-v3-types a 'dependency' so it's available to users of the library fix(sol-cov): make @types/solidity-parser-antlr a 'dependency' so it's available to users of the library fix(dev-utils): make web3-provider-engine types a 'dependency' so it's available to users of the library fix(0x.js): make web3-provider-engine types a 'dependency' so it's available to users of the library fix(monorepo-scripts): Move the creation of the `.installation-test` directory OUTSIDE of the monorepo root, so that the installed packages can't reference the hoisted node_modules folder Remove ContractNotFound errors in contract-wrappers Update prettierignore Update website to use the new unsubscribeAll method in contract-wrappers In abi-gen-wrappers, ./wrappers -> ./src/generated-wrappers In contract-wrappers, remove setProvider and add unsubscribeAll method. take out explicit children definition in props Update json-schemas for contract-wrappers Add OrThrow suffix to getContractAddressesForNetwork remove unused import Update CHANGELOG.json for all changed packages Remove ContractAddresses from packages/types (mistake after rebase) ...
| * merge developmentFabio Berger2018-10-161-0/+11
| |\
| | * feat: add Steve to team pageSteve Klebanoff2018-10-111-0/+11
| | |
* | | chore: change landing "build on 0x" to link to developer home, not 0x.js docsFabio Berger2018-10-161-2/+2
| | |
* | | chore: move wiki to Developers sectionFabio Berger2018-10-161-114/+62
| | |
* | | feat: highlighted sidebar as you scroll on doc reference pagesFabio Berger2018-10-161-1/+1
| | |
* | | Chore: Only render one sidebar at a timeFabio Berger2018-10-151-1/+2
| | |
* | | chore: improve rendering of sidebar top section on mobileFabio Berger2018-10-151-1/+5
| | |
* | | chore: only show sidebar once docs have loadedFabio Berger2018-10-141-1/+3
| | |
* | | Fix sidebar top so long titles display correctlyFabio Berger2018-10-141-5/+5
| | |
* | | Implement new version dropdown and remove it from nestedTopBarFabio Berger2018-10-131-8/+38
| | |
* | | Fix sidebar shifting onHover due to scrollbar widthFabio Berger2018-10-131-2/+11
| | |
* | | Pass down sidebar instead of sectionNameToLinksFabio Berger2018-10-133-11/+14
| | |
* | | Improve loadingFabio Berger2018-10-121-26/+17
| | |
* | | If sidebar menu item links to internal page, no longer open in new tabFabio Berger2018-10-121-15/+0
| | |
* | | Refactor Home so that Dev section chrome is reusable across pagesFabio Berger2018-10-124-665/+583
| | |
* | | style: Make width of developer section same as rest of website (1064px)Fabio Berger2018-10-111-1/+1
|/ /
* | Remove type prop and instead infer it from the value of toFabio Berger2018-10-052-23/+0
| |
* | Remove style prop from LinkFabio Berger2018-10-053-24/+24
| |
* | Render paragraphs with spans so we don't get margin addedFabio Berger2018-10-051-0/+1
| |
* | remove stray logsFabio Berger2018-10-052-2/+0
| |
* | merge base branchFabio Berger2018-10-052-3/+10
|\|
| * Add Jason to websiteBrandon Millman2018-10-021-0/+7
| |
| * Rename for clarityFabio Berger2018-09-281-3/+3
| |
* | Convert more divs to ContainersFabio Berger2018-10-041-26/+28
| |
* | Fix linterFabio Berger2018-10-041-3/+2
| |
* | Use nestedSidebarMenu component for Dev homeFabio Berger2018-10-041-41/+8
| |
* | Use same Link UI component for react-scroll linksFabio Berger2018-10-035-21/+35
| |
* | Decrease size of section descriptionsFabio Berger2018-10-031-1/+1
| |
* | Add border underneath logo while user is scrollingFabio Berger2018-10-031-6/+29
| |
* | Align logo and menuFabio Berger2018-10-031-11/+11
| |
* | Add padding to bottom of scroll areaFabio Berger2018-10-031-3/+7
| |
* | Make tutorial buttons also open in a new tabFabio Berger2018-10-031-3/+18
| |
* | Use new Link UI component everywhere, and add complementary ALink typeFabio Berger2018-10-033-148/+240
| |
* | Fix hoveringFabio Berger2018-10-021-2/+2
| |
* | Simplify helper methodsFabio Berger2018-10-021-23/+13
| |
* | Use colors moduleFabio Berger2018-10-021-2/+2
| |
* | Use container instead of divFabio Berger2018-10-021-8/+1
| |
* | Move more copy to translation filesFabio Berger2018-10-021-3/+3
| |
* | Make menuSubsectionsBySection optionalFabio Berger2018-10-021-1/+0
| |
* | Rename for clarityFabio Berger2018-10-021-3/+3
| |
* | Move constants before configs and add TODO commentFabio Berger2018-10-021-8/+9
| |
* | Fix linterFabio Berger2018-10-011-5/+1
| |
* | Fix bug where main content scrollbar wasn't showing up after navigating back ↵Fabio Berger2018-10-011-3/+6
| | | | | | | | in browser history via keyboard shortcut
* | Convert package descriptions to markdown and linkify themFabio Berger2018-09-281-11/+16
| |
* | Fix minor scrolling issueFabio Berger2018-09-281-1/+1
| |
* | Add mobile menu to overview pageFabio Berger2018-09-281-1/+5
| |
* | Add sidebar menu, proper scrolling and mobile-optimizeFabio Berger2018-09-281-83/+193
| |
* | merge developmentFabio Berger2018-09-283-347/+259
|\|
| * Change clay to Ecosystem Development Leadfragosti2018-09-261-1/+1
| |
| * Merge remote-tracking branch 'upstream/development' into sol-docF. Eugene Aumson2018-09-262-2/+20
| |\
| | * Add weijie and rahulfragosti2018-09-261-0/+18
| | |
| | * Change news linkfragosti2018-09-261-2/+2
| | |
| * | fix: call out a HACK in commentsF. Eugene Aumson2018-09-261-1/+1
| | | | | | | | | | | | | | | https://github.com/0xProject/0x-monorepo/pull/1004#discussion_r220010054 https://github.com/0xProject/0x-monorepo/pull/1004
| * | fix: rename SupportedDocJson field to SolDocF. Eugene Aumson2018-09-261-1/+1
| | | | | | | | | | | | | | | | | | | | | from Solidity https://github.com/0xProject/0x-monorepo/pull/1004#discussion_r219976199 https://github.com/0xProject/0x-monorepo/pull/1004
| * | BREAKING CHANGE: document contracts from sol-docF. Eugene Aumson2018-09-221-2/+24
| |/ | | | | | | | | Change website to accept smart contract documentation in the format generated by sol-doc rather than that generated by Doxity.
| * Change Davids descriptionfragosti2018-09-121-1/+1
| |
| * Fix David Sacks linksfragosti2018-09-121-4/+4
| |
| * Merge branch 'feature/website/add-gene' into developmentfragosti2018-09-121-0/+8
| |\
| | * Add Gene info to websitefragosti2018-09-121-0/+8
| | |
| * | Add david sacksfragosti2018-09-121-2/+14
| |/
| * Remove unused importsLeonid Logvinov2018-09-041-5/+0
| |
| * Tweaks to benefits and use casesBrandon Millman2018-08-311-2/+6
| |
| * Final tweaks for landing pagefragosti2018-08-311-1/+1
| |
| * Revert whats new textBrandon Millman2018-08-311-2/+1
| |
| * Add new exchange everywhere graphicBrandon Millman2018-08-311-4/+8
| |
| * Remove unused render methods in landing pageBrandon Millman2018-08-311-110/+0
| |
| * Remove conflict stringsfragosti2018-08-311-3/+0
| |
| * Final tweaksfragosti2018-08-311-11/+15
| |
| * Add TypedText component and use it on landing pagefragosti2018-08-311-0/+32
| |
| * Add generic title changesfragosti2018-08-311-17/+7
| |
| * Added todo comments for missing itemsBrandon Millman2018-08-311-1/+2
| |
| * Add title header to use cases sectionBrandon Millman2018-08-311-14/+11
| |
| * Make hero image responsiveBrandon Millman2018-08-311-2/+3
| |
| * Update what's new stylingBrandon Millman2018-08-311-4/+4
| |
| * Update use cases sectionBrandon Millman2018-08-301-48/+85
| |
| * Update tokenization sectionBrandon Millman2018-08-301-43/+11
| |
| * Update benefitsBrandon Millman2018-08-301-3/+1
| |
| * Update whats newBrandon Millman2018-08-301-13/+19
| |
| * Add new header imageBrandon Millman2018-08-301-4/+5
| |
| * Replace projects section with relayersBrandon Millman2018-08-301-77/+5
| |
* | Move more text over to translation filesFabio Berger2018-09-261-9/+10
| |
* | Implement dev homeFabio Berger2018-09-261-4/+352
| |
* | Implement new responsive, dev section header and home scaffoldingFabio Berger2018-09-171-25/+53
| |
* | Remove temporary bordersFabio Berger2018-08-291-2/+0
| |
* | Begin implementing doc home pageFabio Berger2018-08-281-0/+55
|/
* Merge development branchFabio Berger2018-08-221-1/+8
|\
| * Add Matt Taylor to websiteBrandon Millman2018-08-211-1/+8
| |
* | Merge developmentFabio Berger2018-08-153-6/+22
|\|
| * Update Clays linkedinfragosti2018-08-101-1/+1
| |
| * Add clay to websitefragosti2018-08-101-0/+11
| |
| * Change amir picturefragosti2018-08-091-1/+1
| |
| * Fix jobs page overflow issueBrandon Millman2018-07-302-4/+5
| |
| * Create MetaTags componentBrandon Millman2018-07-301-1/+5
| |
* | Add OrderWatcher docs pageFabio Berger2018-08-032-1/+2
| |
* | Add contract-wrappers page and make topBar component more conciseFabio Berger2018-08-021-0/+1
| |
* | Start refactoring docs to remove unnecessary configs given more concise ↵Fabio Berger2018-08-011-1/+1
|/ | | | TypeDoc JSON
* Fix linterFabio Berger2018-07-261-1/+0
|
* Header copy changeBrandon Millman2018-07-261-8/+7
|
* Margin polishBrandon Millman2018-07-262-4/+4
|
* Update open positions sectionBrandon Millman2018-07-251-10/+25
|
* Update benefits sectionBrandon Millman2018-07-253-23/+48
|
* Update mission sectionBrandon Millman2018-07-251-5/+6
|
* Header copy updatesBrandon Millman2018-07-251-6/+16
|
* Use isMobileWidth utilBrandon Millman2018-07-251-1/+1
|
* Use our image component in missionBrandon Millman2018-07-251-1/+2
|
* Always go to open positions when clicking CTABrandon Millman2018-07-241-0/+1
|
* Fix hiding of dots on small screensBrandon Millman2018-07-241-2/+2
|
* Update hr colorBrandon Millman2018-07-191-3/+1
|
* Fix lint errorsBrandon Millman2018-07-193-26/+0
|
* Add /careers route and fix hr stylingBrandon Millman2018-07-193-3/+7
|
* Fix typosBrandon Millman2018-07-192-5/+5
|
* Fix key errors and typoBrandon Millman2018-07-192-5/+4
|
* Fix padding on open positions sectionBrandon Millman2018-07-191-1/+1
|
* Add dots on heroBrandon Millman2018-07-191-1/+11
|
* Padding fixesBrandon Millman2018-07-192-7/+4
|
* Update open positions sectionBrandon Millman2018-07-192-83/+73
|
* Benefits and values sectionsBrandon Millman2018-07-198-284/+115
|
* Remove sectionsBrandon Millman2018-07-191-7/+0
|
* Update mission sectionBrandon Millman2018-07-191-37/+29
|
* Updates to the Join 0x sectionBrandon Millman2018-07-191-8/+12
|
* Merge pull request #883 from 0xProject/feature/tslint-improvementsLeonid Logvinov2018-07-182-2/+2
|\ | | | | New tslint rules
| * Fix tslint issuesLeonid Logvinov2018-07-172-2/+2
| |
* | Add chris to websitefragosti2018-07-171-8/+8
|/
* Integrate heap analyticsfragosti2018-07-121-1/+1
|
* Add LinkedIn for Peterfragosti2018-07-111-0/+1
|
* Add Peter to about pagefragosti2018-07-101-0/+6
|
* Change Jacobs title to Ecosystem Engineerfragosti2018-07-101-1/+1
|
* Change call to action link to /portalBrandon Millman2018-07-061-6/+2
|
* Implement landing page change in preperation for portalBrandon Millman2018-07-061-2/+2
|
* Add Alex Browne to about pagefragosti2018-07-031-10/+19
|
* Merge pull request #792 from 0xProject/feature/website/wallet-polishBrandon Millman2018-06-301-3/+3
|\ | | | | Various wallet polish items
| * Added Circle componentBrandon Millman2018-06-291-3/+3
| |
* | Fix NotFound component and render 0x.js docs for /docsBrandon Millman2018-06-291-3/+3
|/
* Merge pull request #746 from 0xProject/feature/website/relayer-grid-polishFrancesco Agosti2018-06-231-1/+2
|\ | | | | Relayer grid polish
| * Various relayer grid ui polish itemsBrandon Millman2018-06-221-1/+2
| |
* | Fix tslint errorfragosti2018-06-231-10/+10
| |
* | Remove diverse from about pagefragosti2018-06-231-3/+3
| |
* | Use Ops instead of Operations in Mels descriptionfragosti2018-06-231-1/+1
| |
* | Comment out Chris, and move Mel up in about pagefragosti2018-06-232-12/+12
|/
* Add Chris and Mel to about pagefragosti2018-06-222-2/+21
|
* Use Text components in ValuesBrandon Millman2018-06-141-3/+7
|
* Use spread operator instead of React.createElementBrandon Millman2018-06-143-7/+7
|
* Fix issue with positions hashBrandon Millman2018-06-131-19/+21
|
* Use Text in TeamsBrandon Millman2018-06-131-3/+7
|
* Use Text in OpenPositionsBrandon Millman2018-06-131-3/+6
|
* Use Text component for HeaderItemBrandon Millman2018-06-131-7/+9
|
* Remove FloatingImageBrandon Millman2018-06-133-12/+3
|
* Move FilledImage into components/uiBrandon Millman2018-06-133-20/+2
|
* Add font family to Button component and use in Join0x componentBrandon Millman2018-06-131-12/+13
|
* Fix lint errorsBrandon Millman2018-06-136-10/+11
|
* Implement small open positionsBrandon Millman2018-06-138-120/+232
|
* Implement large screen open positionsBrandon Millman2018-06-134-73/+129
|
* Teams sectionBrandon Millman2018-06-136-75/+70
|
* Benefits sectionBrandon Millman2018-06-133-12/+75
|
* Refactor into BulletedItemList componentBrandon Millman2018-06-132-24/+33
|
* Rework values sectionBrandon Millman2018-06-132-44/+13
|
* Polish mission section and photo sectionBrandon Millman2018-06-135-40/+91
|
* Add link to open positions sectionBrandon Millman2018-06-133-6/+20
|
* Add scroll to top for jobs pageBrandon Millman2018-06-131-21/+28
|
* Skeleton for jobs page and initial implementationBrandon Millman2018-06-1310-0/+426
|
* Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-122-3/+3
|
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-071-0/+1
|\ | | | | | | feature/improve-linting
| * Merge pull request #653 from 0xProject/feature/ethereum-types-docsLeonid Logvinov2018-06-071-0/+1
| |\ | | | | | | Add a documentation page for ethereum-types package
| | * Add a documentation page for ethereum typesLeonid Logvinov2018-06-051-0/+1
| | |
* | | Get build and tests to passfragosti2018-06-071-1/+1
| | |
* | | Fix remaining tslint issuesFabio Berger2018-06-061-22/+0
| | |
* | | merge v2-prototypeFabio Berger2018-06-061-31/+21
|\| |
| * | Merge branch 'v2-prototype' into fixes/misc-small-fixesFabio Berger2018-06-061-31/+18
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: Remove TranslatedText Fix prettier Add back UMD bundles for 0x.js Move portal disclaimer to the account management section Move prices into portal Use stricter check for subscribe input text Make buttons stack on mobile Do not show subscribe form if language is not english Address PR feedback Lint and cleanup Implement subscription form Add styled-components and polished Have basic newsletter subscribe form working
| | * | Make buttons stack on mobilefragosti2018-06-051-4/+5
| | | |
| | * | Do not show subscribe form if language is not englishfragosti2018-06-051-1/+1
| | | |
| | * | Address PR feedbackfragosti2018-06-051-6/+8
| | | |
| | * | Lint and cleanupfragosti2018-06-021-1/+1
| | | |
| | * | Implement subscription formfragosti2018-06-021-28/+10
| | | |
| | * | Have basic newsletter subscribe form workingfragosti2018-06-021-0/+2
| | |/
| * / Add `switch-default` tslint rule and add missing default statementFabio Berger2018-06-051-0/+3
| |/
* / Try enabling no-unused-variable...fragosti2018-06-056-16/+3
|/
* merge developmentFabio Berger2018-05-221-1/+1
|\
| * Improve about page descriptionsfragosti2018-05-171-3/+3
| |
* | Change my title to clarifyfragosti2018-05-181-1/+1
| |
* | Improve about page descriptionsfragosti2018-05-181-3/+3
| |
* | Fix spreadBrandon Millman2018-05-181-1/+1
| |
* | Wait for blockchain to display the account management routesBrandon Millman2018-05-182-31/+42
|/
* Add myself to about pagefragosti2018-05-161-3/+11
|
* Add missing type definitionsLeonid Logvinov2018-05-148-45/+50
|
* Rename deployer to sol-compilerLeonid Logvinov2018-05-101-1/+1
|
* Fix type errors in CSS propertiesLeonid Logvinov2018-05-051-1/+1
|
* Add new section to homepageFabio Berger2018-05-031-0/+25
|
* Move order utils to @0xproject/order-utilsLeonid Logvinov2018-05-021-0/+1
|
* Add Greg and Remco to the about pageBrandon Millman2018-05-021-1/+23
|
* Add ImToken to landing pageFabio Berger2018-04-191-6/+6
|
* Implement backendClient object to unify calls to the portal apiBrandon Millman2018-04-191-28/+25
|
* Reduce wiki article padding on mobile and remove commented out codeFabio Berger2018-04-171-4/+1
|
* Add /jobs endpoint to website, link to it and have it re-direct to AngellistFabio Berger2018-04-131-3/+4
|
* Show staging docs on development and stagingFabio Berger2018-04-111-3/+5
|
* Use past tense in FAQFabio Berger2018-03-231-2/+2
|
* Replace Auctus with ERCDEX in projects sectionFabio Berger2018-03-231-6/+6
|
* Remove spaceFabio Berger2018-03-221-1/+0
|
* Add default docs iconFabio Berger2018-03-221-1/+1
|
* Pass actual iconUrl and add default icon imageFabio Berger2018-03-202-7/+4
|
* Remove s3 mapping since s3 folder names are now identical to sub-package namesFabio Berger2018-03-201-12/+1
|
* Refactor titleToIcon mapping to idToIcon and move to docPageFabio Berger2018-03-202-3/+18
|
* Merge branch 'development' into addExtraDocsFabio Berger2018-03-201-0/+22
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (29 commits) Set Lodash dep to an exact version since newer versions introduced breaking changes Update Kovan Ethertoken Address Update deployer version since manual re-publish Add new entry into CHANGELOG Fix bad merge Update yarn.lock Change title Add Blake and Zach to About page Re-size Jacob and Tom's images Manually publish 0x.js back to a working state Publish Publish Fix 0x.js assets Remove assets from connect and _bundles from packages that don't generate the folder Publish Fix packages that aren't working as expected Make new packages default to public on publish Add new public packages to top-level README Update top-level package.json Fix incorrect new versions ... # Conflicts: # packages/0x.js/package.json # packages/connect/package.json # packages/json-schemas/package.json # packages/sol-cov/package.json
| * Change titleFabio Berger2018-03-191-2/+2
| |
| * Add Blake and Zach to About pageFabio Berger2018-03-191-0/+22
| |
* | Add Subprovider docs to websiteFabio Berger2018-03-191-0/+2
| |
* | Add sol-cov docs to websiteFabio Berger2018-03-181-0/+2
| |
* | Add JSON Schemas docs to websiteFabio Berger2018-03-181-1/+3
| |
* | Refactor all docJSON's to reside within the same S3 bucket under different ↵Fabio Berger2018-03-161-14/+14
| | | | | | | | folders
* | Merge branch 'development' into addExtraDocsFabio Berger2018-03-161-1/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Add changelog entry about pragma addition Add pragma above command-line script Keep console.log in monorepo-scripts Enable coverage for all other packages with tests Fix parallel coverage results reporting Fix linter issuesx Update CHANGELOGs Consolidate all console.log into the @0xproject/utils package # Conflicts: # packages/deployer/package.json
| * Consolidate all console.log into the @0xproject/utils packageBrandon Millman2018-03-141-1/+2
| |
* | Add Deployer docs to websiteFabio Berger2018-03-161-0/+2
| |
* | Add Web3Wrapper docs to websiteFabio Berger2018-03-141-0/+2
|/
* Add support for going back to previous hashes via the browser back button to ↵Fabio Berger2018-03-081-0/+8
| | | | wiki
* Add onSelectedVersion callback so it can be handled in any way the caller wishesFabio Berger2018-03-071-0/+14
|
* Add example docs to react-docs packageFabio Berger2018-03-071-1/+2
|
* Make sidebar header configurableFabio Berger2018-03-072-1/+4
|
* Remove menuSubsectionsBySection prop from Documentation componentFabio Berger2018-03-071-1/+0
|
* Rename docsVersion prop to selectedVersion and docsVersions to versions for ↵Fabio Berger2018-03-061-2/+2
| | | | clarity
* Remove location propFabio Berger2018-03-061-1/+0
|
* Move Documentation to the `@0xproject/react-docs` packageFabio Berger2018-03-0613-1328/+2
|
* Merge branch 'development' into extractDocsFabio Berger2018-03-061-5/+16
|\ | | | | | | | | | | | | | | | | | | * 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
| * Also show staging 0x.js docs on developmentFabio Berger2018-03-061-3/+3
| |
| * Fix source links in docs with a hack to support old and new versions of the ↵Fabio Berger2018-03-061-2/+13
| | | | | | | | TypeDoc JSON files
* | Moved over all pages/shared components and dependencies to react-sharedFabio Berger2018-03-0521-478/+40
| |
* | Bug fixesFabio Berger2018-03-0511-11/+13
| |
* | Move over AnchorTitle and associated elementsFabio Berger2018-03-0412-107/+23
|/
* Fix small bug where onHover type declarations with comments was taking up ↵Fabio Berger2018-03-031-1/+3
| | | | the entire window width
* Small stylistic improvementsFabio Berger2018-03-032-4/+17
|
* Fix comment and use named variable in conditionalFabio Berger2018-03-031-2/+3
|
* Hash hash instead of prefixedHash to scrollToHash functionFabio Berger2018-03-033-4/+5
|
* Make sure the page has loaded (including all images) before scrolling to hashFabio Berger2018-03-031-1/+2
|
* Add hash to URL onClickFabio Berger2018-03-021-1/+3
|
* Add underline to internal linksxFabio Berger2018-03-021-1/+4
|
* Update react-markdown, properly scroll to section for wiki internal links, ↵Fabio Berger2018-03-027-42/+68
| | | | consolidate scrollTo logic and make external links open in new tabs
* Fix bug where contract event anchor ids were incorrectFabio Berger2018-03-011-2/+3
|
* remove unused importFabio Berger2018-02-281-1/+0
|
* Move more configs into docsInfo and remove logic that does not belong there ↵Fabio Berger2018-02-287-39/+69
| | | | elsewhere
* Update missed docsJsonRoot variablesFabio Berger2018-02-271-5/+2
|
* remove docsJsonRoot from docsInfoFabio Berger2018-02-272-3/+12
|
* Remove unused propsFabio Berger2018-02-262-6/+0
|
* Begin refactoring out doc generator templateFabio Berger2018-02-222-94/+139
|
* Remove unused varFabio Berger2018-02-221-2/+0
|
* Keep topBar and footer language to the one picked by the userFabio Berger2018-02-226-6/+27
|
* Mobile optimize translated landing pageFabio Berger2018-02-221-10/+13
|
* Move translate to reduxFabio Berger2018-02-211-90/+115
|
* Add translation infra and replace english text with calls to translateFabio Berger2018-02-211-107/+74
|
* Add Rinkeby network to smart contract docsFabio Berger2018-02-161-0/+1
|