Skip to content

Commit 4bc3e14

Browse files
committed
docs: add updated ecosystem information
1 parent d7d1bc9 commit 4bc3e14

File tree

13 files changed

+155
-90
lines changed

13 files changed

+155
-90
lines changed

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

Lines changed: 4 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
import type { SideBar } from "@/components/Layouts/DocLayout";
22
import {
33
DotNetIcon,
4-
EcosystemWalletsIcon,
54
PayIcon,
65
ReactIcon,
76
TypeScriptIcon,
87
UnityIcon,
98
WalletsAuthIcon,
10-
WalletsConnectIcon,
119
WalletsInAppIcon,
1210
WalletsSmartIcon,
1311
} from "@/icons";
@@ -170,16 +168,16 @@ export const sidebar: SideBar = {
170168
name: "Ecosystem",
171169
links: [
172170
{
173-
name: "Ecosystem Wallet Explorer Page",
174-
href: `${ecosystemSlug}/wallet-explorer`,
171+
name: "Ecosystem Portal",
172+
href: `${walletSlug}/ecosystem/portal`,
175173
},
176174
{
177175
name: "Managing Ecosystem Permissions",
178-
href: `${ecosystemSlug}/ecosystem-permissions`,
176+
href: `${walletSlug}/ecosystem/permissions`,
179177
},
180178
{
181179
name: "Integrating with Partners",
182-
href: `${ecosystemSlug}/integrating-partners`,
180+
href: `${walletSlug}/ecosystem/integrating-partners`,
183181
},
184182
],
185183
},
@@ -193,90 +191,6 @@ export const sidebar: SideBar = {
193191
},
194192
],
195193
},
196-
{
197-
name: "Sign-In",
198-
icon: <WalletsConnectIcon />,
199-
links: [
200-
{
201-
name: "Customization",
202-
links: [
203-
{
204-
name: "Logo",
205-
href: `${connectSlug}/customization#logo`,
206-
},
207-
{
208-
name: "Compact Modal",
209-
href: `${connectSlug}/customization#compact-modal`,
210-
},
211-
{
212-
name: "Theme",
213-
href: `${connectSlug}/customization#theming`,
214-
},
215-
{
216-
name: "Localization",
217-
href: `${connectSlug}/customization#localization`,
218-
},
219-
],
220-
},
221-
],
222-
},
223-
224-
//In-App Wallets
225-
{
226-
name: "In-App Wallet",
227-
icon: <WalletsInAppIcon />,
228-
links: [
229-
{
230-
name: "Custom Authentication",
231-
links: [
232-
{
233-
name: "Overview",
234-
href: `${inAppSlug}/custom-auth/overview`,
235-
},
236-
{
237-
name: "Configuration",
238-
href: `${inAppSlug}/custom-auth/configuration`,
239-
},
240-
{
241-
name: "Integration guides",
242-
links: [
243-
{
244-
name: "Custom auth server (OIDC Auth)",
245-
href: `${inAppSlug}/custom-auth/custom-jwt-auth-server`,
246-
},
247-
{
248-
name: "Custom auth server (Generic Auth)",
249-
href: `${inAppSlug}/custom-auth/custom-auth-server`,
250-
},
251-
{
252-
name: "Firebase Auth",
253-
href: `${inAppSlug}/custom-auth/firebase-auth`,
254-
},
255-
],
256-
},
257-
],
258-
},
259-
],
260-
},
261-
// Ecosystem Wallet
262-
{
263-
name: "Ecosystem Wallets",
264-
icon: <EcosystemWalletsIcon />,
265-
links: [
266-
{
267-
name: "Managing Ecosystem Permissions",
268-
href: `${ecosystemSlug}/ecosystem-permissions`,
269-
},
270-
{
271-
name: "Integrating with Partners",
272-
href: `${ecosystemSlug}/integrating-partners`,
273-
},
274-
{
275-
name: "Ecosystem Wallet Explorer Page",
276-
href: `${ecosystemSlug}/wallet-explorer`,
277-
},
278-
],
279-
},
280194
//Account abstraction
281195
{
282196
name: "Account Abstraction",
47.8 KB
Loading
1.02 MB
Loading
81.1 KB
Loading
191 KB
Loading
1.11 MB
Loading
64.4 KB
Loading
36.2 KB
Loading
692 KB
Loading
1000 KB
Loading

0 commit comments

Comments
 (0)