feat(website): add market making section to developers dropdown

This commit is contained in:
Brandon Millman
2019-01-04 09:08:58 -08:00
parent c82393d763
commit ed0e6181bd

View File

@@ -37,6 +37,10 @@ const introData: LinkConfig[] = [
label: 'Use networked liquidity',
url: `${WebsitePaths.Wiki}#Find,-Submit,-Fill-Order-From-Relayer`,
},
{
label: 'Market making',
url: `${WebsitePaths.MarketMaker}`,
},
];
const docsData: LinkConfig[] = [