@knowcode/doc-builder 1.9.28 → 1.9.30

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 (84) hide show
  1. package/assets/js/main.js +21 -3
  2. package/doc-builder.config.js +1 -1
  3. package/doc-builder.config.js.backup.1755034500990 +126 -0
  4. package/doc-builder.config.js.backup.1755034809236 +126 -0
  5. package/html/README.html +3 -3
  6. package/html/about-doc-builder.html +3 -3
  7. package/html/documentation-index.html +3 -3
  8. package/html/guides/authentication-default-change.html +3 -3
  9. package/html/guides/authentication-guide.html +3 -3
  10. package/html/guides/claude-workflow-guide.html +3 -3
  11. package/html/guides/configuration-guide.html +3 -3
  12. package/html/guides/documentation-standards.html +3 -3
  13. package/html/guides/html-embedding-guide.html +3 -3
  14. package/html/guides/image-modal-guide.html +3 -3
  15. package/html/guides/phosphor-icons-guide.html +3 -3
  16. package/html/guides/private-directory-authentication-troubleshooting.html +3 -3
  17. package/html/guides/private-directory-authentication.html +3 -3
  18. package/html/guides/public-site-deployment.html +3 -3
  19. package/html/guides/search-engine-verification-guide.html +3 -3
  20. package/html/guides/seo-guide.html +3 -3
  21. package/html/guides/seo-optimization-guide.html +3 -3
  22. package/html/guides/supabase-authentication-complete-guide.html +3 -3
  23. package/html/guides/troubleshooting-guide.html +3 -3
  24. package/html/guides/windows-setup-guide.html +3 -3
  25. package/html/image-modal-test.html +3 -3
  26. package/html/index.html +3 -3
  27. package/html/js/main.js +21 -3
  28. package/html/private/cache-control-anti-pattern.html +3 -3
  29. package/html/private/launch/README.html +3 -3
  30. package/html/private/launch/auth-cleanup-summary.html +3 -3
  31. package/html/private/launch/bubble-plugin-specification.html +3 -3
  32. package/html/private/launch/go-to-market-strategy.html +3 -3
  33. package/html/private/launch/launch-announcements.html +3 -3
  34. package/html/private/launch/vercel-deployment-auth-setup.html +3 -3
  35. package/html/private/next-steps-walkthrough.html +3 -3
  36. package/html/private/supabase-auth-implementation-completed.html +3 -3
  37. package/html/private/supabase-auth-implementation-plan.html +3 -3
  38. package/html/private/supabase-auth-integration-plan.html +3 -3
  39. package/html/private/supabase-auth-setup-guide.html +3 -3
  40. package/html/private/test-private-doc.html +3 -3
  41. package/html/private/user-management-tooling.html +3 -3
  42. package/html/prompts/beautiful-documentation-design.html +3 -3
  43. package/html/prompts/markdown-document-standards.html +3 -3
  44. package/html/prompts/project-rename-strategy-sasha-publish.html +3 -3
  45. package/html/sitemap.xml +59 -59
  46. package/html/test-questions/how-does-it-work%3F.html +3 -3
  47. package/html/test-questions/step-1%3A%20getting-started.html +3 -3
  48. package/html/test-questions/what-is-the-purpose.html +3 -3
  49. package/html/vercel-cli-setup-guide.html +3 -3
  50. package/html/vercel-first-time-setup-guide.html +3 -3
  51. package/html-static/README.html +14 -4
  52. package/html-static/about-doc-builder.html +14 -4
  53. package/html-static/documentation-index.html +14 -4
  54. package/html-static/guides/authentication-default-change.html +14 -4
  55. package/html-static/guides/authentication-guide.html +14 -4
  56. package/html-static/guides/claude-workflow-guide.html +14 -4
  57. package/html-static/guides/configuration-guide.html +14 -4
  58. package/html-static/guides/documentation-standards.html +14 -4
  59. package/html-static/guides/html-embedding-guide.html +14 -4
  60. package/html-static/guides/image-modal-guide.html +14 -4
  61. package/html-static/guides/phosphor-icons-guide.html +14 -4
  62. package/html-static/guides/private-directory-authentication-troubleshooting.html +14 -4
  63. package/html-static/guides/private-directory-authentication.html +14 -4
  64. package/html-static/guides/public-site-deployment.html +14 -4
  65. package/html-static/guides/search-engine-verification-guide.html +14 -4
  66. package/html-static/guides/seo-guide.html +14 -4
  67. package/html-static/guides/seo-optimization-guide.html +14 -4
  68. package/html-static/guides/supabase-authentication-complete-guide.html +14 -4
  69. package/html-static/guides/troubleshooting-guide.html +14 -4
  70. package/html-static/guides/windows-setup-guide.html +14 -4
  71. package/html-static/image-modal-test.html +14 -4
  72. package/html-static/index.html +14 -4
  73. package/html-static/js/main.js +21 -3
  74. package/html-static/prompts/beautiful-documentation-design.html +14 -4
  75. package/html-static/prompts/markdown-document-standards.html +14 -4
  76. package/html-static/prompts/project-rename-strategy-sasha-publish.html +14 -4
  77. package/html-static/sitemap.xml +32 -32
  78. package/html-static/test-questions/how-does-it-work%3F.html +14 -4
  79. package/html-static/test-questions/step-1%3A%20getting-started.html +14 -4
  80. package/html-static/test-questions/what-is-the-purpose.html +14 -4
  81. package/html-static/vercel-cli-setup-guide.html +14 -4
  82. package/html-static/vercel-first-time-setup-guide.html +14 -4
  83. package/lib/core-builder.js +18 -1
  84. package/package.json +1 -1
