@knowcode/doc-builder 1.9.17 → 1.9.19

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 (54) hide show
  1. package/.claude/settings.local.json +2 -1
  2. package/CHANGELOG.md +19 -0
  3. package/README.md +2 -1
  4. package/assets/js/main.js +53 -24
  5. package/doc-builder.config.js +1 -1
  6. package/doc-builder.config.js.backup.1754120529913 +124 -0
  7. package/doc-builder.config.js.backup.1754218469785 +124 -0
  8. package/html/README.html +6 -7
  9. package/html/about-doc-builder.html +7 -8
  10. package/html/documentation-index.html +6 -7
  11. package/html/guides/authentication-default-change.html +6 -7
  12. package/html/guides/authentication-guide.html +6 -7
  13. package/html/guides/claude-workflow-guide.html +6 -7
  14. package/html/guides/configuration-guide.html +30 -8
  15. package/html/guides/documentation-standards.html +6 -7
  16. package/html/guides/html-embedding-guide.html +6 -7
  17. package/html/guides/image-modal-guide.html +6 -7
  18. package/html/guides/phosphor-icons-guide.html +6 -7
  19. package/html/guides/private-directory-authentication-troubleshooting.html +6 -7
  20. package/html/guides/private-directory-authentication.html +6 -7
  21. package/html/guides/public-site-deployment.html +6 -7
  22. package/html/guides/search-engine-verification-guide.html +6 -7
  23. package/html/guides/seo-guide.html +6 -7
  24. package/html/guides/seo-optimization-guide.html +6 -7
  25. package/html/guides/supabase-authentication-complete-guide.html +6 -7
  26. package/html/guides/troubleshooting-guide.html +6 -7
  27. package/html/guides/windows-setup-guide.html +6 -7
  28. package/html/image-modal-test.html +6 -7
  29. package/html/index.html +6 -7
  30. package/html/js/main.js +53 -24
  31. package/html/private/cache-control-anti-pattern.html +6 -7
  32. package/html/private/launch/README.html +6 -7
  33. package/html/private/launch/auth-cleanup-summary.html +6 -7
  34. package/html/private/launch/bubble-plugin-specification.html +6 -7
  35. package/html/private/launch/go-to-market-strategy.html +6 -7
  36. package/html/private/launch/launch-announcements.html +6 -7
  37. package/html/private/launch/vercel-deployment-auth-setup.html +6 -7
  38. package/html/private/next-steps-walkthrough.html +6 -7
  39. package/html/private/supabase-auth-implementation-completed.html +6 -7
  40. package/html/private/supabase-auth-implementation-plan.html +6 -7
  41. package/html/private/supabase-auth-integration-plan.html +6 -7
  42. package/html/private/supabase-auth-setup-guide.html +6 -7
  43. package/html/private/test-private-doc.html +6 -7
  44. package/html/private/user-management-tooling.html +6 -7
  45. package/html/prompts/Screenshot 2025-08-02 at 08.49.55.png +0 -0
  46. package/html/prompts/beautiful-documentation-design.html +6 -7
  47. package/html/prompts/markdown-document-standards.html +6 -7
  48. package/html/prompts/project-rename-strategy-sasha-publish.html +6 -7
  49. package/html/sitemap.xml +56 -62
  50. package/html/vercel-cli-setup-guide.html +6 -7
  51. package/html/vercel-first-time-setup-guide.html +6 -7
  52. package/lib/core-builder.js +18 -3
  53. package/package.json +1 -1
  54. package/html/test-mermaid-enhanced.html +0 -341
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-02T07:34:26.219Z",
103
- "dateModified": "2025-08-02T07:34:26.219Z",
102
+ "datePublished": "2025-08-03T10:54:30.040Z",
103
+ "dateModified": "2025-08-03T10:54:30.040Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/guides/claude-workflow-guide.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.18">Last updated: Aug 3, 2025, 10:54 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -179,15 +179,14 @@
179
179
  <nav class="navigation">
