@knowcode/doc-builder 1.9.18 → 1.9.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/README.md +2 -1
  3. package/assets/js/main.js +43 -21
  4. package/doc-builder.config.js +1 -1
  5. package/doc-builder.config.js.backup.1754218469785 +124 -0
  6. package/html/README.html +6 -7
  7. package/html/about-doc-builder.html +7 -8
  8. package/html/documentation-index.html +6 -7
  9. package/html/guides/authentication-default-change.html +6 -7
  10. package/html/guides/authentication-guide.html +6 -7
  11. package/html/guides/claude-workflow-guide.html +6 -7
  12. package/html/guides/configuration-guide.html +30 -8
  13. package/html/guides/documentation-standards.html +6 -7
  14. package/html/guides/html-embedding-guide.html +6 -7
  15. package/html/guides/image-modal-guide.html +6 -7
  16. package/html/guides/phosphor-icons-guide.html +6 -7
  17. package/html/guides/private-directory-authentication-troubleshooting.html +6 -7
  18. package/html/guides/private-directory-authentication.html +6 -7
  19. package/html/guides/public-site-deployment.html +6 -7
  20. package/html/guides/search-engine-verification-guide.html +6 -7
  21. package/html/guides/seo-guide.html +6 -7
  22. package/html/guides/seo-optimization-guide.html +6 -7
  23. package/html/guides/supabase-authentication-complete-guide.html +6 -7
  24. package/html/guides/troubleshooting-guide.html +6 -7
  25. package/html/guides/windows-setup-guide.html +6 -7
  26. package/html/image-modal-test.html +6 -7
  27. package/html/index.html +6 -7
  28. package/html/js/main.js +43 -21
  29. package/html/private/cache-control-anti-pattern.html +6 -7
  30. package/html/private/launch/README.html +6 -7
  31. package/html/private/launch/auth-cleanup-summary.html +6 -7
  32. package/html/private/launch/bubble-plugin-specification.html +6 -7
  33. package/html/private/launch/go-to-market-strategy.html +6 -7
  34. package/html/private/launch/launch-announcements.html +6 -7
  35. package/html/private/launch/vercel-deployment-auth-setup.html +6 -7
  36. package/html/private/next-steps-walkthrough.html +6 -7
  37. package/html/private/supabase-auth-implementation-completed.html +6 -7
  38. package/html/private/supabase-auth-implementation-plan.html +6 -7
  39. package/html/private/supabase-auth-integration-plan.html +6 -7
  40. package/html/private/supabase-auth-setup-guide.html +6 -7
  41. package/html/private/test-private-doc.html +6 -7
  42. package/html/private/user-management-tooling.html +6 -7
  43. package/html/prompts/Screenshot 2025-08-02 at 08.49.55.png +0 -0
  44. package/html/prompts/beautiful-documentation-design.html +6 -7
  45. package/html/prompts/markdown-document-standards.html +6 -7
  46. package/html/prompts/project-rename-strategy-sasha-publish.html +6 -7
  47. package/html/sitemap.xml +56 -62
  48. package/html/vercel-cli-setup-guide.html +6 -7
  49. package/html/vercel-first-time-setup-guide.html +6 -7
  50. package/lib/core-builder.js +18 -3
  51. package/package.json +1 -1
package/html/index.html CHANGED
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-02T07:42:09.988Z",
103
- "dateModified": "2025-08-02T07:42:09.988Z",
102
+ "datePublished": "2025-08-03T10:54:29.934Z",
103
+ "dateModified": "2025-08-03T10:54:29.934Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/README.html"
@@ -133,7 +133,7 @@
133
133
 
134
134
  <div class="header-actions">
135
135
  <div class="deployment-info">
136
- <span class="deployment-date" title="Built with doc-builder v1.9.17">Last updated: Aug 2, 2025, 07:42 AM UTC</span>
136
+ <span class="deployment-date" title="Built with doc-builder v1.9.18">Last updated: Aug 3, 2025, 10:54 AM UTC</span>
137
137
  </div>
138
138
 
139
139
 
@@ -173,15 +173,14 @@
173
173
  <nav class="navigation">
174
174
 
175
175
  <div class="nav-section" data-level="0">