@@ -230,8 +230,8 @@
230
230
  "name": "Knowcode Ltd",
231
231
  "url": "https://knowcode.tech"
232
232
  },
233
- "datePublished": "2025-08-12T20:49:06.707Z",
234
- "dateModified": "2025-08-12T20:49:06.707Z",
233
+ "datePublished": "2025-08-12T21:40:09.496Z",
234
+ "dateModified": "2025-08-12T21:40:09.496Z",
235
235
  "mainEntityOfPage": {
236
236
  "@type": "WebPage",
237
237
  "@id": "https://doc-builder-delta.vercel.app/guides/authentication-default-change.html"
@@ -268,8 +268,18 @@
268
268
 
269
269
 
270
270
  <!-- Breadcrumbs -->
271
- <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 08:49 PM UTC" data-doc-builder-version="1.9.27">
272
- <!-- Breadcrumbs will be generated by JavaScript -->
271
+ <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 09:40 PM UTC" data-doc-builder-version="1.9.29">
272
+
273
+ <!-- Pre-rendered breadcrumb content for static builds -->
274
+ <div class="breadcrumbs-content breadcrumbs-homepage">
275
+ <div class="breadcrumbs-right">
276
+ <span class="breadcrumb-date" title="Built with doc-builder v1.9.29">Last updated: Aug 12, 2025, 09:40 PM UTC</span>
277
+ <button class="breadcrumb-pdf-btn" onclick="if(typeof exportToPDF !== 'undefined') exportToPDF(); else window.print();" title="Export to PDF" aria-label="Export to PDF">
278
+ <i class="fas fa-file-pdf"></i>
279
+ </button>
280
+ </div>
281
+ </div>
282
+
273
283
  </nav>
274
284
 
275
285
  <!-- Main Content -->
@@ -230,8 +230,8 @@
230
230
  "name": "Knowcode Ltd",
231
231
  "url": "https://knowcode.tech"
232
232
  },
233
- "datePublished": "2025-08-12T20:49:06.709Z",
234
- "dateModified": "2025-08-12T20:49:06.709Z",
233
+ "datePublished": "2025-08-12T21:40:09.498Z",
234
+ "dateModified": "2025-08-12T21:40:09.498Z",
235
235
  "mainEntityOfPage": {
236
236
  "@type": "WebPage",
237
237
  "@id": "https://doc-builder-delta.vercel.app/guides/authentication-guide.html"
@@ -268,8 +268,18 @@
268
268
 
269
269
 
270
270
  <!-- Breadcrumbs -->
271
- <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 08:49 PM UTC" data-doc-builder-version="1.9.27">
272
- <!-- Breadcrumbs will be generated by JavaScript -->
271
+ <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 09:40 PM UTC" data-doc-builder-version="1.9.29">
272
+
273
+ <!-- Pre-rendered breadcrumb content for static builds -->
274
+ <div class="breadcrumbs-content breadcrumbs-homepage">
275
+ <div class="breadcrumbs-right">
276
+ <span class="breadcrumb-date" title="Built with doc-builder v1.9.29">Last updated: Aug 12, 2025, 09:40 PM UTC</span>
277
+ <button class="breadcrumb-pdf-btn" onclick="if(typeof exportToPDF !== 'undefined') exportToPDF(); else window.print();" title="Export to PDF" aria-label="Export to PDF">
278
+ <i class="fas fa-file-pdf"></i>
279
+ </button>
280
+ </div>
281
+ </div>
282
+
273
283
  </nav>
274
284
 
275
285
  <!-- Main Content -->
@@ -230,8 +230,8 @@
230
230
  "name": "Knowcode Ltd",
231
231
  "url": "https://knowcode.tech"
232
232
  },