180
180
 
181
181
  <div class="nav-section" data-level="0">
182
- <a class="nav-title" href="/README.html" >
183
- <i class="ph ph-house"></i> Documentation
182
+ <a class="nav-title toggle-all-nav expanded" href="#" id="nav-toggle-all" title="Collapse/Expand All">
183
+ <i class="ph ph-caret-down" id="toggle-all-icon"></i> Documentation
184
184
  </a>
185
- <div class="nav-content" >
185
+ <div class="nav-content">
186
186
  <a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
187
187
  <a href="/about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> About Doc Builder</a>
188
188
  <a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Index</a>
189
189
  <a href="/image-modal-test.html" class="nav-item" data-tooltip="This document tests the new image modal functionality in doc-builder."><i class="ph ph-file-text"></i> Image Modal Test</a>
190
- <a href="/test-mermaid-enhanced.html" class="nav-item" data-tooltip="Mermaid Enhanced Styling Test."><i class="ph ph-x-circle" style="color: #dc2626;"></i> Test Mermaid Enhanced</a>
191
190
  <a href="/vercel-cli-setup-guide.html" class="nav-item" data-tooltip="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel Cli Setup Guide</a>
192
191
  <a href="/vercel-first-time-setup-guide.html" class="nav-item" data-tooltip="This guide walks you through the Vercel deployment process when using ."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel First Time Setup Guide</a></div></div>
193
192
  <div class="nav-section" data-level="1">
@@ -8,7 +8,7 @@
8
8
 
9
9
  <meta name="generator" content="@knowcode/doc-builder by Knowcode Ltd">
10
10
  <meta name="author" content="Lindsay Smith">
11
- <meta name="keywords" content="documentation, markdown, static site generator, vercel, notion-style, config, configuration">
11
+ <meta name="keywords" content="documentation, markdown, static site generator, vercel, notion-style, configuration, config">
12
12
  <meta name="robots" content="index, follow">
13
13
  <link rel="canonical" href="https://doc-builder-delta.vercel.app/guides/configuration-guide.html">
14
14
 
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-02T07:34:26.222Z",
103
- "dateModified": "2025-08-02T07:34:26.222Z",
102
+ "datePublished": "2025-08-03T10:54:30.070Z",
103
+ "dateModified": "2025-08-03T10:54:30.070Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/guides/configuration-guide.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.18">Last updated: Aug 3, 2025, 10:54 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -179,15 +179,14 @@
179
179
  <nav class="navigation">
180
180
 
181
181
  <div class="nav-section" data-level="0">
182
- <a class="nav-title" href="/README.html" >
183
- <i class="ph ph-house"></i> Documentation
182
+ <a class="nav-title toggle-all-nav expanded" href="#" id="nav-toggle-all" title="Collapse/Expand All">
183
+ <i class="ph ph-caret-down" id="toggle-all-icon"></i> Documentation
184
184
  </a>
185
- <div class="nav-content" >
185
+ <div class="nav-content">
186
186
  <a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
187
187
  <a href="/about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> About Doc Builder</a>
188
188
  <a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Index</a>
189
189
  <a href="/image-modal-test.html" class="nav-item" data-tooltip="This document tests the new image modal functionality in doc-builder."><i class="ph ph-file-text"></i> Image Modal Test</a>
190
- <a href="/test-mermaid-enhanced.html" class="nav-item" data-tooltip="Mermaid Enhanced Styling Test."><i class="ph ph-x-circle" style="color: #dc2626;"></i> Test Mermaid Enhanced</a>
191
190
  <a href="/vercel-cli-setup-guide.html" class="nav-item" data-tooltip="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel Cli Setup Guide</a>
192
191
  <a href="/vercel-first-time-setup-guide.html" class="nav-item" data-tooltip="This guide walks you through the Vercel deployment process when using ."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel First Time Setup Guide</a></div></div>
193
192
  <div class="nav-section" data-level="1">
