Skip to content

Commit e26e357

Browse files
authored
docs(edit): update-images-font-colours (#4504)
2 parents 2c39f61 + b28ccf6 commit e26e357

File tree

4 files changed

+14
-60
lines changed

4 files changed

+14
-60
lines changed

docs/docs/intro.md

+5-18
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ slug: /
1010
<a href="/concepts/picasso">
1111
<div class="card">
1212
<div class="card__image">
13-
<img src="https://res.cloudinary.com/daklnyhgw/image/upload/v1715361756/concepts_ry3crk.png" alt="Concepts" alt="Concepts"/>
13+
<img src="https://res.cloudinary.com/dfkcrbido/image/upload/v1723744830/concepts_juv9j7.png" alt="Concepts" alt="Concepts"/>
1414
</div>
1515
<div class="card__body">
1616
<h3>Concepts</h3>
@@ -23,7 +23,7 @@ slug: /
2323
<a href="/technology/ibc">
2424
<div class="card">
2525
<div class="card__image">
26-
<img src="https://res.cloudinary.com/daklnyhgw/image/upload/v1715361777/ibc_vqn2fz.png" alt="Concepts" alt="IBC" />
26+
<img src="https://res.cloudinary.com/dfkcrbido/image/upload/v1723744847/ibc_fktbiy.png" alt="Concepts" alt="IBC" />
2727
</div>
2828
<div class="card__body">
2929
<h3>IBC</h3>
@@ -36,7 +36,7 @@ slug: /
3636
<a href="/technology/restaking">
3737
<div class="card">
3838
<div class="card__image">
39-
<img src="https://res.cloudinary.com/daklnyhgw/image/upload/v1715361808/restaking_s87eqo.png" alt="Concepts" alt="Restaking" />
39+
<img src="https://res.cloudinary.com/dfkcrbido/image/upload/v1723744926/restaking_cmhzcx.png" alt="Concepts" alt="Restaking" />
4040
</div>
4141
<div class="card__body">
4242
<h3>Restaking</h3>
@@ -49,7 +49,7 @@ slug: /
4949
<a href="/governance-&-token/use-cases">
5050
<div class="card">
5151
<div class="card__image">
52-
<img src="https://res.cloudinary.com/daklnyhgw/image/upload/v1715361784/gov_lwzhrq.png" alt="Concepts" alt="Concepts" />
52+
<img src="https://res.cloudinary.com/dfkcrbido/image/upload/v1723744849/gov_ljg1pu.png" alt="Concepts" alt="Concepts" />
5353
</div>
5454
<div class="card__body">
5555
<h3>Governance & Token</h3>
@@ -62,7 +62,7 @@ slug: /
6262
<a href="/user-guides">
6363
<div class="card">
6464
<div class="card__image">
65-
<img src="https://res.cloudinary.com/daklnyhgw/image/upload/v1715361767/dev_f1l2zi.png" alt="Concepts" alt="Concepts" />
65+
<img src="https://res.cloudinary.com/dfkcrbido/image/upload/v1723744832/dev_n8cfkv.png" alt="Concepts" alt="Concepts" />
6666
</div>
6767
<div class="card__body">
6868
<h3>Developer & User Guides</h3>
@@ -71,19 +71,6 @@ slug: /
7171
</div>
7272
</a>
7373
</div>
74-
<div class="col col--4">
75-
<a href="/technology/mantis">
76-
<div class="card">
77-
<div class="card__image">
78-
<img src="https://res.cloudinary.com/daklnyhgw/image/upload/v1715361798/mantis_1_h0uizv.png" alt="Concepts" alt="Concepts" />
79-
</div>
80-
<div class="card__body">
81-
<h3>MANTIS</h3>
82-
Dive into the ZK-powered cross-chain intents protocol.
83-
</div>
84-
</div>
85-
</a>
86-
</div>
8774
</div>
8875
</div>
8976

docs/docusaurus.config.js

+2-7
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,6 @@ const config = {
101101
position: 'left',
102102
label: 'Guides',
103103
},
104-
{
105-
to: '/technology/mantis',
106-
position: 'left',
107-
label: 'MANTIS',
108-
},
109104
{
110105
href: 'https://research.composable.finance',
111106
label: 'Research',
@@ -125,12 +120,12 @@ const config = {
125120
title: 'Community',
126121
items: [
127122
{
128-
label: 'Twitter',
123+
label: 'X',
129124
href: 'https://twitter.com/Picasso_Network',
130125
},
131126
{
132127
label: 'Telegram',
133-
href: 'https://t.me/https://t.me/composablefinance',
128+
href: 'https://t.me/composablefinance',
134129
},
135130
{
136131
label: 'Discord',

docs/sidebars.js

-27
Original file line numberDiff line numberDiff line change
@@ -165,34 +165,7 @@ restaking: [
165165

166166
],
167167

168-
mantis: [
169-
{
170-
type: "doc",
171-
id: "technology/mantis",
172-
},
173-
"technology/mantis/benefits-use-cases",
174-
"technology/mantis/protocol-architecture",
175-
"technology/mantis/protocol-flow",
176-
"technology/mantis/solvers-solutions",
177-
"technology/mantis/solver-integration",
178-
"technology/mantis/solver-guide",
179-
"technology/mantis/integration-guide",
180-
"technology/mantis/tools",
181-
{
182-
type: "category",
183-
label: "CVM",
184-
link: {
185-
type: "doc",
186-
id: "technology/cvm",
187-
},
188-
collapsible: true,
189-
collapsed: true,
190-
items: [
191-
"technology/cvm/tutorial",
192-
],
193-
},
194168

195-
],
196169

197170
};
198171

docs/src/css/custom.css

+7-8
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,13 @@ p {
9595

9696
/* For readability concerns, you should choose a lighter palette in dark mode. */
9797
[data-theme='dark'] {
98-
--ifm-color-primary: #726db1;
99-
--ifm-color-primary-dark: #605aa7;
100-
--ifm-color-primary-darker: #5a559e;
101-
--ifm-color-primary-darkest: #4a4682;
102-
--ifm-color-primary-light: #8480bb;
103-
--ifm-color-primary-lighter: #8d89c0;
104-
--ifm-color-primary-lightest: #a8a5cf;
105-
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
98+
--ifm-color-primary: #ff8500;
99+
--ifm-color-primary-dark: #e67800;
100+
--ifm-color-primary-darker: #d97100;
101+
--ifm-color-primary-darkest: #b35d00;
102+
--ifm-color-primary-light: #ff911a;
103+
--ifm-color-primary-lighter: #ff9726;
104+
--ifm-color-primary-lightest: #ffaa4d;
106105
}
107106

108107
/* Cards */

0 commit comments

Comments
 (0)