@knowcode/doc-builder 1.9.28 → 1.9.29

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 (82) hide show
  1. package/assets/js/main.js +14 -3
  2. package/doc-builder.config.js +1 -1
  3. package/doc-builder.config.js.backup.1755034500990 +126 -0
  4. package/html/README.html +3 -3
  5. package/html/about-doc-builder.html +3 -3
  6. package/html/documentation-index.html +3 -3
  7. package/html/guides/authentication-default-change.html +3 -3
  8. package/html/guides/authentication-guide.html +3 -3
  9. package/html/guides/claude-workflow-guide.html +3 -3
  10. package/html/guides/configuration-guide.html +3 -3
  11. package/html/guides/documentation-standards.html +3 -3
  12. package/html/guides/html-embedding-guide.html +3 -3
  13. package/html/guides/image-modal-guide.html +3 -3
  14. package/html/guides/phosphor-icons-guide.html +3 -3
  15. package/html/guides/private-directory-authentication-troubleshooting.html +3 -3
  16. package/html/guides/private-directory-authentication.html +3 -3
  17. package/html/guides/public-site-deployment.html +3 -3
  18. package/html/guides/search-engine-verification-guide.html +3 -3
  19. package/html/guides/seo-guide.html +3 -3
  20. package/html/guides/seo-optimization-guide.html +3 -3
  21. package/html/guides/supabase-authentication-complete-guide.html +3 -3
  22. package/html/guides/troubleshooting-guide.html +3 -3
  23. package/html/guides/windows-setup-guide.html +3 -3
  24. package/html/image-modal-test.html +3 -3
  25. package/html/index.html +3 -3
  26. package/html/js/main.js +14 -3
  27. package/html/private/cache-control-anti-pattern.html +3 -3
  28. package/html/private/launch/README.html +3 -3
  29. package/html/private/launch/auth-cleanup-summary.html +3 -3
  30. package/html/private/launch/bubble-plugin-specification.html +3 -3
  31. package/html/private/launch/go-to-market-strategy.html +3 -3
  32. package/html/private/launch/launch-announcements.html +3 -3
  33. package/html/private/launch/vercel-deployment-auth-setup.html +3 -3
  34. package/html/private/next-steps-walkthrough.html +3 -3
  35. package/html/private/supabase-auth-implementation-completed.html +3 -3
  36. package/html/private/supabase-auth-implementation-plan.html +3 -3
  37. package/html/private/supabase-auth-integration-plan.html +3 -3
  38. package/html/private/supabase-auth-setup-guide.html +3 -3
  39. package/html/private/test-private-doc.html +3 -3
  40. package/html/private/user-management-tooling.html +3 -3
  41. package/html/prompts/beautiful-documentation-design.html +3 -3
  42. package/html/prompts/markdown-document-standards.html +3 -3
  43. package/html/prompts/project-rename-strategy-sasha-publish.html +3 -3
  44. package/html/sitemap.xml +59 -59
  45. package/html/test-questions/how-does-it-work%3F.html +3 -3
  46. package/html/test-questions/step-1%3A%20getting-started.html +3 -3
  47. package/html/test-questions/what-is-the-purpose.html +3 -3
  48. package/html/vercel-cli-setup-guide.html +3 -3
  49. package/html/vercel-first-time-setup-guide.html +3 -3
  50. package/html-static/README.html +3 -3
  51. package/html-static/about-doc-builder.html +3 -3
  52. package/html-static/documentation-index.html +3 -3
  53. package/html-static/guides/authentication-default-change.html +3 -3
  54. package/html-static/guides/authentication-guide.html +3 -3
  55. package/html-static/guides/claude-workflow-guide.html +3 -3
  56. package/html-static/guides/configuration-guide.html +3 -3
  57. package/html-static/guides/documentation-standards.html +3 -3
  58. package/html-static/guides/html-embedding-guide.html +3 -3
  59. package/html-static/guides/image-modal-guide.html +3 -3
  60. package/html-static/guides/phosphor-icons-guide.html +3 -3
  61. package/html-static/guides/private-directory-authentication-troubleshooting.html +3 -3
  62. package/html-static/guides/private-directory-authentication.html +3 -3
  63. package/html-static/guides/public-site-deployment.html +3 -3
  64. package/html-static/guides/search-engine-verification-guide.html +3 -3
  65. package/html-static/guides/seo-guide.html +3 -3
  66. package/html-static/guides/seo-optimization-guide.html +3 -3
  67. package/html-static/guides/supabase-authentication-complete-guide.html +3 -3
  68. package/html-static/guides/troubleshooting-guide.html +3 -3
  69. package/html-static/guides/windows-setup-guide.html +3 -3
  70. package/html-static/image-modal-test.html +3 -3
  71. package/html-static/index.html +3 -3
  72. package/html-static/js/main.js +14 -3
  73. package/html-static/prompts/beautiful-documentation-design.html +3 -3
  74. package/html-static/prompts/markdown-document-standards.html +3 -3
  75. package/html-static/prompts/project-rename-strategy-sasha-publish.html +3 -3
  76. package/html-static/sitemap.xml +32 -32
  77. package/html-static/test-questions/how-does-it-work%3F.html +3 -3
  78. package/html-static/test-questions/step-1%3A%20getting-started.html +3 -3
  79. package/html-static/test-questions/what-is-the-purpose.html +3 -3
  80. package/html-static/vercel-cli-setup-guide.html +3 -3
  81. package/html-static/vercel-first-time-setup-guide.html +3 -3
  82. package/package.json +1 -1