176
- <a class="nav-title expanded" href="/README.html" >
177
- <i class="ph ph-house"></i> Documentation
176
+ <a class="nav-title toggle-all-nav expanded" href="#" id="nav-toggle-all" title="Collapse/Expand All">
177
+ <i class="ph ph-caret-down" id="toggle-all-icon"></i> Documentation
178
178
  </a>
179
- <div class="nav-content" >
179
+ <div class="nav-content">
180
180
  <a href="/README.html" class="nav-item active" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
181
181
  <a href="/about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> About Doc Builder</a>
182
182
  <a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Index</a>
183
183
  <a href="/image-modal-test.html" class="nav-item" data-tooltip="This document tests the new image modal functionality in doc-builder."><i class="ph ph-file-text"></i> Image Modal Test</a>
184
- <a href="/test-mermaid-enhanced.html" class="nav-item" data-tooltip="Mermaid Enhanced Styling Test."><i class="ph ph-x-circle" style="color: #dc2626;"></i> Test Mermaid Enhanced</a>
185
184
  <a href="/vercel-cli-setup-guide.html" class="nav-item" data-tooltip="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel Cli Setup Guide</a>
186
185
  <a href="/vercel-first-time-setup-guide.html" class="nav-item" data-tooltip="This guide walks you through the Vercel deployment process when using ."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel First Time Setup Guide</a></div></div>
187
186
  <div class="nav-section" data-level="1">
package/html/js/main.js CHANGED
@@ -53,7 +53,6 @@ document.addEventListener('DOMContentLoaded', function() {
53
53
  });
54
54
 
55
55
  // Initialize Mermaid Full Screen Functionality
56
- console.log('[Mermaid] DOMContentLoaded fired, calling initializeMermaidFullScreen...');
57
56
  initializeMermaidFullScreen();
58
57
  });
59
58
 
@@ -131,38 +130,18 @@ function configureMermaidTheme() {
131
130
 
132
131
  // Manually render all mermaid diagrams after configuration
133
132
  setTimeout(() => {
134
- console.log('[Mermaid] Running mermaid.run() with config:', mermaidConfig);
135
- console.log('[Mermaid] Enhanced styling enabled:', enhancedStyling);
136
- console.log('[Mermaid] Data attribute set to:', document.documentElement.getAttribute('data-mermaid-enhanced'));
137
133
  mermaid.run();
138
-
139
- // After rendering, log some debug info
140
- setTimeout(() => {
141
- const diagrams = document.querySelectorAll('.mermaid svg');
142
- console.log('[Mermaid] Found', diagrams.length, 'rendered diagrams');
143
-
144
- const firstRect = document.querySelector('.mermaid svg rect');
145
- if (firstRect) {
146
- console.log('[Mermaid] First rect element:', firstRect);
147
- console.log('[Mermaid] Rect rx value:', firstRect.getAttribute('rx'));
148
- console.log('[Mermaid] Computed styles:', window.getComputedStyle(firstRect));
149
- }
150
- }, 500);
151
134
  }, 100);
152
135
  }
153
136
 
154
137
  // Mermaid Full Screen Viewer
155
138
  function initializeMermaidFullScreen() {
156
- console.log('[Mermaid] initializeMermaidFullScreen() called');
157
-
158
139
  // Wait for Mermaid to initialize
159
140
  if (typeof mermaid === 'undefined') {
160
- console.log('[Mermaid] Mermaid not available yet, retrying in 100ms...');
161
141
  setTimeout(initializeMermaidFullScreen, 100);
162
142
  return;
163
143
  }
164
144
 
165
- console.log('[Mermaid] Mermaid library available, configuring theme...');
166
145
  // Configure Mermaid with enhanced styling
167
146
  configureMermaidTheme();
168
147
 
@@ -1055,6 +1034,49 @@ function initCollapsibleNavigation() {
1055
1034
  }
1056
1035
  }, 200);
1057
1036
 