233
- "datePublished": "2025-08-12T20:49:06.712Z",
234
- "dateModified": "2025-08-12T20:49:06.712Z",
233
+ "datePublished": "2025-08-12T21:40:09.501Z",
234
+ "dateModified": "2025-08-12T21:40:09.501Z",
235
235
  "mainEntityOfPage": {
236
236
  "@type": "WebPage",
237
237
  "@id": "https://doc-builder-delta.vercel.app/guides/claude-workflow-guide.html"
@@ -268,8 +268,18 @@
268
268
 
269
269
 
270
270
  <!-- Breadcrumbs -->
271
- <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 08:49 PM UTC" data-doc-builder-version="1.9.27">
272
- <!-- Breadcrumbs will be generated by JavaScript -->
271
+ <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 09:40 PM UTC" data-doc-builder-version="1.9.29">
272
+
273
+ <!-- Pre-rendered breadcrumb content for static builds -->
274
+ <div class="breadcrumbs-content breadcrumbs-homepage">
275
+ <div class="breadcrumbs-right">
276
+ <span class="breadcrumb-date" title="Built with doc-builder v1.9.29">Last updated: Aug 12, 2025, 09:40 PM UTC</span>
277
+ <button class="breadcrumb-pdf-btn" onclick="if(typeof exportToPDF !== 'undefined') exportToPDF(); else window.print();" title="Export to PDF" aria-label="Export to PDF">
278
+ <i class="fas fa-file-pdf"></i>
279
+ </button>
280
+ </div>
281
+ </div>
282
+
273
283
  </nav>
274
284
 
275
285
  <!-- Main Content -->
@@ -230,8 +230,8 @@
230
230
  "name": "Knowcode Ltd",
231
231
  "url": "https://knowcode.tech"
232
232
  },
233
- "datePublished": "2025-08-12T20:49:06.714Z",
234
- "dateModified": "2025-08-12T20:49:06.714Z",
233
+ "datePublished": "2025-08-12T21:40:09.505Z",
234
+ "dateModified": "2025-08-12T21:40:09.505Z",
235
235
  "mainEntityOfPage": {
236
236
  "@type": "WebPage",
237
237
  "@id": "https://doc-builder-delta.vercel.app/guides/configuration-guide.html"
@@ -268,8 +268,18 @@
268
268
 
269
269
 
270
270
  <!-- Breadcrumbs -->
271
- <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 08:49 PM UTC" data-doc-builder-version="1.9.27">
272
- <!-- Breadcrumbs will be generated by JavaScript -->
271
+ <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 09:40 PM UTC" data-doc-builder-version="1.9.29">
272
+
273
+ <!-- Pre-rendered breadcrumb content for static builds -->
274
+ <div class="breadcrumbs-content breadcrumbs-homepage">
275
+ <div class="breadcrumbs-right">
276
+ <span class="breadcrumb-date" title="Built with doc-builder v1.9.29">Last updated: Aug 12, 2025, 09:40 PM UTC</span>
277
+ <button class="breadcrumb-pdf-btn" onclick="if(typeof exportToPDF !== 'undefined') exportToPDF(); else window.print();" title="Export to PDF" aria-label="Export to PDF">
278
+ <i class="fas fa-file-pdf"></i>
279
+ </button>
280
+ </div>
281
+ </div>
282
+
273
283
  </nav>
274
284
 
275
285
  <!-- Main Content -->
@@ -230,8 +230,8 @@
230
230
  "name": "Knowcode Ltd",
231
231
  "url": "https://knowcode.tech"
232
232
  },
233
- "datePublished": "2025-08-12T20:49:06.716Z",
234
- "dateModified": "2025-08-12T20:49:06.716Z",
233
+ "datePublished": "2025-08-12T21:40:09.509Z",
234
+ "dateModified": "2025-08-12T21:40:09.509Z",
235
235
  "mainEntityOfPage": {
236
236
  "@type": "WebPage",
237
237
  "@id": "https://doc-builder-delta.vercel.app/guides/documentation-standards.html"
@@ -268,8 +268,18 @@
268
268
 
269
269
 
270
270
  <!-- Breadcrumbs -->
271
- <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 08:49 PM UTC" data-doc-builder-version="1.9.27">
272
- <!-- Breadcrumbs will be generated by JavaScript -->
271
+ <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 09:40 PM UTC" data-doc-builder-version="1.9.29">
272
+
273
+ <!-- Pre-rendered breadcrumb content for static builds -->
274
+ <div class="breadcrumbs-content breadcrumbs-homepage">
275
+ <div class="breadcrumbs-right">
276
+ <span class="breadcrumb-date" title="Built with doc-builder v1.9.29">Last updated: Aug 12, 2025, 09:40 PM UTC</span>
277
+ <button class="breadcrumb-pdf-btn" onclick="if(typeof exportToPDF !== 'undefined') exportToPDF(); else window.print();" title="Export to PDF" aria-label="Export to PDF">
278
+ <i class="fas fa-file-pdf"></i>
279
+ </button>
280
+ </div>
281
+ </div>
282
+
273
283
  </nav>
274
284
 
275
285
  <!-- Main Content -->
@@ -230,8 +230,8 @@
230
230
  "name": "Knowcode Ltd",
231
231
  "url": "https://knowcode.tech"
232
232
  },
