@knowcode/doc-builder 1.9.15 → 1.9.17

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 (54) hide show
  1. package/.claude/settings.local.json +2 -1
  2. package/assets/css/notion-style.css +76 -0
  3. package/assets/js/main.js +97 -0
  4. package/doc-builder.config.js +2 -1
  5. package/doc-builder.config.js.backup.1754119567787 +123 -0
  6. package/doc-builder.config.js.backup.1754120048862 +124 -0
  7. package/html/README.html +6 -4
  8. package/html/about-doc-builder.html +6 -4
  9. package/html/css/notion-style.css +76 -0
  10. package/html/documentation-index.html +6 -4
  11. package/html/guides/authentication-default-change.html +6 -4
  12. package/html/guides/authentication-guide.html +6 -4
  13. package/html/guides/claude-workflow-guide.html +6 -4
  14. package/html/guides/configuration-guide.html +6 -4
  15. package/html/guides/documentation-standards.html +6 -4
  16. package/html/guides/html-embedding-guide.html +6 -4
  17. package/html/guides/image-modal-guide.html +6 -4
  18. package/html/guides/phosphor-icons-guide.html +6 -4
  19. package/html/guides/private-directory-authentication-troubleshooting.html +6 -4
  20. package/html/guides/private-directory-authentication.html +6 -4
  21. package/html/guides/public-site-deployment.html +6 -4
  22. package/html/guides/search-engine-verification-guide.html +6 -4
  23. package/html/guides/seo-guide.html +6 -4
  24. package/html/guides/seo-optimization-guide.html +6 -4
  25. package/html/guides/supabase-authentication-complete-guide.html +6 -4
  26. package/html/guides/troubleshooting-guide.html +6 -4
  27. package/html/guides/windows-setup-guide.html +6 -4
  28. package/html/image-modal-test.html +6 -4
  29. package/html/index.html +6 -4
  30. package/html/js/main.js +97 -0
  31. package/html/private/cache-control-anti-pattern.html +6 -4
  32. package/html/private/launch/README.html +6 -4
  33. package/html/private/launch/auth-cleanup-summary.html +6 -4
  34. package/html/private/launch/bubble-plugin-specification.html +6 -4
  35. package/html/private/launch/go-to-market-strategy.html +6 -4
  36. package/html/private/launch/launch-announcements.html +6 -4
  37. package/html/private/launch/vercel-deployment-auth-setup.html +6 -4
  38. package/html/private/next-steps-walkthrough.html +6 -4
  39. package/html/private/supabase-auth-implementation-completed.html +6 -4
  40. package/html/private/supabase-auth-implementation-plan.html +6 -4
  41. package/html/private/supabase-auth-integration-plan.html +6 -4
  42. package/html/private/supabase-auth-setup-guide.html +6 -4
  43. package/html/private/test-private-doc.html +6 -4
  44. package/html/private/user-management-tooling.html +6 -4
  45. package/html/prompts/beautiful-documentation-design.html +6 -4
  46. package/html/prompts/markdown-document-standards.html +6 -4
  47. package/html/prompts/project-rename-strategy-sasha-publish.html +6 -4
  48. package/html/sitemap.xml +62 -56
  49. package/html/test-mermaid-enhanced.html +341 -0
  50. package/html/vercel-cli-setup-guide.html +6 -4
  51. package/html/vercel-first-time-setup-guide.html +6 -4
  52. package/lib/config.js +5 -0
  53. package/lib/core-builder.js +2 -1
  54. package/package.json +1 -1
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-01T14:40:41.936Z",
103
- "dateModified": "2025-08-01T14:40:41.936Z",
102
+ "datePublished": "2025-08-02T07:34:26.255Z",
103
+ "dateModified": "2025-08-02T07:34:26.255Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/guides/troubleshooting-guide.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.14">Last updated: Aug 1, 2025, 02:40 PM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -187,6 +187,7 @@
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>
190
191
  <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>
191
192
  <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>
192
193
  <div class="nav-section" data-level="1">
