@knowcode/doc-builder 1.9.11 → 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 (46) 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/package.json +1 -1
@@ -6,6 +6,7 @@
6
6
  <meta name="description" content="This guide helps you resolve common issues when using @knowcode/doc-builder. Most problems have simple solutions, and this guide covers the most frequent ones.">
7
7
  <title>Troubleshooting Guide for @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, issues, check">
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.349Z",
102
- "dateModified": "2025-07-29T09:30:31.349Z",
102
+ "datePublished": "2025-07-31T07:08:27.387Z",
103
+ "dateModified": "2025-07-31T07:08:27.387Z",
103
104
  "mainEntityOfPage": {
104
105
  "@type": "WebPage",
105
106
  "@id": "https://doc-builder-delta.vercel.app/guides/troubleshooting-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 active" 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>
@@ -261,10 +265,10 @@
261
265
  <p>The most common issue users face is npx caching an older version of doc-builder.</p>
262
266
  <p><strong>Symptoms:</strong></p>
263
267
  <ul>
264
- <li><i class="ph ph-x-circle" aria-label="error"></i> Running <code>npx @knowcode/doc-builder</code> shows an old version number</li>
265
- <li><i class="ph ph-x-circle" aria-label="error"></i> New features aren&#39;t available despite updating</li>
266
- <li><i class="ph ph-x-circle" aria-label="error"></i> Bug fixes don&#39;t appear to be working</li>
267
- <li><i class="ph ph-x-circle" aria-label="error"></i> Version shown doesn&#39;t match npm registry</li>
268
+ <li><i style="font-size: 1.2em" class="ph ph-x-circle" aria-label="error"></i> Running <code>npx @knowcode/doc-builder</code> shows an old version number</li>
269
+ <li><i style="font-size: 1.2em" class="ph ph-x-circle" aria-label="error"></i> New features aren&#39;t available despite updating</li>
270
+ <li><i style="font-size: 1.2em" class="ph ph-x-circle" aria-label="error"></i> Bug fixes don&#39;t appear to be working</li>
271
+ <li><i style="font-size: 1.2em" class="ph ph-x-circle" aria-label="error"></i> Version shown doesn&#39;t match npm registry</li>
268
272
  </ul>
269
273
  <p><strong>Example:</strong></p>
270
274
  <pre><code class="language-bash">$ npx @knowcode/doc-builder@latest --version
@@ -327,10 +331,10 @@ npx doc-builder deploy # Uses local version
327
331
  </li>
328
332
  <li><p><strong>Ensure correct file extensions:</strong></p>
329
333
  <ul>
330
- <li><i class="ph ph-check-circle" aria-label="checked"></i> <code>README.md</code></li>
331
- <li><i class="ph ph-check-circle" aria-label="checked"></i> <code>guide.md</code></li>
332
- <li><i class="ph ph-x-circle" aria-label="error"></i> <code>README.txt</code></li>
333
- <li><i class="ph ph-x-circle" aria-label="error"></i> <code>guide.markdown</code></li>
334
+ <li><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> <code>README.md</code></li>
335
+ <li><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> <code>guide.md</code></li>
336
+ <li><i style="font-size: 1.2em" class="ph ph-x-circle" aria-label="error"></i> <code>README.txt</code></li>
337
+ <li><i style="font-size: 1.2em" class="ph ph-x-circle" aria-label="error"></i> <code>guide.markdown</code></li>
334
338
  </ul>
335
339
  </li>
336
340
  <li><p><strong>Use custom input directory:</strong></p>
@@ -410,9 +414,9 @@ npx @knowcode/doc-builder@latest set-production-url https://my-docs.vercel.app
410
414
  <ol>
411
415
  <li><p><strong>Check file name:</strong></p>
412
416
  <ul>
413
- <li><i class="ph ph-check-circle" aria-label="checked"></i> <code>doc-builder.config.js</code></li>
414
- <li><i class="ph ph-x-circle" aria-label="error"></i> <code>docbuilder.config.js</code></li>
415
- <li><i class="ph ph-x-circle" aria-label="error"></i> <code>doc-builder-config.js</code></li>
417
+ <li><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> <code>doc-builder.config.js</code></li>
418
+ <li><i style="font-size: 1.2em" class="ph ph-x-circle" aria-label="error"></i> <code>docbuilder.config.js</code></li>
419
+ <li><i style="font-size: 1.2em" class="ph ph-x-circle" aria-label="error"></i> <code>doc-builder-config.js</code></li>
416
420
  </ul>
417
421
  </li>
418
422
  <li><p><strong>Verify export format:</strong></p>
@@ -6,6 +6,7 @@
6
6
  <meta name="description" content="This guide helps Windows users set up the complete AI-powered documentation workflow using Claude Code, @knowcode/doc-builder, and Vercel. Based on real...">
7
7
  <title>Windows Setup Guide for Claude Code &amp; @knowcode...</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, claude, code">
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.354Z",
102
- "dateModified": "2025-07-29T09:30:31.354Z",
102
+ "datePublished": "2025-07-31T07:08:27.392Z",
103
+ "dateModified": "2025-07-31T07:08:27.392Z",
103
104
  "mainEntityOfPage": {
104
105
  "@type": "WebPage",
105
106
  "@id": "https://doc-builder-delta.vercel.app/guides/windows-setup-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 active" 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>
@@ -259,17 +263,17 @@
259
263
  <h2>Quick Prerequisites Overview</h2>
260
264
  <p><strong>Required Accounts:</strong></p>
261
265
  <ul>
262
- <li><i class="ph ph-check-circle" aria-label="checked"></i> <strong>Claude Pro or Max</strong> subscription ($20-200/month) - <a href="https://claude.ai">claude.ai</a></li>
263
- <li><i class="ph ph-check-circle" aria-label="checked"></i> <strong>Vercel</strong> account (free Hobby plan) - <a href="https://vercel.com">vercel.com</a></li>
264
- <li><i class="ph ph-star" aria-label="star"></i> <strong>GitHub</strong> account (optional but recommended) - <a href="https://github.com">github.com</a></li>
266
+ <li><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> <strong>Claude Pro or Max</strong> subscription ($20-200/month) - <a href="https://claude.ai">claude.ai</a></li>
267
+ <li><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> <strong>Vercel</strong> account (free Hobby plan) - <a href="https://vercel.com">vercel.com</a></li>
268
+ <li><i style="font-size: 1.2em" class="ph ph-star" aria-label="star"></i> <strong>GitHub</strong> account (optional but recommended) - <a href="https://github.com">github.com</a></li>
265
269
  </ul>
266
270
  <p><strong>Required Software:</strong></p>
267
271
  <ul>
268
- <li><i class="ph ph-check-circle" aria-label="checked"></i> Windows 10/11 with Administrator access</li>
269
- <li><i class="ph ph-check-circle" aria-label="checked"></i> Node.js 14+ and npm - <a href="https://nodejs.org">nodejs.org</a></li>
270
- <li><i class="ph ph-check-circle" aria-label="checked"></i> Git for Windows - <a href="https://gitforwindows.org">gitforwindows.org</a></li>
271
- <li><i class="ph ph-check-circle" aria-label="checked"></i> PowerShell 5.1+ (included with Windows)</li>
272
- <li><i class="ph ph-star" aria-label="star"></i> Visual Studio Code (recommended) - <a href="https://code.visualstudio.com">code.visualstudio.com</a></li>
272
+ <li><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> Windows 10/11 with Administrator access</li>
273
+ <li><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> Node.js 14+ and npm - <a href="https://nodejs.org">nodejs.org</a></li>
274
+ <li><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> Git for Windows - <a href="https://gitforwindows.org">gitforwindows.org</a></li>
275
+ <li><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> PowerShell 5.1+ (included with Windows)</li>
276
+ <li><i style="font-size: 1.2em" class="ph ph-star" aria-label="star"></i> Visual Studio Code (recommended) - <a href="https://code.visualstudio.com">code.visualstudio.com</a></li>
273
277
  </ul>
274
278
  <h2>Understanding Claude vs Claude Code</h2>
275
279
  <h3>What&#39;s the Difference?</h3>
@@ -364,37 +368,37 @@
364
368
  <td><strong>Windows</strong></td>
365
369
  <td>10 or 11</td>
366
370
  <td>Operating system</td>
367
- <td><i class="ph ph-check-circle" aria-label="checked"></i> Required</td>
371
+ <td><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> Required</td>
368
372
  </tr>
369
373
  <tr>
370
374
  <td><strong>Node.js</strong></td>
371
375
  <td>14.0+</td>
372
376
  <td>JavaScript runtime</td>
373
- <td><i class="ph ph-check-circle" aria-label="checked"></i> Required</td>
377
+ <td><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> Required</td>
374
378
  </tr>
375
379
  <tr>
376
380
  <td><strong>npm</strong></td>
377
381
  <td>(included)</td>
378
382
  <td>Package manager</td>
379
- <td><i class="ph ph-check-circle" aria-label="checked"></i> Required</td>
383
+ <td><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> Required</td>
380
384
  </tr>
381
385
  <tr>
382
386
  <td><strong>Git</strong></td>
383
387
  <td>Latest</td>
384
388
  <td>Version control</td>
385
- <td><i class="ph ph-check-circle" aria-label="checked"></i> Required</td>
389
+ <td><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> Required</td>
386
390
  </tr>
387
391
  <tr>
388
392
  <td><strong>PowerShell</strong></td>
389
393
  <td>5.1+</td>
390
394
  <td>Command line</td>
391
- <td><i class="ph ph-check-circle" aria-label="checked"></i> Required</td>
395
+ <td><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> Required</td>
392
396
  </tr>
393
397
  <tr>
394
398
  <td><strong>VS Code</strong></td>
395
399
  <td>Latest</td>
396
400
  <td>Code editor</td>
397
- <td><i class="ph ph-star" aria-label="star"></i> Recommended</td>
401
+ <td><i style="font-size: 1.2em" class="ph ph-star" aria-label="star"></i> Recommended</td>
398
402
  </tr>
399
403
  </tbody></table>
400
404
  <h3>Administrative Requirements</h3>
@@ -474,7 +478,7 @@
474
478
  </li>
475
479
  </ul>
476
480
  <h2>Step 1: Enable PowerShell Script Execution</h2>
477
- <p><strong><i class="ph ph-warning-circle" aria-label="warning"></i> IMPORTANT</strong>: This must be done FIRST as Administrator</p>
481
+ <p><strong><i style="font-size: 1.2em" class="ph ph-warning-circle" aria-label="warning"></i> IMPORTANT</strong>: This must be done FIRST as Administrator</p>
478
482
  <h3>Open PowerShell as Administrator</h3>
479
483
  <ol>
480
484
  <li>Press <code>Windows + X</code></li>
@@ -496,11 +500,11 @@
496
500
  <li>Go to <a href="https://nodejs.org/en/download/">Node.js Downloads</a></li>
497
501
  <li>Download the <strong>Windows Installer (.msi)</strong> for your system (64-bit recommended)</li>
498
502
  <li>Run the installer with these settings:<ul>
499
- <li><i class="ph ph-check-circle" aria-label="checked"></i> Accept the license agreement</li>
500
- <li><i class="ph ph-check-circle" aria-label="checked"></i> Default installation location</li>
501
- <li><i class="ph ph-check-circle" aria-label="checked"></i> <strong>IMPORTANT</strong>: Ensure &quot;npm package manager&quot; is checked</li>
502
- <li><i class="ph ph-check-circle" aria-label="checked"></i> Add to PATH (should be checked by default)</li>
503
- <li><i class="ph ph-check-circle" aria-label="checked"></i> Automatically install necessary tools (optional but recommended)</li>
503
+ <li><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> Accept the license agreement</li>
504
+ <li><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> Default installation location</li>
505
+ <li><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> <strong>IMPORTANT</strong>: Ensure &quot;npm package manager&quot; is checked</li>
506
+ <li><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> Add to PATH (should be checked by default)</li>
507
+ <li><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> Automatically install necessary tools (optional but recommended)</li>
504
508
  </ul>
505
509
  </li>
506
510
  </ol>
@@ -523,11 +527,11 @@ npm -v
523
527
  <li>Go to <a href="https://gitforwindows.org/">Git for Windows</a></li>
524
528
  <li>Download the installer</li>
525
529
  <li>Run with these recommended settings:<ul>
526
- <li><i class="ph ph-check-circle" aria-label="checked"></i> Use Visual Studio Code as default editor</li>
527
- <li><i class="ph ph-check-circle" aria-label="checked"></i> Git from the command line and also from 3rd-party software</li>
528
- <li><i class="ph ph-check-circle" aria-label="checked"></i> Use bundled OpenSSH</li>
529
- <li><i class="ph ph-check-circle" aria-label="checked"></i> Checkout Windows-style, commit Unix-style line endings</li>
530
- <li><i class="ph ph-check-circle" aria-label="checked"></i> Use Windows&#39; default console window</li>
530
+ <li><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> Use Visual Studio Code as default editor</li>
531
+ <li><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> Git from the command line and also from 3rd-party software</li>
532
+ <li><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> Use bundled OpenSSH</li>
533
+ <li><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> Checkout Windows-style, commit Unix-style line endings</li>
534
+ <li><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> Use Windows&#39; default console window</li>
531
535
  </ul>
532
536
  </li>
533
537
  </ol>
@@ -549,19 +553,19 @@ npm -v
549
553
  <tbody><tr>
550
554
  <td><strong>Free</strong></td>
551
555
  <td>$0/month</td>
552
- <td><i class="ph ph-x-circle" aria-label="error"></i> No access</td>
556
+ <td><i style="font-size: 1.2em" class="ph ph-x-circle" aria-label="error"></i> No access</td>
553
557
  <td>Basic chat only</td>
554
558
  </tr>
555
559
  <tr>
556
560
  <td><strong>Pro</strong></td>
557
561
  <td>$20/month</td>
558
- <td><i class="ph ph-check-circle" aria-label="checked"></i> Full access</td>
562
+ <td><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> Full access</td>
559
563
  <td>Individual developers</td>
560
564
  </tr>
561
565
  <tr>
562
566
  <td><strong>Max</strong></td>
563
567
  <td>$200/month</td>
564
- <td><i class="ph ph-check-circle" aria-label="checked"></i> Full access</td>
568
+ <td><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> Full access</td>
565
569
  <td>Power users, higher limits</td>
566
570
  </tr>
567
571
  </tbody></table>
@@ -743,10 +747,10 @@ vercel login
743
747
  </ol>
744
748
  <p><strong>Solution</strong>:<br>Use a valid project name following these rules:</p>
745
749
  <ul>
746
- <li><strong>Lowercase only</strong>: <code>my-docs</code> <i class="ph ph-check-circle" aria-label="checked"></i>, <code>My-Docs</code> <i class="ph ph-x-circle" aria-label="error"></i></li>
747
- <li><strong>Start with letter</strong>: <code>api-docs</code> <i class="ph ph-check-circle" aria-label="checked"></i>, <code>123-docs</code> <i class="ph ph-x-circle" aria-label="error"></i></li>
750
+ <li><strong>Lowercase only</strong>: <code>my-docs</code> <i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i>, <code>My-Docs</code> <i style="font-size: 1.2em" class="ph ph-x-circle" aria-label="error"></i></li>
751
+ <li><strong>Start with letter</strong>: <code>api-docs</code> <i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i>, <code>123-docs</code> <i style="font-size: 1.2em" class="ph ph-x-circle" aria-label="error"></i></li>
748
752
  <li><strong>Valid characters</strong>: Letters, numbers, <code>.</code>, <code>_</code>, <code>-</code></li>
749
- <li><strong>No triple hyphens</strong>: <code>my-cool-docs</code> <i class="ph ph-check-circle" aria-label="checked"></i>, <code>my---docs</code> <i class="ph ph-x-circle" aria-label="error"></i></li>
753
+ <li><strong>No triple hyphens</strong>: <code>my-cool-docs</code> <i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i>, <code>my---docs</code> <i style="font-size: 1.2em" class="ph ph-x-circle" aria-label="error"></i></li>
750
754
  </ul>
751
755
  <p><strong>Examples of valid names</strong>:</p>
752
756
  <ul>
@@ -6,6 +6,7 @@
6
6
  <meta name="description" content="This document tests the new image modal functionality in doc-builder.">
7
7
  <title>Image Modal Test | @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, image, 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.355Z",
102
- "dateModified": "2025-07-29T09:30:31.355Z",
102
+ "datePublished": "2025-07-31T07:08:27.394Z",
103
+ "dateModified": "2025-07-31T07:08:27.394Z",
103
104
  "mainEntityOfPage": {
104
105
  "@type": "WebPage",
105
106
  "@id": "https://doc-builder-delta.vercel.app/image-modal-test.html"
@@ -132,7 +133,7 @@
132
133
 
133
134
  <div class="header-actions">
134
135
  <div class="deployment-info">
135
- <span class="deployment-date" title="Built with doc-builder v1.9.5">Last updated: Jul 29, 2025, 09:30 AM UTC</span>
136
+ <span class="deployment-date" title="Built with doc-builder v1.9.11">Last updated: Jul 31, 2025, 07:08 AM UTC</span>
136
137
  </div>
137
138
 
138
139
 
@@ -198,6 +199,7 @@
198
199
  <a href="/guides/authentication-default-change.html" class="nav-item" data-tooltip="Starting from version 1.7.4, @knowcode/doc-builder now defaults to no authentication for all documentation sites."><i class="ph ph-file-text"></i> Authentication Default Change</a>
199
200
  <a href="/guides/authentication-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder supports enterprise-grade authentication through Supabase - a secure, scalable authentication platform."><i class="ph ph-check-circle" style="color: #059669;"></i> Authentication Guide</a>
200
201
  <a href="/guides/claude-workflow-guide.html" class="nav-item" data-tooltip="This guide demonstrates an efficient workflow for using Claude Code with a refined CLAUDE.md file to create high-quality documentation and deploy it..."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Claude Workflow Guide</a>
202
+ <a href="/guides/configuration-guide.html" class="nav-item" data-tooltip="This guide explains how @knowcode/doc-builder handles configuration files and settings."><i class="ph ph-check-circle" style="color: #059669;"></i> Configuration Guide</a>
201
203
  <a href="/guides/documentation-standards.html" class="nav-item" data-tooltip="This document defines the documentation standards and conventions for the @knowcode/doc-builder project."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Standards</a>
202
204
  <a href="/guides/html-embedding-guide.html" class="nav-item" data-tooltip="Starting from version 1.9.2, doc-builder treats HTML files ( and ) as attachments that are automatically copied to your output directory during the..."><i class="ph ph-check-circle" style="color: #059669;"></i> Html Embedding Guide</a>
203
205
  <a href="/guides/image-modal-guide.html" class="nav-item" data-tooltip="When users click on any image in your generated documentation, it opens in a professional modal overlay with: Full-screen viewing experience Smooth..."><i class="ph ph-check-circle" style="color: #059669;"></i> Image Modal Guide</a>
@@ -208,6 +210,7 @@
208
210
  <a href="/guides/search-engine-verification-guide.html" class="nav-item" data-tooltip="Search engine verification provides access to powerful webmaster tools:."><i class="ph ph-check-circle" style="color: #059669;"></i> Search Engine Verification Guide</a>
209
211
  <a href="/guides/seo-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features to help your documentation rank better in search results and..."><i class="ph ph-check-circle" style="color: #059669;"></i> Seo Guide</a>
210
212
  <a href="/guides/seo-optimization-guide.html" class="nav-item" data-tooltip="Comprehensive guide to optimizing documentation for search engines. Learn SEO best practices, use built-in features, and improve your rankings."><i class="ph ph-check-circle" style="color: #059669;"></i> Seo Optimization Guide</a>
213
+ <a href="/guides/supabase-authentication-complete-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes built-in Supabase authentication that provides enterprise-grade security with zero configuration."><i class="ph ph-check-circle" style="color: #059669;"></i> Supabase Authentication Complete Guide</a>
211
214
  <a href="/guides/troubleshooting-guide.html" class="nav-item" data-tooltip="This guide helps you resolve common issues when using @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> Troubleshooting Guide</a>
212
215
  <a href="/guides/windows-setup-guide.html" class="nav-item" data-tooltip="This guide helps Windows users set up the complete AI-powered documentation workflow using Claude Code, @knowcode/doc-builder, and Vercel."><i class="ph ph-check-circle" style="color: #059669;"></i> Windows Setup Guide</a></div></div>
213
216
  <div class="nav-section private-nav" data-level="1">
@@ -239,6 +242,7 @@
239
242
  <i class="ph ph-caret-right collapse-icon"></i><i class="ph ph-chat-circle-dots"></i> Prompts
240
243
  </a>
241
244
  <div class="nav-content collapsed" id="nav-prompts-1">
245
+ <a href="/prompts/beautiful-documentation-design.html" class="nav-item" data-tooltip="🎨 Beautiful Documentation Design Guide."><i class="ph ph-check-circle" style="color: #059669;"></i> Beautiful Documentation Design</a>
242
246
  <a href="/prompts/markdown-document-standards.html" class="nav-item" data-tooltip="Detailed introduction to the topic..."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Markdown Document Standards</a></div></div>
243
247
  </nav>
244
248
  <div class="resize-handle"></div>
package/html/index.html CHANGED
@@ -6,6 +6,7 @@
6
6
  <meta name="description" content="&lt;div align=&quot;center&quot;&gt;">
7
7
  <title>@knowcode/doc-builder | @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, width, table">
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.298Z",
102
- "dateModified": "2025-07-29T09:30:31.298Z",
102
+ "datePublished": "2025-07-31T07:08:27.327Z",
103
+ "dateModified": "2025-07-31T07:08:27.327Z",
103
104
  "mainEntityOfPage": {
104
105
  "@type": "WebPage",
105
106
  "@id": "https://doc-builder-delta.vercel.app/README.html"
@@ -132,7 +133,7 @@
132
133
 
133
134
  <div class="header-actions">
134
135
  <div class="deployment-info">
135
- <span class="deployment-date" title="Built with doc-builder v1.9.5">Last updated: Jul 29, 2025, 09:30 AM UTC</span>
136
+ <span class="deployment-date" title="Built with doc-builder v1.9.11">Last updated: Jul 31, 2025, 07:08 AM UTC</span>
136
137
  </div>
137
138
 
138
139
 
@@ -198,6 +199,7 @@
198
199
  <a href="/guides/authentication-default-change.html" class="nav-item" data-tooltip="Starting from version 1.7.4, @knowcode/doc-builder now defaults to no authentication for all documentation sites."><i class="ph ph-file-text"></i> Authentication Default Change</a>
199
200
  <a href="/guides/authentication-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder supports enterprise-grade authentication through Supabase - a secure, scalable authentication platform."><i class="ph ph-check-circle" style="color: #059669;"></i> Authentication Guide</a>
200
201
  <a href="/guides/claude-workflow-guide.html" class="nav-item" data-tooltip="This guide demonstrates an efficient workflow for using Claude Code with a refined CLAUDE.md file to create high-quality documentation and deploy it..."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Claude Workflow Guide</a>
202
+ <a href="/guides/configuration-guide.html" class="nav-item" data-tooltip="This guide explains how @knowcode/doc-builder handles configuration files and settings."><i class="ph ph-check-circle" style="color: #059669;"></i> Configuration Guide</a>
201
203
  <a href="/guides/documentation-standards.html" class="nav-item" data-tooltip="This document defines the documentation standards and conventions for the @knowcode/doc-builder project."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Standards</a>
202
204
  <a href="/guides/html-embedding-guide.html" class="nav-item" data-tooltip="Starting from version 1.9.2, doc-builder treats HTML files ( and ) as attachments that are automatically copied to your output directory during the..."><i class="ph ph-check-circle" style="color: #059669;"></i> Html Embedding Guide</a>
203
205
  <a href="/guides/image-modal-guide.html" class="nav-item" data-tooltip="When users click on any image in your generated documentation, it opens in a professional modal overlay with: Full-screen viewing experience Smooth..."><i class="ph ph-check-circle" style="color: #059669;"></i> Image Modal Guide</a>
@@ -208,6 +210,7 @@
208
210
  <a href="/guides/search-engine-verification-guide.html" class="nav-item" data-tooltip="Search engine verification provides access to powerful webmaster tools:."><i class="ph ph-check-circle" style="color: #059669;"></i> Search Engine Verification Guide</a>
209
211
  <a href="/guides/seo-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features to help your documentation rank better in search results and..."><i class="ph ph-check-circle" style="color: #059669;"></i> Seo Guide</a>
210
212
  <a href="/guides/seo-optimization-guide.html" class="nav-item" data-tooltip="Comprehensive guide to optimizing documentation for search engines. Learn SEO best practices, use built-in features, and improve your rankings."><i class="ph ph-check-circle" style="color: #059669;"></i> Seo Optimization Guide</a>
213
+ <a href="/guides/supabase-authentication-complete-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes built-in Supabase authentication that provides enterprise-grade security with zero configuration."><i class="ph ph-check-circle" style="color: #059669;"></i> Supabase Authentication Complete Guide</a>
211
214
  <a href="/guides/troubleshooting-guide.html" class="nav-item" data-tooltip="This guide helps you resolve common issues when using @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> Troubleshooting Guide</a>
212
215
  <a href="/guides/windows-setup-guide.html" class="nav-item" data-tooltip="This guide helps Windows users set up the complete AI-powered documentation workflow using Claude Code, @knowcode/doc-builder, and Vercel."><i class="ph ph-check-circle" style="color: #059669;"></i> Windows Setup Guide</a></div></div>
213
216
  <div class="nav-section private-nav" data-level="1">
@@ -239,6 +242,7 @@
239
242
  <i class="ph ph-caret-right collapse-icon"></i><i class="ph ph-chat-circle-dots"></i> Prompts
240
243
  </a>
241
244
  <div class="nav-content" id="nav-prompts-1">
245
+ <a href="/prompts/beautiful-documentation-design.html" class="nav-item" data-tooltip="🎨 Beautiful Documentation Design Guide."><i class="ph ph-check-circle" style="color: #059669;"></i> Beautiful Documentation Design</a>
242
246
  <a href="/prompts/markdown-document-standards.html" class="nav-item" data-tooltip="Detailed introduction to the topic..."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Markdown Document Standards</a></div></div>
243
247
  </nav>
244
248
  <div class="resize-handle"></div>
@@ -254,26 +258,26 @@
254
258
  <p>Transform your markdown documentation into beautiful, searchable websites with Notion-inspired styling</p>
255
259
  </blockquote>
256
260
  <p><a href="https://www.npmjs.com/package/@knowcode/doc-builder"><img src="https://img.shields.io/npm/v/@knowcode/doc-builder" alt="npm version"></a><br><a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT"></a></p>
257
- <h3><i class="ph ph-rocket-launch" aria-label="launch"></i> Quick Start</h3>
261
+ <h3><i style="font-size: 1.2em" class="ph ph-rocket-launch" aria-label="launch"></i> Quick Start</h3>
258
262
  <pre><code class="language-bash">npx @knowcode/doc-builder@latest deploy
259
263
  </code></pre>
260
264
  <p><a href="https://doc-builder-delta.vercel.app"><strong>You are looking at a demo</strong></a> | <a href="https://www.npmjs.com/package/@knowcode/doc-builder"><strong>NPM Package</strong></a> | <a href="https://github.com/wapdat/doc-builder"><strong>GitHub</strong></a></p>
261
265
  </div>
262
266
 
263
267
  <hr>
264
- <h2><i class="ph ph-sparkle" aria-label="special"></i> Features</h2>
268
+ <h2><i style="font-size: 1.2em" class="ph ph-sparkle" aria-label="special"></i> Features</h2>
265
269
  <table>
266
270
  <tr>
267
271
  <td width="50%">
268
272
 
269
- <h3><i class="ph ph-palette" aria-label="design"></i> Design &amp; UX</h3>
273
+ <h3><i style="font-size: 1.2em" class="ph ph-palette" aria-label="design"></i> Design &amp; UX</h3>
270
274
  <ul>
271
275
  <li><strong>Notion-inspired UI</strong> - Clean, modern interface</li>
272
276
  <li><strong>Dark mode support</strong> - Automatic theme switching</li>
273
277
  <li><strong>Responsive layout</strong> - Perfect on any device</li>
274
278
  <li><strong>Syntax highlighting</strong> - Beautiful code blocks</li>
275
279
  </ul>
276
- <h3><i class="ph ph-magnifying-glass" aria-label="search"></i> Navigation</h3>
280
+ <h3><i style="font-size: 1.2em" class="ph ph-magnifying-glass" aria-label="search"></i> Navigation</h3>
277
281
  <ul>
278
282
  <li><strong>Full-text search</strong> - Find anything instantly</li>
279
283
  <li><strong>Smart navigation</strong> - Hierarchical structure</li>
@@ -283,14 +287,14 @@
283
287
  </td>
284
288
  <td width="50%">
285
289
 
286
- <h3><i class="ph ph-chart-bar" aria-label="chart"></i> Content Support</h3>
290
+ <h3><i style="font-size: 1.2em" class="ph ph-chart-bar" aria-label="chart"></i> Content Support</h3>
287
291
  <ul>
288
292
  <li><strong>Mermaid diagrams</strong> - Visual documentation</li>
289
293
  <li><strong>GitHub markdown</strong> - Full GFM support</li>
290
294
  <li><strong>Interactive tooltips</strong> - Document previews</li>
291
295
  <li><strong>Version tracking</strong> - Build metadata</li>
292
296
  </ul>
293
- <h3><i class="ph ph-rocket-launch" aria-label="launch"></i> Deployment</h3>
297
+ <h3><i style="font-size: 1.2em" class="ph ph-rocket-launch" aria-label="launch"></i> Deployment</h3>
294
298
  <ul>
295
299
  <li><strong>One-command deploy</strong> - Push to Vercel</li>
296
300
  <li><strong>Static generation</strong> - Fast &amp; secure</li>
@@ -301,7 +305,7 @@
301
305
  </tr>
302
306
  </table>
303
307
 
304
- <h2><i class="ph ph-target" aria-label="goal"></i> Use Cases</h2>
308
+ <h2><i style="font-size: 1.2em" class="ph ph-target" aria-label="goal"></i> Use Cases</h2>
305
309
  <table>
306
310
  <tr>
307
311
  <td width="25%">
@@ -327,7 +331,7 @@
327
331
  </tr>
328
332
  </table>
329
333
 
330
- <h2><i class="ph ph-gear-six" aria-label="tools"></i> Simple Workflow</h2>
334
+ <h2><i style="font-size: 1.2em" class="ph ph-gear-six" aria-label="tools"></i> Simple Workflow</h2>
331
335
  <table>
332
336
  <tr>
333
337
  <td width="50%">
@@ -347,8 +351,15 @@
347
351
  </tr>
348
352
  </table>
349
353
 
350
- <h2><i class="ph ph-gear" aria-label="settings"></i> Configuration</h2>
354
+ <h2><i style="font-size: 1.2em" class="ph ph-gear" aria-label="settings"></i> Configuration</h2>
351
355
  <p>Configuration is fully managed through the CLI tools - no manual file editing required! The tool handles all settings automatically during setup and deployment.</p>
356
+ <h3><i style="font-size: 1.2em" class="ph ph-arrows-clockwise" aria-label="refresh"></i> Auto-Configuration</h3>
357
+ <ul>
358
+ <li><strong>Auto-creation</strong>: If no <code>doc-builder.config.js</code> exists, one is created with all default settings</li>
359
+ <li><strong>Auto-update</strong>: When upgrading versions, new features are automatically added to your config</li>
360
+ <li><strong>Safe migration</strong>: Your customizations are preserved while adding new defaults</li>
361
+ <li><strong>Backup protection</strong>: Config files are backed up before major updates</li>
362
+ </ul>
352
363
  <table>
353
364
  <tr>
354
365
  <td width="50%">
@@ -382,7 +393,7 @@ features: {
382
393
  </tr>
383
394
  </table>
384
395
 
385
- <h2><i class="ph ph-chart-bar" aria-label="chart"></i> Rich Content Examples</h2>
396
+ <h2><i style="font-size: 1.2em" class="ph ph-chart-bar" aria-label="chart"></i> Rich Content Examples</h2>
386
397
  <table>
387
398
  <tr>
388
399
  <td width="50%">
@@ -413,12 +424,12 @@ docBuilder.build({
413
424
  </tr>
414
425
  </table>
415
426
 
416
- <h2><i class="ph ph-star-four" aria-label="sparkle"></i> Why Choose doc-builder?</h2>
427
+ <h2><i style="font-size: 1.2em" class="ph ph-star-four" aria-label="sparkle"></i> Why Choose doc-builder?</h2>
417
428
  <table>
418
429
  <tr>
419
430
  <td width="33%">
420
431
 
421
- <h3><i class="ph ph-rocket-launch" aria-label="launch"></i> Performance</h3>
432
+ <h3><i style="font-size: 1.2em" class="ph ph-rocket-launch" aria-label="launch"></i> Performance</h3>
422
433
  <ul>
423
434
  <li><strong>Lightning fast</strong> - Static generation</li>
424
435
  <li><strong>SEO optimized</strong> - Search friendly</li>
@@ -427,7 +438,7 @@ docBuilder.build({
427
438
  </td>
428
439
  <td width="33%">
429
440
 
430
- <h3><i class="ph ph-gear-six" aria-label="tools"></i> Developer Experience</h3>
441
+ <h3><i style="font-size: 1.2em" class="ph ph-gear-six" aria-label="tools"></i> Developer Experience</h3>
431
442
  <ul>
432
443
  <li><strong>Zero config</strong> - Works instantly</li>
433
444
  <li><strong>Version control</strong> - Git-friendly</li>
@@ -436,7 +447,7 @@ docBuilder.build({
436
447
  </td>
437
448
  <td width="33%">
438
449
 
439
- <h3><i class="ph ph-money" aria-label="money"></i> Cost Effective</h3>
450
+ <h3><i style="font-size: 1.2em" class="ph ph-money" aria-label="money"></i> Cost Effective</h3>
440
451
  <ul>
441
452
  <li><strong>Free hosting</strong> - Vercel free tier</li>
442
453
  <li><strong>No vendor lock-in</strong> - Your content</li>
@@ -446,7 +457,7 @@ docBuilder.build({
446
457
  </tr>
447
458
  </table>
448
459
 
449
- <h2><i class="ph ph-handshake" aria-label="partnership"></i> Get Involved</h2>
460
+ <h2><i style="font-size: 1.2em" class="ph ph-handshake" aria-label="partnership"></i> Get Involved</h2>
450
461
  <table>
451
462
  <tr>
452
463
  <td width="50%">
@@ -455,10 +466,10 @@ docBuilder.build({
455
466
  <p>We welcome contributions! Check our <a href="https://github.com/wapdat/doc-builder">contribution guide</a> to get started.</p>
456
467
  <p><strong>Ways to help:</strong></p>
457
468
  <ul>
458
- <li><i class="ph ph-bug" aria-label="bug"></i> Report bugs</li>
459
- <li><i class="ph ph-lightbulb" aria-label="idea"></i> Suggest features</li>
460
- <li><i class="ph ph-note-pencil" aria-label="edit"></i> Improve docs</li>
461
- <li><i class="ph ph-wrench" aria-label="settings"></i> Submit PRs</li>
469
+ <li><i style="font-size: 1.2em" class="ph ph-bug" aria-label="bug"></i> Report bugs</li>
470
+ <li><i style="font-size: 1.2em" class="ph ph-lightbulb" aria-label="idea"></i> Suggest features</li>
471
+ <li><i style="font-size: 1.2em" class="ph ph-note-pencil" aria-label="edit"></i> Improve docs</li>
472
+ <li><i style="font-size: 1.2em" class="ph ph-wrench" aria-label="settings"></i> Submit PRs</li>
462
473
  </ul>
463
474
  </td>
464
475
  <td width="50%">
@@ -467,10 +478,10 @@ docBuilder.build({
467
478
  <p>Join our growing community of documentation enthusiasts!</p>
468
479
  <p><strong>Connect with us:</strong></p>
469
480
  <ul>
470
- <li><i class="ph ph-package" aria-label="package"></i> <a href="https://www.npmjs.com/package/@knowcode/doc-builder">NPM Package</a></li>
471
- <li><i class="ph ph-github-logo" aria-label="github"></i> <a href="https://github.com/wapdat/doc-builder">GitHub Repo</a></li>
472
- <li><i class="ph ph-globe" aria-label="global"></i> <a href="https://knowcode.com">Website</a></li>
473
- <li><i class="ph ph-chat-circle" aria-label="chat"></i> <a href="https://github.com/wapdat/doc-builder/discussions">Discussions</a></li>
481
+ <li><i style="font-size: 1.2em" class="ph ph-package" aria-label="package"></i> <a href="https://www.npmjs.com/package/@knowcode/doc-builder">NPM Package</a></li>
482
+ <li><i style="font-size: 1.2em" class="ph ph-github-logo" aria-label="github"></i> <a href="https://github.com/wapdat/doc-builder">GitHub Repo</a></li>
483
+ <li><i style="font-size: 1.2em" class="ph ph-globe" aria-label="global"></i> <a href="https://knowcode.com">Website</a></li>
484
+ <li><i style="font-size: 1.2em" class="ph ph-chat-circle" aria-label="chat"></i> <a href="https://github.com/wapdat/doc-builder/discussions">Discussions</a></li>
474
485
  </ul>
475
486
  </td>
476
487
  </tr>
@@ -479,8 +490,8 @@ docBuilder.build({
479
490
  <hr>
480
491
  <div align="center">
481
492
 
482
- <h3><i class="ph ph-note-pencil" aria-label="edit"></i> License: MIT © KnowCode</h3>
483
- <p>Built with <i class="ph ph-heart" aria-label="love"></i> by developers, for developers</p>
493
+ <h3><i style="font-size: 1.2em" class="ph ph-note-pencil" aria-label="edit"></i> License: MIT © KnowCode</h3>
494
+ <p>Built with <i style="font-size: 1.2em" class="ph ph-heart" aria-label="love"></i> by developers, for developers</p>
484
495
  <p><a href="https://www.npmjs.com/package/@knowcode/doc-builder"><strong>Get Started</strong></a> | <a href="https://doc-builder-delta.vercel.app"><strong>You are looking at a demo</strong></a> | <a href="https://github.com/wapdat/doc-builder"><strong>Star on GitHub</strong></a></p>
485
496
  </div>
486
497