Skip to content

Commit

Permalink
feat: update to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
kopy-kat committed Oct 4, 2024
1 parent cf5f70d commit 8252287
Show file tree
Hide file tree
Showing 13 changed files with 112 additions and 107 deletions.
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
9 changes: 5 additions & 4 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
const withNextra = require("nextra")({
import nextra from "nextra";

const withNextra = nextra({
theme: "nextra-theme-docs",
themeConfig: "./theme.config.js",
});

module.exports = {
...withNextra(),
export default withNextra({
images: {
unoptimized: true,
},
};
});
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
"url": "https://github.com/erc7579/erc7579.github.io/issues"
},
"homepage": "https://github.com/erc7579/erc7579.github.io#readme",
"type": "module",
"dependencies": {
"next": "^13.5.7",
"next": "^14.2.14",
"nextra": "latest",
"nextra-theme-docs": "latest",
"react": "^18.3.1",
Expand Down
File renamed without changes.
11 changes: 11 additions & 0 deletions pages/_meta.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
const meta = {
index: "Introduction",
accounts: "Accounts",
modules: "Modules",
tooling: "Tooling",
"security-perks": "Security Perks",
resources: "Resources ",
extensions: "Extensions",
};

export default meta;
9 changes: 0 additions & 9 deletions pages/_meta.json

This file was deleted.

5 changes: 5 additions & 0 deletions pages/extensions/_meta.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const meta = {
erc7484: "ERC-7484",
};

export default meta;
3 changes: 0 additions & 3 deletions pages/extensions/_meta.json

This file was deleted.

20 changes: 10 additions & 10 deletions pages/index.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Cards, Card } from "nextra/components";
import { Cards } from "nextra/components";
import Image from "next/image";

# Introduction
Expand Down Expand Up @@ -49,7 +49,7 @@ There are several ways to contribute to the standard:
## Supporters

<Cards>
<Card
<Cards.Card
title="Biconomy"
href="https://biconomy.io/"
icon={
Expand All @@ -62,7 +62,7 @@ There are several ways to contribute to the standard:
/>
}
/>
<Card
<Cards.Card
title="ZeroDev"
href="https://zerodev.app/"
icon={
Expand All @@ -75,7 +75,7 @@ There are several ways to contribute to the standard:
/>
}
/>
<Card
<Cards.Card
title="Rhinestone"
href="https://www.rhinestone.wtf/"
icon={
Expand All @@ -88,7 +88,7 @@ There are several ways to contribute to the standard:
/>
}
/>
<Card
<Cards.Card
title="OKX"
href="https://www.okx.com/"
icon={
Expand All @@ -101,7 +101,7 @@ There are several ways to contribute to the standard:
/>
}
/>
<Card
<Cards.Card
title="Etherspot"
href="https://etherspot.io"
icon={
Expand All @@ -114,7 +114,7 @@ There are several ways to contribute to the standard:
/>
}
/>
<Card
<Cards.Card
title="Safe"
href="https://safe.global/"
icon={
Expand All @@ -127,7 +127,7 @@ There are several ways to contribute to the standard:
/>
}
/>
<Card
<Cards.Card
title="Pimlico"
href="https://www.pimlico.io/"
icon={
Expand All @@ -140,7 +140,7 @@ There are several ways to contribute to the standard:
/>
}
/>
<Card
<Cards.Card
title="WalletConnect"
href="https://walletconnect.com/"
icon={
Expand All @@ -153,7 +153,7 @@ There are several ways to contribute to the standard:
/>
}
/>
<Card
<Cards.Card
title="zkEmail"
href="https://prove.email/"
icon={
Expand Down
7 changes: 7 additions & 0 deletions pages/resources/_meta.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
const meta = {
terms: "Terminology",
writing: "Writings",
talks: "Talks",
};

export default meta;
5 changes: 0 additions & 5 deletions pages/resources/_meta.json

This file was deleted.

Loading

0 comments on commit 8252287

Please sign in to comment.