@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
@@ -1473,6 +1473,13 @@ function generateBreadcrumbs() {
1473
1473
  const buildDate = breadcrumbContainer.getAttribute('data-build-date');
1474
1474
  const docBuilderVersion = breadcrumbContainer.getAttribute('data-doc-builder-version');
1475
1475
 
1476
+ // For static builds, check if content is already pre-rendered
1477
+ if (isStaticBuild && breadcrumbContainer.querySelector('.breadcrumbs-content')) {
1478
+ // Content is pre-rendered, just ensure exportToPDF is available globally
1479
+ window.exportToPDF = exportToPDF;
1480
+ return; // Don't override pre-rendered content
1481
+ }
1482
+
1476
1483
  // Decode the URL to handle special characters and spaces
1477
1484
  const currentPath = decodeURIComponent(window.location.pathname);
1478
1485
  let pathSegments = currentPath.split('/').filter(segment => segment !== '');
@@ -1567,7 +1574,10 @@ function generateBreadcrumbs() {
1567
1574
  }).join('<i class="fas fa-chevron-right breadcrumb-separator"></i>');
1568
1575
 
1569
1576
  // For static builds, add timestamp and PDF button to breadcrumbs
1570
- if (isStaticBuild && buildDate) {
1577
+ if (isStaticBuild) {
1578
+ // Use buildDate if available, otherwise use a fallback
1579
+ const displayDate = buildDate || 'Documentation';
1580
+
1571
1581
  // Check if we're on the homepage (only "Home" breadcrumb)
1572
1582
  const isHomePage = pathSegments.length === 0 ||
1573
1583
  (pathSegments.length === 1 && (pathSegments[0] === 'index' || pathSegments[0] === 'README'));
@@ -1577,7 +1587,7 @@ function generateBreadcrumbs() {
1577
1587
  const wrapperHTML = `
1578
1588
  <div class="breadcrumbs-content breadcrumbs-homepage">
1579
1589
  <div class="breadcrumbs-right">
1580
- <span class="breadcrumb-date" title="Built with doc-builder v${docBuilderVersion || ''}">Last updated: ${buildDate}</span>
1590
+ <span class="breadcrumb-date" title="Built with doc-builder v${docBuilderVersion || ''}">Last updated: ${displayDate}</span>
1581
1591
  <button class="breadcrumb-pdf-btn" onclick="exportToPDF()" title="Export to PDF" aria-label="Export to PDF">
1582
1592
  <i class="fas fa-file-pdf"></i>
1583
1593
  </button>
@@ -1594,7 +1604,7 @@ function generateBreadcrumbs() {
1594
1604
  ${breadcrumbHTML}
1595
1605
  </div>
1596
1606
  <div class="breadcrumbs-right">
1597
- <span class="breadcrumb-date" title="Built with doc-builder v${docBuilderVersion || ''}">Last updated: ${buildDate}</span>
1607
+ <span class="breadcrumb-date" title="Built with doc-builder v${docBuilderVersion || ''}">Last updated: ${displayDate}</span>
1598
1608
  <button class="breadcrumb-pdf-btn" onclick="exportToPDF()" title="Export to PDF" aria-label="Export to PDF">
1599
1609
  <i class="fas fa-file-pdf"></i>
1600
1610
  </button>
@@ -1603,6 +1613,14 @@ function generateBreadcrumbs() {
1603
1613
  `;
1604
1614
  breadcrumbContainer.innerHTML = wrapperHTML;
1605
1615
  }
1616
+
1617
+ // Debug logging
1618
+ console.log('Static build breadcrumbs generated:', {
1619
+ isStaticBuild,
1620
+ buildDate,
1621
+ isHomePage,
1622
+ pathSegments
1623
+ });
1606
1624
  } else {
1607
1625
  breadcrumbContainer.innerHTML = breadcrumbHTML;
1608
1626
  }
@@ -230,8 +230,8 @@
230
230
  "name": "Knowcode Ltd",
231
231
  "url": "https://knowcode.tech"
232
232
  },