1037
+ // Handle toggle-all button for root navigation
1038
+ const toggleAllButton = document.getElementById('nav-toggle-all');
1039
+ if (toggleAllButton) {
1040
+ toggleAllButton.addEventListener('click', (e) => {
1041
+ e.preventDefault();
1042
+
1043
+ const icon = document.getElementById('toggle-all-icon');
1044
+ const isExpanded = toggleAllButton.classList.contains('expanded');
1045
+
1046
+ // Get all collapsible sections (excluding the root)
1047
+ const allSections = document.querySelectorAll('.nav-section[data-level]:not([data-level="0"]) .nav-title.collapsible');
1048
+ const allContents = document.querySelectorAll('.nav-section[data-level]:not([data-level="0"]) .nav-content.collapsed, .nav-section[data-level]:not([data-level="0"]) .nav-content:not(.collapsed)');
1049
+
1050
+ if (isExpanded) {
1051
+ // Collapse all sections
1052
+ toggleAllButton.classList.remove('expanded');
1053
+ icon.className = 'ph ph-caret-right';
1054
+
1055
+ allSections.forEach(section => {
1056
+ section.classList.remove('expanded');
1057
+ });
1058
+
1059
+ allContents.forEach(content => {
1060
+ if (content.id) { // Only collapse if it has an id (is collapsible)
1061
+ content.classList.add('collapsed');
1062
+ }
1063
+ });
1064
+ } else {
1065
+ // Expand all sections
1066
+ toggleAllButton.classList.add('expanded');
1067
+ icon.className = 'ph ph-caret-down';
1068
+
1069
+ allSections.forEach(section => {
1070
+ section.classList.add('expanded');
1071
+ });
1072
+
1073
+ allContents.forEach(content => {
1074
+ content.classList.remove('collapsed');
1075
+ });
1076
+ }
1077
+ });
1078
+ }
1079
+
1058
1080
  const collapsibleTitles = document.querySelectorAll('.nav-title.collapsible');
1059
1081
 