@@ -609,7 +610,8 @@ npm --version
609
610
  window.docBuilderConfig = {
610
611
  features: {
611
612
  showPdfDownload: true,
612
- menuDefaultOpen: false
613
+ menuDefaultOpen: false,
614
+ mermaidEnhanced: true
613
615
  }
614
616
  };
615
617
  </script>
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-01T14:40:41.941Z",
103
- "dateModified": "2025-08-01T14:40:41.941Z",
102
+ "datePublished": "2025-08-02T07:34:26.260Z",
103
+ "dateModified": "2025-08-02T07:34:26.260Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/guides/windows-setup-guide.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.14">Last updated: Aug 1, 2025, 02:40 PM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -187,6 +187,7 @@
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>
190
191
  <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>
191
192
  <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>
192
193
  <div class="nav-section" data-level="1">
@@ -835,7 +836,8 @@ npm cache clean --force
835
836
  window.docBuilderConfig = {
836
837
  features: {
837
838
  showPdfDownload: true,
838
- menuDefaultOpen: false
839
+ menuDefaultOpen: false,
840
+ mermaidEnhanced: true
839
841
  }
840
842
  };
841
843
  </script>
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-01T14:40:41.944Z",
103
- "dateModified": "2025-08-01T14:40:41.944Z",
102
+ "datePublished": "2025-08-02T07:34:26.262Z",
103
+ "dateModified": "2025-08-02T07:34:26.262Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/image-modal-test.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.14">Last updated: Aug 1, 2025, 02:40 PM UTC</span>
136
+ <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
137
137
  </div>
138
138
 
139
139
 
@@ -181,6 +181,7 @@
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 active" 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>
184
185
  <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>
185
186
  <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>
186
187
  <div class="nav-section" data-level="1">
@@ -294,7 +295,8 @@
294
295
  window.docBuilderConfig = {
295
296
  features: {
296
297
  showPdfDownload: true,
297
- menuDefaultOpen: false
298
+ menuDefaultOpen: false,
299
+ mermaidEnhanced: true
298
300
  }
299
301
  };
300
302
  </script>
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-01T14:40:41.828Z",
103
- "dateModified": "2025-08-01T14:40:41.828Z",
102
+ "datePublished": "2025-08-02T07:34:26.193Z",
103
+ "dateModified": "2025-08-02T07:34:26.193Z",
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.14">Last updated: Aug 1, 2025, 02:40 PM UTC</span>
136
+ <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
137
137
  </div>
138
138
 
139
139
 
@@ -181,6 +181,7 @@
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>
184
185
  <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>
185
186
  <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>
186
187
  <div class="nav-section" data-level="1">
