@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="The @knowcode/doc-builder includes a powerful image modal system that automatically transforms all images in your documentation into clickable, full-screen...">
7
7
  <title>Image Modal 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, images, modal">
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.328Z",
102
- "dateModified": "2025-07-29T09:30:31.328Z",
102
+ "datePublished": "2025-07-31T07:08:27.360Z",
103
+ "dateModified": "2025-07-31T07:08:27.360Z",
103
104
  "mainEntityOfPage": {
104
105
  "@type": "WebPage",
105
106
  "@id": "https://doc-builder-delta.vercel.app/guides/image-modal-guide.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 active" 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 collapsed" 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" 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>
@@ -295,14 +299,14 @@
295
299
  </code></pre>
296
300
  <h3>Best Practices for Alt Text</h3>
297
301
  <p>Since alt text becomes the modal caption, write descriptive, meaningful descriptions:</p>
298
- <p><strong><i class="ph ph-check-circle" aria-label="checked"></i> Good Alt Text:</strong></p>
302
+ <p><strong><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> Good Alt Text:</strong></p>
299
303
  <pre><code class="language-markdown">![User profile settings page with form fields for name, email, and password](images/profile-settings.png)
300
304
 
301
305
  ![Mermaid diagram showing the authentication flow from login to dashboard access](diagrams/auth-flow.png)
302
306
 
303
307
  ![Screenshot of Vercel deployment dashboard with project settings highlighted](images/vercel-deployment.png)
304
308
  </code></pre>
305
- <p><strong><i class="ph ph-x-circle" aria-label="error"></i> Poor Alt Text:</strong></p>
309
+ <p><strong><i style="font-size: 1.2em" class="ph ph-x-circle" aria-label="error"></i> Poor Alt Text:</strong></p>
306
310
  <pre><code class="language-markdown">![Screenshot](img1.png)
307
311
  ![Image](picture.jpg)
308
312
  ![](diagram.svg)
@@ -6,6 +6,7 @@
6
6
  <meta name="description" content="@knowcode/doc-builder automatically converts Unicode emojis in your markdown files to beautiful Phosphor icons in the generated HTML. This provides...">
7
7
  <title>Phosphor Icons Integration 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, icon, icons">
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.331Z",
102
- "dateModified": "2025-07-29T09:30:31.331Z",
102
+ "datePublished": "2025-07-31T07:08:27.363Z",
103
+ "dateModified": "2025-07-31T07:08:27.363Z",
103
104
  "mainEntityOfPage": {
104
105
  "@type": "WebPage",
105
106
  "@id": "https://doc-builder-delta.vercel.app/guides/phosphor-icons-guide.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 collapsed" 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" 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>
@@ -265,9 +269,9 @@
265
269
  </code></pre>
266
270
  <p>They are automatically converted to Phosphor icons in HTML:</p>
267
271
  <ul>
268
- <li><i class="ph ph-check-circle" aria-label="checked"></i> → Check circle icon</li>
269
- <li><i class="ph ph-x-circle" aria-label="error"></i> → X circle icon </li>
270
- <li><i class="ph ph-rocket-launch" aria-label="launch"></i> → Rocket launch icon</li>
272
+ <li><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> → Check circle icon</li>
273
+ <li><i style="font-size: 1.2em" class="ph ph-x-circle" aria-label="error"></i> → X circle icon </li>
274
+ <li><i style="font-size: 1.2em" class="ph ph-rocket-launch" aria-label="launch"></i> → Rocket launch icon</li>
271
275
  </ul>
272
276
  <h3>Benefits</h3>
273
277
  <ul>
@@ -308,27 +312,27 @@
308
312
  </tr>
309
313
  </thead>
310
314
  <tbody><tr>
311
- <td><i class="ph ph-check-circle" aria-label="checked"></i></td>
315
+ <td><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i></td>
312
316
  <td>Check circle</td>
313
317
  <td>Success, completed, verified</td>
314
318
  </tr>
315
319
  <tr>
316
- <td><i class="ph ph-x-circle" aria-label="error"></i></td>
320
+ <td><i style="font-size: 1.2em" class="ph ph-x-circle" aria-label="error"></i></td>
317
321
  <td>X circle</td>
318
322
  <td>Error, failed, incorrect</td>
319
323
  </tr>
320
324
  <tr>
321
- <td><i class="ph ph-question" aria-label="question"></i></td>
325
+ <td><i style="font-size: 1.2em" class="ph ph-question" aria-label="question"></i></td>
322
326
  <td>Question mark</td>
323
327
  <td>Unknown, uncertain</td>
324
328
  </tr>
325
329
  <tr>
326
- <td><i class="ph ph-warning-circle" aria-label="warning"></i></td>
330
+ <td><i style="font-size: 1.2em" class="ph ph-warning-circle" aria-label="warning"></i></td>
327
331
  <td>Warning circle</td>
328
332
  <td>Caution, important note</td>
329
333
  </tr>
330
334
  <tr>
331
- <td><i class="ph ph-prohibit-inset" aria-label="not allowed"></i></td>
335
+ <td><i style="font-size: 1.2em" class="ph ph-prohibit-inset" aria-label="not allowed"></i></td>
332
336
  <td>Prohibit</td>
333
337
  <td>Not allowed, forbidden</td>
334
338
  </tr>
@@ -343,27 +347,27 @@
343
347
  </tr>
344
348
  </thead>
345
349
  <tbody><tr>
346
- <td><i class="ph ph-laptop" aria-label="laptop"></i></td>
350
+ <td><i style="font-size: 1.2em" class="ph ph-laptop" aria-label="laptop"></i></td>
347
351
  <td>Laptop</td>
348
352
  <td>Development, coding</td>
349
353
  </tr>
350
354
  <tr>
351
- <td><i class="ph ph-wrench" aria-label="settings"></i></td>
355
+ <td><i style="font-size: 1.2em" class="ph ph-wrench" aria-label="settings"></i></td>
352
356
  <td>Wrench</td>
353
357
  <td>Configuration, settings</td>
354
358
  </tr>
355
359
  <tr>
356
- <td><i class="ph ph-bug" aria-label="bug"></i></td>
360
+ <td><i style="font-size: 1.2em" class="ph ph-bug" aria-label="bug"></i></td>
357
361
  <td>Bug</td>
358
362
  <td>Issues, debugging</td>
359
363
  </tr>
360
364
  <tr>
361
- <td><i class="ph ph-rocket-launch" aria-label="launch"></i></td>
365
+ <td><i style="font-size: 1.2em" class="ph ph-rocket-launch" aria-label="launch"></i></td>
362
366
  <td>Rocket</td>
363
367
  <td>Launch, deploy, release</td>
364
368
  </tr>
365
369
  <tr>
366
- <td><i class="ph ph-lightning" aria-label="fast"></i></td>
370
+ <td><i style="font-size: 1.2em" class="ph ph-lightning" aria-label="fast"></i></td>
367
371
  <td>Lightning</td>
368
372
  <td>Performance, speed</td>
369
373
  </tr>
@@ -378,22 +382,22 @@
378
382
  </tr>
379
383
  </thead>
380
384
  <tbody><tr>
381
- <td><i class="ph ph-note-pencil" aria-label="edit"></i></td>
385
+ <td><i style="font-size: 1.2em" class="ph ph-note-pencil" aria-label="edit"></i></td>
382
386
  <td>Note pencil</td>
383
387
  <td>Edit, write</td>
384
388
  </tr>
385
389
  <tr>
386
- <td><i class="ph ph-books" aria-label="documentation"></i></td>
390
+ <td><i style="font-size: 1.2em" class="ph ph-books" aria-label="documentation"></i></td>
387
391
  <td>Books</td>
388
392
  <td>Documentation, guides</td>
389
393
  </tr>
390
394
  <tr>
391
- <td><i class="ph ph-folder" aria-label="folder"></i></td>
395
+ <td><i style="font-size: 1.2em" class="ph ph-folder" aria-label="folder"></i></td>
392
396
  <td>Folder</td>
393
397
  <td>Directory, category</td>
394
398
  </tr>
395
399
  <tr>
396
- <td><i class="ph ph-link" aria-label="link"></i></td>
400
+ <td><i style="font-size: 1.2em" class="ph ph-link" aria-label="link"></i></td>
397
401
  <td>Link</td>
398
402
  <td>URL, connection</td>
399
403
  </tr>
@@ -408,17 +412,17 @@
408
412
  </tr>
409
413
  </thead>
410
414
  <tbody><tr>
411
- <td><i class="ph ph-chat-circle" aria-label="chat"></i></td>
415
+ <td><i style="font-size: 1.2em" class="ph ph-chat-circle" aria-label="chat"></i></td>
412
416
  <td>Chat circle</td>
413
417
  <td>Comments, discussion</td>
414
418
  </tr>
415
419
  <tr>
416
- <td><i class="ph ph-envelope" aria-label="email"></i></td>
420
+ <td><i style="font-size: 1.2em" class="ph ph-envelope" aria-label="email"></i></td>
417
421
  <td>Envelope</td>
418
422
  <td>Email, message</td>
419
423
  </tr>
420
424
  <tr>
421
- <td><i class="ph ph-bell" aria-label="notification"></i></td>
425
+ <td><i style="font-size: 1.2em" class="ph ph-bell" aria-label="notification"></i></td>
422
426
  <td>Bell</td>
423
427
  <td>Notification, alert</td>
424
428
  </tr>
@@ -6,6 +6,7 @@
6
6
  <meta name="description" content="When your private directory isn&#039;t being authentication protected after building, follow this diagnostic checklist to identify and resolve the issue.">
7
7
  <title>Private Directory Authentication Troubleshooting</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, check, private">
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.334Z",
102
- "dateModified": "2025-07-29T09:30:31.334Z",
102
+ "datePublished": "2025-07-31T07:08:27.366Z",
103
+ "dateModified": "2025-07-31T07:08:27.366Z",
103
104
  "mainEntityOfPage": {
104
105
  "@type": "WebPage",
105
106
  "@id": "https://doc-builder-delta.vercel.app/guides/private-directory-authentication-troubleshooting.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 collapsed" 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" 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>
@@ -256,7 +260,7 @@
256
260
  <h1>Private Directory Authentication Troubleshooting</h1>
257
261
  <p>When your private directory isn&#39;t being authentication protected after building, follow this diagnostic checklist to identify and resolve the issue.</p>
258
262
  <h2>Quick Diagnostic Checklist</h2>
259
- <h3>1. <i class="ph ph-crane" aria-label="construction"></i> Build Process Detection</h3>
263
+ <h3>1. <i style="font-size: 1.2em" class="ph ph-crane" aria-label="construction"></i> Build Process Detection</h3>
260
264
  <p><strong>Check if authentication was detected during build:</strong></p>
261
265
  <pre><code class="language-bash">npm run build
262
266
  </code></pre>
@@ -264,13 +268,13 @@
264
268
  <pre><code>🔐 Found private directory - automatically enabling Supabase authentication
265
269
  Note: Grant users access by adding domain to the docbuilder_access table
266
270
  </code></pre>
267
- <p><i class="ph ph-x-circle" aria-label="error"></i> <strong>If you DON&#39;T see this message:</strong></p>
271
+ <p><i style="font-size: 1.2em" class="ph ph-x-circle" aria-label="error"></i> <strong>If you DON&#39;T see this message:</strong></p>
268
272
  <ul>
269
273
  <li>Your <code>docs/private/</code> directory may not exist or be empty</li>
270
274
  <li>The directory might not be properly named (check spelling/case)</li>
271
275
  <li>The build process may not have sufficient permissions to read the directory</li>
272
276
  </ul>
273
- <h3>2. <i class="ph ph-folder" aria-label="folder"></i> Directory Structure Check</h3>
277
+ <h3>2. <i style="font-size: 1.2em" class="ph ph-folder" aria-label="folder"></i> Directory Structure Check</h3>
274
278
  <p><strong>Verify your directory structure:</strong></p>
275
279
  <pre><code class="language-bash">ls -la docs/
276
280
  </code></pre>
@@ -283,18 +287,18 @@
283
287
  └── admin/ # 🔐 Should require auth
284
288
  └── config.md # 🔐 Should require auth
285
289
  </code></pre>
286
- <p><i class="ph ph-x-circle" aria-label="error"></i> <strong>Common issues:</strong></p>
290
+ <p><i style="font-size: 1.2em" class="ph ph-x-circle" aria-label="error"></i> <strong>Common issues:</strong></p>
287
291
  <ul>
288
292
  <li><code>Private/</code> (capital P) instead of <code>private/</code> (lowercase)</li>
289
293
  <li>Empty <code>private/</code> directory</li>
290
294
  <li><code>private</code> file instead of directory</li>
291
295
  <li>Symlinks that aren&#39;t properly resolved</li>
292
296
  </ul>
293
- <h3>3. <i class="ph ph-magnifying-glass" aria-label="search"></i> Generated HTML Verification</h3>
297
+ <h3>3. <i style="font-size: 1.2em" class="ph ph-magnifying-glass" aria-label="search"></i> Generated HTML Verification</h3>
294
298
  <p><strong>Check if auth.js was included in your build:</strong></p>
295
299
  <pre><code class="language-bash">ls -la html/js/auth.js
296
300
  </code></pre>
297
- <p><i class="ph ph-x-circle" aria-label="error"></i> <strong>If auth.js is missing:</strong></p>
301
+ <p><i style="font-size: 1.2em" class="ph ph-x-circle" aria-label="error"></i> <strong>If auth.js is missing:</strong></p>
298
302
  <ul>
299
303
  <li>Authentication wasn&#39;t enabled during build</li>
300
304
  <li>Check build logs for errors</li>
@@ -303,8 +307,8 @@
303
307
  <p><strong>Check if private files are being built:</strong></p>
304
308
  <pre><code class="language-bash">ls -la html/private/
305
309
  </code></pre>
306
- <p><i class="ph ph-check-circle" aria-label="checked"></i> <strong>Expected:</strong> Private HTML files should exist but be protected by authentication<br><i class="ph ph-x-circle" aria-label="error"></i> <strong>Problem:</strong> If private directory doesn&#39;t exist in output, files weren&#39;t processed</p>
307
- <h3>4. <i class="ph ph-globe" aria-label="global"></i> Browser Testing</h3>
310
+ <p><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> <strong>Expected:</strong> Private HTML files should exist but be protected by authentication<br><i style="font-size: 1.2em" class="ph ph-x-circle" aria-label="error"></i> <strong>Problem:</strong> If private directory doesn&#39;t exist in output, files weren&#39;t processed</p>
311
+ <h3>4. <i style="font-size: 1.2em" class="ph ph-globe" aria-label="global"></i> Browser Testing</h3>
308
312
  <p><strong>Test in browser (open DevTools Console):</strong></p>
309
313
  <ol>
310
314
  <li><strong>Visit a public page</strong> - should load normally</li>
@@ -315,13 +319,13 @@
315
319
  // &quot;Checking authentication for private page...&quot;
316
320
  // &quot;User not authenticated, redirecting to login&quot;
317
321
  </code></pre>
318
- <p><i class="ph ph-x-circle" aria-label="error"></i> <strong>Common issues:</strong></p>
322
+ <p><i style="font-size: 1.2em" class="ph ph-x-circle" aria-label="error"></i> <strong>Common issues:</strong></p>
319
323
  <ul>
320
324
  <li>No console messages = auth.js not loading</li>
321
325
  <li>JavaScript errors = Supabase connection issues</li>
322
326
  <li>Page loads without auth = private pages not properly protected</li>
323
327
  </ul>
324
- <h3>5. <i class="ph ph-key" aria-label="key"></i> Authentication Configuration</h3>
328
+ <h3>5. <i style="font-size: 1.2em" class="ph ph-key" aria-label="key"></i> Authentication Configuration</h3>
325
329
  <p><strong>Check Supabase connection:</strong></p>
326
330
  <pre><code class="language-bash">grep -r &quot;supabase&quot; html/js/auth.js
327
331
  </code></pre>
@@ -331,7 +335,7 @@
331
335
  <li>Valid anonymous key</li>
332
336
  <li>Domain checking logic</li>
333
337
  </ul>
334
- <p><i class="ph ph-x-circle" aria-label="error"></i> <strong>Red flags:</strong></p>
338
+ <p><i style="font-size: 1.2em" class="ph ph-x-circle" aria-label="error"></i> <strong>Red flags:</strong></p>
335
339
  <ul>
336
340
  <li>Missing Supabase credentials</li>
337
341
  <li>Localhost-only configuration in production</li>
@@ -471,13 +475,13 @@ if (typeof supabase !== &#39;undefined&#39;) {
471
475
  }
472
476
  </code></pre>
473
477
  <h3>Quick Fix 3: Bypass for Testing</h3>
474
- <p><strong><i class="ph ph-warning-circle" aria-label="warning"></i> TEMPORARY ONLY - DO NOT USE IN PRODUCTION</strong></p>
478
+ <p><strong><i style="font-size: 1.2em" class="ph ph-warning-circle" aria-label="warning"></i> TEMPORARY ONLY - DO NOT USE IN PRODUCTION</strong></p>
475
479
  <pre><code class="language-javascript">// Add to html/js/auth.js for testing (REMOVE AFTER TESTING):
476
480
  // document.body.classList.add(&#39;authenticated&#39;);
477
481
  // console.log(&#39;🚨 BYPASSING AUTH - REMOVE THIS&#39;);
478
482
  </code></pre>
479
483
  <h2>Prevention Checklist</h2>
480
- <p><i class="ph ph-check-circle" aria-label="checked"></i> <strong>Before deploying:</strong></p>
484
+ <p><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> <strong>Before deploying:</strong></p>
481
485
  <ul>
482
486
  <li><input disabled="" type="checkbox"> <code>docs/private/</code> directory exists and contains files</li>
483
487
  <li><input disabled="" type="checkbox"> Build logs show &quot;Found private directory&quot; message </li>
@@ -487,7 +491,7 @@ if (typeof supabase !== &#39;undefined&#39;) {
487
491
  <li><input disabled="" type="checkbox"> Verified private pages redirect to login when not authenticated</li>
488
492
  <li><input disabled="" type="checkbox"> Confirmed authenticated users can access private content</li>
489
493
  </ul>
490
- <p><i class="ph ph-check-circle" aria-label="checked"></i> <strong>After deploying:</strong></p>
494
+ <p><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> <strong>After deploying:</strong></p>
491
495
  <ul>
492
496
  <li><input disabled="" type="checkbox"> Test private page access in incognito browser</li>
493
497
  <li><input disabled="" type="checkbox"> Verify login/logout flow works</li>
@@ -6,6 +6,7 @@
6
6
  <meta name="description" content="The @knowcode/doc-builder provides flexible authentication options to protect your documentation. You can either protect specific documents using a `private`...">
7
7
  <title>Private Directory Authentication Guide</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, private, authentication">
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.336Z",
102
- "dateModified": "2025-07-29T09:30:31.336Z",
102
+ "datePublished": "2025-07-31T07:08:27.369Z",
103
+ "dateModified": "2025-07-31T07:08:27.369Z",
103
104
  "mainEntityOfPage": {
104
105
  "@type": "WebPage",
105
106
  "@id": "https://doc-builder-delta.vercel.app/guides/private-directory-authentication.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 collapsed" 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" 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>
@@ -6,6 +6,7 @@
6
6
  <meta name="description" content="The @knowcode/doc-builder now supports deploying public documentation sites without authentication. This is perfect for open-source projects, public APIs, or...">
7
7
  <title>Deploying Public Documentation Sites | @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, public, authentication">
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.338Z",
102
- "dateModified": "2025-07-29T09:30:31.338Z",
102
+ "datePublished": "2025-07-31T07:08:27.371Z",
103
+ "dateModified": "2025-07-31T07:08:27.371Z",
103
104
  "mainEntityOfPage": {
104
105
  "@type": "WebPage",
105
106
  "@id": "https://doc-builder-delta.vercel.app/guides/public-site-deployment.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 collapsed" 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" 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>
@@ -6,6 +6,7 @@
6
6
  <meta name="description" content="This guide explains how to verify your documentation site with Google Search Console and Bing Webmaster Tools using @knowcode/doc-builder.">
7
7
  <title>Search Engine Verification 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, verification">
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.340Z",
102
- "dateModified": "2025-07-29T09:30:31.340Z",
102
+ "datePublished": "2025-07-31T07:08:27.373Z",
103
+ "dateModified": "2025-07-31T07:08:27.373Z",
103
104
  "mainEntityOfPage": {
104
105
  "@type": "WebPage",
105
106
  "@id": "https://doc-builder-delta.vercel.app/guides/search-engine-verification-guide.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 active" 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 collapsed" 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" 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>