@knowcode/doc-builder 1.9.10 → 1.9.12

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 (49) hide show
  1. package/README.md +54 -9
  2. package/doc-builder.config.js +1 -1
  3. package/doc-builder.config.js.backup.1753945707032 +115 -0
  4. package/html/README.html +39 -28
  5. package/html/auth.js +17 -7
  6. package/html/documentation-index.html +14 -5
  7. package/html/guides/authentication-default-change.html +7 -3
  8. package/html/guides/authentication-guide.html +35 -15
  9. package/html/guides/claude-workflow-guide.html +14 -10
  10. package/html/guides/configuration-guide.html +443 -0
  11. package/html/guides/documentation-standards.html +11 -7
  12. package/html/guides/html-embedding-guide.html +17 -13
  13. package/html/guides/image-modal-guide.html +9 -5
  14. package/html/guides/phosphor-icons-guide.html +27 -23
  15. package/html/guides/private-directory-authentication-troubleshooting.html +21 -17
  16. package/html/guides/private-directory-authentication.html +7 -3
  17. package/html/guides/public-site-deployment.html +7 -3
  18. package/html/guides/search-engine-verification-guide.html +7 -3
  19. package/html/guides/seo-guide.html +7 -3
  20. package/html/guides/seo-optimization-guide.html +35 -31
  21. package/html/guides/supabase-authentication-complete-guide.html +860 -0
  22. package/html/guides/troubleshooting-guide.html +18 -14
  23. package/html/guides/windows-setup-guide.html +38 -34
  24. package/html/image-modal-test.html +7 -3
  25. package/html/index.html +39 -28
  26. package/html/js/auth.js +17 -7
  27. package/html/private/cache-control-anti-pattern.html +12 -8
  28. package/html/private/launch/README.html +15 -11
  29. package/html/private/launch/auth-cleanup-summary.html +24 -20
  30. package/html/private/launch/bubble-plugin-specification.html +7 -3
  31. package/html/private/launch/go-to-market-strategy.html +9 -5
  32. package/html/private/launch/launch-announcements.html +23 -19
  33. package/html/private/launch/vercel-deployment-auth-setup.html +9 -5
  34. package/html/private/next-steps-walkthrough.html +14 -10
  35. package/html/private/supabase-auth-implementation-completed.html +20 -16
  36. package/html/private/supabase-auth-implementation-plan.html +13 -9
  37. package/html/private/supabase-auth-integration-plan.html +19 -15
  38. package/html/private/supabase-auth-setup-guide.html +16 -12
  39. package/html/private/test-private-doc.html +7 -3
  40. package/html/private/user-management-tooling.html +7 -3
  41. package/html/prompts/beautiful-documentation-design.html +778 -0
  42. package/html/prompts/markdown-document-standards.html +11 -7
  43. package/html/sitemap.xml +69 -51
  44. package/html/vercel-cli-setup-guide.html +10 -6
  45. package/html/vercel-first-time-setup-guide.html +7 -3
  46. package/lib/core-builder.js +27 -8
  47. package/lib/emoji-mapper.js +3 -0
  48. package/lib/seo.js +2 -0
  49. package/package.json +1 -1
@@ -6,6 +6,7 @@
6
6
  <meta name="description" content="Use this prompt when creating or updating documentation for doc-builder projects to ensure consistency and quality.">
7
7
  <title>Markdown Document Standards Prompt | @knowcode/doc-builder</title>
8
8
 
9
+ <meta name="generator" content="@knowcode/doc-builder by Knowcode Ltd">
9
10
  <meta name="author" content="Lindsay Smith">
10
11
  <meta name="keywords" content="documentation, markdown, static site generator, vercel, notion-style, use, when">
11
12
  <meta name="robots" content="index, follow">
@@ -98,8 +99,8 @@
98
99
  "name": "Knowcode Ltd",
99
100
  "url": "https://knowcode.tech"
100
101
  },