@@ -294,6 +293,7 @@
294
293
  &quot;authentication&quot;: false,
295
294
  &quot;changelog&quot;: true,
296
295
  &quot;mermaid&quot;: true,
296
+ &quot;mermaidEnhanced&quot;: true,
297
297
  &quot;tooltips&quot;: true,
298
298
  &quot;search&quot;: false,
299
299
  &quot;darkMode&quot;: true,
@@ -377,6 +377,7 @@
377
377
  <li><strong><code>subtleColors</code></strong> - Colored status indicators</li>
378
378
  <li><strong><code>darkMode</code></strong> - Theme switching support</li>
379
379
  <li><strong><code>mermaid</code></strong> - Diagram rendering</li>
380
+ <li><strong><code>mermaidEnhanced</code></strong> - Enhanced diagram styling with rounded corners (v1.9.18+)</li>
380
381
  <li><strong><code>authentication</code></strong> - Private content protection</li>
381
382
  </ul>
382
383
  <h3>Advanced Settings</h3>
@@ -385,6 +386,27 @@
385
386
  <li><strong><code>phosphorSize</code></strong> - Icon size relative to text</li>
386
387
  <li><strong><code>attachmentTypes</code></strong> - File types to copy during build</li>
387
388
  </ul>
389
+ <h2><i style="font-size: 1.2em" class="ph ph-chart-bar" aria-label="chart"></i> Mermaid Diagram Configuration</h2>
390
+ <h3>Enhanced Styling (v1.9.18+)</h3>
391
+ <p>The new <code>mermaidEnhanced</code> feature provides professional diagram styling:</p>
392
+ <pre><code class="language-javascript">features: {
393
+ mermaid: true, // Enable Mermaid diagrams
394
+ mermaidEnhanced: true, // Enhanced styling with rounded corners
395
+ }
396
+ </code></pre>
397
+ <p><strong>Enhanced Features:</strong></p>
398
+ <ul>
399
+ <li><i style="font-size: 1.2em" class="ph ph-palette" aria-label="design"></i> <strong>Rounded corners</strong> (8px radius) on all diagram shapes</li>
400
+ <li><i style="font-size: 1.2em" class="ph ph-palette" aria-label="design"></i> <strong>Notion-inspired color palette</strong> for better visual integration</li>
401
+ <li><i style="font-size: 1.2em" class="ph ph-moon" aria-label="night"></i> <strong>Automatic theme support</strong> for light and dark modes</li>
402
+ <li><i style="font-size: 1.2em" class="ph ph-sparkle" aria-label="special"></i> <strong>Improved spacing</strong> and typography consistency</li>
403
+ </ul>
404
+ <p><strong>To disable enhanced styling:</strong></p>
405
+ <pre><code class="language-javascript">features: {
406
+ mermaid: true,
407
+ mermaidEnhanced: false, // Use default Mermaid styling
408
+ }
409
+ </code></pre>
388
410
  <h2><i style="font-size: 1.2em" class="ph ph-rocket-launch" aria-label="launch"></i> No Manual Editing Required</h2>
389
411
  <p>The beauty of this system is that you typically <strong>never need to manually edit</strong> the config file:</p>
390
412
  <ol>
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-02T07:34:26.225Z",
103
- "dateModified": "2025-08-02T07:34:26.225Z",
102
+ "datePublished": "2025-08-03T10:54:30.097Z",
103
+ "dateModified": "2025-08-03T10:54:30.097Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/guides/documentation-standards.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.18">Last updated: Aug 3, 2025, 10:54 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -179,15 +179,14 @@
179
179
  <nav class="navigation">
180
180
 
181
181
  <div class="nav-section" data-level="0">
182
- <a class="nav-title" href="/README.html" >
183
- <i class="ph ph-house"></i> Documentation
182
+ <a class="nav-title toggle-all-nav expanded" href="#" id="nav-toggle-all" title="Collapse/Expand All">
183
+ <i class="ph ph-caret-down" id="toggle-all-icon"></i> Documentation
184
184
  </a>
