Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit 0dbb104

Browse files
committed
Update
1 parent 0e9427a commit 0dbb104

File tree

7 files changed

+2
-96
lines changed

7 files changed

+2
-96
lines changed

docs/liquidity-protocol/_category_.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/liquidity-protocol/introduction.mdx

Lines changed: 0 additions & 21 deletions
This file was deleted.

docs/liquidity-protocol/smart-contracts.mdx

Lines changed: 0 additions & 53 deletions
This file was deleted.

docusaurus.config.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ const config = {
5959
label: 'Do swaps',
6060
position: 'left',
6161
},
62-
{
63-
href: '/docs/liquidity-protocol/introduction',
64-
label: 'Manage liquidity',
65-
position: 'left',
66-
},
6762
{
6863
href: '/docs/limit-order-protocol/introduction',
6964
label: 'Trade limit orders',

src/components/homepage-features/HomepageFeatures.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,6 @@ const FeatureList = [
1515
</>
1616
),
1717
},
18-
{
19-
title: 'Liquidity protocol',
20-
link: 'docs/liquidity-protocol/introduction',
21-
image: require('../../../static/img/liquidity-protocol.png').default,
22-
description: (
23-
<>
24-
Earn with 1inch by providing liquidity to pools and collect extra
25-
rewards in 1INCH tokens for participating in liquidity mining programs.
26-
</>
27-
),
28-
},
2918
{
3019
title: 'Limit order protocol',
3120
link: 'docs/limit-order-protocol/introduction',

src/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
2727
background-color: rgba(0, 0, 0, 0.3);
2828
}
2929

30-
.swagger-ui pre {
30+
.swagger-ui pre.version {
3131
background-color: transparent!important;
3232
}
3333

0 commit comments

Comments
 (0)