101
- "datePublished": "2025-07-29T09:30:31.381Z",
102
- "dateModified": "2025-07-29T09:30:31.381Z",
102
+ "datePublished": "2025-07-31T07:08:27.427Z",
103
+ "dateModified": "2025-07-31T07:08:27.427Z",
103
104
  "mainEntityOfPage": {
104
105
  "@type": "WebPage",
105
106
  "@id": "https://doc-builder-delta.vercel.app/prompts/markdown-document-standards.html"
@@ -138,7 +139,7 @@
138
139
 
139
140
  <div class="header-actions">
140
141
  <div class="deployment-info">
141
- <span class="deployment-date" title="Built with doc-builder v1.9.5">Last updated: Jul 29, 2025, 09:30 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.11">Last updated: Jul 31, 2025, 07:08 AM UTC</span>
142
143
  </div>
143
144
 
144
145
 
@@ -204,6 +205,7 @@
204
205
  <a href="/guides/authentication-default-change.html" class="nav-item" data-tooltip="Starting from version 1.7.4, @knowcode/doc-builder now defaults to no authentication for all documentation sites."><i class="ph ph-file-text"></i> Authentication Default Change</a>
205
206
  <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="ph ph-check-circle" style="color: #059669;"></i> Authentication Guide</a>
206
207
  <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="ph ph-pencil-simple" style="color: #d97706;"></i> Claude Workflow Guide</a>
208
+ <a href="/guides/configuration-guide.html" class="nav-item" data-tooltip="This guide explains how @knowcode/doc-builder handles configuration files and settings."><i class="ph ph-check-circle" style="color: #059669;"></i> Configuration Guide</a>
207
209
  <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="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Standards</a>
208
210
  <a href="/guides/html-embedding-guide.html" class="nav-item" data-tooltip="Starting from version 1.9.2, doc-builder treats HTML files ( and ) as attachments that are automatically copied to your output directory during the..."><i class="ph ph-check-circle" style="color: #059669;"></i> Html Embedding Guide</a>
209
211
  <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="ph ph-check-circle" style="color: #059669;"></i> Image Modal Guide</a>
@@ -214,6 +216,7 @@
214
216
  <a href="/guides/search-engine-verification-guide.html" class="nav-item" data-tooltip="Search engine verification provides access to powerful webmaster tools:."><i class="ph ph-check-circle" style="color: #059669;"></i> Search Engine Verification Guide</a>
215
217
  <a href="/guides/seo-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features to help your documentation rank better in search results and..."><i class="ph ph-check-circle" style="color: #059669;"></i> Seo Guide</a>
216
218
  <a href="/guides/seo-optimization-guide.html" class="nav-item" data-tooltip="Comprehensive guide to optimizing documentation for search engines. Learn SEO best practices, use built-in features, and improve your rankings."><i class="ph ph-check-circle" style="color: #059669;"></i> Seo Optimization Guide</a>
219
+ <a href="/guides/supabase-authentication-complete-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes built-in Supabase authentication that provides enterprise-grade security with zero configuration."><i class="ph ph-check-circle" style="color: #059669;"></i> Supabase Authentication Complete Guide</a>
217
220
  <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="ph ph-check-circle" style="color: #059669;"></i> Troubleshooting Guide</a>
218
221
  <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="ph ph-check-circle" style="color: #059669;"></i> Windows Setup Guide</a></div></div>
219
222
  <div class="nav-section private-nav" data-level="1">
@@ -245,6 +248,7 @@
245
248
  <i class="ph ph-caret-right collapse-icon"></i><i class="ph ph-chat-circle-dots"></i> Prompts
246
249
  </a>
247
250
  <div class="nav-content" id="nav-prompts-1">
251
+ <a href="/prompts/beautiful-documentation-design.html" class="nav-item" data-tooltip="🎨 Beautiful Documentation Design Guide."><i class="ph ph-check-circle" style="color: #059669;"></i> Beautiful Documentation Design</a>
248
252
  <a href="/prompts/markdown-document-standards.html" class="nav-item active" data-tooltip="Detailed introduction to the topic..."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Markdown Document Standards</a></div></div>
249
253
  </nav>
250
254
  <div class="resize-handle"></div>
@@ -304,10 +308,10 @@ Summary of key points...
304
308
  </code></pre>
305
309
  <p><strong>Good Alt Text Examples:</strong></p>
306
310
  <ul>
307
- <li><i class="ph ph-check-circle" aria-label="checked"></i> <code>![Vercel deployment settings page showing environment variables section](images/vercel-env-setup.png)</code></li>
308
- <li><i class="ph ph-check-circle" aria-label="checked"></i> <code>![Flow diagram illustrating the authentication process from login to dashboard](images/auth-flow.png)</code></li>
309
- <li><i class="ph ph-x-circle" aria-label="error"></i> <code>![Screenshot](img1.png)</code></li>
310
- <li><i class="ph ph-x-circle" aria-label="error"></i> <code>![Image](screenshot.png)</code></li>
311
+ <li><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> <code>![Vercel deployment settings page showing environment variables section](images/vercel-env-setup.png)</code></li>
312
+ <li><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> <code>![Flow diagram illustrating the authentication process from login to dashboard](images/auth-flow.png)</code></li>
313
+ <li><i style="font-size: 1.2em" class="ph ph-x-circle" aria-label="error"></i> <code>![Screenshot](img1.png)</code></li>
314
+ <li><i style="font-size: 1.2em" class="ph ph-x-circle" aria-label="error"></i> <code>![Image](screenshot.png)</code></li>
311
315
  </ul>
312
316
  <h3>4. Code Examples</h3>
313
317
  <p><strong>Code Block Requirements:</strong></p>
package/html/sitemap.xml CHANGED
@@ -2,307 +2,325 @@
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-29T09:30:31.400Z</lastmod>
5
+ <lastmod>2025-07-31T07:08:27.444Z</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-29T09:30:31.400Z</lastmod>
11
+ <lastmod>2025-07-31T07:08:27.444Z</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-29T09:30:31.400Z</lastmod>
17
+ <lastmod>2025-07-31T07:08:27.444Z</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-29T09:30:31.400Z</lastmod>
23
+ <lastmod>2025-07-31T07:08:27.444Z</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/examples/interactive-demo.html</loc>
29
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
29
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
30
30
  <changefreq>monthly</changefreq>
31
31
  <priority>0.6</priority>
32
32
  </url>
33
33
  <url>
34
34
  <loc>https://doc-builder-delta.vercel.app/guides/authentication-default-change.html</loc>
35
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
35
+ <lastmod>2025-07-31T07:08:27.444Z</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/authentication-guide.html</loc>
41
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
41
+ <lastmod>2025-07-31T07:08:27.444Z</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/cache-control-anti-pattern.html</loc>
47
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
47
+ <lastmod>2025-07-31T07:08:27.444Z</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/claude-workflow-guide.html</loc>
53
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
53
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
54
+ <changefreq>monthly</changefreq>
55
+ <priority>0.8</priority>
56
+ </url>
57
+ <url>
58
+ <loc>https://doc-builder-delta.vercel.app/guides/configuration-guide.html</loc>
59
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
54
60
  <changefreq>monthly</changefreq>
55
61
  <priority>0.8</priority>
56
62
  </url>
57
63
  <url>
58
64
  <loc>https://doc-builder-delta.vercel.app/guides/document-standards.html</loc>
59
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
65
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
60
66
  <changefreq>monthly</changefreq>
61
67
  <priority>0.8</priority>
62
68
  </url>
63
69
  <url>
64
70
  <loc>https://doc-builder-delta.vercel.app/guides/documentation-standards.html</loc>
65
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
71
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
66
72
  <changefreq>monthly</changefreq>
67
73
  <priority>0.8</priority>
68
74
  </url>
69
75
  <url>
70
76
  <loc>https://doc-builder-delta.vercel.app/guides/html-embedding-guide.html</loc>
71
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
77
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
72
78
  <changefreq>monthly</changefreq>
73
79
  <priority>0.8</priority>
74
80
  </url>
75
81
  <url>
76
82
  <loc>https://doc-builder-delta.vercel.app/guides/image-modal-guide.html</loc>
77
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
83
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
78
84
  <changefreq>monthly</changefreq>
79
85
  <priority>0.8</priority>
80
86
  </url>
81
87
  <url>
82
88
  <loc>https://doc-builder-delta.vercel.app/guides/next-steps-walkthrough.html</loc>
83
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
89
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
84
90
  <changefreq>monthly</changefreq>
85
91
  <priority>0.8</priority>
86
92
  </url>
87
93
  <url>
88
94
  <loc>https://doc-builder-delta.vercel.app/guides/phosphor-icons-guide.html</loc>
89
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
95
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
90
96
  <changefreq>monthly</changefreq>
91
97
  <priority>0.8</priority>
92
98
  </url>
93
99
  <url>
94
100
  <loc>https://doc-builder-delta.vercel.app/guides/private-directory-authentication-troubleshooting.html</loc>
95
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
101
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
96
102
  <changefreq>monthly</changefreq>
97
103
  <priority>0.8</priority>
98
104
  </url>
99
105
  <url>
100
106
  <loc>https://doc-builder-delta.vercel.app/guides/private-directory-authentication.html</loc>
101
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
107
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
102
108
  <changefreq>monthly</changefreq>
103
109
  <priority>0.8</priority>
104
110
  </url>
105
111
  <url>
106
112
  <loc>https://doc-builder-delta.vercel.app/guides/public-site-deployment.html</loc>
107
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
113
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
108
114
  <changefreq>monthly</changefreq>
109
115
  <priority>0.8</priority>
110
116
  </url>
111
117
  <url>
112
118
  <loc>https://doc-builder-delta.vercel.app/guides/search-engine-verification-guide.html</loc>
113
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
119
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
114
120
  <changefreq>monthly</changefreq>
115
121
  <priority>0.8</priority>
116
122
  </url>
117
123
  <url>
118
124
  <loc>https://doc-builder-delta.vercel.app/guides/seo-guide.html</loc>
119
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
125
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
120
126
  <changefreq>monthly</changefreq>
121
127
  <priority>0.8</priority>
122
128
  </url>
123
129
  <url>
124
130
  <loc>https://doc-builder-delta.vercel.app/guides/seo-optimization-guide.html</loc>
125
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
131
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
126
132
  <changefreq>monthly</changefreq>
127
133
  <priority>0.8</priority>
128
134
  </url>
129
135
  <url>
130
136
  <loc>https://doc-builder-delta.vercel.app/guides/supabase-auth-implementation-plan.html</loc>
131
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
137
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
132
138
  <changefreq>monthly</changefreq>
133
139
  <priority>0.8</priority>
134
140
  </url>
135
141
  <url>
136
142
  <loc>https://doc-builder-delta.vercel.app/guides/supabase-auth-integration-plan.html</loc>
137
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
143
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
138
144
  <changefreq>monthly</changefreq>
139
145
  <priority>0.8</priority>
140
146
  </url>
141
147
  <url>
142
148
  <loc>https://doc-builder-delta.vercel.app/guides/supabase-auth-setup-guide.html</loc>
143
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
149
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
150
+ <changefreq>monthly</changefreq>
151
+ <priority>0.8</priority>
152
+ </url>
153
+ <url>
154
+ <loc>https://doc-builder-delta.vercel.app/guides/supabase-authentication-complete-guide.html</loc>
155
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
144
156
  <changefreq>monthly</changefreq>
145
157
  <priority>0.8</priority>
146
158
  </url>
147
159
  <url>
148
160
  <loc>https://doc-builder-delta.vercel.app/guides/troubleshooting-guide.html</loc>
149
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
161
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
150
162
  <changefreq>monthly</changefreq>
151
163
  <priority>0.8</priority>
152
164
  </url>
153
165
  <url>
154
166
  <loc>https://doc-builder-delta.vercel.app/guides/vercel-deployment-auth-setup.html</loc>
155
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
167
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
156
168
  <changefreq>monthly</changefreq>
157
169
  <priority>0.8</priority>
158
170
  </url>
159
171
  <url>
160
172
  <loc>https://doc-builder-delta.vercel.app/guides/windows-setup-guide.html</loc>
161
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
173
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
162
174
  <changefreq>monthly</changefreq>
163
175
  <priority>0.8</priority>
164
176
  </url>
165
177
  <url>
166
178
  <loc>https://doc-builder-delta.vercel.app/image-modal-test.html</loc>
167
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
179
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
168
180
  <changefreq>monthly</changefreq>
169
181
  <priority>0.6</priority>
170
182
  </url>
171
183
  <url>
172
184
  <loc>https://doc-builder-delta.vercel.app/index.html</loc>
173
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
185
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
174
186
  <changefreq>weekly</changefreq>
175
187
  <priority>1.0</priority>
176
188
  </url>
177
189
  <url>
178
190
  <loc>https://doc-builder-delta.vercel.app/launch/README.html</loc>
179
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
191
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
180
192
  <changefreq>monthly</changefreq>
181
193
  <priority>0.6</priority>
182
194
  </url>
183
195
  <url>
184
196
  <loc>https://doc-builder-delta.vercel.app/launch/bubble-plugin-specification.html</loc>
185
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
197
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
186
198
  <changefreq>monthly</changefreq>
187
199
  <priority>0.6</priority>
188
200
  </url>
189
201
  <url>
190
202
  <loc>https://doc-builder-delta.vercel.app/launch/go-to-market-strategy.html</loc>
191
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
203
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
192
204
  <changefreq>monthly</changefreq>
193
205
  <priority>0.6</priority>
194
206
  </url>
195
207
  <url>
196
208
  <loc>https://doc-builder-delta.vercel.app/launch/launch-announcements.html</loc>
197
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
209
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
198
210
  <changefreq>monthly</changefreq>
199
211
  <priority>0.6</priority>
200
212
  </url>
201
213
  <url>
202
214
  <loc>https://doc-builder-delta.vercel.app/private/cache-control-anti-pattern.html</loc>
203
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
215
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
204
216
  <changefreq>monthly</changefreq>
205
217
  <priority>0.6</priority>
206
218
  </url>
207
219
  <url>
208
220
  <loc>https://doc-builder-delta.vercel.app/private/launch/README.html</loc>
209
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
221
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
210
222
  <changefreq>monthly</changefreq>
211
223
  <priority>0.6</priority>
212
224
  </url>
213
225
  <url>
214
226
  <loc>https://doc-builder-delta.vercel.app/private/launch/auth-cleanup-summary.html</loc>
215
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
227
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
216
228
  <changefreq>monthly</changefreq>
217
229
  <priority>0.6</priority>
218
230
  </url>
219
231
  <url>
220
232
  <loc>https://doc-builder-delta.vercel.app/private/launch/bubble-plugin-specification.html</loc>
221
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
233
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
222
234
  <changefreq>monthly</changefreq>
223
235
  <priority>0.6</priority>
224
236
  </url>
225
237
  <url>
226
238
  <loc>https://doc-builder-delta.vercel.app/private/launch/go-to-market-strategy.html</loc>
227
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
239
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
228
240
  <changefreq>monthly</changefreq>
229
241
  <priority>0.6</priority>
230
242
  </url>
231
243
  <url>
232
244
  <loc>https://doc-builder-delta.vercel.app/private/launch/launch-announcements.html</loc>
233
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
245
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
234
246
  <changefreq>monthly</changefreq>
235
247
  <priority>0.6</priority>
236
248
  </url>
237
249
  <url>
238
250
  <loc>https://doc-builder-delta.vercel.app/private/launch/vercel-deployment-auth-setup.html</loc>
239
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
251
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
240
252
  <changefreq>monthly</changefreq>
241
253
  <priority>0.6</priority>
242
254
  </url>
243
255
  <url>
244
256
  <loc>https://doc-builder-delta.vercel.app/private/next-steps-walkthrough.html</loc>
245
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
257
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
246
258
  <changefreq>monthly</changefreq>
247
259
  <priority>0.6</priority>
248
260
  </url>
249
261
  <url>
250
262
  <loc>https://doc-builder-delta.vercel.app/private/supabase-auth-implementation-completed.html</loc>
251
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
263
+ <lastmod>2025-07-31T07:08:27.444Z</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/private/supabase-auth-implementation-plan.html</loc>
257
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
269
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
258
270
  <changefreq>monthly</changefreq>
259
271
  <priority>0.6</priority>
260
272
  </url>
261
273
  <url>
262
274
  <loc>https://doc-builder-delta.vercel.app/private/supabase-auth-integration-plan.html</loc>
263
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
275
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
264
276
  <changefreq>monthly</changefreq>
265
277
  <priority>0.6</priority>
266
278
  </url>
267
279
  <url>
268
280
  <loc>https://doc-builder-delta.vercel.app/private/supabase-auth-setup-guide.html</loc>
269
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
281
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
270
282
  <changefreq>monthly</changefreq>
271
283
  <priority>0.8</priority>
272
284
  </url>
273
285
  <url>
274
286
  <loc>https://doc-builder-delta.vercel.app/private/test-private-doc.html</loc>
275
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
287
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
276
288
  <changefreq>monthly</changefreq>
277
289
  <priority>0.6</priority>
278
290
  </url>
279
291
  <url>
280
292
  <loc>https://doc-builder-delta.vercel.app/private/user-management-tooling.html</loc>
281
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
293
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
294
+ <changefreq>monthly</changefreq>
295
+ <priority>0.6</priority>
296
+ </url>
297
+ <url>
298
+ <loc>https://doc-builder-delta.vercel.app/prompts/beautiful-documentation-design.html</loc>
299
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
282
300
  <changefreq>monthly</changefreq>
283
301
  <priority>0.6</priority>
284
302
  </url>
285
303
  <url>
286
304
  <loc>https://doc-builder-delta.vercel.app/prompts/markdown-document-standards.html</loc>
287
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
305
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
288
306
  <changefreq>monthly</changefreq>
289
307
  <priority>0.6</priority>
290
308
  </url>
291
309
  <url>
292
310
  <loc>https://doc-builder-delta.vercel.app/test-status.html</loc>
293
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
311
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
294
312
  <changefreq>monthly</changefreq>
295
313
  <priority>0.6</priority>
296
314
  </url>
297
315
  <url>
298
316
  <loc>https://doc-builder-delta.vercel.app/vercel-cli-setup-guide.html</loc>
299
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
317
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
300
318
  <changefreq>monthly</changefreq>
301
319
  <priority>0.8</priority>
302
320
  </url>
303
321
  <url>
304
322
  <loc>https://doc-builder-delta.vercel.app/vercel-first-time-setup-guide.html</loc>
305
- <lastmod>2025-07-29T09:30:31.400Z</lastmod>
323
+ <lastmod>2025-07-31T07:08:27.444Z</lastmod>
306
324
  <changefreq>monthly</changefreq>
307
325
  <priority>0.8</priority>
308
326
  </url>
@@ -6,6 +6,7 @@
6
6
  <meta name="description" content="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems. While `@knowcode/doc-builder` handles most...">
7
7
  <title>Vercel CLI Setup Guide | @knowcode/doc-builder</title>
8
8
 
9
+ <meta name="generator" content="@knowcode/doc-builder by Knowcode Ltd">
9
10
  <meta name="author" content="Lindsay Smith">
10
11
  <meta name="keywords" content="documentation, markdown, static site generator, vercel, notion-style, cli, https">
11
12
  <meta name="robots" content="index, follow">
@@ -98,8 +99,8 @@
98
99
  "name": "Knowcode Ltd",
99
100
  "url": "https://knowcode.tech"
100
101
  },