package/html/index.html CHANGED
@@ -101,8 +101,8 @@
101
101
  "name": "Knowcode Ltd",
102
102
  "url": "https://knowcode.tech"
103
103
  },
104
- "datePublished": "2025-08-12T20:49:06.534Z",
105
- "dateModified": "2025-08-12T20:49:06.534Z",
104
+ "datePublished": "2025-08-12T21:35:01.072Z",
105
+ "dateModified": "2025-08-12T21:35:01.072Z",
106
106
  "mainEntityOfPage": {
107
107
  "@type": "WebPage",
108
108
  "@id": "https://doc-builder-delta.vercel.app/README.html"
@@ -136,7 +136,7 @@
136
136
 
137
137
  <div class="header-actions">
138
138
  <div class="deployment-info">
139
- <span class="deployment-date" title="Built with doc-builder v1.9.27">Last updated: Aug 12, 2025, 08:49 PM UTC</span>
139
+ <span class="deployment-date" title="Built with doc-builder v1.9.28">Last updated: Aug 12, 2025, 09:35 PM UTC</span>
140
140
  </div>
141
141
 
142
142
 
package/html/js/main.js CHANGED
@@ -1567,7 +1567,10 @@ function generateBreadcrumbs() {
1567
1567
  }).join('<i class="fas fa-chevron-right breadcrumb-separator"></i>');
1568
1568
 
1569
1569
  // For static builds, add timestamp and PDF button to breadcrumbs
