@knowcode/doc-builder 1.8.7 โ†’ 1.9.0

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.
Files changed (45) hide show
  1. package/.claude/settings.local.json +2 -1
  2. package/CHANGELOG.md +27 -0
  3. package/assets/css/notion-style.css +141 -0
  4. package/assets/js/main.js +76 -0
  5. package/html/README.html +10 -3
  6. package/html/css/notion-style.css +141 -0
  7. package/html/documentation-index.html +10 -3
  8. package/html/guides/authentication-default-change.html +10 -3
  9. package/html/guides/authentication-guide.html +10 -3
  10. package/html/guides/claude-workflow-guide.html +10 -3
  11. package/html/guides/documentation-standards.html +10 -3
  12. package/html/guides/phosphor-icons-guide.html +10 -3
  13. package/html/guides/private-directory-authentication.html +10 -3
  14. package/html/guides/public-site-deployment.html +10 -3
  15. package/html/guides/search-engine-verification-guide.html +10 -3
  16. package/html/guides/seo-guide.html +10 -3
  17. package/html/guides/seo-optimization-guide.html +10 -3
  18. package/html/guides/troubleshooting-guide.html +10 -3
  19. package/html/guides/windows-setup-guide.html +10 -3
  20. package/html/image-modal-test.html +305 -0
  21. package/html/index.html +10 -3
  22. package/html/js/main.js +76 -0
  23. package/html/private/cache-control-anti-pattern.html +10 -3
  24. package/html/private/launch/README.html +10 -3
  25. package/html/private/launch/auth-cleanup-summary.html +10 -3
  26. package/html/private/launch/bubble-plugin-specification.html +10 -3
  27. package/html/private/launch/go-to-market-strategy.html +10 -3
  28. package/html/private/launch/launch-announcements.html +10 -3
  29. package/html/private/launch/vercel-deployment-auth-setup.html +10 -3
  30. package/html/private/next-steps-walkthrough.html +11 -4
  31. package/html/private/supabase-auth-implementation-completed.html +10 -3
  32. package/html/private/supabase-auth-implementation-plan.html +10 -3
  33. package/html/private/supabase-auth-integration-plan.html +10 -3
  34. package/html/private/supabase-auth-setup-guide.html +10 -3
  35. package/html/private/test-private-doc.html +10 -3
  36. package/html/private/user-management-tooling.html +10 -3
  37. package/html/prompts/markdown-document-standards.html +409 -0
  38. package/html/sitemap.xml +56 -44
  39. package/html/vercel-cli-setup-guide.html +10 -3
  40. package/html/vercel-first-time-setup-guide.html +10 -3
  41. package/lib/core-builder.js +1 -0
  42. package/lib/emoji-mapper.js +13 -0
  43. package/package/assets/css/notion-style.css +432 -135
  44. package/package/assets/js/main.js +259 -25
  45. 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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
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-26T16:10:10.672Z</lastmod>
275
+ <lastmod>2025-07-27T08:30:10.848Z</lastmod>
264
276
  <changefreq>monthly</changefreq>
265
277
  <priority>0.8</priority>
266
278
  </url>
@@ -98,8 +98,8 @@
98
98
  "name": "Knowcode Ltd",
99
99
  "url": "https://knowcode.tech"
100
100
  },
101
- "datePublished": "2025-07-26T16:10:10.658Z",
102
- "dateModified": "2025-07-26T16:10:10.658Z",
101
+ "datePublished": "2025-07-27T08:30:10.838Z",
102
+ "dateModified": "2025-07-27T08:30:10.838Z",
103
103
  "mainEntityOfPage": {
104
104
  "@type": "WebPage",
105
105
  "@id": "https://doc-builder-delta.vercel.app/vercel-cli-setup-guide.html"
@@ -132,7 +132,7 @@
132
132
 
133
133
  <div class="header-actions">
134
134
  <div class="deployment-info">
135
- <span class="deployment-date" title="Built with doc-builder v1.8.6">Last updated: Jul 26, 2025, 04:10 PM UTC</span>
135
+ <span class="deployment-date" title="Built with doc-builder v1.9.0">Last updated: Jul 27, 2025, 08:30 AM UTC</span>
136
136
  </div>
137
137
 
138
138
 
@@ -187,6 +187,7 @@
187
187
  <div class="nav-content" >
188
188
  <a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="fas fa-file-alt"></i> Overview</a>
189
189
  <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>
190
+ <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
191
  <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
192
  <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
193
  <div class="nav-section" data-level="1">
@@ -230,6 +231,12 @@
230
231
  <a href="/private/launch/go-to-market-strategy.html" class="nav-item" data-tooltip="Go-to-Market Strategy &amp; Product Launch Plan."><i class="fas fa-file-alt"></i> Go To Market Strategy</a>
231
232
  <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
233
  <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>
234
+ <div class="nav-section" data-level="1">
235
+ <a class="nav-title collapsible" href="#" data-target="nav-prompts-1" >
236
+ <i class="fas fa-chevron-right collapse-icon"></i><i class="fas fa-folder"></i> Prompts
237
+ </a>
238
+ <div class="nav-content collapsed" id="nav-prompts-1">
239
+ <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
240
  </nav>
234
241
  <div class="resize-handle"></div>
235
242
  </aside>
@@ -98,8 +98,8 @@
98
98
  "name": "Knowcode Ltd",
99
99
  "url": "https://knowcode.tech"
100
100
  },