101
- "datePublished": "2025-07-29T09:30:31.383Z",
102
- "dateModified": "2025-07-29T09:30:31.383Z",
102
+ "datePublished": "2025-07-31T07:08:27.429Z",
103
+ "dateModified": "2025-07-31T07:08:27.429Z",
103
104
  "mainEntityOfPage": {
104
105
  "@type": "WebPage",
105
106
  "@id": "https://doc-builder-delta.vercel.app/vercel-cli-setup-guide.html"
@@ -132,7 +133,7 @@
132
133
 
133
134
  <div class="header-actions">
134
135
  <div class="deployment-info">
135
- <span class="deployment-date" title="Built with doc-builder v1.9.5">Last updated: Jul 29, 2025, 09:30 AM UTC</span>
136
+ <span class="deployment-date" title="Built with doc-builder v1.9.11">Last updated: Jul 31, 2025, 07:08 AM UTC</span>
136
137
  </div>
137
138
 
138
139
 
@@ -198,6 +199,7 @@
198
199
  <a href="/guides/authentication-default-change.html" class="nav-item" data-tooltip="Starting from version 1.7.4, @knowcode/doc-builder now defaults to no authentication for all documentation sites."><i class="ph ph-file-text"></i> Authentication Default Change</a>
199
200
  <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="ph ph-check-circle" style="color: #059669;"></i> Authentication Guide</a>
200
201
  <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="ph ph-pencil-simple" style="color: #d97706;"></i> Claude Workflow Guide</a>
202
+ <a href="/guides/configuration-guide.html" class="nav-item" data-tooltip="This guide explains how @knowcode/doc-builder handles configuration files and settings."><i class="ph ph-check-circle" style="color: #059669;"></i> Configuration Guide</a>
201
203
  <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="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Standards</a>
202
204
  <a href="/guides/html-embedding-guide.html" class="nav-item" data-tooltip="Starting from version 1.9.2, doc-builder treats HTML files ( and ) as attachments that are automatically copied to your output directory during the..."><i class="ph ph-check-circle" style="color: #059669;"></i> Html Embedding Guide</a>
203
205
  <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="ph ph-check-circle" style="color: #059669;"></i> Image Modal Guide</a>
@@ -208,6 +210,7 @@
208
210
  <a href="/guides/search-engine-verification-guide.html" class="nav-item" data-tooltip="Search engine verification provides access to powerful webmaster tools:."><i class="ph ph-check-circle" style="color: #059669;"></i> Search Engine Verification Guide</a>
209
211
  <a href="/guides/seo-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features to help your documentation rank better in search results and..."><i class="ph ph-check-circle" style="color: #059669;"></i> Seo Guide</a>
210
212
  <a href="/guides/seo-optimization-guide.html" class="nav-item" data-tooltip="Comprehensive guide to optimizing documentation for search engines. Learn SEO best practices, use built-in features, and improve your rankings."><i class="ph ph-check-circle" style="color: #059669;"></i> Seo Optimization Guide</a>
213
+ <a href="/guides/supabase-authentication-complete-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes built-in Supabase authentication that provides enterprise-grade security with zero configuration."><i class="ph ph-check-circle" style="color: #059669;"></i> Supabase Authentication Complete Guide</a>
211
214
  <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="ph ph-check-circle" style="color: #059669;"></i> Troubleshooting Guide</a>
212
215
  <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="ph ph-check-circle" style="color: #059669;"></i> Windows Setup Guide</a></div></div>
213
216
  <div class="nav-section private-nav" data-level="1">
@@ -239,6 +242,7 @@
239
242
  <i class="ph ph-caret-right collapse-icon"></i><i class="ph ph-chat-circle-dots"></i> Prompts
240
243
  </a>
241
244
  <div class="nav-content collapsed" id="nav-prompts-1">
245
+ <a href="/prompts/beautiful-documentation-design.html" class="nav-item" data-tooltip="🎨 Beautiful Documentation Design Guide."><i class="ph ph-check-circle" style="color: #059669;"></i> Beautiful Documentation Design</a>
242
246
  <a href="/prompts/markdown-document-standards.html" class="nav-item" data-tooltip="Detailed introduction to the topic..."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Markdown Document Standards</a></div></div>
243
247
  </nav>
244
248
  <div class="resize-handle"></div>
@@ -252,9 +256,9 @@
252
256
  <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>
253
257
  <h2>Prerequisites</h2>
254
258
  <ul>
255
- <li><strong>Node.js</strong>: Version 14.x or higher <i class="ph ph-check-circle" aria-label="checked"></i></li>
256
- <li><strong>npm</strong> or <strong>yarn</strong>: Package manager <i class="ph ph-check-circle" aria-label="checked"></i></li>
257
- <li><strong>Git</strong>: For version control (optional but recommended) <i class="ph ph-check-circle" aria-label="checked"></i></li>
259
+ <li><strong>Node.js</strong>: Version 14.x or higher <i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i></li>
260
+ <li><strong>npm</strong> or <strong>yarn</strong>: Package manager <i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i></li>
261
+ <li><strong>Git</strong>: For version control (optional but recommended) <i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i></li>
258
262
  </ul>
259
263
  <h2>Installation Methods</h2>
260
264
  <h3>Method 1: npm (Recommended)</h3>
@@ -6,6 +6,7 @@
6
6
  <meta name="description" content="This guide walks you through the Vercel deployment process when using `@knowcode/doc-builder deploy`.">
7
7
  <title>Vercel First-Time Setup Guide | @knowcode/doc-builder</title>
8
8
 
9
+ <meta name="generator" content="@knowcode/doc-builder by Knowcode Ltd">
9
10
  <meta name="author" content="Lindsay Smith">
10
11
  <meta name="keywords" content="documentation, markdown, static site generator, vercel, notion-style, your, deployment">
11
12
  <meta name="robots" content="index, follow">
@@ -98,8 +99,8 @@
98
99
  "name": "Knowcode Ltd",
99
100
  "url": "https://knowcode.tech"
100
101
  },