1570
- if (isStaticBuild && buildDate) {
1570
+ if (isStaticBuild) {
1571
+ // Use buildDate if available, otherwise use a fallback
1572
+ const displayDate = buildDate || 'Documentation';
1573
+
1571
1574
  // Check if we're on the homepage (only "Home" breadcrumb)
1572
1575
  const isHomePage = pathSegments.length === 0 ||
1573
1576
  (pathSegments.length === 1 && (pathSegments[0] === 'index' || pathSegments[0] === 'README'));
@@ -1577,7 +1580,7 @@ function generateBreadcrumbs() {
1577
1580
  const wrapperHTML = `
1578
1581
  <div class="breadcrumbs-content breadcrumbs-homepage">
1579
1582
  <div class="breadcrumbs-right">
1580
- <span class="breadcrumb-date" title="Built with doc-builder v${docBuilderVersion || ''}">Last updated: ${buildDate}</span>
1583
+ <span class="breadcrumb-date" title="Built with doc-builder v${docBuilderVersion || ''}">Last updated: ${displayDate}</span>
1581
1584
  <button class="breadcrumb-pdf-btn" onclick="exportToPDF()" title="Export to PDF" aria-label="Export to PDF">
1582
1585
  <i class="fas fa-file-pdf"></i>
1583
1586
  </button>
@@ -1594,7 +1597,7 @@ function generateBreadcrumbs() {
1594
1597
  ${breadcrumbHTML}
1595
1598
  </div>
1596
1599
  <div class="breadcrumbs-right">
1597
- <span class="breadcrumb-date" title="Built with doc-builder v${docBuilderVersion || ''}">Last updated: ${buildDate}</span>
1600
+ <span class="breadcrumb-date" title="Built with doc-builder v${docBuilderVersion || ''}">Last updated: ${displayDate}</span>
1598
1601
  <button class="breadcrumb-pdf-btn" onclick="exportToPDF()" title="Export to PDF" aria-label="Export to PDF">
1599
1602
  <i class="fas fa-file-pdf"></i>
1600
1603
  </button>
@@ -1603,6 +1606,14 @@ function generateBreadcrumbs() {
1603
1606
  `;
1604
1607
  breadcrumbContainer.innerHTML = wrapperHTML;
1605
1608
  }
1609
+
1610
+ // Debug logging
1611
+ console.log('Static build breadcrumbs generated:', {
1612
+ isStaticBuild,
1613
+ buildDate,
1614
+ isHomePage,
1615
+ pathSegments
1616
+ });
1606
1617
  } else {
1607
1618
  breadcrumbContainer.innerHTML = breadcrumbHTML;
1608
1619
  }
@@ -101,8 +101,8 @@
101
101
  "name": "Knowcode Ltd",
102
102
  "url": "https://knowcode.tech"
103
103
  },
104
- "datePublished": "2025-08-12T20:49:06.622Z",
105
- "dateModified": "2025-08-12T20:49:06.622Z",
104
+ "datePublished": "2025-08-12T21:35:01.158Z",
105
+ "dateModified": "2025-08-12T21:35:01.158Z",
106
106
  "mainEntityOfPage": {
107
107
  "@type": "WebPage",
108
108
  "@id": "https://doc-builder-delta.vercel.app/private/cache-control-anti-pattern.html"
@@ -142,7 +142,7 @@
142
142
 
143
143
  <div class="header-actions">
144
144
  <div class="deployment-info">
145
- <span class="deployment-date" title="Built with doc-builder v1.9.27">Last updated: Aug 12, 2025, 08:49 PM UTC</span>
145
+ <span class="deployment-date" title="Built with doc-builder v1.9.28">Last updated: Aug 12, 2025, 09:35 PM UTC</span>
146
146
  </div>
147
147
 
148
148
 
@@ -101,8 +101,8 @@
101
101
  "name": "Knowcode Ltd",
102
102
  "url": "https://knowcode.tech"
103
103
  },
104
- "datePublished": "2025-08-12T20:49:06.624Z",
105
- "dateModified": "2025-08-12T20:49:06.624Z",
104
+ "datePublished": "2025-08-12T21:35:01.159Z",
105
+ "dateModified": "2025-08-12T21:35:01.159Z",
106
106
  "mainEntityOfPage": {
107
107
  "@type": "WebPage",
108
108
  "@id": "https://doc-builder-delta.vercel.app/private/launch/README.html"
@@ -148,7 +148,7 @@
148
148
 
149
149
  <div class="header-actions">
150
150
  <div class="deployment-info">
151
- <span class="deployment-date" title="Built with doc-builder v1.9.27">Last updated: Aug 12, 2025, 08:49 PM UTC</span>
151
+ <span class="deployment-date" title="Built with doc-builder v1.9.28">Last updated: Aug 12, 2025, 09:35 PM UTC</span>
152
152
  </div>
153
153
 
154
154
 
@@ -101,8 +101,8 @@
101
101
  "name": "Knowcode Ltd",
102
102
  "url": "https://knowcode.tech"
103
103
  },