233
- "datePublished": "2025-08-12T20:49:06.717Z",
234
- "dateModified": "2025-08-12T20:49:06.717Z",
233
+ "datePublished": "2025-08-12T21:40:09.511Z",
234
+ "dateModified": "2025-08-12T21:40:09.511Z",
235
235
  "mainEntityOfPage": {
236
236
  "@type": "WebPage",
237
237
  "@id": "https://doc-builder-delta.vercel.app/guides/html-embedding-guide.html"
@@ -268,8 +268,18 @@
268
268
 
269
269
 
270
270
  <!-- Breadcrumbs -->
271
- <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 08:49 PM UTC" data-doc-builder-version="1.9.27">
272
- <!-- Breadcrumbs will be generated by JavaScript -->
271
+ <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 09:40 PM UTC" data-doc-builder-version="1.9.29">
272
+
273
+ <!-- Pre-rendered breadcrumb content for static builds -->
274
+ <div class="breadcrumbs-content breadcrumbs-homepage">
275
+ <div class="breadcrumbs-right">
276
+ <span class="breadcrumb-date" title="Built with doc-builder v1.9.29">Last updated: Aug 12, 2025, 09:40 PM UTC</span>
277
+ <button class="breadcrumb-pdf-btn" onclick="if(typeof exportToPDF !== 'undefined') exportToPDF(); else window.print();" title="Export to PDF" aria-label="Export to PDF">
278
+ <i class="fas fa-file-pdf"></i>
279
+ </button>
280
+ </div>
281
+ </div>
282
+
273
283
  </nav>
274
284
 
275
285
  <!-- Main Content -->
@@ -230,8 +230,8 @@
230
230
  "name": "Knowcode Ltd",
231
231
  "url": "https://knowcode.tech"
232
232
  },
233
- "datePublished": "2025-08-12T20:49:06.719Z",
234
- "dateModified": "2025-08-12T20:49:06.719Z",
233
+ "datePublished": "2025-08-12T21:40:09.513Z",
234
+ "dateModified": "2025-08-12T21:40:09.513Z",
235
235
  "mainEntityOfPage": {
236
236
  "@type": "WebPage",
237
237
  "@id": "https://doc-builder-delta.vercel.app/guides/image-modal-guide.html"
@@ -268,8 +268,18 @@
268
268
 
269
269
 
270
270
  <!-- Breadcrumbs -->
271
- <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 08:49 PM UTC" data-doc-builder-version="1.9.27">
272
- <!-- Breadcrumbs will be generated by JavaScript -->
271
+ <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 09:40 PM UTC" data-doc-builder-version="1.9.29">
272
+
273
+ <!-- Pre-rendered breadcrumb content for static builds -->
274
+ <div class="breadcrumbs-content breadcrumbs-homepage">
275
+ <div class="breadcrumbs-right">
276
+ <span class="breadcrumb-date" title="Built with doc-builder v1.9.29">Last updated: Aug 12, 2025, 09:40 PM UTC</span>
277
+ <button class="breadcrumb-pdf-btn" onclick="if(typeof exportToPDF !== 'undefined') exportToPDF(); else window.print();" title="Export to PDF" aria-label="Export to PDF">
278
+ <i class="fas fa-file-pdf"></i>
279
+ </button>
280
+ </div>
281
+ </div>
282
+
273
283
  </nav>
274
284
 
275
285
  <!-- Main Content -->
@@ -230,8 +230,8 @@
230
230
  "name": "Knowcode Ltd",
231
231
  "url": "https://knowcode.tech"
232
232
  },
233
- "datePublished": "2025-08-12T20:49:06.721Z",
234
- "dateModified": "2025-08-12T20:49:06.721Z",
233
+ "datePublished": "2025-08-12T21:40:09.515Z",
234
+ "dateModified": "2025-08-12T21:40:09.515Z",
235
235
  "mainEntityOfPage": {
236
236
  "@type": "WebPage",
237
237
  "@id": "https://doc-builder-delta.vercel.app/guides/phosphor-icons-guide.html"
@@ -268,8 +268,18 @@
268
268
 
269
269
 
270
270
  <!-- Breadcrumbs -->
271
- <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 08:49 PM UTC" data-doc-builder-version="1.9.27">
272
- <!-- Breadcrumbs will be generated by JavaScript -->
271
+ <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 09:40 PM UTC" data-doc-builder-version="1.9.29">
272
+
273
+ <!-- Pre-rendered breadcrumb content for static builds -->
274
+ <div class="breadcrumbs-content breadcrumbs-homepage">
275
+ <div class="breadcrumbs-right">
276
+ <span class="breadcrumb-date" title="Built with doc-builder v1.9.29">Last updated: Aug 12, 2025, 09:40 PM UTC</span>
277
+ <button class="breadcrumb-pdf-btn" onclick="if(typeof exportToPDF !== 'undefined') exportToPDF(); else window.print();" title="Export to PDF" aria-label="Export to PDF">
278
+ <i class="fas fa-file-pdf"></i>
279
+ </button>
280
+ </div>
281
+ </div>
282
+
273
283
  </nav>
274
284
 
275
285
  <!-- Main Content -->
@@ -230,8 +230,8 @@
230
230
  "name": "Knowcode Ltd",
231
231
  "url": "https://knowcode.tech"
232
232
  },