185
- <div class="nav-content" >
185
+ <div class="nav-content">
186
186
  <a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
187
187
  <a href="/about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> About Doc Builder</a>
188
188
  <a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Index</a>
189
189
  <a href="/image-modal-test.html" class="nav-item" data-tooltip="This document tests the new image modal functionality in doc-builder."><i class="ph ph-file-text"></i> Image Modal Test</a>
190
- <a href="/test-mermaid-enhanced.html" class="nav-item" data-tooltip="Mermaid Enhanced Styling Test."><i class="ph ph-x-circle" style="color: #dc2626;"></i> Test Mermaid Enhanced</a>
191
190
  <a href="/vercel-cli-setup-guide.html" class="nav-item" data-tooltip="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel Cli Setup Guide</a>
192
191
  <a href="/vercel-first-time-setup-guide.html" class="nav-item" data-tooltip="This guide walks you through the Vercel deployment process when using ."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel First Time Setup Guide</a></div></div>
193
192
  <div class="nav-section" data-level="1">
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-02T07:34:26.228Z",
103
- "dateModified": "2025-08-02T07:34:26.228Z",
102
+ "datePublished": "2025-08-03T10:54:30.116Z",
103
+ "dateModified": "2025-08-03T10:54:30.116Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/guides/html-embedding-guide.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.18">Last updated: Aug 3, 2025, 10:54 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -179,15 +179,14 @@
179
179
  <nav class="navigation">
180
180
 
181
181
  <div class="nav-section" data-level="0">
182
- <a class="nav-title" href="/README.html" >
183
- <i class="ph ph-house"></i> Documentation
182
+ <a class="nav-title toggle-all-nav expanded" href="#" id="nav-toggle-all" title="Collapse/Expand All">
183
+ <i class="ph ph-caret-down" id="toggle-all-icon"></i> Documentation
184
184
  </a>
185
- <div class="nav-content" >
185
+ <div class="nav-content">
186
186
  <a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
187
187
  <a href="/about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> About Doc Builder</a>
188
188
  <a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Index</a>
189
189
  <a href="/image-modal-test.html" class="nav-item" data-tooltip="This document tests the new image modal functionality in doc-builder."><i class="ph ph-file-text"></i> Image Modal Test</a>
190
- <a href="/test-mermaid-enhanced.html" class="nav-item" data-tooltip="Mermaid Enhanced Styling Test."><i class="ph ph-x-circle" style="color: #dc2626;"></i> Test Mermaid Enhanced</a>
191
190
  <a href="/vercel-cli-setup-guide.html" class="nav-item" data-tooltip="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel Cli Setup Guide</a>
192
191
  <a href="/vercel-first-time-setup-guide.html" class="nav-item" data-tooltip="This guide walks you through the Vercel deployment process when using ."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel First Time Setup Guide</a></div></div>
193
192
  <div class="nav-section" data-level="1">
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-02T07:34:26.230Z",
103
- "dateModified": "2025-08-02T07:34:26.230Z",
102
+ "datePublished": "2025-08-03T10:54:30.124Z",
103
+ "dateModified": "2025-08-03T10:54:30.124Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/guides/image-modal-guide.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.18">Last updated: Aug 3, 2025, 10:54 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -179,15 +179,14 @@
179
179
  <nav class="navigation">
180
180
 
181
181
  <div class="nav-section" data-level="0">
182
- <a class="nav-title" href="/README.html" >
183
- <i class="ph ph-house"></i> Documentation
182
+ <a class="nav-title toggle-all-nav expanded" href="#" id="nav-toggle-all" title="Collapse/Expand All">
183
+ <i class="ph ph-caret-down" id="toggle-all-icon"></i> Documentation
184
184
  </a>
185
- <div class="nav-content" >
185
+ <div class="nav-content">
186
186
  <a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
187
187
  <a href="/about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> About Doc Builder</a>
