Skip to content

Commit 2895dcc

Browse files
authored
UI comp Removal (#1061)
1 parent 0a394a2 commit 2895dcc

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

docusaurus.config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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',

src/pages/index.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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
]
9792
export const smartContractGuides = [
9893
{

0 commit comments

Comments
 (0)