Skip to content

Commit

Permalink
feat: update brand
Browse files Browse the repository at this point in the history
  • Loading branch information
nftchance committed May 4, 2024
1 parent 476f0ff commit b5b9088
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 101 deletions.
60 changes: 4 additions & 56 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ function getItems(directory: string) {
export default defineConfig({
title: "Plug",
description: "Documentation for the Plug protocol and application.",
appearance: "dark",
appearance: false,
themeConfig: {
logo: { light: "/logo-dark.svg", dark: "/logo-white.svg" },
logo: "/logo-black.svg",
siteTitle: false,

nav: [{ text: "Home", link: "https://www.onplug.io" }],

Expand Down Expand Up @@ -139,60 +140,7 @@ export default defineConfig({
link: "/core/routers/plug",
},
],
},
{
text: "Solvers",
link: "/core/solvers",
collapsed: true,
items: [
{
text: "solve",
link: "/core/solvers/solve",
},
],
},
{
text: "Deployable Instances",
collapsed: true,
items: [
{
text: "Deterministic",
link: "/instances/deployable/deterministic",
},
{
text: "Fuses",
collapsed: true,
items: [
{
text: "Threshold",
link: "/instances/fuses/threshold",
},
{
text: "Schedule Windows",
link: "/instances/fuses/schedule-windows",
},
{
text: "Limited Calls",
link: "/instances/fuses/limited-calls",
},
{
text: "Revocation",
link: "/instances/fuses/revocation",
},
],
},
{
text: "Sockets",
collapsed: true,
items: [
{
text: "Vaults",
link: "/instances/vaults",
},
],
},
],
},
}
],
},
],
Expand Down
4 changes: 2 additions & 2 deletions .vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ strong {
--vp-c-default-3: #242323;
--vp-c-default-soft: var(--vp-c-gray-soft);

--vp-c-brand-1: #ff4700;
--vp-c-brand-2: #ff8c00;
--vp-c-brand-1: #00ef35;
--vp-c-brand-2: #93df00;
--vp-c-brand-3: #fffc00;
--vp-c-brand-soft: rgba(255, 174, 0, 0.2);

Expand Down
2 changes: 0 additions & 2 deletions introduction/why-plug.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ This not only mitigates the risks associated with upfront costs but also optimiz

At the heart of Plug's innovation is the application of "If This, Then That" (IFTTT) logic, a powerful and intuitive concept that revolutionizes how transactions are executed on the blockchain. This logic allows users to create conditional statements that dictate the execution of transactions, ensuring actions are only taken when specific criteria are met. Here's a closer look at how IFTTT principles empower Plug users:

![A visualized intent workflow.](/public/intent-workflow.png)

### Understanding IFTTT in Plug

IFTTT logic in Plug enables users to define triggers ("If This") and actions ("Then That") within the blockchain environment. This approach transforms passive transaction execution into an active, conditional process, where transactions are executed based on real-time data and predefined conditions.
Expand Down
Binary file removed public/intent-workflow.png
Binary file not shown.
27 changes: 7 additions & 20 deletions public/logo-black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 0 additions & 21 deletions public/logo-white.svg

This file was deleted.

Binary file modified public/opengraph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b5b9088

Please sign in to comment.