233
- "datePublished": "2025-08-12T20:49:06.723Z",
234
- "dateModified": "2025-08-12T20:49:06.723Z",
233
+ "datePublished": "2025-08-12T21:40:09.518Z",
234
+ "dateModified": "2025-08-12T21:40:09.518Z",
235
235
  "mainEntityOfPage": {
236
236
  "@type": "WebPage",
237
237
  "@id": "https://doc-builder-delta.vercel.app/guides/private-directory-authentication-troubleshooting.html"
@@ -268,8 +268,18 @@
268
268
 
269
269
 
270
270
  <!-- Breadcrumbs -->
271
- <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 08:49 PM UTC" data-doc-builder-version="1.9.27">
272
- <!-- Breadcrumbs will be generated by JavaScript -->
271
+ <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 09:40 PM UTC" data-doc-builder-version="1.9.29">
272
+
273
+ <!-- Pre-rendered breadcrumb content for static builds -->
274
+ <div class="breadcrumbs-content breadcrumbs-homepage">
275
+ <div class="breadcrumbs-right">
276
+ <span class="breadcrumb-date" title="Built with doc-builder v1.9.29">Last updated: Aug 12, 2025, 09:40 PM UTC</span>
277
+ <button class="breadcrumb-pdf-btn" onclick="if(typeof exportToPDF !== 'undefined') exportToPDF(); else window.print();" title="Export to PDF" aria-label="Export to PDF">
278
+ <i class="fas fa-file-pdf"></i>
279
+ </button>
280
+ </div>
281
+ </div>
282
+
273
283
  </nav>
274
284
 
275
285
  <!-- Main Content -->
@@ -230,8 +230,8 @@
230
230
  "name": "Knowcode Ltd",
231
231
  "url": "https://knowcode.tech"
232
232
  },
233
- "datePublished": "2025-08-12T20:49:06.725Z",
234
- "dateModified": "2025-08-12T20:49:06.725Z",
233
+ "datePublished": "2025-08-12T21:40:09.520Z",
234
+ "dateModified": "2025-08-12T21:40:09.520Z",
235
235
  "mainEntityOfPage": {
236
236
  "@type": "WebPage",
237
237
  "@id": "https://doc-builder-delta.vercel.app/guides/private-directory-authentication.html"
@@ -268,8 +268,18 @@
268
268
 
269
269
 
270
270
  <!-- Breadcrumbs -->
271
- <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 08:49 PM UTC" data-doc-builder-version="1.9.27">
272
- <!-- Breadcrumbs will be generated by JavaScript -->
271
+ <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 09:40 PM UTC" data-doc-builder-version="1.9.29">
272
+
273
+ <!-- Pre-rendered breadcrumb content for static builds -->
274
+ <div class="breadcrumbs-content breadcrumbs-homepage">
275
+ <div class="breadcrumbs-right">
276
+ <span class="breadcrumb-date" title="Built with doc-builder v1.9.29">Last updated: Aug 12, 2025, 09:40 PM UTC</span>
277
+ <button class="breadcrumb-pdf-btn" onclick="if(typeof exportToPDF !== 'undefined') exportToPDF(); else window.print();" title="Export to PDF" aria-label="Export to PDF">
278
+ <i class="fas fa-file-pdf"></i>
279
+ </button>
280
+ </div>
281
+ </div>
282
+
273
283
  </nav>
274
284
 
275
285
  <!-- Main Content -->
@@ -230,8 +230,8 @@
230
230
  "name": "Knowcode Ltd",
231
231
  "url": "https://knowcode.tech"
232
232
  },
233
- "datePublished": "2025-08-12T20:49:06.727Z",
234
- "dateModified": "2025-08-12T20:49:06.727Z",
233
+ "datePublished": "2025-08-12T21:40:09.521Z",
234
+ "dateModified": "2025-08-12T21:40:09.521Z",
235
235
  "mainEntityOfPage": {
236
236
  "@type": "WebPage",
237
237
  "@id": "https://doc-builder-delta.vercel.app/guides/public-site-deployment.html"
@@ -268,8 +268,18 @@
268
268
 
269
269
 
270
270
  <!-- Breadcrumbs -->
271
- <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 08:49 PM UTC" data-doc-builder-version="1.9.27">
272
- <!-- Breadcrumbs will be generated by JavaScript -->
271
+ <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 09:40 PM UTC" data-doc-builder-version="1.9.29">
272
+
273
+ <!-- Pre-rendered breadcrumb content for static builds -->
274
+ <div class="breadcrumbs-content breadcrumbs-homepage">
275
+ <div class="breadcrumbs-right">
276
+ <span class="breadcrumb-date" title="Built with doc-builder v1.9.29">Last updated: Aug 12, 2025, 09:40 PM UTC</span>
277
+ <button class="breadcrumb-pdf-btn" onclick="if(typeof exportToPDF !== 'undefined') exportToPDF(); else window.print();" title="Export to PDF" aria-label="Export to PDF">
278
+ <i class="fas fa-file-pdf"></i>
279
+ </button>
280
+ </div>
281
+ </div>
282
+
273
283
  </nav>
274
284
 
275
285
  <!-- Main Content -->
@@ -230,8 +230,8 @@
230
230
  "name": "Knowcode Ltd",
231
231
  "url": "https://knowcode.tech"
232
232
  },