188
188
  <a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Index</a>
189
189
  <a href="/image-modal-test.html" class="nav-item" data-tooltip="This document tests the new image modal functionality in doc-builder."><i class="ph ph-file-text"></i> Image Modal Test</a>
190
- <a href="/test-mermaid-enhanced.html" class="nav-item" data-tooltip="Mermaid Enhanced Styling Test."><i class="ph ph-x-circle" style="color: #dc2626;"></i> Test Mermaid Enhanced</a>
191
190
  <a href="/vercel-cli-setup-guide.html" class="nav-item" data-tooltip="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel Cli Setup Guide</a>
192
191
  <a href="/vercel-first-time-setup-guide.html" class="nav-item" data-tooltip="This guide walks you through the Vercel deployment process when using ."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel First Time Setup Guide</a></div></div>
193
192
  <div class="nav-section" data-level="1">
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-02T07:34:26.232Z",
103
- "dateModified": "2025-08-02T07:34:26.232Z",
102
+ "datePublished": "2025-08-03T10:54:30.130Z",
103
+ "dateModified": "2025-08-03T10:54:30.130Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/guides/phosphor-icons-guide.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.18">Last updated: Aug 3, 2025, 10:54 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -179,15 +179,14 @@
179
179
  <nav class="navigation">
180
180
 
181
181
  <div class="nav-section" data-level="0">
182
- <a class="nav-title" href="/README.html" >
183
- <i class="ph ph-house"></i> Documentation
182
+ <a class="nav-title toggle-all-nav expanded" href="#" id="nav-toggle-all" title="Collapse/Expand All">
183
+ <i class="ph ph-caret-down" id="toggle-all-icon"></i> Documentation
184
184
  </a>
185
- <div class="nav-content" >
185
+ <div class="nav-content">
186
186
  <a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
187
187
  <a href="/about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> About Doc Builder</a>
188
188
  <a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Index</a>
189
189
  <a href="/image-modal-test.html" class="nav-item" data-tooltip="This document tests the new image modal functionality in doc-builder."><i class="ph ph-file-text"></i> Image Modal Test</a>
190
- <a href="/test-mermaid-enhanced.html" class="nav-item" data-tooltip="Mermaid Enhanced Styling Test."><i class="ph ph-x-circle" style="color: #dc2626;"></i> Test Mermaid Enhanced</a>
191
190
  <a href="/vercel-cli-setup-guide.html" class="nav-item" data-tooltip="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel Cli Setup Guide</a>
192
191
  <a href="/vercel-first-time-setup-guide.html" class="nav-item" data-tooltip="This guide walks you through the Vercel deployment process when using ."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel First Time Setup Guide</a></div></div>
193
192
  <div class="nav-section" data-level="1">
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-02T07:34:26.235Z",
103
- "dateModified": "2025-08-02T07:34:26.235Z",
102
+ "datePublished": "2025-08-03T10:54:30.134Z",
103
+ "dateModified": "2025-08-03T10:54:30.134Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/guides/private-directory-authentication-troubleshooting.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.18">Last updated: Aug 3, 2025, 10:54 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -179,15 +179,14 @@
179
179
  <nav class="navigation">
180
180
 
181
181
  <div class="nav-section" data-level="0">
182
- <a class="nav-title" href="/README.html" >
183
- <i class="ph ph-house"></i> Documentation
182
+ <a class="nav-title toggle-all-nav expanded" href="#" id="nav-toggle-all" title="Collapse/Expand All">
183
+ <i class="ph ph-caret-down" id="toggle-all-icon"></i> Documentation
184
184
  </a>
185
- <div class="nav-content" >
185
+ <div class="nav-content">
186
186
  <a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
187
187
  <a href="/about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> About Doc Builder</a>
188
188
  <a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Index</a>
189
189
  <a href="/image-modal-test.html" class="nav-item" data-tooltip="This document tests the new image modal functionality in doc-builder."><i class="ph ph-file-text"></i> Image Modal Test</a>