104
- "datePublished": "2025-08-12T20:49:06.625Z",
105
- "dateModified": "2025-08-12T20:49:06.625Z",
104
+ "datePublished": "2025-08-12T21:35:01.160Z",
105
+ "dateModified": "2025-08-12T21:35:01.160Z",
106
106
  "mainEntityOfPage": {
107
107
  "@type": "WebPage",
108
108
  "@id": "https://doc-builder-delta.vercel.app/private/launch/auth-cleanup-summary.html"
@@ -148,7 +148,7 @@
148
148
 
149
149
  <div class="header-actions">
150
150
  <div class="deployment-info">
151
- <span class="deployment-date" title="Built with doc-builder v1.9.27">Last updated: Aug 12, 2025, 08:49 PM UTC</span>
151
+ <span class="deployment-date" title="Built with doc-builder v1.9.28">Last updated: Aug 12, 2025, 09:35 PM UTC</span>
152
152
  </div>
153
153
 
154
154
 
@@ -101,8 +101,8 @@
101
101
  "name": "Knowcode Ltd",
102
102
  "url": "https://knowcode.tech"
103
103
  },
104
- "datePublished": "2025-08-12T20:49:06.628Z",
105
- "dateModified": "2025-08-12T20:49:06.628Z",
104
+ "datePublished": "2025-08-12T21:35:01.164Z",
105
+ "dateModified": "2025-08-12T21:35:01.164Z",
106
106
  "mainEntityOfPage": {
107
107
  "@type": "WebPage",
108
108
  "@id": "https://doc-builder-delta.vercel.app/private/launch/bubble-plugin-specification.html"
@@ -148,7 +148,7 @@
148
148
 
149
149
  <div class="header-actions">
150
150
  <div class="deployment-info">
151
- <span class="deployment-date" title="Built with doc-builder v1.9.27">Last updated: Aug 12, 2025, 08:49 PM UTC</span>
151
+ <span class="deployment-date" title="Built with doc-builder v1.9.28">Last updated: Aug 12, 2025, 09:35 PM UTC</span>
152
152
  </div>
153
153
 
154
154
 
@@ -101,8 +101,8 @@
101
101
  "name": "Knowcode Ltd",
102
102
  "url": "https://knowcode.tech"
103
103
  },
104
- "datePublished": "2025-08-12T20:49:06.631Z",
105
- "dateModified": "2025-08-12T20:49:06.631Z",
104
+ "datePublished": "2025-08-12T21:35:01.167Z",
105
+ "dateModified": "2025-08-12T21:35:01.167Z",
106
106
  "mainEntityOfPage": {
107
107
  "@type": "WebPage",
108
108
  "@id": "https://doc-builder-delta.vercel.app/private/launch/go-to-market-strategy.html"
@@ -148,7 +148,7 @@
148
148
 
149
149
  <div class="header-actions">
150
150
  <div class="deployment-info">
151
- <span class="deployment-date" title="Built with doc-builder v1.9.27">Last updated: Aug 12, 2025, 08:49 PM UTC</span>
151
+ <span class="deployment-date" title="Built with doc-builder v1.9.28">Last updated: Aug 12, 2025, 09:35 PM UTC</span>
152
152
  </div>
153
153
 
154
154
 
@@ -101,8 +101,8 @@
101
101
  "name": "Knowcode Ltd",
102
102
  "url": "https://knowcode.tech"
103
103
  },
104
- "datePublished": "2025-08-12T20:49:06.636Z",
105
- "dateModified": "2025-08-12T20:49:06.636Z",
104
+ "datePublished": "2025-08-12T21:35:01.172Z",
105
+ "dateModified": "2025-08-12T21:35:01.172Z",
106
106
  "mainEntityOfPage": {
107
107
  "@type": "WebPage",
108
108
  "@id": "https://doc-builder-delta.vercel.app/private/launch/launch-announcements.html"
@@ -148,7 +148,7 @@
148
148
 
149
149
  <div class="header-actions">
150
150
  <div class="deployment-info">
151
- <span class="deployment-date" title="Built with doc-builder v1.9.27">Last updated: Aug 12, 2025, 08:49 PM UTC</span>
151
+ <span class="deployment-date" title="Built with doc-builder v1.9.28">Last updated: Aug 12, 2025, 09:35 PM UTC</span>
152
152
  </div>
153
153
 
154
154
 
@@ -101,8 +101,8 @@
101
101
  "name": "Knowcode Ltd",
102
102
  "url": "https://knowcode.tech"
103
103
  },