233
- "datePublished": "2025-08-12T20:49:06.728Z",
234
- "dateModified": "2025-08-12T20:49:06.728Z",
233
+ "datePublished": "2025-08-12T21:40:09.523Z",
234
+ "dateModified": "2025-08-12T21:40:09.523Z",
235
235
  "mainEntityOfPage": {
236
236
  "@type": "WebPage",
237
237
  "@id": "https://doc-builder-delta.vercel.app/guides/search-engine-verification-guide.html"
@@ -268,8 +268,18 @@
268
268
 
269
269
 
270
270
  <!-- Breadcrumbs -->
271
- <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 08:49 PM UTC" data-doc-builder-version="1.9.27">
272
- <!-- Breadcrumbs will be generated by JavaScript -->
271
+ <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 09:40 PM UTC" data-doc-builder-version="1.9.29">
272
+
273
+ <!-- Pre-rendered breadcrumb content for static builds -->
274
+ <div class="breadcrumbs-content breadcrumbs-homepage">
275
+ <div class="breadcrumbs-right">
276
+ <span class="breadcrumb-date" title="Built with doc-builder v1.9.29">Last updated: Aug 12, 2025, 09:40 PM UTC</span>
277
+ <button class="breadcrumb-pdf-btn" onclick="if(typeof exportToPDF !== 'undefined') exportToPDF(); else window.print();" title="Export to PDF" aria-label="Export to PDF">
278
+ <i class="fas fa-file-pdf"></i>
279
+ </button>
280
+ </div>
281
+ </div>
282
+
273
283
  </nav>
274
284
 
275
285
  <!-- Main Content -->
@@ -230,8 +230,8 @@
230
230
  "name": "Knowcode Ltd",
231
231
  "url": "https://knowcode.tech"
232
232
  },
233
- "datePublished": "2025-08-12T20:49:06.731Z",
234
- "dateModified": "2025-08-12T20:49:06.731Z",
233
+ "datePublished": "2025-08-12T21:40:09.525Z",
234
+ "dateModified": "2025-08-12T21:40:09.525Z",
235
235
  "mainEntityOfPage": {
236
236
  "@type": "WebPage",
237
237
  "@id": "https://doc-builder-delta.vercel.app/guides/seo-guide.html"
@@ -268,8 +268,18 @@
268
268
 
269
269
 
270
270
  <!-- Breadcrumbs -->
271
- <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 08:49 PM UTC" data-doc-builder-version="1.9.27">
272
- <!-- Breadcrumbs will be generated by JavaScript -->
271
+ <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 09:40 PM UTC" data-doc-builder-version="1.9.29">
272
+
273
+ <!-- Pre-rendered breadcrumb content for static builds -->
274
+ <div class="breadcrumbs-content breadcrumbs-homepage">
275
+ <div class="breadcrumbs-right">
276
+ <span class="breadcrumb-date" title="Built with doc-builder v1.9.29">Last updated: Aug 12, 2025, 09:40 PM UTC</span>
277
+ <button class="breadcrumb-pdf-btn" onclick="if(typeof exportToPDF !== 'undefined') exportToPDF(); else window.print();" title="Export to PDF" aria-label="Export to PDF">
278
+ <i class="fas fa-file-pdf"></i>
279
+ </button>
280
+ </div>
281
+ </div>
282
+
273
283
  </nav>
274
284
 
275
285
  <!-- Main Content -->
@@ -230,8 +230,8 @@
230
230
  "name": "Knowcode Ltd",
231
231
  "url": "https://knowcode.tech"
232
232
  },