190
- <a href="/test-mermaid-enhanced.html" class="nav-item" data-tooltip="Mermaid Enhanced Styling Test."><i class="ph ph-x-circle" style="color: #dc2626;"></i> Test Mermaid Enhanced</a>
191
190
  <a href="/vercel-cli-setup-guide.html" class="nav-item" data-tooltip="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel Cli Setup Guide</a>
192
191
  <a href="/vercel-first-time-setup-guide.html" class="nav-item" data-tooltip="This guide walks you through the Vercel deployment process when using ."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel First Time Setup Guide</a></div></div>
193
192
  <div class="nav-section" data-level="1">
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-02T07:34:26.238Z",
103
- "dateModified": "2025-08-02T07:34:26.238Z",
102
+ "datePublished": "2025-08-03T10:54:30.137Z",
103
+ "dateModified": "2025-08-03T10:54:30.137Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/guides/private-directory-authentication.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.18">Last updated: Aug 3, 2025, 10:54 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -179,15 +179,14 @@
179
179
  <nav class="navigation">
180
180
 
181
181
  <div class="nav-section" data-level="0">
182
- <a class="nav-title" href="/README.html" >
183
- <i class="ph ph-house"></i> Documentation
182
+ <a class="nav-title toggle-all-nav expanded" href="#" id="nav-toggle-all" title="Collapse/Expand All">
183
+ <i class="ph ph-caret-down" id="toggle-all-icon"></i> Documentation
184
184
  </a>
185
- <div class="nav-content" >
185
+ <div class="nav-content">
186
186
  <a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
187
187
  <a href="/about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> About Doc Builder</a>
188
188
  <a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Index</a>
189
189
  <a href="/image-modal-test.html" class="nav-item" data-tooltip="This document tests the new image modal functionality in doc-builder."><i class="ph ph-file-text"></i> Image Modal Test</a>
190
- <a href="/test-mermaid-enhanced.html" class="nav-item" data-tooltip="Mermaid Enhanced Styling Test."><i class="ph ph-x-circle" style="color: #dc2626;"></i> Test Mermaid Enhanced</a>
191
190
  <a href="/vercel-cli-setup-guide.html" class="nav-item" data-tooltip="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel Cli Setup Guide</a>
192
191
  <a href="/vercel-first-time-setup-guide.html" class="nav-item" data-tooltip="This guide walks you through the Vercel deployment process when using ."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel First Time Setup Guide</a></div></div>
193
192
  <div class="nav-section" data-level="1">
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-02T07:34:26.240Z",
103
- "dateModified": "2025-08-02T07:34:26.240Z",
102
+ "datePublished": "2025-08-03T10:54:30.141Z",
103
+ "dateModified": "2025-08-03T10:54:30.141Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/guides/public-site-deployment.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.18">Last updated: Aug 3, 2025, 10:54 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -179,15 +179,14 @@
179
179
  <nav class="navigation">
180
180
 
181
181
  <div class="nav-section" data-level="0">
182
- <a class="nav-title" href="/README.html" >
183
- <i class="ph ph-house"></i> Documentation
182
+ <a class="nav-title toggle-all-nav expanded" href="#" id="nav-toggle-all" title="Collapse/Expand All">
183
+ <i class="ph ph-caret-down" id="toggle-all-icon"></i> Documentation
184
184
  </a>
185
- <div class="nav-content" >
185
+ <div class="nav-content">
186
186
  <a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
187
187
  <a href="/about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> About Doc Builder</a>
188
188
  <a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Index</a>
189
189
  <a href="/image-modal-test.html" class="nav-item" data-tooltip="This document tests the new image modal functionality in doc-builder."><i class="ph ph-file-text"></i> Image Modal Test</a>
190
- <a href="/test-mermaid-enhanced.html" class="nav-item" data-tooltip="Mermaid Enhanced Styling Test."><i class="ph ph-x-circle" style="color: #dc2626;"></i> Test Mermaid Enhanced</a>
191
190
  <a href="/vercel-cli-setup-guide.html" class="nav-item" data-tooltip="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel Cli Setup Guide</a>