101
- "datePublished": "2025-07-29T09:30:31.384Z",
102
- "dateModified": "2025-07-29T09:30:31.384Z",
102
+ "datePublished": "2025-07-31T07:08:27.431Z",
103
+ "dateModified": "2025-07-31T07:08:27.431Z",
103
104
  "mainEntityOfPage": {
104
105
  "@type": "WebPage",
105
106
  "@id": "https://doc-builder-delta.vercel.app/vercel-first-time-setup-guide.html"
@@ -132,7 +133,7 @@
132
133
 
133
134
  <div class="header-actions">
134
135
  <div class="deployment-info">
135
- <span class="deployment-date" title="Built with doc-builder v1.9.5">Last updated: Jul 29, 2025, 09:30 AM UTC</span>
136
+ <span class="deployment-date" title="Built with doc-builder v1.9.11">Last updated: Jul 31, 2025, 07:08 AM UTC</span>
136
137
  </div>
137
138
 
138
139
 
@@ -198,6 +199,7 @@
198
199
  <a href="/guides/authentication-default-change.html" class="nav-item" data-tooltip="Starting from version 1.7.4, @knowcode/doc-builder now defaults to no authentication for all documentation sites."><i class="ph ph-file-text"></i> Authentication Default Change</a>
199
200
  <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="ph ph-check-circle" style="color: #059669;"></i> Authentication Guide</a>
200
201
  <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="ph ph-pencil-simple" style="color: #d97706;"></i> Claude Workflow Guide</a>
202
+ <a href="/guides/configuration-guide.html" class="nav-item" data-tooltip="This guide explains how @knowcode/doc-builder handles configuration files and settings."><i class="ph ph-check-circle" style="color: #059669;"></i> Configuration Guide</a>
201
203
  <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="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Standards</a>
202
204
  <a href="/guides/html-embedding-guide.html" class="nav-item" data-tooltip="Starting from version 1.9.2, doc-builder treats HTML files ( and ) as attachments that are automatically copied to your output directory during the..."><i class="ph ph-check-circle" style="color: #059669;"></i> Html Embedding Guide</a>
203
205
  <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="ph ph-check-circle" style="color: #059669;"></i> Image Modal Guide</a>
@@ -208,6 +210,7 @@
208
210
  <a href="/guides/search-engine-verification-guide.html" class="nav-item" data-tooltip="Search engine verification provides access to powerful webmaster tools:."><i class="ph ph-check-circle" style="color: #059669;"></i> Search Engine Verification Guide</a>
209
211
  <a href="/guides/seo-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features to help your documentation rank better in search results and..."><i class="ph ph-check-circle" style="color: #059669;"></i> Seo Guide</a>
210
212
  <a href="/guides/seo-optimization-guide.html" class="nav-item" data-tooltip="Comprehensive guide to optimizing documentation for search engines. Learn SEO best practices, use built-in features, and improve your rankings."><i class="ph ph-check-circle" style="color: #059669;"></i> Seo Optimization Guide</a>
213
+ <a href="/guides/supabase-authentication-complete-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes built-in Supabase authentication that provides enterprise-grade security with zero configuration."><i class="ph ph-check-circle" style="color: #059669;"></i> Supabase Authentication Complete Guide</a>
211
214
  <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="ph ph-check-circle" style="color: #059669;"></i> Troubleshooting Guide</a>
212
215
  <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="ph ph-check-circle" style="color: #059669;"></i> Windows Setup Guide</a></div></div>
213
216
  <div class="nav-section private-nav" data-level="1">
@@ -239,6 +242,7 @@
239
242
  <i class="ph ph-caret-right collapse-icon"></i><i class="ph ph-chat-circle-dots"></i> Prompts
240
243
  </a>
241
244
  <div class="nav-content collapsed" id="nav-prompts-1">
245
+ <a href="/prompts/beautiful-documentation-design.html" class="nav-item" data-tooltip="🎨 Beautiful Documentation Design Guide."><i class="ph ph-check-circle" style="color: #059669;"></i> Beautiful Documentation Design</a>
242
246
  <a href="/prompts/markdown-document-standards.html" class="nav-item" data-tooltip="Detailed introduction to the topic..."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Markdown Document Standards</a></div></div>
243
247
  </nav>
244
248
  <div class="resize-handle"></div>