1060
1082
  collapsibleTitles.forEach(title => {
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-02T07:42:10.075Z",
103
- "dateModified": "2025-08-02T07:42:10.075Z",
102
+ "datePublished": "2025-08-03T10:54:30.246Z",
103
+ "dateModified": "2025-08-03T10:54:30.246Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/private/cache-control-anti-pattern.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.17">Last updated: Aug 2, 2025, 07:42 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.18">Last updated: Aug 3, 2025, 10:54 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -179,15 +179,14 @@
179
179
  <nav class="navigation">
180
180
 
181
181
  <div class="nav-section" data-level="0">
182
- <a class="nav-title" href="/README.html" >
183
- <i class="ph ph-house"></i> Documentation
182
+ <a class="nav-title toggle-all-nav expanded" href="#" id="nav-toggle-all" title="Collapse/Expand All">
183
+ <i class="ph ph-caret-down" id="toggle-all-icon"></i> Documentation
184
184
  </a>
185
- <div class="nav-content" >
185
+ <div class="nav-content">
186
186
  <a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
187
187
  <a href="/about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> About Doc Builder</a>
188
188
  <a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Index</a>
189
189
  <a href="/image-modal-test.html" class="nav-item" data-tooltip="This document tests the new image modal functionality in doc-builder."><i class="ph ph-file-text"></i> Image Modal Test</a>
190
- <a href="/test-mermaid-enhanced.html" class="nav-item" data-tooltip="Mermaid Enhanced Styling Test."><i class="ph ph-x-circle" style="color: #dc2626;"></i> Test Mermaid Enhanced</a>
191
190
  <a href="/vercel-cli-setup-guide.html" class="nav-item" data-tooltip="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel Cli Setup Guide</a>
192
191
  <a href="/vercel-first-time-setup-guide.html" class="nav-item" data-tooltip="This guide walks you through the Vercel deployment process when using ."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel First Time Setup Guide</a></div></div>
193
192
  <div class="nav-section" data-level="1">
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-02T07:42:10.077Z",
103
- "dateModified": "2025-08-02T07:42:10.077Z",
102
+ "datePublished": "2025-08-03T10:54:30.249Z",
103
+ "dateModified": "2025-08-03T10:54:30.249Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/private/launch/README.html"
@@ -145,7 +145,7 @@
145
145
 
146
146
  <div class="header-actions">
147
147
  <div class="deployment-info">
148
- <span class="deployment-date" title="Built with doc-builder v1.9.17">Last updated: Aug 2, 2025, 07:42 AM UTC</span>
148
+ <span class="deployment-date" title="Built with doc-builder v1.9.18">Last updated: Aug 3, 2025, 10:54 AM UTC</span>
149
149
  </div>
150
150
 
151
151
 
@@ -185,15 +185,14 @@
185
185
  <nav class="navigation">
186
186
 
187
187
  <div class="nav-section" data-level="0">
188
- <a class="nav-title" href="/README.html" >
189
- <i class="ph ph-house"></i> Documentation
188
+ <a class="nav-title toggle-all-nav expanded" href="#" id="nav-toggle-all" title="Collapse/Expand All">
189
+ <i class="ph ph-caret-down" id="toggle-all-icon"></i> Documentation
190
190
  </a>
191
- <div class="nav-content" >
191
+ <div class="nav-content">
192
192
  <a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
193
193
  <a href="/about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> About Doc Builder</a>
194
194
  <a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Index</a>
195
195
  <a href="/image-modal-test.html" class="nav-item" data-tooltip="This document tests the new image modal functionality in doc-builder."><i class="ph ph-file-text"></i> Image Modal Test</a>
196
- <a href="/test-mermaid-enhanced.html" class="nav-item" data-tooltip="Mermaid Enhanced Styling Test."><i class="ph ph-x-circle" style="color: #dc2626;"></i> Test Mermaid Enhanced</a>
197
196
  <a href="/vercel-cli-setup-guide.html" class="nav-item" data-tooltip="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel Cli Setup Guide</a>
198
197
  <a href="/vercel-first-time-setup-guide.html" class="nav-item" data-tooltip="This guide walks you through the Vercel deployment process when using ."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel First Time Setup Guide</a></div></div>
199
198
  <div class="nav-section" data-level="1">
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-02T07:42:10.078Z",
103
- "dateModified": "2025-08-02T07:42:10.078Z",
102
+ "datePublished": "2025-08-03T10:54:30.256Z",
103
+ "dateModified": "2025-08-03T10:54:30.256Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/private/launch/auth-cleanup-summary.html"
@@ -145,7 +145,7 @@
145
145
 
146
146
  <div class="header-actions">
147
147
  <div class="deployment-info">
148
- <span class="deployment-date" title="Built with doc-builder v1.9.17">Last updated: Aug 2, 2025, 07:42 AM UTC</span>
148
+ <span class="deployment-date" title="Built with doc-builder v1.9.18">Last updated: Aug 3, 2025, 10:54 AM UTC</span>
149
149
  </div>
150
150
 
151
151
 
@@ -185,15 +185,14 @@
185
185
  <nav class="navigation">
186
186
 
187
187
  <div class="nav-section" data-level="0">
188
- <a class="nav-title" href="/README.html" >
189
- <i class="ph ph-house"></i> Documentation
188
+ <a class="nav-title toggle-all-nav expanded" href="#" id="nav-toggle-all" title="Collapse/Expand All">
189
+ <i class="ph ph-caret-down" id="toggle-all-icon"></i> Documentation
190
190
  </a>
191
- <div class="nav-content" >
191
+ <div class="nav-content">
192
192
  <a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
193
193
  <a href="/about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> About Doc Builder</a>
194
194
  <a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Index</a>
195
195
  <a href="/image-modal-test.html" class="nav-item" data-tooltip="This document tests the new image modal functionality in doc-builder."><i class="ph ph-file-text"></i> Image Modal Test</a>
196
- <a href="/test-mermaid-enhanced.html" class="nav-item" data-tooltip="Mermaid Enhanced Styling Test."><i class="ph ph-x-circle" style="color: #dc2626;"></i> Test Mermaid Enhanced</a>
197
196
  <a href="/vercel-cli-setup-guide.html" class="nav-item" data-tooltip="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel Cli Setup Guide</a>
198
197
  <a href="/vercel-first-time-setup-guide.html" class="nav-item" data-tooltip="This guide walks you through the Vercel deployment process when using ."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel First Time Setup Guide</a></div></div>
199
198
  <div class="nav-section" data-level="1">
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-02T07:42:10.081Z",
103
- "dateModified": "2025-08-02T07:42:10.081Z",
102
+ "datePublished": "2025-08-03T10:54:30.262Z",
103
+ "dateModified": "2025-08-03T10:54:30.262Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/private/launch/bubble-plugin-specification.html"
@@ -145,7 +145,7 @@
145
145
 
146
146
  <div class="header-actions">
147
147
  <div class="deployment-info">
148
- <span class="deployment-date" title="Built with doc-builder v1.9.17">Last updated: Aug 2, 2025, 07:42 AM UTC</span>
148
+ <span class="deployment-date" title="Built with doc-builder v1.9.18">Last updated: Aug 3, 2025, 10:54 AM UTC</span>
149
149
  </div>
150
150
 
151
151
 
@@ -185,15 +185,14 @@
185
185
  <nav class="navigation">
186
186
 
187
187
  <div class="nav-section" data-level="0">
188
- <a class="nav-title" href="/README.html" >
189
- <i class="ph ph-house"></i> Documentation
188
+ <a class="nav-title toggle-all-nav expanded" href="#" id="nav-toggle-all" title="Collapse/Expand All">
189
+ <i class="ph ph-caret-down" id="toggle-all-icon"></i> Documentation
190
190
  </a>
191
- <div class="nav-content" >
191
+ <div class="nav-content">
192
192
  <a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
193
193
  <a href="/about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> About Doc Builder</a>
194
194
  <a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Index</a>
195
195
  <a href="/image-modal-test.html" class="nav-item" data-tooltip="This document tests the new image modal functionality in doc-builder."><i class="ph ph-file-text"></i> Image Modal Test</a>
196
- <a href="/test-mermaid-enhanced.html" class="nav-item" data-tooltip="Mermaid Enhanced Styling Test."><i class="ph ph-x-circle" style="color: #dc2626;"></i> Test Mermaid Enhanced</a>
197
196
  <a href="/vercel-cli-setup-guide.html" class="nav-item" data-tooltip="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel Cli Setup Guide</a>
198
197
  <a href="/vercel-first-time-setup-guide.html" class="nav-item" data-tooltip="This guide walks you through the Vercel deployment process when using ."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel First Time Setup Guide</a></div></div>
199
198
  <div class="nav-section" data-level="1">
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-02T07:42:10.084Z",
103
- "dateModified": "2025-08-02T07:42:10.084Z",
102
+ "datePublished": "2025-08-03T10:54:30.272Z",
103
+ "dateModified": "2025-08-03T10:54:30.272Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/private/launch/go-to-market-strategy.html"
@@ -145,7 +145,7 @@
145
145
 
146
146
  <div class="header-actions">
147
147
  <div class="deployment-info">
148
- <span class="deployment-date" title="Built with doc-builder v1.9.17">Last updated: Aug 2, 2025, 07:42 AM UTC</span>
148
+ <span class="deployment-date" title="Built with doc-builder v1.9.18">Last updated: Aug 3, 2025, 10:54 AM UTC</span>
149
149
  </div>
150
150
 
151
151
 
@@ -185,15 +185,14 @@
185
185
  <nav class="navigation">
186
186
 
187
187
  <div class="nav-section" data-level="0">
188
- <a class="nav-title" href="/README.html" >
189
- <i class="ph ph-house"></i> Documentation
188
+ <a class="nav-title toggle-all-nav expanded" href="#" id="nav-toggle-all" title="Collapse/Expand All">
189
+ <i class="ph ph-caret-down" id="toggle-all-icon"></i> Documentation
190
190
  </a>
191
- <div class="nav-content" >
191
+ <div class="nav-content">
192
192
  <a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
193
193
  <a href="/about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> About Doc Builder</a>
194
194
  <a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Index</a>
195
195
  <a href="/image-modal-test.html" class="nav-item" data-tooltip="This document tests the new image modal functionality in doc-builder."><i class="ph ph-file-text"></i> Image Modal Test</a>
196
- <a href="/test-mermaid-enhanced.html" class="nav-item" data-tooltip="Mermaid Enhanced Styling Test."><i class="ph ph-x-circle" style="color: #dc2626;"></i> Test Mermaid Enhanced</a>
197
196
  <a href="/vercel-cli-setup-guide.html" class="nav-item" data-tooltip="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel Cli Setup Guide</a>
198
197
  <a href="/vercel-first-time-setup-guide.html" class="nav-item" data-tooltip="This guide walks you through the Vercel deployment process when using ."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel First Time Setup Guide</a></div></div>
199
198
  <div class="nav-section" data-level="1">
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-02T07:42:10.088Z",
103
- "dateModified": "2025-08-02T07:42:10.088Z",
102
+ "datePublished": "2025-08-03T10:54:30.283Z",
103
+ "dateModified": "2025-08-03T10:54:30.283Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/private/launch/launch-announcements.html"
@@ -145,7 +145,7 @@
145
145
 
146
146
  <div class="header-actions">
147
147
  <div class="deployment-info">
148
- <span class="deployment-date" title="Built with doc-builder v1.9.17">Last updated: Aug 2, 2025, 07:42 AM UTC</span>
148
+ <span class="deployment-date" title="Built with doc-builder v1.9.18">Last updated: Aug 3, 2025, 10:54 AM UTC</span>
149
149
  </div>
150
150
 
151
151
 
@@ -185,15 +185,14 @@
185
185
  <nav class="navigation">
186
186
 
187
187
  <div class="nav-section" data-level="0">
188
- <a class="nav-title" href="/README.html" >
189
- <i class="ph ph-house"></i> Documentation
188
+ <a class="nav-title toggle-all-nav expanded" href="#" id="nav-toggle-all" title="Collapse/Expand All">
189
+ <i class="ph ph-caret-down" id="toggle-all-icon"></i> Documentation
190
190
  </a>
191
- <div class="nav-content" >
191
+ <div class="nav-content">
192
192
  <a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
193
193
  <a href="/about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> About Doc Builder</a>
194
194
  <a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Index</a>
195
195
  <a href="/image-modal-test.html" class="nav-item" data-tooltip="This document tests the new image modal functionality in doc-builder."><i class="ph ph-file-text"></i> Image Modal Test</a>
196
- <a href="/test-mermaid-enhanced.html" class="nav-item" data-tooltip="Mermaid Enhanced Styling Test."><i class="ph ph-x-circle" style="color: #dc2626;"></i> Test Mermaid Enhanced</a>
197
196
  <a href="/vercel-cli-setup-guide.html" class="nav-item" data-tooltip="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel Cli Setup Guide</a>
198
197
  <a href="/vercel-first-time-setup-guide.html" class="nav-item" data-tooltip="This guide walks you through the Vercel deployment process when using ."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel First Time Setup Guide</a></div></div>
199
198
  <div class="nav-section" data-level="1">
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-02T07:42:10.091Z",
103
- "dateModified": "2025-08-02T07:42:10.091Z",
102
+ "datePublished": "2025-08-03T10:54:30.293Z",
103
+ "dateModified": "2025-08-03T10:54:30.293Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/private/launch/vercel-deployment-auth-setup.html"
@@ -145,7 +145,7 @@
145
145
 
146
146
  <div class="header-actions">
147
147
  <div class="deployment-info">
148
- <span class="deployment-date" title="Built with doc-builder v1.9.17">Last updated: Aug 2, 2025, 07:42 AM UTC</span>
148
+ <span class="deployment-date" title="Built with doc-builder v1.9.18">Last updated: Aug 3, 2025, 10:54 AM UTC</span>
149
149
  </div>
150
150
 
151
151
 
@@ -185,15 +185,14 @@
185
185
  <nav class="navigation">
186
186
 
187
187
  <div class="nav-section" data-level="0">
188
- <a class="nav-title" href="/README.html" >
189
- <i class="ph ph-house"></i> Documentation
188
+ <a class="nav-title toggle-all-nav expanded" href="#" id="nav-toggle-all" title="Collapse/Expand All">
189
+ <i class="ph ph-caret-down" id="toggle-all-icon"></i> Documentation
190
190
  </a>
191
- <div class="nav-content" >
191
+ <div class="nav-content">
192
192
  <a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
193
193
  <a href="/about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> About Doc Builder</a>
194
194
  <a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Index</a>
195
195
  <a href="/image-modal-test.html" class="nav-item" data-tooltip="This document tests the new image modal functionality in doc-builder."><i class="ph ph-file-text"></i> Image Modal Test</a>
196
- <a href="/test-mermaid-enhanced.html" class="nav-item" data-tooltip="Mermaid Enhanced Styling Test."><i class="ph ph-x-circle" style="color: #dc2626;"></i> Test Mermaid Enhanced</a>
197
196
  <a href="/vercel-cli-setup-guide.html" class="nav-item" data-tooltip="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel Cli Setup Guide</a>
198
197
  <a href="/vercel-first-time-setup-guide.html" class="nav-item" data-tooltip="This guide walks you through the Vercel deployment process when using ."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel First Time Setup Guide</a></div></div>
199
198
  <div class="nav-section" data-level="1">
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-02T07:42:10.093Z",
103
- "dateModified": "2025-08-02T07:42:10.093Z",
102
+ "datePublished": "2025-08-03T10:54:30.311Z",
103
+ "dateModified": "2025-08-03T10:54:30.311Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/private/next-steps-walkthrough.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.17">Last updated: Aug 2, 2025, 07:42 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.18">Last updated: Aug 3, 2025, 10:54 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -179,15 +179,14 @@
179
179
  <nav class="navigation">
180
180
 
181
181
  <div class="nav-section" data-level="0">
182
- <a class="nav-title" href="/README.html" >
183
- <i class="ph ph-house"></i> Documentation
182
+ <a class="nav-title toggle-all-nav expanded" href="#" id="nav-toggle-all" title="Collapse/Expand All">
183
+ <i class="ph ph-caret-down" id="toggle-all-icon"></i> Documentation
184
184
  </a>
185
- <div class="nav-content" >
185
+ <div class="nav-content">
186
186
  <a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
187
187
  <a href="/about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> About Doc Builder</a>
188
188
  <a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Index</a>
189
189
  <a href="/image-modal-test.html" class="nav-item" data-tooltip="This document tests the new image modal functionality in doc-builder."><i class="ph ph-file-text"></i> Image Modal Test</a>
190
- <a href="/test-mermaid-enhanced.html" class="nav-item" data-tooltip="Mermaid Enhanced Styling Test."><i class="ph ph-x-circle" style="color: #dc2626;"></i> Test Mermaid Enhanced</a>
191
190
  <a href="/vercel-cli-setup-guide.html" class="nav-item" data-tooltip="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel Cli Setup Guide</a>
192
191
  <a href="/vercel-first-time-setup-guide.html" class="nav-item" data-tooltip="This guide walks you through the Vercel deployment process when using ."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel First Time Setup Guide</a></div></div>
193
192
  <div class="nav-section" data-level="1">
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-02T07:42:10.095Z",
103
- "dateModified": "2025-08-02T07:42:10.095Z",
102
+ "datePublished": "2025-08-03T10:54:30.322Z",
103
+ "dateModified": "2025-08-03T10:54:30.322Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/private/supabase-auth-implementation-completed.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.17">Last updated: Aug 2, 2025, 07:42 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.18">Last updated: Aug 3, 2025, 10:54 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -179,15 +179,14 @@
179
179
  <nav class="navigation">
180
180
 
181
181
  <div class="nav-section" data-level="0">
182
- <a class="nav-title" href="/README.html" >
183
- <i class="ph ph-house"></i> Documentation
182
+ <a class="nav-title toggle-all-nav expanded" href="#" id="nav-toggle-all" title="Collapse/Expand All">
183
+ <i class="ph ph-caret-down" id="toggle-all-icon"></i> Documentation
184
184
  </a>
185
- <div class="nav-content" >
185
+ <div class="nav-content">
186
186
  <a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
187
187
  <a href="/about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> About Doc Builder</a>
188
188
  <a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Index</a>
189
189
  <a href="/image-modal-test.html" class="nav-item" data-tooltip="This document tests the new image modal functionality in doc-builder."><i class="ph ph-file-text"></i> Image Modal Test</a>
190
- <a href="/test-mermaid-enhanced.html" class="nav-item" data-tooltip="Mermaid Enhanced Styling Test."><i class="ph ph-x-circle" style="color: #dc2626;"></i> Test Mermaid Enhanced</a>
191
190
  <a href="/vercel-cli-setup-guide.html" class="nav-item" data-tooltip="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel Cli Setup Guide</a>
192
191
  <a href="/vercel-first-time-setup-guide.html" class="nav-item" data-tooltip="This guide walks you through the Vercel deployment process when using ."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel First Time Setup Guide</a></div></div>
193
192
  <div class="nav-section" data-level="1">
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-02T07:42:10.098Z",
103
- "dateModified": "2025-08-02T07:42:10.098Z",
102
+ "datePublished": "2025-08-03T10:54:30.338Z",
103
+ "dateModified": "2025-08-03T10:54:30.338Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/private/supabase-auth-implementation-plan.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.17">Last updated: Aug 2, 2025, 07:42 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.18">Last updated: Aug 3, 2025, 10:54 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -179,15 +179,14 @@
179
179
  <nav class="navigation">
180
180
 
181
181
  <div class="nav-section" data-level="0">
182
- <a class="nav-title" href="/README.html" >
183
- <i class="ph ph-house"></i> Documentation
182
+ <a class="nav-title toggle-all-nav expanded" href="#" id="nav-toggle-all" title="Collapse/Expand All">
183
+ <i class="ph ph-caret-down" id="toggle-all-icon"></i> Documentation
184
184
  </a>
185
- <div class="nav-content" >
185
+ <div class="nav-content">
186
186
  <a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
187
187
  <a href="/about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> About Doc Builder</a>
188
188
  <a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Index</a>
189
189
  <a href="/image-modal-test.html" class="nav-item" data-tooltip="This document tests the new image modal functionality in doc-builder."><i class="ph ph-file-text"></i> Image Modal Test</a>
190
- <a href="/test-mermaid-enhanced.html" class="nav-item" data-tooltip="Mermaid Enhanced Styling Test."><i class="ph ph-x-circle" style="color: #dc2626;"></i> Test Mermaid Enhanced</a>
191
190
  <a href="/vercel-cli-setup-guide.html" class="nav-item" data-tooltip="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel Cli Setup Guide</a>
192
191
  <a href="/vercel-first-time-setup-guide.html" class="nav-item" data-tooltip="This guide walks you through the Vercel deployment process when using ."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel First Time Setup Guide</a></div></div>
193
192
  <div class="nav-section" data-level="1">
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-02T07:42:10.100Z",
103
- "dateModified": "2025-08-02T07:42:10.100Z",
102
+ "datePublished": "2025-08-03T10:54:30.376Z",
103
+ "dateModified": "2025-08-03T10:54:30.376Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/private/supabase-auth-integration-plan.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.17">Last updated: Aug 2, 2025, 07:42 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.18">Last updated: Aug 3, 2025, 10:54 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -179,15 +179,14 @@
179
179
  <nav class="navigation">
180
180
 
181
181
  <div class="nav-section" data-level="0">
182
- <a class="nav-title" href="/README.html" >
183
- <i class="ph ph-house"></i> Documentation
182
+ <a class="nav-title toggle-all-nav expanded" href="#" id="nav-toggle-all" title="Collapse/Expand All">
183
+ <i class="ph ph-caret-down" id="toggle-all-icon"></i> Documentation
184
184
  </a>
185
- <div class="nav-content" >
185
+ <div class="nav-content">
186
186
  <a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
187
187
  <a href="/about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> About Doc Builder</a>
188
188
  <a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Index</a>
189
189
  <a href="/image-modal-test.html" class="nav-item" data-tooltip="This document tests the new image modal functionality in doc-builder."><i class="ph ph-file-text"></i> Image Modal Test</a>
190
- <a href="/test-mermaid-enhanced.html" class="nav-item" data-tooltip="Mermaid Enhanced Styling Test."><i class="ph ph-x-circle" style="color: #dc2626;"></i> Test Mermaid Enhanced</a>
191
190
  <a href="/vercel-cli-setup-guide.html" class="nav-item" data-tooltip="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel Cli Setup Guide</a>
192
191
  <a href="/vercel-first-time-setup-guide.html" class="nav-item" data-tooltip="This guide walks you through the Vercel deployment process when using ."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel First Time Setup Guide</a></div></div>
193
192
  <div class="nav-section" data-level="1">