192
191
  <a href="/vercel-first-time-setup-guide.html" class="nav-item" data-tooltip="This guide walks you through the Vercel deployment process when using ."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel First Time Setup Guide</a></div></div>
193
192
  <div class="nav-section" data-level="1">
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-02T07:34:26.242Z",
103
- "dateModified": "2025-08-02T07:34:26.242Z",
102
+ "datePublished": "2025-08-03T10:54:30.147Z",
103
+ "dateModified": "2025-08-03T10:54:30.147Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/guides/search-engine-verification-guide.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.18">Last updated: Aug 3, 2025, 10:54 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -179,15 +179,14 @@
179
179
  <nav class="navigation">
180
180
 
181
181
  <div class="nav-section" data-level="0">
182
- <a class="nav-title" href="/README.html" >
183
- <i class="ph ph-house"></i> Documentation
182
+ <a class="nav-title toggle-all-nav expanded" href="#" id="nav-toggle-all" title="Collapse/Expand All">
183
+ <i class="ph ph-caret-down" id="toggle-all-icon"></i> Documentation
184
184
  </a>
185
- <div class="nav-content" >
185
+ <div class="nav-content">
186
186
  <a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
187
187
  <a href="/about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> About Doc Builder</a>
188
188
  <a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Index</a>
189
189
  <a href="/image-modal-test.html" class="nav-item" data-tooltip="This document tests the new image modal functionality in doc-builder."><i class="ph ph-file-text"></i> Image Modal Test</a>
190
- <a href="/test-mermaid-enhanced.html" class="nav-item" data-tooltip="Mermaid Enhanced Styling Test."><i class="ph ph-x-circle" style="color: #dc2626;"></i> Test Mermaid Enhanced</a>
191
190
  <a href="/vercel-cli-setup-guide.html" class="nav-item" data-tooltip="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel Cli Setup Guide</a>
192
191
  <a href="/vercel-first-time-setup-guide.html" class="nav-item" data-tooltip="This guide walks you through the Vercel deployment process when using ."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel First Time Setup Guide</a></div></div>
193
192
  <div class="nav-section" data-level="1">
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-02T07:34:26.245Z",
103
- "dateModified": "2025-08-02T07:34:26.245Z",
102
+ "datePublished": "2025-08-03T10:54:30.163Z",
103
+ "dateModified": "2025-08-03T10:54:30.163Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/guides/seo-guide.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.18">Last updated: Aug 3, 2025, 10:54 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -179,15 +179,14 @@
179
179
  <nav class="navigation">
180
180
 
181
181
  <div class="nav-section" data-level="0">
182
- <a class="nav-title" href="/README.html" >
183
- <i class="ph ph-house"></i> Documentation
182
+ <a class="nav-title toggle-all-nav expanded" href="#" id="nav-toggle-all" title="Collapse/Expand All">
183
+ <i class="ph ph-caret-down" id="toggle-all-icon"></i> Documentation
184
184
  </a>
185
- <div class="nav-content" >
185
+ <div class="nav-content">
186
186
  <a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
187
187
  <a href="/about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> About Doc Builder</a>
188
188
  <a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Index</a>
189
189
  <a href="/image-modal-test.html" class="nav-item" data-tooltip="This document tests the new image modal functionality in doc-builder."><i class="ph ph-file-text"></i> Image Modal Test</a>
190
- <a href="/test-mermaid-enhanced.html" class="nav-item" data-tooltip="Mermaid Enhanced Styling Test."><i class="ph ph-x-circle" style="color: #dc2626;"></i> Test Mermaid Enhanced</a>
191
190
  <a href="/vercel-cli-setup-guide.html" class="nav-item" data-tooltip="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel Cli Setup Guide</a>