104
- "datePublished": "2025-08-12T20:49:06.638Z",
105
- "dateModified": "2025-08-12T20:49:06.638Z",
104
+ "datePublished": "2025-08-12T21:35:01.174Z",
105
+ "dateModified": "2025-08-12T21:35:01.174Z",
106
106
  "mainEntityOfPage": {
107
107
  "@type": "WebPage",
108
108
  "@id": "https://doc-builder-delta.vercel.app/private/launch/vercel-deployment-auth-setup.html"
@@ -148,7 +148,7 @@
148
148
 
149
149
  <div class="header-actions">
150
150
  <div class="deployment-info">
151
- <span class="deployment-date" title="Built with doc-builder v1.9.27">Last updated: Aug 12, 2025, 08:49 PM UTC</span>
151
+ <span class="deployment-date" title="Built with doc-builder v1.9.28">Last updated: Aug 12, 2025, 09:35 PM UTC</span>
152
152
  </div>
153
153
 
154
154
 
@@ -101,8 +101,8 @@
101
101
  "name": "Knowcode Ltd",
102
102
  "url": "https://knowcode.tech"
103
103
  },
104
- "datePublished": "2025-08-12T20:49:06.641Z",
105
- "dateModified": "2025-08-12T20:49:06.641Z",
104
+ "datePublished": "2025-08-12T21:35:01.176Z",
105
+ "dateModified": "2025-08-12T21:35:01.176Z",
106
106
  "mainEntityOfPage": {
107
107
  "@type": "WebPage",
108
108
  "@id": "https://doc-builder-delta.vercel.app/private/next-steps-walkthrough.html"
@@ -142,7 +142,7 @@
142
142
 
143
143
  <div class="header-actions">
144
144
  <div class="deployment-info">
145
- <span class="deployment-date" title="Built with doc-builder v1.9.27">Last updated: Aug 12, 2025, 08:49 PM UTC</span>
145
+ <span class="deployment-date" title="Built with doc-builder v1.9.28">Last updated: Aug 12, 2025, 09:35 PM UTC</span>
146
146
  </div>
147
147
 
148
148
 
@@ -101,8 +101,8 @@
101
101
  "name": "Knowcode Ltd",
102
102
  "url": "https://knowcode.tech"
103
103
  },
104
- "datePublished": "2025-08-12T20:49:06.643Z",
105
- "dateModified": "2025-08-12T20:49:06.643Z",
104
+ "datePublished": "2025-08-12T21:35:01.178Z",
105
+ "dateModified": "2025-08-12T21:35:01.178Z",
106
106
  "mainEntityOfPage": {
107
107
  "@type": "WebPage",
108
108
  "@id": "https://doc-builder-delta.vercel.app/private/supabase-auth-implementation-completed.html"
@@ -142,7 +142,7 @@
142
142
 
143
143
  <div class="header-actions">
144
144
  <div class="deployment-info">
145
- <span class="deployment-date" title="Built with doc-builder v1.9.27">Last updated: Aug 12, 2025, 08:49 PM UTC</span>
145
+ <span class="deployment-date" title="Built with doc-builder v1.9.28">Last updated: Aug 12, 2025, 09:35 PM UTC</span>
146
146
  </div>
147
147
 
148
148
 
@@ -101,8 +101,8 @@
101
101
  "name": "Knowcode Ltd",
102
102
  "url": "https://knowcode.tech"
103
103
  },
104
- "datePublished": "2025-08-12T20:49:06.646Z",
105
- "dateModified": "2025-08-12T20:49:06.646Z",
104
+ "datePublished": "2025-08-12T21:35:01.181Z",
105
+ "dateModified": "2025-08-12T21:35:01.181Z",
106
106
  "mainEntityOfPage": {
107
107
  "@type": "WebPage",
108
108
  "@id": "https://doc-builder-delta.vercel.app/private/supabase-auth-implementation-plan.html"
@@ -142,7 +142,7 @@
142
142
 
143
143
  <div class="header-actions">
144
144
  <div class="deployment-info">
145
- <span class="deployment-date" title="Built with doc-builder v1.9.27">Last updated: Aug 12, 2025, 08:49 PM UTC</span>
145
+ <span class="deployment-date" title="Built with doc-builder v1.9.28">Last updated: Aug 12, 2025, 09:35 PM UTC</span>
146
146
  </div>
147
147
 
148
148
 
@@ -101,8 +101,8 @@
101
101
  "name": "Knowcode Ltd",
102
102
  "url": "https://knowcode.tech"
103
103
  },