233
- "datePublished": "2025-08-12T20:49:06.734Z",
234
- "dateModified": "2025-08-12T20:49:06.734Z",
233
+ "datePublished": "2025-08-12T21:40:09.529Z",
234
+ "dateModified": "2025-08-12T21:40:09.529Z",
235
235
  "mainEntityOfPage": {
236
236
  "@type": "WebPage",
237
237
  "@id": "https://doc-builder-delta.vercel.app/guides/seo-optimization-guide.html"
@@ -268,8 +268,18 @@
268
268
 
269
269
 
270
270
  <!-- Breadcrumbs -->
271
- <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 08:49 PM UTC" data-doc-builder-version="1.9.27">
272
- <!-- Breadcrumbs will be generated by JavaScript -->
271
+ <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 09:40 PM UTC" data-doc-builder-version="1.9.29">
272
+
273
+ <!-- Pre-rendered breadcrumb content for static builds -->
274
+ <div class="breadcrumbs-content breadcrumbs-homepage">
275
+ <div class="breadcrumbs-right">
276
+ <span class="breadcrumb-date" title="Built with doc-builder v1.9.29">Last updated: Aug 12, 2025, 09:40 PM UTC</span>
277
+ <button class="breadcrumb-pdf-btn" onclick="if(typeof exportToPDF !== 'undefined') exportToPDF(); else window.print();" title="Export to PDF" aria-label="Export to PDF">
278
+ <i class="fas fa-file-pdf"></i>
279
+ </button>
280
+ </div>
281
+ </div>
282
+
273
283
  </nav>
274
284
 
275
285
  <!-- Main Content -->
@@ -230,8 +230,8 @@
230
230
  "name": "Knowcode Ltd",
231
231
  "url": "https://knowcode.tech"
232
232
  },
233
- "datePublished": "2025-08-12T20:49:06.737Z",
234
- "dateModified": "2025-08-12T20:49:06.737Z",
233
+ "datePublished": "2025-08-12T21:40:09.533Z",
234
+ "dateModified": "2025-08-12T21:40:09.533Z",
235
235
  "mainEntityOfPage": {
236
236
  "@type": "WebPage",
237
237
  "@id": "https://doc-builder-delta.vercel.app/guides/supabase-authentication-complete-guide.html"
@@ -268,8 +268,18 @@
268
268
 
269
269
 
270
270
  <!-- Breadcrumbs -->
271
- <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 08:49 PM UTC" data-doc-builder-version="1.9.27">
272
- <!-- Breadcrumbs will be generated by JavaScript -->
271
+ <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 09:40 PM UTC" data-doc-builder-version="1.9.29">
272
+
273
+ <!-- Pre-rendered breadcrumb content for static builds -->
274
+ <div class="breadcrumbs-content breadcrumbs-homepage">
275
+ <div class="breadcrumbs-right">
276
+ <span class="breadcrumb-date" title="Built with doc-builder v1.9.29">Last updated: Aug 12, 2025, 09:40 PM UTC</span>
277
+ <button class="breadcrumb-pdf-btn" onclick="if(typeof exportToPDF !== 'undefined') exportToPDF(); else window.print();" title="Export to PDF" aria-label="Export to PDF">
278
+ <i class="fas fa-file-pdf"></i>
279
+ </button>
280
+ </div>
281
+ </div>
282
+
273
283
  </nav>
274
284
 
275
285
  <!-- Main Content -->
@@ -230,8 +230,8 @@
230
230
  "name": "Knowcode Ltd",
231
231
  "url": "https://knowcode.tech"
232
232
  },
233
- "datePublished": "2025-08-12T20:49:06.739Z",
234
- "dateModified": "2025-08-12T20:49:06.739Z",
233
+ "datePublished": "2025-08-12T21:40:09.535Z",
234
+ "dateModified": "2025-08-12T21:40:09.535Z",
235
235
  "mainEntityOfPage": {
236
236
  "@type": "WebPage",
237
237
  "@id": "https://doc-builder-delta.vercel.app/guides/troubleshooting-guide.html"
@@ -268,8 +268,18 @@
268
268
 
269
269
 
270
270
  <!-- Breadcrumbs -->
271
- <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 08:49 PM UTC" data-doc-builder-version="1.9.27">
272
- <!-- Breadcrumbs will be generated by JavaScript -->
271
+ <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 09:40 PM UTC" data-doc-builder-version="1.9.29">
272
+
273
+ <!-- Pre-rendered breadcrumb content for static builds -->
274
+ <div class="breadcrumbs-content breadcrumbs-homepage">
275
+ <div class="breadcrumbs-right">
276
+ <span class="breadcrumb-date" title="Built with doc-builder v1.9.29">Last updated: Aug 12, 2025, 09:40 PM UTC</span>
277
+ <button class="breadcrumb-pdf-btn" onclick="if(typeof exportToPDF !== 'undefined') exportToPDF(); else window.print();" title="Export to PDF" aria-label="Export to PDF">
278
+ <i class="fas fa-file-pdf"></i>
279
+ </button>
280
+ </div>
281
+ </div>
282
+
273
283
  </nav>
274
284
 
275
285
  <!-- Main Content -->
@@ -230,8 +230,8 @@
230
230
  "name": "Knowcode Ltd",
231
231
  "url": "https://knowcode.tech"
232
232
  },