192
191
  <a href="/vercel-first-time-setup-guide.html" class="nav-item" data-tooltip="This guide walks you through the Vercel deployment process when using ."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel First Time Setup Guide</a></div></div>
193
192
  <div class="nav-section" data-level="1">
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-02T07:34:26.249Z",
103
- "dateModified": "2025-08-02T07:34:26.249Z",
102
+ "datePublished": "2025-08-03T10:54:30.172Z",
103
+ "dateModified": "2025-08-03T10:54:30.172Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/guides/seo-optimization-guide.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.18">Last updated: Aug 3, 2025, 10:54 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -179,15 +179,14 @@
179
179
  <nav class="navigation">
180
180
 
181
181
  <div class="nav-section" data-level="0">
182
- <a class="nav-title" href="/README.html" >
183
- <i class="ph ph-house"></i> Documentation
182
+ <a class="nav-title toggle-all-nav expanded" href="#" id="nav-toggle-all" title="Collapse/Expand All">
183
+ <i class="ph ph-caret-down" id="toggle-all-icon"></i> Documentation
184
184
  </a>
185
- <div class="nav-content" >
185
+ <div class="nav-content">
186
186
  <a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
187
187
  <a href="/about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> About Doc Builder</a>
188
188
  <a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Index</a>
189
189
  <a href="/image-modal-test.html" class="nav-item" data-tooltip="This document tests the new image modal functionality in doc-builder."><i class="ph ph-file-text"></i> Image Modal Test</a>
190
- <a href="/test-mermaid-enhanced.html" class="nav-item" data-tooltip="Mermaid Enhanced Styling Test."><i class="ph ph-x-circle" style="color: #dc2626;"></i> Test Mermaid Enhanced</a>
191
190
  <a href="/vercel-cli-setup-guide.html" class="nav-item" data-tooltip="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel Cli Setup Guide</a>
192
191
  <a href="/vercel-first-time-setup-guide.html" class="nav-item" data-tooltip="This guide walks you through the Vercel deployment process when using ."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel First Time Setup Guide</a></div></div>
193
192
  <div class="nav-section" data-level="1">
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-02T07:34:26.252Z",
103
- "dateModified": "2025-08-02T07:34:26.252Z",
102
+ "datePublished": "2025-08-03T10:54:30.209Z",
103
+ "dateModified": "2025-08-03T10:54:30.209Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/guides/supabase-authentication-complete-guide.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.18">Last updated: Aug 3, 2025, 10:54 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -179,15 +179,14 @@
179
179
  <nav class="navigation">
180
180
 
181
181
  <div class="nav-section" data-level="0">
182
- <a class="nav-title" href="/README.html" >
183
- <i class="ph ph-house"></i> Documentation
182
+ <a class="nav-title toggle-all-nav expanded" href="#" id="nav-toggle-all" title="Collapse/Expand All">
183
+ <i class="ph ph-caret-down" id="toggle-all-icon"></i> Documentation
184
184
  </a>
185
- <div class="nav-content" >
185
+ <div class="nav-content">
186
186
  <a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
187
187
  <a href="/about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> About Doc Builder</a>
188
188
  <a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Index</a>
189
189
  <a href="/image-modal-test.html" class="nav-item" data-tooltip="This document tests the new image modal functionality in doc-builder."><i class="ph ph-file-text"></i> Image Modal Test</a>
190
- <a href="/test-mermaid-enhanced.html" class="nav-item" data-tooltip="Mermaid Enhanced Styling Test."><i class="ph ph-x-circle" style="color: #dc2626;"></i> Test Mermaid Enhanced</a>
191
190
  <a href="/vercel-cli-setup-guide.html" class="nav-item" data-tooltip="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel Cli Setup Guide</a>
192
191
  <a href="/vercel-first-time-setup-guide.html" class="nav-item" data-tooltip="This guide walks you through the Vercel deployment process when using ."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel First Time Setup Guide</a></div></div>
193
192
  <div class="nav-section" data-level="1">