104
- "datePublished": "2025-08-12T20:49:06.648Z",
105
- "dateModified": "2025-08-12T20:49:06.648Z",
104
+ "datePublished": "2025-08-12T21:35:01.184Z",
105
+ "dateModified": "2025-08-12T21:35:01.184Z",
106
106
  "mainEntityOfPage": {
107
107
  "@type": "WebPage",
108
108
  "@id": "https://doc-builder-delta.vercel.app/private/supabase-auth-integration-plan.html"
@@ -142,7 +142,7 @@
142
142
 
143
143
  <div class="header-actions">
144
144
  <div class="deployment-info">
145
- <span class="deployment-date" title="Built with doc-builder v1.9.27">Last updated: Aug 12, 2025, 08:49 PM UTC</span>
145
+ <span class="deployment-date" title="Built with doc-builder v1.9.28">Last updated: Aug 12, 2025, 09:35 PM UTC</span>
146
146
  </div>
147
147
 
148
148
 
@@ -101,8 +101,8 @@
101
101
  "name": "Knowcode Ltd",
102
102
  "url": "https://knowcode.tech"
103
103
  },
104
- "datePublished": "2025-08-12T20:49:06.651Z",
105
- "dateModified": "2025-08-12T20:49:06.651Z",
104
+ "datePublished": "2025-08-12T21:35:01.186Z",
105
+ "dateModified": "2025-08-12T21:35:01.186Z",
106
106
  "mainEntityOfPage": {
107
107
  "@type": "WebPage",
108
108
  "@id": "https://doc-builder-delta.vercel.app/private/supabase-auth-setup-guide.html"
@@ -142,7 +142,7 @@
142
142
 
143
143
  <div class="header-actions">
144
144
  <div class="deployment-info">
145
- <span class="deployment-date" title="Built with doc-builder v1.9.27">Last updated: Aug 12, 2025, 08:49 PM UTC</span>
145
+ <span class="deployment-date" title="Built with doc-builder v1.9.28">Last updated: Aug 12, 2025, 09:35 PM UTC</span>
146
146
  </div>
147
147
 
148
148
 
@@ -101,8 +101,8 @@
101
101
  "name": "Knowcode Ltd",
102
102
  "url": "https://knowcode.tech"
103
103
  },
104
- "datePublished": "2025-08-12T20:49:06.652Z",
105
- "dateModified": "2025-08-12T20:49:06.652Z",
104
+ "datePublished": "2025-08-12T21:35:01.187Z",
105
+ "dateModified": "2025-08-12T21:35:01.187Z",
106
106
  "mainEntityOfPage": {
107
107
  "@type": "WebPage",
108
108
  "@id": "https://doc-builder-delta.vercel.app/private/test-private-doc.html"
@@ -142,7 +142,7 @@
142
142
 
143
143
  <div class="header-actions">
144
144
  <div class="deployment-info">
145
- <span class="deployment-date" title="Built with doc-builder v1.9.27">Last updated: Aug 12, 2025, 08:49 PM UTC</span>
145
+ <span class="deployment-date" title="Built with doc-builder v1.9.28">Last updated: Aug 12, 2025, 09:35 PM UTC</span>
146
146
  </div>
147
147
 
148
148
 
@@ -101,8 +101,8 @@
101
101
  "name": "Knowcode Ltd",
102
102
  "url": "https://knowcode.tech"
103
103
  },
