File tree Expand file tree Collapse file tree 2 files changed +52
-23
lines changed
apps/portal/src/app/insight Expand file tree Collapse file tree 2 files changed +52
-23
lines changed Original file line number Diff line number Diff line change @@ -3,27 +3,31 @@ import type { SideBar } from "@/components/Layouts/DocLayout";
33const insightSlug = "/insight" ;
44
55export const sidebar : SideBar = {
6- name : "Insight" ,
7- links : [
8- {
9- name : "Overview" ,
10- href : "/insight" ,
11- } ,
12- {
13- name : "Get Started" ,
14- href : `${ insightSlug } /get-started` ,
15- } ,
16- {
17- name : "Blueprints" ,
18- href : `${ insightSlug } /blueprints` ,
19- } ,
20- {
21- name : "Use cases" ,
22- href : `${ insightSlug } /use-cases` ,
23- } ,
24- {
25- name : "API Reference" ,
26- href : "https://insight-api.thirdweb.com/reference" ,
27- } ,
28- ] ,
6+ name : "Insight" ,
7+ links : [
8+ {
9+ name : "Overview" ,
10+ href : "/insight" ,
11+ } ,
12+ {
13+ name : "Get Started" ,
14+ href : `${ insightSlug } /get-started` ,
15+ } ,
16+ {
17+ name : "Supported Chains" ,
18+ href : `${ insightSlug } /supported-chains` ,
19+ } ,
20+ {
21+ name : "Blueprints" ,
22+ href : `${ insightSlug } /blueprints` ,
23+ } ,
24+ {
25+ name : "Use cases" ,
26+ href : `${ insightSlug } /use-cases` ,
27+ } ,
28+ {
29+ name : "API Reference" ,
30+ href : "https://insight-api.thirdweb.com/reference" ,
31+ } ,
32+ ] ,
2933} ;
Original file line number Diff line number Diff line change 1+ import { createMetadata } from " @doc" ;
2+
3+ export const metadata = createMetadata ({
4+ image: {
5+ title: " thirdweb Pay - Supported Chains" ,
6+ icon: " thirdweb" ,
7+ },
8+ title: " thirdweb Pay - Supported Chains | thirdweb" ,
9+ description: " List of chains supported by Pay." ,
10+ });
11+
12+ export const metadata = createMetadata ({
13+ title: " thirdweb Insight - Supported Chains" ,
14+ description: " List of chains indexed by thirdweb Insight." ,
15+ image: {
16+ title: " thirdweb Insight - Supported Chains" ,
17+ icon: " insight" ,
18+ },
19+ });
20+
21+ # Supported Chains
22+
23+ [ View all chains indexed via thirdweb Insight] ( https://thirdweb.com/chainlist?service=insight ) .
24+
25+ If you’d like to suggest a chain for us to support, [ contact us] ( https://thirdweb.com/contact-us ) .
You can’t perform that action at this time.
0 commit comments