@@ -498,7 +499,8 @@ docBuilder.build({
498
499
  window.docBuilderConfig = {
499
500
  features: {
500
501
  showPdfDownload: true,
501
- menuDefaultOpen: false
502
+ menuDefaultOpen: false,
503
+ mermaidEnhanced: true
502
504
  }
503
505
  };
504
506
  </script>
package/html/js/main.js CHANGED
@@ -54,6 +54,100 @@ document.addEventListener('DOMContentLoaded', function() {
54
54
  initializeMermaidFullScreen();
55
55
  });
56
56
 
57
+ // Mermaid Theme Configuration
58
+ function configureMermaidTheme() {
59
+ // Check if enhanced styling is enabled (passed from config)
60
+ const enhancedStyling = window.docBuilderConfig?.features?.mermaidEnhanced !== false;
61
+
62
+ // Set data attribute for CSS styling
63
+ document.documentElement.setAttribute('data-mermaid-enhanced', enhancedStyling.toString());
64
+
65
+ // Get current theme (light/dark mode)
66
+ const isDarkMode = document.documentElement.getAttribute('data-theme') === 'dark';
67
+
68
+ // Notion-inspired color palette
69
+ const lightTheme = {
70
+ primaryColor: '#F7F6F3', // Light background for shapes
71
+ primaryTextColor: '#37352F', // Dark text
72
+ primaryBorderColor: '#E3E2E0', // Subtle borders
73
+ lineColor: '#787774', // Connection lines
74
+ secondaryColor: '#EDEBE9', // Secondary backgrounds
75
+ tertiaryColor: '#E9E9E7', // Tertiary elements
76
+ background: '#FFFFFF', // Diagram background
77
+ fontSize: '16px', // Text size
78
+ fontFamily: '-apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif'
79
+ };
80
+
81
+ const darkTheme = {
82
+ primaryColor: '#2F2F2F', // Dark background for shapes
83
+ primaryTextColor: '#E3E2E0', // Light text
84
+ primaryBorderColor: '#454545', // Darker borders
85
+ lineColor: '#9B9A97', // Lighter connection lines
86
+ secondaryColor: '#404040', // Secondary backgrounds
87
+ tertiaryColor: '#4A4A4A', // Tertiary elements
88
+ background: '#1A1A1A', // Dark diagram background
89
+ fontSize: '16px', // Text size
90
+ fontFamily: '-apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif'
91
+ };
92
+
93
+ const currentTheme = isDarkMode ? darkTheme : lightTheme;
94
+
95
+ // Initialize Mermaid with custom theme (only if enhanced styling is enabled)
96
+ const mermaidConfig = {
97
+ startOnLoad: false, // We'll manually start it after configuration
98
+ theme: enhancedStyling ? 'base' : 'default',
99
+ ...(enhancedStyling && { themeVariables: currentTheme }),
100
+ flowchart: {
101
+ curve: 'basis', // Smoother curves
102
+ padding: 20, // More padding around elements
103
+ nodeSpacing: 50, // Space between nodes
104
+ rankSpacing: 50, // Space between ranks
105
+ marginX: 20, // Horizontal margins
106
+ marginY: 20 // Vertical margins
107
+ },
108
+ sequence: {
109
+ actorMargin: 50,
110
+ width: 150,
111
+ height: 65,
112
+ boxMargin: 10,
113
+ boxTextMargin: 5,
114
+ noteMargin: 10,
115
+ messageMargin: 35
116
+ },
117
+ ...(enhancedStyling && {
118
+ gantt: {
119
+ leftPadding: 75,
120
+ gridLineStartPadding: 35,
121
+ fontSize: 12,
122
+ sectionFontSize: 24
123
+ }
124
+ })
125
+ };
126
+
127
+ mermaid.initialize(mermaidConfig);
128
+
129
+ // Manually render all mermaid diagrams after configuration
130
+ setTimeout(() => {
131
+ console.log('[Mermaid] Running mermaid.run() with config:', mermaidConfig);
132
+ console.log('[Mermaid] Enhanced styling enabled:', enhancedStyling);
133
+ console.log('[Mermaid] Data attribute set to:', document.documentElement.getAttribute('data-mermaid-enhanced'));
134
+ mermaid.run();
135
+
136
+ // After rendering, log some debug info
137
+ setTimeout(() => {
138
+ const diagrams = document.querySelectorAll('.mermaid svg');
139
+ console.log('[Mermaid] Found', diagrams.length, 'rendered diagrams');
140
+
141
+ const firstRect = document.querySelector('.mermaid svg rect');
142
+ if (firstRect) {
143
+ console.log('[Mermaid] First rect element:', firstRect);
144
+ console.log('[Mermaid] Rect rx value:', firstRect.getAttribute('rx'));
145
+ console.log('[Mermaid] Computed styles:', window.getComputedStyle(firstRect));
146
+ }
147
+ }, 500);
148
+ }, 100);
149
+ }
150
+
57
151
  // Mermaid Full Screen Viewer
58
152
  function initializeMermaidFullScreen() {
59
153
  // Wait for Mermaid to initialize
@@ -62,6 +156,9 @@ function initializeMermaidFullScreen() {
62
156
  return;
63
157
  }
64
158
 
159
+ // Configure Mermaid with enhanced styling
160
+ configureMermaidTheme();
161
+
65
162
  // Find all Mermaid diagrams and wrap them with full-screen controls
66
163
  const mermaidDivs = document.querySelectorAll('.mermaid');
67
164
 
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-01T14:40:41.946Z",
103
- "dateModified": "2025-08-01T14:40:41.946Z",
102
+ "datePublished": "2025-08-02T07:34:26.263Z",
103
+ "dateModified": "2025-08-02T07:34:26.263Z",
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.14">Last updated: Aug 1, 2025, 02:40 PM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -187,6 +187,7 @@
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>
190
191
  <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>
191
192
  <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>
192
193
  <div class="nav-section" data-level="1">
@@ -405,7 +406,8 @@ module.exports = {
405
406
  window.docBuilderConfig = {
406
407
  features: {
407
408
  showPdfDownload: true,
408
- menuDefaultOpen: false
409
+ menuDefaultOpen: false,
410
+ mermaidEnhanced: true
409
411
  }
410
412
  };
411
413
  </script>
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-01T14:40:41.948Z",
103
- "dateModified": "2025-08-01T14:40:41.948Z",
102
+ "datePublished": "2025-08-02T07:34:26.264Z",
103
+ "dateModified": "2025-08-02T07:34:26.264Z",
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.14">Last updated: Aug 1, 2025, 02:40 PM UTC</span>
148
+ <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
149
149
  </div>
150
150
 
151
151
 
@@ -193,6 +193,7 @@
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>
196
197
  <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>
197
198
  <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>
198
199
  <div class="nav-section" data-level="1">
@@ -347,7 +348,8 @@
347
348
  window.docBuilderConfig = {
348
349
  features: {
349
350
  showPdfDownload: true,
350
- menuDefaultOpen: false
351
+ menuDefaultOpen: false,
352
+ mermaidEnhanced: true
351
353
  }
352
354
  };
353
355
  </script>
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-01T14:40:41.950Z",
103
- "dateModified": "2025-08-01T14:40:41.950Z",
102
+ "datePublished": "2025-08-02T07:34:26.266Z",
103
+ "dateModified": "2025-08-02T07:34:26.266Z",
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.14">Last updated: Aug 1, 2025, 02:40 PM UTC</span>
148
+ <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
149
149
  </div>
150
150
 
151
151
 
@@ -193,6 +193,7 @@
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>
196
197
  <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>
197
198
  <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>
198
199
  <div class="nav-section" data-level="1">
@@ -337,7 +338,8 @@ auth: {
337
338
  window.docBuilderConfig = {
338
339
  features: {
339
340
  showPdfDownload: true,
340
- menuDefaultOpen: false
341
+ menuDefaultOpen: false,
342
+ mermaidEnhanced: true
341
343
  }
342
344
  };
343
345
  </script>
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-01T14:40:41.952Z",
103
- "dateModified": "2025-08-01T14:40:41.952Z",
102
+ "datePublished": "2025-08-02T07:34:26.268Z",
103
+ "dateModified": "2025-08-02T07:34:26.268Z",
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.14">Last updated: Aug 1, 2025, 02:40 PM UTC</span>
148
+ <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
149
149
  </div>
150
150
 
151
151
 
@@ -193,6 +193,7 @@
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>
196
197
  <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>
197
198
  <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>
198
199
  <div class="nav-section" data-level="1">
@@ -983,7 +984,8 @@ generateDocs({
983
984
  window.docBuilderConfig = {
984
985
  features: {
985
986
  showPdfDownload: true,
986
- menuDefaultOpen: false
987
+ menuDefaultOpen: false,
988
+ mermaidEnhanced: true
987
989
  }
988
990
  };
989
991
  </script>
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-01T14:40:41.956Z",
103
- "dateModified": "2025-08-01T14:40:41.956Z",
102
+ "datePublished": "2025-08-02T07:34:26.271Z",
103
+ "dateModified": "2025-08-02T07:34:26.271Z",
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.14">Last updated: Aug 1, 2025, 02:40 PM UTC</span>
148
+ <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
149
149
  </div>
150
150
 
151
151
 
@@ -193,6 +193,7 @@
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>
196
197
  <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>
197
198
  <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>
198
199
  <div class="nav-section" data-level="1">
@@ -713,7 +714,8 @@
713
714
  window.docBuilderConfig = {
714
715
  features: {
715
716
  showPdfDownload: true,
716
- menuDefaultOpen: false
717
+ menuDefaultOpen: false,
718
+ mermaidEnhanced: true
717
719
  }
718
720
  };
719
721
  </script>
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-01T14:40:41.960Z",
103
- "dateModified": "2025-08-01T14:40:41.960Z",
102
+ "datePublished": "2025-08-02T07:34:26.276Z",
103
+ "dateModified": "2025-08-02T07:34:26.276Z",
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.14">Last updated: Aug 1, 2025, 02:40 PM UTC</span>
148
+ <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
149
149
  </div>
150
150
 
151
151
 
@@ -193,6 +193,7 @@
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>
196
197
  <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>
197
198
  <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>
198
199
  <div class="nav-section" data-level="1">
@@ -643,7 +644,8 @@ doc-builder deploy
643
644
  window.docBuilderConfig = {
644
645
  features: {
645
646
  showPdfDownload: true,
646
- menuDefaultOpen: false
647
+ menuDefaultOpen: false,
648
+ mermaidEnhanced: true
647
649
  }
648
650
  };
649
651
  </script>
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-01T14:40:41.962Z",
103
- "dateModified": "2025-08-01T14:40:41.962Z",
102
+ "datePublished": "2025-08-02T07:34:26.277Z",
103
+ "dateModified": "2025-08-02T07:34:26.277Z",
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.14">Last updated: Aug 1, 2025, 02:40 PM UTC</span>
148
+ <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
149
149
  </div>
150
150
 
151
151
 
@@ -193,6 +193,7 @@
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>
196
197
  <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>
197
198
  <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>
198
199
  <div class="nav-section" data-level="1">
@@ -393,7 +394,8 @@ npx @knowcode/doc-builder auth:add-user production-email@example.com
393
394
  window.docBuilderConfig = {
394
395
  features: {
395
396
  showPdfDownload: true,
396
- menuDefaultOpen: false
397
+ menuDefaultOpen: false,
398
+ mermaidEnhanced: true
397
399
  }
398
400
  };
399
401
  </script>
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-01T14:40:41.964Z",
103
- "dateModified": "2025-08-01T14:40:41.964Z",
102
+ "datePublished": "2025-08-02T07:34:26.280Z",
103
+ "dateModified": "2025-08-02T07:34:26.280Z",
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.14">Last updated: Aug 1, 2025, 02:40 PM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -187,6 +187,7 @@
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>
190
191
  <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>
191
192
  <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>
192
193
  <div class="nav-section" data-level="1">
@@ -655,7 +656,8 @@ find docs/ -name &quot;*.md&quot; -exec grep -l &quot;]\(&quot; {} \;
655
656
  window.docBuilderConfig = {
656
657
  features: {
657
658
  showPdfDownload: true,
658
- menuDefaultOpen: false
659
+ menuDefaultOpen: false,
660
+ mermaidEnhanced: true
659
661
  }
660
662
  };
661
663
  </script>
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-01T14:40:41.966Z",
103
- "dateModified": "2025-08-01T14:40:41.966Z",
102
+ "datePublished": "2025-08-02T07:34:26.282Z",
103
+ "dateModified": "2025-08-02T07:34:26.282Z",
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.14">Last updated: Aug 1, 2025, 02:40 PM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -187,6 +187,7 @@
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>
190
191
  <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>
191
192
  <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>
192
193
  <div class="nav-section" data-level="1">
@@ -430,7 +431,8 @@ auth: {
430
431
  window.docBuilderConfig = {
431
432
  features: {
432
433
  showPdfDownload: true,
433
- menuDefaultOpen: false
434
+ menuDefaultOpen: false,
435
+ mermaidEnhanced: true
434
436
  }
435
437
  };
436
438
  </script>