104
- "datePublished": "2025-08-12T20:49:06.654Z",
105
- "dateModified": "2025-08-12T20:49:06.654Z",
104
+ "datePublished": "2025-08-12T21:35:01.190Z",
105
+ "dateModified": "2025-08-12T21:35:01.190Z",
106
106
  "mainEntityOfPage": {
107
107
  "@type": "WebPage",
108
108
  "@id": "https://doc-builder-delta.vercel.app/private/user-management-tooling.html"
@@ -142,7 +142,7 @@
142
142
 
143
143
  <div class="header-actions">
144
144
  <div class="deployment-info">
145
- <span class="deployment-date" title="Built with doc-builder v1.9.27">Last updated: Aug 12, 2025, 08:49 PM UTC</span>
145
+ <span class="deployment-date" title="Built with doc-builder v1.9.28">Last updated: Aug 12, 2025, 09:35 PM UTC</span>
146
146
  </div>
147
147
 
148
148
 
@@ -101,8 +101,8 @@
101
101
  "name": "Knowcode Ltd",
102
102
  "url": "https://knowcode.tech"
103
103
  },
104
- "datePublished": "2025-08-12T20:49:06.658Z",
105
- "dateModified": "2025-08-12T20:49:06.658Z",
104
+ "datePublished": "2025-08-12T21:35:01.194Z",
105
+ "dateModified": "2025-08-12T21:35:01.194Z",
106
106
  "mainEntityOfPage": {
107
107
  "@type": "WebPage",
108
108
  "@id": "https://doc-builder-delta.vercel.app/prompts/beautiful-documentation-design.html"
@@ -142,7 +142,7 @@
142
142
 
143
143
  <div class="header-actions">
144
144
  <div class="deployment-info">
145
- <span class="deployment-date" title="Built with doc-builder v1.9.27">Last updated: Aug 12, 2025, 08:49 PM UTC</span>
145
+ <span class="deployment-date" title="Built with doc-builder v1.9.28">Last updated: Aug 12, 2025, 09:35 PM UTC</span>
146
146
  </div>
147
147
 
148
148
 
@@ -101,8 +101,8 @@
101
101
  "name": "Knowcode Ltd",
102
102
  "url": "https://knowcode.tech"
103
103
  },
104
- "datePublished": "2025-08-12T20:49:06.660Z",
105
- "dateModified": "2025-08-12T20:49:06.660Z",
104
+ "datePublished": "2025-08-12T21:35:01.196Z",
105
+ "dateModified": "2025-08-12T21:35:01.196Z",
106
106
  "mainEntityOfPage": {
107
107
  "@type": "WebPage",
108
108
  "@id": "https://doc-builder-delta.vercel.app/prompts/markdown-document-standards.html"
@@ -142,7 +142,7 @@
142
142
 
143
143
  <div class="header-actions">
144
144
  <div class="deployment-info">
145
- <span class="deployment-date" title="Built with doc-builder v1.9.27">Last updated: Aug 12, 2025, 08:49 PM UTC</span>
145
+ <span class="deployment-date" title="Built with doc-builder v1.9.28">Last updated: Aug 12, 2025, 09:35 PM UTC</span>
146
146
  </div>
147
147
 
148
148
 
@@ -101,8 +101,8 @@
101
101
  "name": "Knowcode Ltd",
102
102
  "url": "https://knowcode.tech"
103
103
  },
104
- "datePublished": "2025-08-12T20:49:06.663Z",
105
- "dateModified": "2025-08-12T20:49:06.663Z",
104
+ "datePublished": "2025-08-12T21:35:01.198Z",
105
+ "dateModified": "2025-08-12T21:35:01.198Z",
106
106
  "mainEntityOfPage": {
107
107
  "@type": "WebPage",
108
108
  "@id": "https://doc-builder-delta.vercel.app/prompts/project-rename-strategy-sasha-publish.html"
@@ -142,7 +142,7 @@
142
142
 
143
143
  <div class="header-actions">
144
144
  <div class="deployment-info">
145
- <span class="deployment-date" title="Built with doc-builder v1.9.27">Last updated: Aug 12, 2025, 08:49 PM UTC</span>
145
+ <span class="deployment-date" title="Built with doc-builder v1.9.28">Last updated: Aug 12, 2025, 09:35 PM UTC</span>
146
146
  </div>
147
147
 
148
148