@knowcode/doc-builder 1.8.7 → 1.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/settings.local.json +2 -1
- package/CHANGELOG.md +27 -0
- package/README.md +2 -0
- package/assets/css/notion-style.css +141 -0
- package/assets/js/main.js +76 -0
- package/html/README.html +41 -149
- package/html/css/notion-style.css +13 -253
- package/html/documentation-index.html +24 -127
- package/html/guides/authentication-default-change.html +15 -130
- package/html/guides/authentication-guide.html +27 -141
- package/html/guides/claude-workflow-guide.html +30 -137
- package/html/guides/documentation-standards.html +19 -133
- package/html/guides/image-modal-guide.html +381 -0
- package/html/guides/phosphor-icons-guide.html +35 -150
- package/html/guides/private-directory-authentication.html +15 -130
- package/html/guides/public-site-deployment.html +15 -130
- package/html/guides/search-engine-verification-guide.html +15 -130
- package/html/guides/seo-guide.html +15 -130
- package/html/guides/seo-optimization-guide.html +46 -159
- package/html/guides/troubleshooting-guide.html +27 -141
- package/html/guides/windows-setup-guide.html +46 -161
- package/html/image-modal-test.html +189 -0
- package/html/index.html +41 -149
- package/html/js/auth.js +39 -118
- package/html/js/main.js +25 -183
- package/html/private/cache-control-anti-pattern.html +20 -135
- package/html/private/launch/README.html +23 -144
- package/html/private/launch/auth-cleanup-summary.html +32 -153
- package/html/private/launch/bubble-plugin-specification.html +15 -136
- package/html/private/launch/go-to-market-strategy.html +17 -138
- package/html/private/launch/launch-announcements.html +31 -151
- package/html/private/launch/vercel-deployment-auth-setup.html +17 -138
- package/html/private/next-steps-walkthrough.html +21 -136
- package/html/private/supabase-auth-implementation-completed.html +29 -143
- package/html/private/supabase-auth-implementation-plan.html +22 -136
- package/html/private/supabase-auth-integration-plan.html +29 -142
- package/html/private/supabase-auth-setup-guide.html +24 -139
- package/html/private/test-private-doc.html +15 -130
- package/html/private/user-management-tooling.html +15 -130
- package/html/prompts/markdown-document-standards.html +288 -0
- package/html/sitemap.xml +56 -44
- package/html/vercel-cli-setup-guide.html +19 -128
- package/html/vercel-first-time-setup-guide.html +16 -125
- package/lib/core-builder.js +1 -0
- package/lib/emoji-mapper.js +25 -0
- package/package/assets/css/notion-style.css +432 -135
- package/package/assets/js/main.js +259 -25
- package/package.json +1 -1
package/html/sitemap.xml
CHANGED
|
@@ -2,265 +2,277 @@
|
|
|
2
2
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
|
3
3
|
<url>
|
|
4
4
|
<loc>https://doc-builder-delta.vercel.app/404.html</loc>
|
|
5
|
-
<lastmod>2025-07-
|
|
5
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
6
6
|
<changefreq>monthly</changefreq>
|
|
7
7
|
<priority>0.6</priority>
|
|
8
8
|
</url>
|
|
9
9
|
<url>
|
|
10
10
|
<loc>https://doc-builder-delta.vercel.app/README.html</loc>
|
|
11
|
-
<lastmod>2025-07-
|
|
11
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
12
12
|
<changefreq>monthly</changefreq>
|
|
13
13
|
<priority>0.6</priority>
|
|
14
14
|
</url>
|
|
15
15
|
<url>
|
|
16
16
|
<loc>https://doc-builder-delta.vercel.app/claude-workflow-guide.html</loc>
|
|
17
|
-
<lastmod>2025-07-
|
|
17
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
18
18
|
<changefreq>monthly</changefreq>
|
|
19
19
|
<priority>0.8</priority>
|
|
20
20
|
</url>
|
|
21
21
|
<url>
|
|
22
22
|
<loc>https://doc-builder-delta.vercel.app/documentation-index.html</loc>
|
|
23
|
-
<lastmod>2025-07-
|
|
23
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
24
24
|
<changefreq>monthly</changefreq>
|
|
25
25
|
<priority>0.6</priority>
|
|
26
26
|
</url>
|
|
27
27
|
<url>
|
|
28
28
|
<loc>https://doc-builder-delta.vercel.app/guides/authentication-default-change.html</loc>
|
|
29
|
-
<lastmod>2025-07-
|
|
29
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
30
30
|
<changefreq>monthly</changefreq>
|
|
31
31
|
<priority>0.8</priority>
|
|
32
32
|
</url>
|
|
33
33
|
<url>
|
|
34
34
|
<loc>https://doc-builder-delta.vercel.app/guides/authentication-guide.html</loc>
|
|
35
|
-
<lastmod>2025-07-
|
|
35
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
36
36
|
<changefreq>monthly</changefreq>
|
|
37
37
|
<priority>0.8</priority>
|
|
38
38
|
</url>
|
|
39
39
|
<url>
|
|
40
40
|
<loc>https://doc-builder-delta.vercel.app/guides/cache-control-anti-pattern.html</loc>
|
|
41
|
-
<lastmod>2025-07-
|
|
41
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
42
42
|
<changefreq>monthly</changefreq>
|
|
43
43
|
<priority>0.8</priority>
|
|
44
44
|
</url>
|
|
45
45
|
<url>
|
|
46
46
|
<loc>https://doc-builder-delta.vercel.app/guides/claude-workflow-guide.html</loc>
|
|
47
|
-
<lastmod>2025-07-
|
|
47
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
48
48
|
<changefreq>monthly</changefreq>
|
|
49
49
|
<priority>0.8</priority>
|
|
50
50
|
</url>
|
|
51
51
|
<url>
|
|
52
52
|
<loc>https://doc-builder-delta.vercel.app/guides/document-standards.html</loc>
|
|
53
|
-
<lastmod>2025-07-
|
|
53
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
54
54
|
<changefreq>monthly</changefreq>
|
|
55
55
|
<priority>0.8</priority>
|
|
56
56
|
</url>
|
|
57
57
|
<url>
|
|
58
58
|
<loc>https://doc-builder-delta.vercel.app/guides/documentation-standards.html</loc>
|
|
59
|
-
<lastmod>2025-07-
|
|
59
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
60
60
|
<changefreq>monthly</changefreq>
|
|
61
61
|
<priority>0.8</priority>
|
|
62
62
|
</url>
|
|
63
63
|
<url>
|
|
64
64
|
<loc>https://doc-builder-delta.vercel.app/guides/next-steps-walkthrough.html</loc>
|
|
65
|
-
<lastmod>2025-07-
|
|
65
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
66
66
|
<changefreq>monthly</changefreq>
|
|
67
67
|
<priority>0.8</priority>
|
|
68
68
|
</url>
|
|
69
69
|
<url>
|
|
70
70
|
<loc>https://doc-builder-delta.vercel.app/guides/phosphor-icons-guide.html</loc>
|
|
71
|
-
<lastmod>2025-07-
|
|
71
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
72
72
|
<changefreq>monthly</changefreq>
|
|
73
73
|
<priority>0.8</priority>
|
|
74
74
|
</url>
|
|
75
75
|
<url>
|
|
76
76
|
<loc>https://doc-builder-delta.vercel.app/guides/private-directory-authentication.html</loc>
|
|
77
|
-
<lastmod>2025-07-
|
|
77
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
78
78
|
<changefreq>monthly</changefreq>
|
|
79
79
|
<priority>0.8</priority>
|
|
80
80
|
</url>
|
|
81
81
|
<url>
|
|
82
82
|
<loc>https://doc-builder-delta.vercel.app/guides/public-site-deployment.html</loc>
|
|
83
|
-
<lastmod>2025-07-
|
|
83
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
84
84
|
<changefreq>monthly</changefreq>
|
|
85
85
|
<priority>0.8</priority>
|
|
86
86
|
</url>
|
|
87
87
|
<url>
|
|
88
88
|
<loc>https://doc-builder-delta.vercel.app/guides/search-engine-verification-guide.html</loc>
|
|
89
|
-
<lastmod>2025-07-
|
|
89
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
90
90
|
<changefreq>monthly</changefreq>
|
|
91
91
|
<priority>0.8</priority>
|
|
92
92
|
</url>
|
|
93
93
|
<url>
|
|
94
94
|
<loc>https://doc-builder-delta.vercel.app/guides/seo-guide.html</loc>
|
|
95
|
-
<lastmod>2025-07-
|
|
95
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
96
96
|
<changefreq>monthly</changefreq>
|
|
97
97
|
<priority>0.8</priority>
|
|
98
98
|
</url>
|
|
99
99
|
<url>
|
|
100
100
|
<loc>https://doc-builder-delta.vercel.app/guides/seo-optimization-guide.html</loc>
|
|
101
|
-
<lastmod>2025-07-
|
|
101
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
102
102
|
<changefreq>monthly</changefreq>
|
|
103
103
|
<priority>0.8</priority>
|
|
104
104
|
</url>
|
|
105
105
|
<url>
|
|
106
106
|
<loc>https://doc-builder-delta.vercel.app/guides/supabase-auth-implementation-plan.html</loc>
|
|
107
|
-
<lastmod>2025-07-
|
|
107
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
108
108
|
<changefreq>monthly</changefreq>
|
|
109
109
|
<priority>0.8</priority>
|
|
110
110
|
</url>
|
|
111
111
|
<url>
|
|
112
112
|
<loc>https://doc-builder-delta.vercel.app/guides/supabase-auth-integration-plan.html</loc>
|
|
113
|
-
<lastmod>2025-07-
|
|
113
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
114
114
|
<changefreq>monthly</changefreq>
|
|
115
115
|
<priority>0.8</priority>
|
|
116
116
|
</url>
|
|
117
117
|
<url>
|
|
118
118
|
<loc>https://doc-builder-delta.vercel.app/guides/supabase-auth-setup-guide.html</loc>
|
|
119
|
-
<lastmod>2025-07-
|
|
119
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
120
120
|
<changefreq>monthly</changefreq>
|
|
121
121
|
<priority>0.8</priority>
|
|
122
122
|
</url>
|
|
123
123
|
<url>
|
|
124
124
|
<loc>https://doc-builder-delta.vercel.app/guides/troubleshooting-guide.html</loc>
|
|
125
|
-
<lastmod>2025-07-
|
|
125
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
126
126
|
<changefreq>monthly</changefreq>
|
|
127
127
|
<priority>0.8</priority>
|
|
128
128
|
</url>
|
|
129
129
|
<url>
|
|
130
130
|
<loc>https://doc-builder-delta.vercel.app/guides/vercel-deployment-auth-setup.html</loc>
|
|
131
|
-
<lastmod>2025-07-
|
|
131
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
132
132
|
<changefreq>monthly</changefreq>
|
|
133
133
|
<priority>0.8</priority>
|
|
134
134
|
</url>
|
|
135
135
|
<url>
|
|
136
136
|
<loc>https://doc-builder-delta.vercel.app/guides/windows-setup-guide.html</loc>
|
|
137
|
-
<lastmod>2025-07-
|
|
137
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
138
138
|
<changefreq>monthly</changefreq>
|
|
139
139
|
<priority>0.8</priority>
|
|
140
140
|
</url>
|
|
141
|
+
<url>
|
|
142
|
+
<loc>https://doc-builder-delta.vercel.app/image-modal-test.html</loc>
|
|
143
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
144
|
+
<changefreq>monthly</changefreq>
|
|
145
|
+
<priority>0.6</priority>
|
|
146
|
+
</url>
|
|
141
147
|
<url>
|
|
142
148
|
<loc>https://doc-builder-delta.vercel.app/index.html</loc>
|
|
143
|
-
<lastmod>2025-07-
|
|
149
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
144
150
|
<changefreq>weekly</changefreq>
|
|
145
151
|
<priority>1.0</priority>
|
|
146
152
|
</url>
|
|
147
153
|
<url>
|
|
148
154
|
<loc>https://doc-builder-delta.vercel.app/launch/README.html</loc>
|
|
149
|
-
<lastmod>2025-07-
|
|
155
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
150
156
|
<changefreq>monthly</changefreq>
|
|
151
157
|
<priority>0.6</priority>
|
|
152
158
|
</url>
|
|
153
159
|
<url>
|
|
154
160
|
<loc>https://doc-builder-delta.vercel.app/launch/bubble-plugin-specification.html</loc>
|
|
155
|
-
<lastmod>2025-07-
|
|
161
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
156
162
|
<changefreq>monthly</changefreq>
|
|
157
163
|
<priority>0.6</priority>
|
|
158
164
|
</url>
|
|
159
165
|
<url>
|
|
160
166
|
<loc>https://doc-builder-delta.vercel.app/launch/go-to-market-strategy.html</loc>
|
|
161
|
-
<lastmod>2025-07-
|
|
167
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
162
168
|
<changefreq>monthly</changefreq>
|
|
163
169
|
<priority>0.6</priority>
|
|
164
170
|
</url>
|
|
165
171
|
<url>
|
|
166
172
|
<loc>https://doc-builder-delta.vercel.app/launch/launch-announcements.html</loc>
|
|
167
|
-
<lastmod>2025-07-
|
|
173
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
168
174
|
<changefreq>monthly</changefreq>
|
|
169
175
|
<priority>0.6</priority>
|
|
170
176
|
</url>
|
|
171
177
|
<url>
|
|
172
178
|
<loc>https://doc-builder-delta.vercel.app/private/cache-control-anti-pattern.html</loc>
|
|
173
|
-
<lastmod>2025-07-
|
|
179
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
174
180
|
<changefreq>monthly</changefreq>
|
|
175
181
|
<priority>0.6</priority>
|
|
176
182
|
</url>
|
|
177
183
|
<url>
|
|
178
184
|
<loc>https://doc-builder-delta.vercel.app/private/launch/README.html</loc>
|
|
179
|
-
<lastmod>2025-07-
|
|
185
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
180
186
|
<changefreq>monthly</changefreq>
|
|
181
187
|
<priority>0.6</priority>
|
|
182
188
|
</url>
|
|
183
189
|
<url>
|
|
184
190
|
<loc>https://doc-builder-delta.vercel.app/private/launch/auth-cleanup-summary.html</loc>
|
|
185
|
-
<lastmod>2025-07-
|
|
191
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
186
192
|
<changefreq>monthly</changefreq>
|
|
187
193
|
<priority>0.6</priority>
|
|
188
194
|
</url>
|
|
189
195
|
<url>
|
|
190
196
|
<loc>https://doc-builder-delta.vercel.app/private/launch/bubble-plugin-specification.html</loc>
|
|
191
|
-
<lastmod>2025-07-
|
|
197
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
192
198
|
<changefreq>monthly</changefreq>
|
|
193
199
|
<priority>0.6</priority>
|
|
194
200
|
</url>
|
|
195
201
|
<url>
|
|
196
202
|
<loc>https://doc-builder-delta.vercel.app/private/launch/go-to-market-strategy.html</loc>
|
|
197
|
-
<lastmod>2025-07-
|
|
203
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
198
204
|
<changefreq>monthly</changefreq>
|
|
199
205
|
<priority>0.6</priority>
|
|
200
206
|
</url>
|
|
201
207
|
<url>
|
|
202
208
|
<loc>https://doc-builder-delta.vercel.app/private/launch/launch-announcements.html</loc>
|
|
203
|
-
<lastmod>2025-07-
|
|
209
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
204
210
|
<changefreq>monthly</changefreq>
|
|
205
211
|
<priority>0.6</priority>
|
|
206
212
|
</url>
|
|
207
213
|
<url>
|
|
208
214
|
<loc>https://doc-builder-delta.vercel.app/private/launch/vercel-deployment-auth-setup.html</loc>
|
|
209
|
-
<lastmod>2025-07-
|
|
215
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
210
216
|
<changefreq>monthly</changefreq>
|
|
211
217
|
<priority>0.6</priority>
|
|
212
218
|
</url>
|
|
213
219
|
<url>
|
|
214
220
|
<loc>https://doc-builder-delta.vercel.app/private/next-steps-walkthrough.html</loc>
|
|
215
|
-
<lastmod>2025-07-
|
|
221
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
216
222
|
<changefreq>monthly</changefreq>
|
|
217
223
|
<priority>0.6</priority>
|
|
218
224
|
</url>
|
|
219
225
|
<url>
|
|
220
226
|
<loc>https://doc-builder-delta.vercel.app/private/supabase-auth-implementation-completed.html</loc>
|
|
221
|
-
<lastmod>2025-07-
|
|
227
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
222
228
|
<changefreq>monthly</changefreq>
|
|
223
229
|
<priority>0.6</priority>
|
|
224
230
|
</url>
|
|
225
231
|
<url>
|
|
226
232
|
<loc>https://doc-builder-delta.vercel.app/private/supabase-auth-implementation-plan.html</loc>
|
|
227
|
-
<lastmod>2025-07-
|
|
233
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
228
234
|
<changefreq>monthly</changefreq>
|
|
229
235
|
<priority>0.6</priority>
|
|
230
236
|
</url>
|
|
231
237
|
<url>
|
|
232
238
|
<loc>https://doc-builder-delta.vercel.app/private/supabase-auth-integration-plan.html</loc>
|
|
233
|
-
<lastmod>2025-07-
|
|
239
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
234
240
|
<changefreq>monthly</changefreq>
|
|
235
241
|
<priority>0.6</priority>
|
|
236
242
|
</url>
|
|
237
243
|
<url>
|
|
238
244
|
<loc>https://doc-builder-delta.vercel.app/private/supabase-auth-setup-guide.html</loc>
|
|
239
|
-
<lastmod>2025-07-
|
|
245
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
240
246
|
<changefreq>monthly</changefreq>
|
|
241
247
|
<priority>0.8</priority>
|
|
242
248
|
</url>
|
|
243
249
|
<url>
|
|
244
250
|
<loc>https://doc-builder-delta.vercel.app/private/test-private-doc.html</loc>
|
|
245
|
-
<lastmod>2025-07-
|
|
251
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
246
252
|
<changefreq>monthly</changefreq>
|
|
247
253
|
<priority>0.6</priority>
|
|
248
254
|
</url>
|
|
249
255
|
<url>
|
|
250
256
|
<loc>https://doc-builder-delta.vercel.app/private/user-management-tooling.html</loc>
|
|
251
|
-
<lastmod>2025-07-
|
|
257
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
258
|
+
<changefreq>monthly</changefreq>
|
|
259
|
+
<priority>0.6</priority>
|
|
260
|
+
</url>
|
|
261
|
+
<url>
|
|
262
|
+
<loc>https://doc-builder-delta.vercel.app/prompts/markdown-document-standards.html</loc>
|
|
263
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
252
264
|
<changefreq>monthly</changefreq>
|
|
253
265
|
<priority>0.6</priority>
|
|
254
266
|
</url>
|
|
255
267
|
<url>
|
|
256
268
|
<loc>https://doc-builder-delta.vercel.app/vercel-cli-setup-guide.html</loc>
|
|
257
|
-
<lastmod>2025-07-
|
|
269
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
258
270
|
<changefreq>monthly</changefreq>
|
|
259
271
|
<priority>0.8</priority>
|
|
260
272
|
</url>
|
|
261
273
|
<url>
|
|
262
274
|
<loc>https://doc-builder-delta.vercel.app/vercel-first-time-setup-guide.html</loc>
|
|
263
|
-
<lastmod>2025-07-
|
|
275
|
+
<lastmod>2025-07-27T08:30:10.848Z</lastmod>
|
|
264
276
|
<changefreq>monthly</changefreq>
|
|
265
277
|
<priority>0.8</priority>
|
|
266
278
|
</url>
|
|
@@ -3,41 +3,14 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
-
<meta name="description" content="
|
|
7
|
-
<title>Vercel CLI Setup Guide
|
|
8
|
-
|
|
9
|
-
<meta name="author" content="Lindsay Smith">
|
|
10
|
-
<meta name="keywords" content="documentation, markdown, static site generator, vercel, notion-style, cli, https">
|
|
11
|
-
<meta name="robots" content="index, follow">
|
|
12
|
-
<link rel="canonical" href="https://doc-builder-delta.vercel.app/vercel-cli-setup-guide.html">
|
|
13
|
-
|
|
14
|
-
<!-- Open Graph / Facebook -->
|
|
15
|
-
<meta property="og:type" content="article">
|
|
16
|
-
<meta property="og:url" content="https://doc-builder-delta.vercel.app/vercel-cli-setup-guide.html">
|
|
17
|
-
<meta property="og:title" content="Vercel CLI Setup Guide | @knowcode/doc-builder">
|
|
18
|
-
<meta property="og:description" content="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems. While `@knowcode/doc-builder` handles most...">
|
|
19
|
-
<meta property="og:image" content="https://doc-builder-delta.vercel.app/og-default.png">
|
|
20
|
-
<meta property="og:site_name" content="@knowcode/doc-builder">
|
|
21
|
-
<meta property="og:locale" content="en_US">
|
|
22
|
-
|
|
23
|
-
<!-- Twitter Card -->
|
|
24
|
-
<meta name="twitter:card" content="summary_large_image">
|
|
25
|
-
<meta name="twitter:site" content="@planbbackups">
|
|
26
|
-
<meta name="twitter:creator" content="@planbbackups">
|
|
27
|
-
<meta name="twitter:title" content="Vercel CLI Setup Guide | @knowcode/doc-builder">
|
|
28
|
-
<meta name="twitter:description" content="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems. While `@knowcode/doc-builder` handles most...">
|
|
29
|
-
<meta name="twitter:image" content="https://doc-builder-delta.vercel.app/og-default.png">
|
|
30
|
-
|
|
31
|
-
<!-- Custom Meta Tags -->
|
|
32
|
-
<meta name="google-site-verification" content="FtzcDTf5BQ9K5EfnGazQkgU2U4FiN3ITzM7gHwqUAqQ">
|
|
33
|
-
<meta name="msvalidate.01" content="B2D8C4C12C530D47AA962B24CAA09630">
|
|
6
|
+
<meta name="description" content="Beautiful documentation with the least effort possible">
|
|
7
|
+
<title>Vercel CLI Setup Guide - @knowcode/doc-builder</title>
|
|
34
8
|
|
|
35
9
|
<!-- Fonts -->
|
|
36
10
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
|
|
37
11
|
|
|
38
12
|
<!-- Icons -->
|
|
39
13
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
|
|
40
|
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/regular/style.css">
|
|
41
14
|
|
|
42
15
|
<!-- Mermaid -->
|
|
43
16
|
<script src="https://cdn.jsdelivr.net/npm/mermaid@10.6.1/dist/mermaid.min.js"></script>
|
|
@@ -45,84 +18,8 @@
|
|
|
45
18
|
<!-- Styles -->
|
|
46
19
|
<link rel="stylesheet" href="/css/notion-style.css">
|
|
47
20
|
|
|
48
|
-
|
|
49
|
-
<!-- Hide content until auth check -->
|
|
50
|
-
<style>
|
|
51
|
-
body {
|
|
52
|
-
visibility: hidden;
|
|
53
|
-
opacity: 0;
|
|
54
|
-
transition: opacity 0.3s ease;
|
|
55
|
-
}
|
|
56
|
-
body.authenticated {
|
|
57
|
-
visibility: visible;
|
|
58
|
-
opacity: 1;
|
|
59
|
-
}
|
|
60
|
-
/* Show login/logout pages immediately */
|
|
61
|
-
body.auth-page {
|
|
62
|
-
visibility: visible;
|
|
63
|
-
opacity: 1;
|
|
64
|
-
}
|
|
65
|
-
/* Style auth button consistently */
|
|
66
|
-
.auth-btn {
|
|
67
|
-
background: none;
|
|
68
|
-
border: none;
|
|
69
|
-
color: var(--text-secondary);
|
|
70
|
-
cursor: pointer;
|
|
71
|
-
padding: 0.5rem;
|
|
72
|
-
border-radius: 0.5rem;
|
|
73
|
-
transition: all 0.2s;
|
|
74
|
-
font-size: 1.1rem;
|
|
75
|
-
}
|
|
76
|
-
.auth-btn:hover {
|
|
77
|
-
background: var(--bg-secondary);
|
|
78
|
-
color: var(--text-primary);
|
|
79
|
-
}
|
|
80
|
-
</style>
|
|
81
|
-
|
|
82
|
-
|
|
83
21
|
<!-- Favicon -->
|
|
84
|
-
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22
|
|
85
|
-
|
|
86
|
-
<script type="application/ld+json">
|
|
87
|
-
{
|
|
88
|
-
"@context": "https://schema.org",
|
|
89
|
-
"@type": "TechArticle",
|
|
90
|
-
"headline": "Vercel CLI Setup Guide",
|
|
91
|
-
"description": "This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems. While `@knowcode/doc-builder` handles most...",
|
|
92
|
-
"author": {
|
|
93
|
-
"@type": "Person",
|
|
94
|
-
"name": "Lindsay Smith"
|
|
95
|
-
},
|
|
96
|
-
"publisher": {
|
|
97
|
-
"@type": "Organization",
|
|
98
|
-
"name": "Knowcode Ltd",
|
|
99
|
-
"url": "https://knowcode.tech"
|
|
100
|
-
},
|
|
101
|
-
"datePublished": "2025-07-26T16:10:10.658Z",
|
|
102
|
-
"dateModified": "2025-07-26T16:10:10.658Z",
|
|
103
|
-
"mainEntityOfPage": {
|
|
104
|
-
"@type": "WebPage",
|
|
105
|
-
"@id": "https://doc-builder-delta.vercel.app/vercel-cli-setup-guide.html"
|
|
106
|
-
},
|
|
107
|
-
"breadcrumb": {
|
|
108
|
-
"@type": "BreadcrumbList",
|
|
109
|
-
"itemListElement": [
|
|
110
|
-
{
|
|
111
|
-
"@type": "ListItem",
|
|
112
|
-
"position": 1,
|
|
113
|
-
"name": "@knowcode/doc-builder",
|
|
114
|
-
"item": "https://doc-builder-delta.vercel.app"
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
"@type": "ListItem",
|
|
118
|
-
"position": 2,
|
|
119
|
-
"name": "Vercel Cli Setup Guide",
|
|
120
|
-
"item": "https://doc-builder-delta.vercel.app/vercel-cli-setup-guide.html"
|
|
121
|
-
}
|
|
122
|
-
]
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
</script>
|
|
22
|
+
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📚</text></svg>">
|
|
126
23
|
</head>
|
|
127
24
|
<body>
|
|
128
25
|
<!-- Header -->
|
|
@@ -132,14 +29,10 @@
|
|
|
132
29
|
|
|
133
30
|
<div class="header-actions">
|
|
134
31
|
<div class="deployment-info">
|
|
135
|
-
<span class="deployment-date" title="Built with doc-builder v1.
|
|
32
|
+
<span class="deployment-date" title="Built with doc-builder v1.4.21">Last updated: Jul 27, 2025, 08:32 AM UTC</span>
|
|
136
33
|
</div>
|
|
137
34
|
|
|
138
35
|
|
|
139
|
-
<a href="../login.html" class="auth-btn" title="Login/Logout">
|
|
140
|
-
<i class="fas fa-sign-in-alt"></i>
|
|
141
|
-
</a>
|
|
142
|
-
|
|
143
36
|
|
|
144
37
|
<button id="theme-toggle" class="theme-toggle" aria-label="Toggle theme">
|
|
145
38
|
<i class="fas fa-moon"></i>
|
|
@@ -181,12 +74,13 @@
|
|
|
181
74
|
<nav class="navigation">
|
|
182
75
|
|
|
183
76
|
<div class="nav-section" data-level="0">
|
|
184
|
-
<a class="nav-title" href="/README.html" >
|
|
77
|
+
<a class="nav-title expanded" href="/README.html" >
|
|
185
78
|
<i class="fas fa-home"></i> Documentation
|
|
186
79
|
</a>
|
|
187
80
|
<div class="nav-content" >
|
|
188
81
|
<a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="fas fa-file-alt"></i> Overview</a>
|
|
189
82
|
<a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="fas fa-file-alt"></i> Documentation Index</a>
|
|
83
|
+
<a href="/image-modal-test.html" class="nav-item" data-tooltip="This document tests the new image modal functionality in doc-builder."><i class="fas fa-file-alt"></i> Image Modal Test</a>
|
|
190
84
|
<a href="/vercel-cli-setup-guide.html" class="nav-item active" data-tooltip="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems."><i class="fas fa-file-alt"></i> Vercel Cli Setup Guide</a>
|
|
191
85
|
<a href="/vercel-first-time-setup-guide.html" class="nav-item" data-tooltip="This guide walks you through the Vercel deployment process when using ."><i class="fas fa-file-alt"></i> Vercel First Time Setup Guide</a></div></div>
|
|
192
86
|
<div class="nav-section" data-level="1">
|
|
@@ -198,6 +92,7 @@
|
|
|
198
92
|
<a href="/guides/authentication-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder supports enterprise-grade authentication through Supabase - a secure, scalable authentication platform."><i class="fas fa-file-alt"></i> Authentication Guide</a>
|
|
199
93
|
<a href="/guides/claude-workflow-guide.html" class="nav-item" data-tooltip="This guide demonstrates an efficient workflow for using Claude Code with a refined CLAUDE.md file to create high-quality documentation and deploy it..."><i class="fas fa-file-alt"></i> Claude Workflow Guide</a>
|
|
200
94
|
<a href="/guides/documentation-standards.html" class="nav-item" data-tooltip="This document defines the documentation standards and conventions for the @knowcode/doc-builder project."><i class="fas fa-file-alt"></i> Documentation Standards</a>
|
|
95
|
+
<a href="/guides/image-modal-guide.html" class="nav-item" data-tooltip="When users click on any image in your generated documentation, it opens in a professional modal overlay with: Full-screen viewing experience Smooth..."><i class="fas fa-file-alt"></i> Image Modal Guide</a>
|
|
201
96
|
<a href="/guides/phosphor-icons-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder automatically converts Unicode emojis in your markdown files to beautiful Phosphor icons in the generated HTML."><i class="fas fa-file-alt"></i> Phosphor Icons Guide</a>
|
|
202
97
|
<a href="/guides/private-directory-authentication.html" class="nav-item" data-tooltip="The @knowcode/doc-builder provides flexible authentication options to protect your documentation."><i class="fas fa-file-alt"></i> Private Directory Authentication</a>
|
|
203
98
|
<a href="/guides/public-site-deployment.html" class="nav-item" data-tooltip="The @knowcode/doc-builder now supports deploying public documentation sites without authentication."><i class="fas fa-file-alt"></i> Public Site Deployment</a>
|
|
@@ -206,7 +101,7 @@
|
|
|
206
101
|
<a href="/guides/seo-optimization-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features that automatically optimize your documentation for search..."><i class="fas fa-file-alt"></i> Seo Optimization Guide</a>
|
|
207
102
|
<a href="/guides/troubleshooting-guide.html" class="nav-item" data-tooltip="This guide helps you resolve common issues when using @knowcode/doc-builder."><i class="fas fa-file-alt"></i> Troubleshooting Guide</a>
|
|
208
103
|
<a href="/guides/windows-setup-guide.html" class="nav-item" data-tooltip="This guide helps Windows users set up the complete AI-powered documentation workflow using Claude Code, @knowcode/doc-builder, and Vercel."><i class="fas fa-file-alt"></i> Windows Setup Guide</a></div></div>
|
|
209
|
-
<div class="nav-section
|
|
104
|
+
<div class="nav-section" data-level="1">
|
|
210
105
|
<a class="nav-title collapsible" href="#" data-target="nav-private-1" >
|
|
211
106
|
<i class="fas fa-chevron-right collapse-icon"></i><i class="fas fa-folder"></i> Private
|
|
212
107
|
</a>
|
|
@@ -219,7 +114,7 @@
|
|
|
219
114
|
<a href="/private/supabase-auth-setup-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder supports enterprise-grade authentication through Supabase."><i class="fas fa-file-alt"></i> Supabase Auth Setup Guide</a>
|
|
220
115
|
<a href="/private/test-private-doc.html" class="nav-item" data-tooltip="Test Private Document."><i class="fas fa-file-alt"></i> Test Private Doc</a>
|
|
221
116
|
<a href="/private/user-management-tooling.html" class="nav-item" data-tooltip="The user management system is a set of tools designed to manage user access to Supabase-authenticated documentation sites built with."><i class="fas fa-file-alt"></i> User Management Tooling</a></div></div>
|
|
222
|
-
<div class="nav-section
|
|
117
|
+
<div class="nav-section" data-level="2">
|
|
223
118
|
<a class="nav-title collapsible" href="/private/launch/README.html" data-target="nav-private-launch-2" >
|
|
224
119
|
<i class="fas fa-chevron-right collapse-icon"></i><i class="fas fa-folder"></i> Launch
|
|
225
120
|
</a>
|
|
@@ -230,6 +125,12 @@
|
|
|
230
125
|
<a href="/private/launch/go-to-market-strategy.html" class="nav-item" data-tooltip="Go-to-Market Strategy & Product Launch Plan."><i class="fas fa-file-alt"></i> Go To Market Strategy</a>
|
|
231
126
|
<a href="/private/launch/launch-announcements.html" class="nav-item" data-tooltip="This document contains ready-to-use announcement templates for launching @knowcode/doc-builder across various platforms and channels."><i class="fas fa-file-alt"></i> Launch Announcements</a>
|
|
232
127
|
<a href="/private/launch/vercel-deployment-auth-setup.html" class="nav-item" data-tooltip="Vercel Deployment Authentication Setup Guide."><i class="fas fa-file-alt"></i> Vercel Deployment Auth Setup</a></div></div>
|
|
128
|
+
<div class="nav-section" data-level="1">
|
|
129
|
+
<a class="nav-title collapsible" href="#" data-target="nav-prompts-1" >
|
|
130
|
+
<i class="fas fa-chevron-right collapse-icon"></i><i class="fas fa-folder"></i> Prompts
|
|
131
|
+
</a>
|
|
132
|
+
<div class="nav-content collapsed" id="nav-prompts-1">
|
|
133
|
+
<a href="/prompts/markdown-document-standards.html" class="nav-item" data-tooltip="Detailed introduction to the topic..."><i class="fas fa-file-alt"></i> Markdown Document Standards</a></div></div>
|
|
233
134
|
</nav>
|
|
234
135
|
<div class="resize-handle"></div>
|
|
235
136
|
</aside>
|
|
@@ -242,9 +143,9 @@
|
|
|
242
143
|
<p>This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems. While <code>@knowcode/doc-builder</code> handles most deployment complexity for you, understanding Vercel CLI installation and advanced features can be helpful for power users.</p>
|
|
243
144
|
<h2>Prerequisites</h2>
|
|
244
145
|
<ul>
|
|
245
|
-
<li><strong>Node.js</strong>: Version 14.x or higher
|
|
246
|
-
<li><strong>npm</strong> or <strong>yarn</strong>: Package manager
|
|
247
|
-
<li><strong>Git</strong>: For version control (optional but recommended)
|
|
146
|
+
<li><strong>Node.js</strong>: Version 14.x or higher ✅</li>
|
|
147
|
+
<li><strong>npm</strong> or <strong>yarn</strong>: Package manager ✅</li>
|
|
148
|
+
<li><strong>Git</strong>: For version control (optional but recommended) ✅</li>
|
|
248
149
|
</ul>
|
|
249
150
|
<h2>Installation Methods</h2>
|
|
250
151
|
<h3>Method 1: npm (Recommended)</h3>
|
|
@@ -459,17 +360,7 @@ vercel --scope team-name
|
|
|
459
360
|
</div>
|
|
460
361
|
|
|
461
362
|
<!-- Scripts -->
|
|
462
|
-
<script>
|
|
463
|
-
// Pass configuration to frontend
|
|
464
|
-
window.docBuilderConfig = {
|
|
465
|
-
features: {
|
|
466
|
-
showPdfDownload: true,
|
|
467
|
-
menuDefaultOpen: false
|
|
468
|
-
}
|
|
469
|
-
};
|
|
470
|
-
</script>
|
|
471
363
|
<script src="/js/main.js"></script>
|
|
472
|
-
|
|
473
|
-
<script src="/js/auth.js"></script>
|
|
364
|
+
|
|
474
365
|
</body>
|
|
475
366
|
</html>
|