File tree Expand file tree Collapse file tree 1 file changed +27
-27
lines changed
apps/portal/src/app/insight Expand file tree Collapse file tree 1 file changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -3,31 +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 : "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- ] ,
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+ ] ,
3333} ;
You can’t perform that action at this time.
0 commit comments