233
- "datePublished": "2025-08-12T20:49:06.748Z",
234
- "dateModified": "2025-08-12T20:49:06.748Z",
233
+ "datePublished": "2025-08-12T21:40:09.544Z",
234
+ "dateModified": "2025-08-12T21:40:09.544Z",
235
235
  "mainEntityOfPage": {
236
236
  "@type": "WebPage",
237
237
  "@id": "https://doc-builder-delta.vercel.app/prompts/beautiful-documentation-design.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.749Z",
234
- "dateModified": "2025-08-12T20:49:06.749Z",
233
+ "datePublished": "2025-08-12T21:40:09.546Z",
234
+ "dateModified": "2025-08-12T21:40:09.546Z",
235
235
  "mainEntityOfPage": {
236
236
  "@type": "WebPage",
237
237
  "@id": "https://doc-builder-delta.vercel.app/prompts/markdown-document-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.752Z",
234
- "dateModified": "2025-08-12T20:49:06.752Z",
233
+ "datePublished": "2025-08-12T21:40:09.548Z",
234
+ "dateModified": "2025-08-12T21:40:09.548Z",
235
235
  "mainEntityOfPage": {
236
236
  "@type": "WebPage",
237
237
  "@id": "https://doc-builder-delta.vercel.app/prompts/project-rename-strategy-sasha-publish.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 -->
@@ -2,193 +2,193 @@
2
2
  <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3
3
  <url>
4
4
  <loc>https://doc-builder-delta.vercel.app/404.html</loc>
5
- <lastmod>2025-08-12T20:49:06.772Z</lastmod>
5
+ <lastmod>2025-08-12T21:40:09.565Z</lastmod>
6
6
  <changefreq>monthly</changefreq>
7
7
  <priority>0.6</priority>
8
8
  </url>
9
9
  <url>
10
10
  <loc>https://doc-builder-delta.vercel.app/README.html</loc>
11
- <lastmod>2025-08-12T20:49:06.772Z</lastmod>
11
+ <lastmod>2025-08-12T21:40:09.565Z</lastmod>
12
12
  <changefreq>monthly</changefreq>
13
13
  <priority>0.6</priority>
14
14
  </url>
15
15
  <url>
16
16
  <loc>https://doc-builder-delta.vercel.app/about-doc-builder.html</loc>
17
- <lastmod>2025-08-12T20:49:06.772Z</lastmod>
17
+ <lastmod>2025-08-12T21:40:09.565Z</lastmod>
18
18
  <changefreq>monthly</changefreq>
19
19
  <priority>0.6</priority>
20
20
  </url>
21
21
  <url>
22
22
  <loc>https://doc-builder-delta.vercel.app/documentation-index.html</loc>
23
- <lastmod>2025-08-12T20:49:06.772Z</lastmod>
23
+ <lastmod>2025-08-12T21:40:09.565Z</lastmod>
24
24
  <changefreq>monthly</changefreq>
25
25
  <priority>0.6</priority>
26
26
  </url>
27
27
  <url>
28
28
  <loc>https://doc-builder-delta.vercel.app/examples/interactive-demo.html</loc>
29
- <lastmod>2025-08-12T20:49:06.772Z</lastmod>
29
+ <lastmod>2025-08-12T21:40:09.565Z</lastmod>
30
30
  <changefreq>monthly</changefreq>
31
31
  <priority>0.6</priority>
32
32
  </url>
33
33
  <url>
34
34
  <loc>https://doc-builder-delta.vercel.app/guides/authentication-default-change.html</loc>
35
- <lastmod>2025-08-12T20:49:06.772Z</lastmod>
35
+ <lastmod>2025-08-12T21:40:09.565Z</lastmod>
36
36
  <changefreq>monthly</changefreq>
37
37
  <priority>0.8</priority>
38
38
  </url>
39
39
  <url>
40
40
  <loc>https://doc-builder-delta.vercel.app/guides/authentication-guide.html</loc>
41
- <lastmod>2025-08-12T20:49:06.772Z</lastmod>
41
+ <lastmod>2025-08-12T21:40:09.565Z</lastmod>
42
42
  <changefreq>monthly</changefreq>
43
43
  <priority>0.8</priority>
44
44
  </url>
45
45
  <url>
46
46
  <loc>https://doc-builder-delta.vercel.app/guides/claude-workflow-guide.html</loc>
47
- <lastmod>2025-08-12T20:49:06.772Z</lastmod>
47
+ <lastmod>2025-08-12T21:40:09.565Z</lastmod>
48
48
  <changefreq>monthly</changefreq>
49
49
  <priority>0.8</priority>
50
50
  </url>
51
51
  <url>
52
52
  <loc>https://doc-builder-delta.vercel.app/guides/configuration-guide.html</loc>
53
- <lastmod>2025-08-12T20:49:06.772Z</lastmod>
53
+ <lastmod>2025-08-12T21:40:09.565Z</lastmod>
54
54
  <changefreq>monthly</changefreq>
55
55
  <priority>0.8</priority>
56
56
  </url>
57
57
  <url>
58
58
  <loc>https://doc-builder-delta.vercel.app/guides/documentation-standards.html</loc>
59
- <lastmod>2025-08-12T20:49:06.772Z</lastmod>
59
+ <lastmod>2025-08-12T21:40:09.565Z</lastmod>
60
60
  <changefreq>monthly</changefreq>
61
61
  <priority>0.8</priority>
62
62
  </url>
63
63
  <url>
64
64
  <loc>https://doc-builder-delta.vercel.app/guides/html-embedding-guide.html</loc>
65
- <lastmod>2025-08-12T20:49:06.772Z</lastmod>
65
+ <lastmod>2025-08-12T21:40:09.565Z</lastmod>
66
66
  <changefreq>monthly</changefreq>
67
67
  <priority>0.8</priority>
68
68
  </url>
69
69
  <url>
70
70
  <loc>https://doc-builder-delta.vercel.app/guides/image-modal-guide.html</loc>
71
- <lastmod>2025-08-12T20:49:06.772Z</lastmod>
71
+ <lastmod>2025-08-12T21:40:09.565Z</lastmod>
72
72
  <changefreq>monthly</changefreq>
73
73
  <priority>0.8</priority>
74
74
  </url>
75
75
  <url>
76
76
  <loc>https://doc-builder-delta.vercel.app/guides/phosphor-icons-guide.html</loc>
77
- <lastmod>2025-08-12T20:49:06.772Z</lastmod>
77
+ <lastmod>2025-08-12T21:40:09.565Z</lastmod>
78
78
  <changefreq>monthly</changefreq>
79
79
  <priority>0.8</priority>
80
80
  </url>
81
81
  <url>
82
82
  <loc>https://doc-builder-delta.vercel.app/guides/private-directory-authentication-troubleshooting.html</loc>
83
- <lastmod>2025-08-12T20:49:06.772Z</lastmod>
83
+ <lastmod>2025-08-12T21:40:09.565Z</lastmod>
84
84
  <changefreq>monthly</changefreq>
85
85
  <priority>0.8</priority>
86
86
  </url>
87
87
  <url>
88
88
  <loc>https://doc-builder-delta.vercel.app/guides/private-directory-authentication.html</loc>
89
- <lastmod>2025-08-12T20:49:06.772Z</lastmod>
89
+ <lastmod>2025-08-12T21:40:09.565Z</lastmod>
90
90
  <changefreq>monthly</changefreq>
91
91
  <priority>0.8</priority>
92
92
  </url>
93
93
  <url>
94
94
  <loc>https://doc-builder-delta.vercel.app/guides/public-site-deployment.html</loc>
95
- <lastmod>2025-08-12T20:49:06.772Z</lastmod>
95
+ <lastmod>2025-08-12T21:40:09.565Z</lastmod>
96
96
  <changefreq>monthly</changefreq>
97
97
  <priority>0.8</priority>
98
98
  </url>
99
99
  <url>
100
100
  <loc>https://doc-builder-delta.vercel.app/guides/search-engine-verification-guide.html</loc>
101
- <lastmod>2025-08-12T20:49:06.772Z</lastmod>
101
+ <lastmod>2025-08-12T21:40:09.565Z</lastmod>
102
102
  <changefreq>monthly</changefreq>
103
103
  <priority>0.8</priority>
104
104
  </url>
105
105
  <url>
106
106
  <loc>https://doc-builder-delta.vercel.app/guides/seo-guide.html</loc>
107
- <lastmod>2025-08-12T20:49:06.772Z</lastmod>
107
+ <lastmod>2025-08-12T21:40:09.565Z</lastmod>
108
108
  <changefreq>monthly</changefreq>
109
109
  <priority>0.8</priority>
110
110
  </url>
111
111
  <url>
112
112
  <loc>https://doc-builder-delta.vercel.app/guides/seo-optimization-guide.html</loc>
113
- <lastmod>2025-08-12T20:49:06.772Z</lastmod>
113
+ <lastmod>2025-08-12T21:40:09.565Z</lastmod>
114
114
  <changefreq>monthly</changefreq>
115
115
  <priority>0.8</priority>
116
116
  </url>
117
117
  <url>
118
118
  <loc>https://doc-builder-delta.vercel.app/guides/supabase-authentication-complete-guide.html</loc>
119
- <lastmod>2025-08-12T20:49:06.772Z</lastmod>
119
+ <lastmod>2025-08-12T21:40:09.565Z</lastmod>
120
120
  <changefreq>monthly</changefreq>
121
121
  <priority>0.8</priority>
122
122
  </url>
123
123
  <url>
124
124
  <loc>https://doc-builder-delta.vercel.app/guides/troubleshooting-guide.html</loc>
125
- <lastmod>2025-08-12T20:49:06.772Z</lastmod>
125
+ <lastmod>2025-08-12T21:40:09.565Z</lastmod>
126
126
  <changefreq>monthly</changefreq>
127
127
  <priority>0.8</priority>
128
128
  </url>
129
129
  <url>
130
130
  <loc>https://doc-builder-delta.vercel.app/guides/windows-setup-guide.html</loc>
131
- <lastmod>2025-08-12T20:49:06.772Z</lastmod>
131
+ <lastmod>2025-08-12T21:40:09.565Z</lastmod>
132
132
  <changefreq>monthly</changefreq>
133
133
  <priority>0.8</priority>
134
134
  </url>
135
135
  <url>
136
136
  <loc>https://doc-builder-delta.vercel.app/image-modal-test.html</loc>
137
- <lastmod>2025-08-12T20:49:06.772Z</lastmod>
137
+ <lastmod>2025-08-12T21:40:09.565Z</lastmod>
138
138
  <changefreq>monthly</changefreq>
139
139
  <priority>0.6</priority>
140
140
  </url>
141
141
  <url>
142
142
  <loc>https://doc-builder-delta.vercel.app/index.html</loc>
143
- <lastmod>2025-08-12T20:49:06.772Z</lastmod>
143
+ <lastmod>2025-08-12T21:40:09.565Z</lastmod>
144
144
  <changefreq>weekly</changefreq>
145
145
  <priority>1.0</priority>
146
146
  </url>
147
147
  <url>
148
148
  <loc>https://doc-builder-delta.vercel.app/prompts/beautiful-documentation-design.html</loc>
149
- <lastmod>2025-08-12T20:49:06.772Z</lastmod>
149
+ <lastmod>2025-08-12T21:40:09.565Z</lastmod>
150
150
  <changefreq>monthly</changefreq>
151
151
  <priority>0.6</priority>
152
152
  </url>
153
153
  <url>
154
154
  <loc>https://doc-builder-delta.vercel.app/prompts/markdown-document-standards.html</loc>
155
- <lastmod>2025-08-12T20:49:06.772Z</lastmod>
155
+ <lastmod>2025-08-12T21:40:09.565Z</lastmod>
156
156
  <changefreq>monthly</changefreq>
157
157
  <priority>0.6</priority>
158
158
  </url>
159
159
  <url>
160
160
  <loc>https://doc-builder-delta.vercel.app/prompts/project-rename-strategy-sasha-publish.html</loc>
161
- <lastmod>2025-08-12T20:49:06.772Z</lastmod>
161
+ <lastmod>2025-08-12T21:40:09.565Z</lastmod>
162
162
  <changefreq>monthly</changefreq>
163
163
  <priority>0.6</priority>
164
164
  </url>
165
165
  <url>
166
166
  <loc>https://doc-builder-delta.vercel.app/test-questions/how-does-it-work%3F.html</loc>
167
- <lastmod>2025-08-12T20:49:06.772Z</lastmod>
167
+ <lastmod>2025-08-12T21:40:09.565Z</lastmod>
168
168
  <changefreq>monthly</changefreq>
169
169
  <priority>0.6</priority>
170
170
  </url>
171
171
  <url>
172
172
  <loc>https://doc-builder-delta.vercel.app/test-questions/step-1%3A%20getting-started.html</loc>
173
- <lastmod>2025-08-12T20:49:06.772Z</lastmod>
173
+ <lastmod>2025-08-12T21:40:09.565Z</lastmod>
174
174
  <changefreq>monthly</changefreq>
175
175
  <priority>0.6</priority>
176
176
  </url>
177
177
  <url>
178
178
  <loc>https://doc-builder-delta.vercel.app/test-questions/what-is-the-purpose.html</loc>
179
- <lastmod>2025-08-12T20:49:06.772Z</lastmod>
179
+ <lastmod>2025-08-12T21:40:09.565Z</lastmod>
180
180
  <changefreq>monthly</changefreq>
181
181
  <priority>0.6</priority>
182
182
  </url>
183
183
  <url>
184
184
  <loc>https://doc-builder-delta.vercel.app/vercel-cli-setup-guide.html</loc>
185
- <lastmod>2025-08-12T20:49:06.772Z</lastmod>
185
+ <lastmod>2025-08-12T21:40:09.565Z</lastmod>
186
186
  <changefreq>monthly</changefreq>
187
187
  <priority>0.8</priority>
188
188
  </url>
189
189
  <url>
190
190
  <loc>https://doc-builder-delta.vercel.app/vercel-first-time-setup-guide.html</loc>
191
- <lastmod>2025-08-12T20:49:06.772Z</lastmod>
191
+ <lastmod>2025-08-12T21:40:09.565Z</lastmod>
192
192
  <changefreq>monthly</changefreq>
193
193
  <priority>0.8</priority>
194
194
  </url>
@@ -230,8 +230,8 @@
230
230
  "name": "Knowcode Ltd",
231
231
  "url": "https://knowcode.tech"
232
232
  },
233
- "datePublished": "2025-08-12T20:49:06.753Z",
234
- "dateModified": "2025-08-12T20:49:06.753Z",
233
+ "datePublished": "2025-08-12T21:40:09.549Z",
234
+ "dateModified": "2025-08-12T21:40:09.549Z",
235
235
  "mainEntityOfPage": {
236
236
  "@type": "WebPage",
237
237
  "@id": "https://doc-builder-delta.vercel.app/test-questions/how-does-it-work%3F.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.753Z",
234
- "dateModified": "2025-08-12T20:49:06.753Z",
233
+ "datePublished": "2025-08-12T21:40:09.550Z",
234
+ "dateModified": "2025-08-12T21:40:09.550Z",
235
235
  "mainEntityOfPage": {
236
236
  "@type": "WebPage",
237
237
  "@id": "https://doc-builder-delta.vercel.app/test-questions/step-1%3A%20getting-started.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.754Z",
234
- "dateModified": "2025-08-12T20:49:06.754Z",
233
+ "datePublished": "2025-08-12T21:40:09.550Z",
234
+ "dateModified": "2025-08-12T21:40:09.550Z",
235
235
  "mainEntityOfPage": {
236
236
  "@type": "WebPage",
237
237
  "@id": "https://doc-builder-delta.vercel.app/test-questions/what-is-the-purpose.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.755Z",
234
- "dateModified": "2025-08-12T20:49:06.755Z",
233
+ "datePublished": "2025-08-12T21:40:09.552Z",
234
+ "dateModified": "2025-08-12T21:40:09.552Z",
235
235
  "mainEntityOfPage": {
236
236
  "@type": "WebPage",
237
237
  "@id": "https://doc-builder-delta.vercel.app/vercel-cli-setup-guide.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.757Z",
234
- "dateModified": "2025-08-12T20:49:06.757Z",
233
+ "datePublished": "2025-08-12T21:40:09.554Z",
234
+ "dateModified": "2025-08-12T21:40:09.554Z",
235
235
  "mainEntityOfPage": {
236
236
  "@type": "WebPage",
237
237
  "@id": "https://doc-builder-delta.vercel.app/vercel-first-time-setup-guide.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 -->
@@ -779,7 +779,24 @@ ${seoTags}
779
779
  minute: '2-digit',
780
780
  timeZone: 'UTC'
781
781
  })} UTC" data-doc-builder-version="${docBuilderVersion}"` : ''}>
782
- <!-- Breadcrumbs will be generated by JavaScript -->
782
+ ${config.isStaticOutput ? `
783
+ <!-- Pre-rendered breadcrumb content for static builds -->
784
+ <div class="breadcrumbs-content breadcrumbs-homepage">
785
+ <div class="breadcrumbs-right">
786
+ <span class="breadcrumb-date" title="Built with doc-builder v${docBuilderVersion}">Last updated: ${new Date().toLocaleDateString('en-US', {
787
+ year: 'numeric',
788
+ month: 'short',
789
+ day: 'numeric',
790
+ hour: '2-digit',
791
+ minute: '2-digit',
792
+ timeZone: 'UTC'
793
+ })} UTC</span>
794
+ <button class="breadcrumb-pdf-btn" onclick="if(typeof exportToPDF !== 'undefined') exportToPDF(); else window.print();" title="Export to PDF" aria-label="Export to PDF">
795
+ <i class="fas fa-file-pdf"></i>
796
+ </button>
797
+ </div>
798
+ </div>
799
+ ` : '<!-- Breadcrumbs will be generated by JavaScript -->'}
783
800
  </nav>
784
801
 
785
802
  <!-- Main Content -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knowcode/doc-builder",
3
- "version": "1.9.28",
3
+ "version": "1.9.30",
4
4
  "description": "Reusable documentation builder for markdown-based sites with Vercel deployment support",
5
5
  "main": "index.js",
6
6
  "bin": {