Skip to content

Commit 598d01e

Browse files
re-ran example app parser script to store new updates
1 parent ef78112 commit 598d01e

1 file changed

Lines changed: 32 additions & 5 deletions

File tree

examples/_parsed/passport-examples.json

Lines changed: 32 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"product": "Passport",
2222
"programming_language": "TypeScript",
23-
"sidebar_order": 2
23+
"sidebar_order": 3
2424
}
2525
},
2626
"login-with-nextjs": {
@@ -46,6 +46,33 @@
4646
],
4747
"product": "Passport",
4848
"programming_language": "TypeScript",
49+
"sidebar_order": 2
50+
}
51+
},
52+
"setup-with-nextjs": {
53+
"tutorial": "setup-with-nextjs.md",
54+
"metadata": {
55+
"title": "Setup",
56+
"description": "Demonstrates various Passport SDK initialization patterns and configurations",
57+
"keywords": [
58+
"Immutable",
59+
"SDK",
60+
"Passport",
61+
"Setup",
62+
"Configuration",
63+
"Authentication",
64+
"Next.js",
65+
"Overlays",
66+
"Scopes",
67+
"Silent Logout"
68+
],
69+
"tech_stack": [
70+
"Next.js",
71+
"TypeScript",
72+
"Biom3"
73+
],
74+
"product": "Passport",
75+
"programming_language": "TypeScript",
4976
"sidebar_order": 1
5077
}
5178
},
@@ -71,7 +98,7 @@
7198
],
7299
"product": "Passport",
73100
"programming_language": "TypeScript",
74-
"sidebar_order": 6
101+
"sidebar_order": 7
75102
}
76103
},
77104
"wallets-connect-with-nextjs": {
@@ -99,7 +126,7 @@
99126
],
100127
"product": "Passport",
101128
"programming_language": "TypeScript",
102-
"sidebar_order": 3
129+
"sidebar_order": 4
103130
}
104131
},
105132
"wallets-signing-with-nextjs": {
@@ -123,7 +150,7 @@
123150
],
124151
"product": "Passport",
125152
"programming_language": "TypeScript",
126-
"sidebar_order": 5
153+
"sidebar_order": 6
127154
}
128155
},
129156
"wallets-transactions-with-nextjs": {
@@ -146,7 +173,7 @@
146173
],
147174
"product": "Passport",
148175
"programming_language": "TypeScript",
149-
"sidebar_order": 4
176+
"sidebar_order": 5
150177
}
151178
}
152179
}

0 commit comments

Comments
 (0)