File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,11 @@ const config: Config = {
2222 url : 'https://docs.uniswap.org' ,
2323 baseUrl : '/' ,
2424 onBrokenLinks : 'warn' ,
25- onBrokenMarkdownLinks : 'ignore' ,
25+ markdown : {
26+ hooks : {
27+ onBrokenMarkdownLinks : 'ignore' ,
28+ } ,
29+ } ,
2630 favicon : 'img/favicon.png' ,
2731 organizationName : 'Uniswap' ,
2832 projectName : 'Uniswap-docs' ,
Original file line number Diff line number Diff line change @@ -88,11 +88,6 @@ export const dAppGuides = [
8888 text : "Contribute to a Pool's liquidity by using tokens to earn fees" ,
8989 to : '/sdk/v3/guides/liquidity/minting' ,
9090 } ,
91- {
92- title : 'UI Component' ,
93- text : 'Integrate with the Swap Widget, a React component that works out of the box ' ,
94- to : '/sdk/swap-widget/overview' ,
95- } ,
9691]
9792export const smartContractGuides = [
9893 {
You can’t perform that action at this time.
0 commit comments