Skip to content

Commit 13cb5da

Browse files
Updated docs and replaced outdated speed-racer
1 parent e548675 commit 13cb5da

File tree

40 files changed

+1453
-1184
lines changed

40 files changed

+1453
-1184
lines changed

apps/portal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"postextract-search-data": "next-sitemap"
1818
},
1919
"dependencies": {
20-
"@dirtycajunrice/klee": "^1.0.0",
20+
"@dirtycajunrice/klee": "^1.0.1",
2121
"@mdx-js/loader": "^2.3.0",
2222
"@mdx-js/react": "^2.3.0",
2323
"@next/mdx": "^13.5.6",

apps/portal/redirects.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// @ts-check
22

3+
import { unrealEngineRedirects } from "./src/app/unreal-engine/redirects.mjs";
4+
35
const reactRedirects = {
46
"/react": "/react/v4",
57
"/react/connecting-wallets": "/react/v4/connecting-wallets",
@@ -941,6 +943,7 @@ export const redirects = async () => {
941943
...createRedirects(contractRedirects),
942944
...createRedirects(otherRedirects),
943945
...createRedirects(v5RestructuredRedirects),
946+
...createRedirects(unrealEngineRedirects),
944947
// references docs
945948
latestReference("react", "v4"),
946949
latestReference("react-native", "v0"),

apps/portal/src/app/Header.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ export const connectLinks = [
9292
},
9393
{
9494
name: "Unreal Engine",
95-
href: "/unreal",
96-
icon: "/icons/navbar/nav-icon-unreal.svg",
95+
href: "/unreal-engine",
96+
icon: "/icons/navbar/nav-icon-unreal-engine.svg",
9797
},
9898
] as const;
9999

apps/portal/src/app/connect/sidebar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export const sidebar: SideBar = {
8080
},
8181
{
8282
name: "Unreal",
83-
href: "/unreal",
83+
href: "/unreal-engine",
8484
icon: <UnrealIcon />,
8585
},
8686
],
@@ -551,7 +551,7 @@ export const sidebar: SideBar = {
551551
},
552552
{
553553
name: "Unreal",
554-
href: "/unreal",
554+
href: "/unreal-engine",
555555
icon: <UnrealIcon />,
556556
},
557557
],
186 KB
Loading
21.9 KB
Loading

0 commit comments

Comments
 (0)