233
- "datePublished": "2025-08-12T20:49:06.743Z",
234
- "dateModified": "2025-08-12T20:49:06.743Z",
233
+ "datePublished": "2025-08-12T21:40:09.539Z",
234
+ "dateModified": "2025-08-12T21:40:09.539Z",
235
235
  "mainEntityOfPage": {
236
236
  "@type": "WebPage",
237
237
  "@id": "https://doc-builder-delta.vercel.app/guides/windows-setup-guide.html"
@@ -268,8 +268,18 @@
268
268
 
269
269
 
270
270
  <!-- Breadcrumbs -->
271
- <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 08:49 PM UTC" data-doc-builder-version="1.9.27">
272
- <!-- Breadcrumbs will be generated by JavaScript -->
271
+ <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 09:40 PM UTC" data-doc-builder-version="1.9.29">
272
+
273
+ <!-- Pre-rendered breadcrumb content for static builds -->
274
+ <div class="breadcrumbs-content breadcrumbs-homepage">
275
+ <div class="breadcrumbs-right">
276
+ <span class="breadcrumb-date" title="Built with doc-builder v1.9.29">Last updated: Aug 12, 2025, 09:40 PM UTC</span>
277
+ <button class="breadcrumb-pdf-btn" onclick="if(typeof exportToPDF !== 'undefined') exportToPDF(); else window.print();" title="Export to PDF" aria-label="Export to PDF">
278
+ <i class="fas fa-file-pdf"></i>
279
+ </button>
280
+ </div>
281
+ </div>
282
+
273
283
  </nav>
274
284
 
275
285
  <!-- Main Content -->
@@ -230,8 +230,8 @@
230
230
  "name": "Knowcode Ltd",
231
231
  "url": "https://knowcode.tech"
232
232
  },
233
- "datePublished": "2025-08-12T20:49:06.744Z",
234
- "dateModified": "2025-08-12T20:49:06.744Z",
233
+ "datePublished": "2025-08-12T21:40:09.540Z",
234
+ "dateModified": "2025-08-12T21:40:09.540Z",
235
235
  "mainEntityOfPage": {
236
236
  "@type": "WebPage",
237
237
  "@id": "https://doc-builder-delta.vercel.app/image-modal-test.html"
@@ -262,8 +262,18 @@
262
262
 
263
263
 
264
264
  <!-- Breadcrumbs -->
265
- <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 08:49 PM UTC" data-doc-builder-version="1.9.27">
266
- <!-- Breadcrumbs will be generated by JavaScript -->
265
+ <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 09:40 PM UTC" data-doc-builder-version="1.9.29">
266
+
267
+ <!-- Pre-rendered breadcrumb content for static builds -->
268
+ <div class="breadcrumbs-content breadcrumbs-homepage">
269
+ <div class="breadcrumbs-right">
270
+ <span class="breadcrumb-date" title="Built with doc-builder v1.9.29">Last updated: Aug 12, 2025, 09:40 PM UTC</span>
271
+ <button class="breadcrumb-pdf-btn" onclick="if(typeof exportToPDF !== 'undefined') exportToPDF(); else window.print();" title="Export to PDF" aria-label="Export to PDF">
272
+ <i class="fas fa-file-pdf"></i>
273
+ </button>
274
+ </div>
275
+ </div>
276
+
267
277
  </nav>
268
278
 
269
279
  <!-- Main Content -->
@@ -230,8 +230,8 @@
230
230
  "name": "Knowcode Ltd",
231
231
  "url": "https://knowcode.tech"
232
232
  },
233
- "datePublished": "2025-08-12T20:49:06.700Z",
234
- "dateModified": "2025-08-12T20:49:06.700Z",
233
+ "datePublished": "2025-08-12T21:40:09.488Z",
234
+ "dateModified": "2025-08-12T21:40:09.488Z",
235
235
  "mainEntityOfPage": {
236
236
  "@type": "WebPage",
237
237
  "@id": "https://doc-builder-delta.vercel.app/README.html"
@@ -262,8 +262,18 @@
262
262
 
263
263
 
264
264
  <!-- Breadcrumbs -->
265
- <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 08:49 PM UTC" data-doc-builder-version="1.9.27">
266
- <!-- Breadcrumbs will be generated by JavaScript -->
265
+ <nav class="breadcrumbs breadcrumbs-static" id="breadcrumbs" data-build-date="Aug 12, 2025, 09:40 PM UTC" data-doc-builder-version="1.9.29">
266
+
267
+ <!-- Pre-rendered breadcrumb content for static builds -->
268
+ <div class="breadcrumbs-content breadcrumbs-homepage">
269
+ <div class="breadcrumbs-right">
270
+ <span class="breadcrumb-date" title="Built with doc-builder v1.9.29">Last updated: Aug 12, 2025, 09:40 PM UTC</span>
271
+ <button class="breadcrumb-pdf-btn" onclick="if(typeof exportToPDF !== 'undefined') exportToPDF(); else window.print();" title="Export to PDF" aria-label="Export to PDF">
272
+ <i class="fas fa-file-pdf"></i>
273
+ </button>
274
+ </div>
275
+ </div>
276
+
267
277
  </nav>
268
278
 
269
279
  <!-- Main Content -->