101
- "datePublished": "2025-07-26T16:10:10.659Z",
102
- "dateModified": "2025-07-26T16:10:10.659Z",
101
+ "datePublished": "2025-07-27T08:30:10.840Z",
102
+ "dateModified": "2025-07-27T08:30:10.840Z",
103
103
  "mainEntityOfPage": {
104
104
  "@type": "WebPage",
105
105
  "@id": "https://doc-builder-delta.vercel.app/vercel-first-time-setup-guide.html"
@@ -132,7 +132,7 @@
132
132
 
133
133
  <div class="header-actions">
134
134
  <div class="deployment-info">
135
- <span class="deployment-date" title="Built with doc-builder v1.8.6">Last updated: Jul 26, 2025, 04:10 PM UTC</span>
135
+ <span class="deployment-date" title="Built with doc-builder v1.9.0">Last updated: Jul 27, 2025, 08:30 AM UTC</span>
136
136
  </div>
137
137
 
138
138
 
@@ -187,6 +187,7 @@
187
187
  <div class="nav-content" >
188
188
  <a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="fas fa-file-alt"></i> Overview</a>
189
189
  <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>
190
+ <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
191
  <a href="/vercel-cli-setup-guide.html" class="nav-item" 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
192
  <a href="/vercel-first-time-setup-guide.html" class="nav-item active" 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
193
  <div class="nav-section" data-level="1">
@@ -230,6 +231,12 @@
230
231
  <a href="/private/launch/go-to-market-strategy.html" class="nav-item" data-tooltip="Go-to-Market Strategy &amp; Product Launch Plan."><i class="fas fa-file-alt"></i> Go To Market Strategy</a>
231
232
  <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
233
  <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>
234
+ <div class="nav-section" data-level="1">
235
+ <a class="nav-title collapsible" href="#" data-target="nav-prompts-1" >
236
+ <i class="fas fa-chevron-right collapse-icon"></i><i class="fas fa-folder"></i> Prompts
237
+ </a>
238
+ <div class="nav-content collapsed" id="nav-prompts-1">
239
+ <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
240
  </nav>
234
241
  <div class="resize-handle"></div>
235
242
  </aside>
@@ -682,6 +682,7 @@ function buildNavigationStructure(files, currentFile, config = {}) {
682
682
  if (otherRootFiles.length > 0) {
683
683
  // Find the closing </div></div> of the first nav-section (Documentation)
684
684
  const navSections = nav.split('<div class="nav-section"');
685
+
685
686
  if (navSections.length > 1) {
686
687
  // Find the end of the first section's content div
687
688
  const firstSection = navSections[1];
@@ -222,6 +222,19 @@ const emojiToPhosphor = {
222
222
  '๐Ÿณ๏ธ': '<i class="ph ph-flag" aria-label="flag"></i>',
223
223
  '๐Ÿด': '<i class="ph ph-flag" aria-label="flag"></i>',
224
224
  '๐Ÿดโ€โ˜ ๏ธ': '<i class="ph ph-skull" aria-label="danger"></i>',
225
+
226
+ // Additional Characters
227
+ '๐Ÿ“ก': '<i class="ph ph-broadcast" aria-label="broadcast"></i>',
228
+ '๐Ÿ•ต๏ธ': '<i class="ph ph-detective" aria-label="detective"></i>',
229
+ '๐Ÿช': '<i class="ph ph-storefront" aria-label="store"></i>',
230
+ '๐Ÿ—๏ธ': '<i class="ph ph-crane" aria-label="construction"></i>',
231
+ '๐Ÿ”€': '<i class="ph ph-shuffle" aria-label="shuffle"></i>',
232
+ '๐Ÿ’Ž': '<i class="ph ph-diamond" aria-label="diamond"></i>',
233
+ '๐Ÿค”': '<i class="ph ph-question" aria-label="thinking"></i>',
234
+ '๐Ÿงช': '<i class="ph ph-test-tube" aria-label="test"></i>',
235
+ '๐Ÿ‘‘': '<i class="ph ph-crown" aria-label="crown"></i>',
236
+ '๐Ÿ”ข': '<i class="ph ph-hash" aria-label="numbers"></i>',
237
+ '๐ŸŽ“': '<i class="ph ph-graduation-cap" aria-label="graduation"></i>',
225
238
  };
226
239
 
227
240
  /**