Skip to content

Commit

Permalink
docs(edit): update-images-font-colours (#4504)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciejo authored Aug 15, 2024
2 parents 2c39f61 + b28ccf6 commit e26e357
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 60 deletions.
23 changes: 5 additions & 18 deletions docs/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ slug: /
<a href="/concepts/picasso">
<div class="card">
<div class="card__image">
<img src="https://res.cloudinary.com/daklnyhgw/image/upload/v1715361756/concepts_ry3crk.png" alt="Concepts" alt="Concepts"/>
<img src="https://res.cloudinary.com/dfkcrbido/image/upload/v1723744830/concepts_juv9j7.png" alt="Concepts" alt="Concepts"/>
</div>
<div class="card__body">
<h3>Concepts</h3>
Expand All @@ -23,7 +23,7 @@ slug: /
<a href="/technology/ibc">
<div class="card">
<div class="card__image">
<img src="https://res.cloudinary.com/daklnyhgw/image/upload/v1715361777/ibc_vqn2fz.png" alt="Concepts" alt="IBC" />
<img src="https://res.cloudinary.com/dfkcrbido/image/upload/v1723744847/ibc_fktbiy.png" alt="Concepts" alt="IBC" />
</div>
<div class="card__body">
<h3>IBC</h3>
Expand All @@ -36,7 +36,7 @@ slug: /
<a href="/technology/restaking">
<div class="card">
<div class="card__image">
<img src="https://res.cloudinary.com/daklnyhgw/image/upload/v1715361808/restaking_s87eqo.png" alt="Concepts" alt="Restaking" />
<img src="https://res.cloudinary.com/dfkcrbido/image/upload/v1723744926/restaking_cmhzcx.png" alt="Concepts" alt="Restaking" />
</div>
<div class="card__body">
<h3>Restaking</h3>
Expand All @@ -49,7 +49,7 @@ slug: /
<a href="/governance-&-token/use-cases">
<div class="card">
<div class="card__image">
<img src="https://res.cloudinary.com/daklnyhgw/image/upload/v1715361784/gov_lwzhrq.png" alt="Concepts" alt="Concepts" />
<img src="https://res.cloudinary.com/dfkcrbido/image/upload/v1723744849/gov_ljg1pu.png" alt="Concepts" alt="Concepts" />
</div>
<div class="card__body">
<h3>Governance & Token</h3>
Expand All @@ -62,7 +62,7 @@ slug: /
<a href="/user-guides">
<div class="card">
<div class="card__image">
<img src="https://res.cloudinary.com/daklnyhgw/image/upload/v1715361767/dev_f1l2zi.png" alt="Concepts" alt="Concepts" />
<img src="https://res.cloudinary.com/dfkcrbido/image/upload/v1723744832/dev_n8cfkv.png" alt="Concepts" alt="Concepts" />
</div>
<div class="card__body">
<h3>Developer & User Guides</h3>
Expand All @@ -71,19 +71,6 @@ slug: /
</div>
</a>
</div>
<div class="col col--4">
<a href="/technology/mantis">
<div class="card">
<div class="card__image">
<img src="https://res.cloudinary.com/daklnyhgw/image/upload/v1715361798/mantis_1_h0uizv.png" alt="Concepts" alt="Concepts" />
</div>
<div class="card__body">
<h3>MANTIS</h3>
Dive into the ZK-powered cross-chain intents protocol.
</div>
</div>
</a>
</div>
</div>
</div>

9 changes: 2 additions & 7 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,6 @@ const config = {
position: 'left',
label: 'Guides',
},
{
to: '/technology/mantis',
position: 'left',
label: 'MANTIS',
},
{
href: 'https://research.composable.finance',
label: 'Research',
Expand All @@ -125,12 +120,12 @@ const config = {
title: 'Community',
items: [
{
label: 'Twitter',
label: 'X',
href: 'https://twitter.com/Picasso_Network',
},
{
label: 'Telegram',
href: 'https://t.me/https://t.me/composablefinance',
href: 'https://t.me/composablefinance',
},
{
label: 'Discord',
Expand Down
27 changes: 0 additions & 27 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,34 +165,7 @@ restaking: [

],

mantis: [
{
type: "doc",
id: "technology/mantis",
},
"technology/mantis/benefits-use-cases",
"technology/mantis/protocol-architecture",
"technology/mantis/protocol-flow",
"technology/mantis/solvers-solutions",
"technology/mantis/solver-integration",
"technology/mantis/solver-guide",
"technology/mantis/integration-guide",
"technology/mantis/tools",
{
type: "category",
label: "CVM",
link: {
type: "doc",
id: "technology/cvm",
},
collapsible: true,
collapsed: true,
items: [
"technology/cvm/tutorial",
],
},

],

};

Expand Down
15 changes: 7 additions & 8 deletions docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,13 @@ p {

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

/* Cards */
Expand Down

0 comments on commit e26e357

Please sign in to comment.