@knowcode/doc-builder 1.9.14 → 1.9.16

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 (55) 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 +76 -0
  4. package/doc-builder.config.js +11 -2
  5. package/doc-builder.config.js.backup.1754059241330 +115 -0
  6. package/doc-builder.config.js.backup.1754119567787 +123 -0
  7. package/html/README.html +11 -16
  8. package/html/about-doc-builder.html +480 -0
  9. package/html/css/notion-style.css +178 -1
  10. package/html/documentation-index.html +11 -16
  11. package/html/guides/authentication-default-change.html +11 -16
  12. package/html/guides/authentication-guide.html +11 -16
  13. package/html/guides/claude-workflow-guide.html +11 -16
  14. package/html/guides/configuration-guide.html +11 -16
  15. package/html/guides/documentation-standards.html +11 -16
  16. package/html/guides/html-embedding-guide.html +11 -16
  17. package/html/guides/image-modal-guide.html +11 -16
  18. package/html/guides/phosphor-icons-guide.html +11 -16
  19. package/html/guides/private-directory-authentication-troubleshooting.html +11 -16
  20. package/html/guides/private-directory-authentication.html +11 -16
  21. package/html/guides/public-site-deployment.html +11 -16
  22. package/html/guides/search-engine-verification-guide.html +11 -16
  23. package/html/guides/seo-guide.html +11 -16
  24. package/html/guides/seo-optimization-guide.html +11 -16
  25. package/html/guides/supabase-authentication-complete-guide.html +11 -16
  26. package/html/guides/troubleshooting-guide.html +11 -16
  27. package/html/guides/windows-setup-guide.html +11 -16
  28. package/html/image-modal-test.html +11 -16
  29. package/html/index.html +11 -16
  30. package/html/js/main.js +76 -0
  31. package/html/private/cache-control-anti-pattern.html +11 -16
  32. package/html/private/launch/README.html +11 -16
  33. package/html/private/launch/auth-cleanup-summary.html +11 -16
  34. package/html/private/launch/bubble-plugin-specification.html +11 -16
  35. package/html/private/launch/go-to-market-strategy.html +11 -16
  36. package/html/private/launch/launch-announcements.html +11 -16
  37. package/html/private/launch/vercel-deployment-auth-setup.html +11 -16
  38. package/html/private/next-steps-walkthrough.html +11 -16
  39. package/html/private/supabase-auth-implementation-completed.html +11 -16
  40. package/html/private/supabase-auth-implementation-plan.html +11 -16
  41. package/html/private/supabase-auth-integration-plan.html +11 -16
  42. package/html/private/supabase-auth-setup-guide.html +11 -16
  43. package/html/private/test-private-doc.html +11 -16
  44. package/html/private/user-management-tooling.html +11 -16
  45. package/html/prompts/beautiful-documentation-design.html +11 -16
  46. package/html/prompts/markdown-document-standards.html +11 -16
  47. package/html/prompts/project-rename-strategy-sasha-publish.html +519 -0
  48. package/html/sitemap.xml +72 -54
  49. package/html/test-mermaid-enhanced.html +341 -0
  50. package/html/vercel-cli-setup-guide.html +11 -16
  51. package/html/vercel-first-time-setup-guide.html +11 -16
  52. package/lib/config.js +5 -0
  53. package/lib/core-builder.js +2 -1
  54. package/lib/emoji-mapper.js +10 -0
  55. 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-07-31T07:08:27.327Z",
103
- "dateModified": "2025-07-31T07:08:27.327Z",
102
+ "datePublished": "2025-08-02T07:26:07.875Z",
103
+ "dateModified": "2025-08-02T07:26:07.875Z",
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.11">Last updated: Jul 31, 2025, 07:08 AM UTC</span>
136
+ <span class="deployment-date" title="Built with doc-builder v1.9.15">Last updated: Aug 2, 2025, 07:26 AM UTC</span>
137
137
  </div>
138
138
 
139
139
 
@@ -153,16 +153,7 @@
153
153
  </div>
154
154
  </header>
155
155
 
156
- <!-- Preview Banner -->
157
- <div id="preview-banner" class="preview-banner">
158
- <div class="banner-content">
159
- <i class="fas fa-exclamation-triangle banner-icon"></i>
160
- <span class="banner-text">This documentation is a preview version - some content may be incomplete</span>
161
- <button id="dismiss-banner" class="banner-dismiss" aria-label="Dismiss banner">
162
- <i class="fas fa-times"></i>
163
- </button>
164
- </div>
165
- </div>
156
+
166
157
 
167
158
  <!-- Breadcrumbs -->
168
159
  <nav class="breadcrumbs" id="breadcrumbs">
@@ -175,7 +166,7 @@
175
166
  <aside class="sidebar">
176
167
  <div class="sidebar-header">
177
168
  <div class="filter-box">
178
- <input type="text" placeholder="Filter items..." class="filter-input" id="nav-filter">
169
+ <input type="text" placeholder="Search menu..." class="filter-input" id="nav-filter">
179
170
  <i class="fas fa-search filter-icon"></i>
180
171
  </div>
181
172
  </div>
@@ -187,8 +178,10 @@
187
178
  </a>
188
179
  <div class="nav-content" >
189
180
  <a href="/README.html" class="nav-item active" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
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>
190
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>
191
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>
192
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>
193
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>
194
187
  <div class="nav-section" data-level="1">
@@ -243,7 +236,8 @@
243
236
  </a>
244
237
  <div class="nav-content" id="nav-prompts-1">
245
238
  <a href="/prompts/beautiful-documentation-design.html" class="nav-item" data-tooltip="🎨 Beautiful Documentation Design Guide."><i class="ph ph-check-circle" style="color: #059669;"></i> Beautiful Documentation Design</a>
246
- <a href="/prompts/markdown-document-standards.html" class="nav-item" data-tooltip="Detailed introduction to the topic..."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Markdown Document Standards</a></div></div>
239
+ <a href="/prompts/markdown-document-standards.html" class="nav-item" data-tooltip="Detailed introduction to the topic..."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Markdown Document Standards</a>
240
+ <a href="/prompts/project-rename-strategy-sasha-publish.html" class="nav-item" data-tooltip="This document outlines the comprehensive strategy for renaming the @knowcode/doc-builder project to &quot;sasha-publish&quot;, including all package references,..."><i class="ph ph-x-circle" style="color: #dc2626;"></i> Project Rename Strategy Sasha Publish</a></div></div>
247
241
  </nav>
248
242
  <div class="resize-handle"></div>
249
243
  </aside>
@@ -505,7 +499,8 @@ docBuilder.build({
505
499
  window.docBuilderConfig = {
506
500
  features: {
507
501
  showPdfDownload: true,
508
- menuDefaultOpen: false
502
+ menuDefaultOpen: false,
503
+ mermaidEnhanced: true
509
504
  }
510
505
  };
511
506
  </script>
package/html/js/main.js CHANGED
@@ -54,6 +54,79 @@ 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: true,
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
+
57
130
  // Mermaid Full Screen Viewer
58
131
  function initializeMermaidFullScreen() {
59
132
  // Wait for Mermaid to initialize
@@ -62,6 +135,9 @@ function initializeMermaidFullScreen() {
62
135
  return;
63
136
  }
64
137
 
138
+ // Configure Mermaid with enhanced styling
139
+ configureMermaidTheme();
140
+
65
141
  // Find all Mermaid diagrams and wrap them with full-screen controls
66
142
  const mermaidDivs = document.querySelectorAll('.mermaid');
67
143
 
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-07-31T07:08:27.396Z",
103
- "dateModified": "2025-07-31T07:08:27.396Z",
102
+ "datePublished": "2025-08-02T07:26:07.998Z",
103
+ "dateModified": "2025-08-02T07:26:07.998Z",
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.11">Last updated: Jul 31, 2025, 07:08 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.15">Last updated: Aug 2, 2025, 07:26 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -159,16 +159,7 @@
159
159
  </div>
160
160
  </header>
161
161
 
162
- <!-- Preview Banner -->
163
- <div id="preview-banner" class="preview-banner">
164
- <div class="banner-content">
165
- <i class="fas fa-exclamation-triangle banner-icon"></i>
166
- <span class="banner-text">This documentation is a preview version - some content may be incomplete</span>
167
- <button id="dismiss-banner" class="banner-dismiss" aria-label="Dismiss banner">
168
- <i class="fas fa-times"></i>
169
- </button>
170
- </div>
171
- </div>
162
+
172
163
 
173
164
  <!-- Breadcrumbs -->
174
165
  <nav class="breadcrumbs" id="breadcrumbs">
@@ -181,7 +172,7 @@
181
172
  <aside class="sidebar">
182
173
  <div class="sidebar-header">
183
174
  <div class="filter-box">
184
- <input type="text" placeholder="Filter items..." class="filter-input" id="nav-filter">
175
+ <input type="text" placeholder="Search menu..." class="filter-input" id="nav-filter">
185
176
  <i class="fas fa-search filter-icon"></i>
186
177
  </div>
187
178
  </div>
@@ -193,8 +184,10 @@
193
184
  </a>
194
185
  <div class="nav-content" >
195
186
  <a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
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>
196
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>
197
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>
198
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>
199
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>
200
193
  <div class="nav-section" data-level="1">
@@ -249,7 +242,8 @@
249
242
  </a>
250
243
  <div class="nav-content collapsed" id="nav-prompts-1">
251
244
  <a href="/prompts/beautiful-documentation-design.html" class="nav-item" data-tooltip="🎨 Beautiful Documentation Design Guide."><i class="ph ph-check-circle" style="color: #059669;"></i> Beautiful Documentation Design</a>
252
- <a href="/prompts/markdown-document-standards.html" class="nav-item" data-tooltip="Detailed introduction to the topic..."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Markdown Document Standards</a></div></div>
245
+ <a href="/prompts/markdown-document-standards.html" class="nav-item" data-tooltip="Detailed introduction to the topic..."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Markdown Document Standards</a>
246
+ <a href="/prompts/project-rename-strategy-sasha-publish.html" class="nav-item" data-tooltip="This document outlines the comprehensive strategy for renaming the @knowcode/doc-builder project to &quot;sasha-publish&quot;, including all package references,..."><i class="ph ph-x-circle" style="color: #dc2626;"></i> Project Rename Strategy Sasha Publish</a></div></div>
253
247
  </nav>
254
248
  <div class="resize-handle"></div>
255
249
  </aside>
@@ -412,7 +406,8 @@ module.exports = {
412
406
  window.docBuilderConfig = {
413
407
  features: {
414
408
  showPdfDownload: true,
415
- menuDefaultOpen: false
409
+ menuDefaultOpen: false,
410
+ mermaidEnhanced: true
416
411
  }
417
412
  };
418
413
  </script>
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-07-31T07:08:27.397Z",
103
- "dateModified": "2025-07-31T07:08:27.397Z",
102
+ "datePublished": "2025-08-02T07:26:08.000Z",
103
+ "dateModified": "2025-08-02T07:26:08.000Z",
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.11">Last updated: Jul 31, 2025, 07:08 AM UTC</span>
148
+ <span class="deployment-date" title="Built with doc-builder v1.9.15">Last updated: Aug 2, 2025, 07:26 AM UTC</span>
149
149
  </div>
150
150
 
151
151
 
@@ -165,16 +165,7 @@
165
165
  </div>
166
166
  </header>
167
167
 
168
- <!-- Preview Banner -->
169
- <div id="preview-banner" class="preview-banner">
170
- <div class="banner-content">
171
- <i class="fas fa-exclamation-triangle banner-icon"></i>
172
- <span class="banner-text">This documentation is a preview version - some content may be incomplete</span>
173
- <button id="dismiss-banner" class="banner-dismiss" aria-label="Dismiss banner">
174
- <i class="fas fa-times"></i>
175
- </button>
176
- </div>
177
- </div>
168
+
178
169
 
179
170
  <!-- Breadcrumbs -->
180
171
  <nav class="breadcrumbs" id="breadcrumbs">
@@ -187,7 +178,7 @@
187
178
  <aside class="sidebar">
188
179
  <div class="sidebar-header">
189
180
  <div class="filter-box">
190
- <input type="text" placeholder="Filter items..." class="filter-input" id="nav-filter">
181
+ <input type="text" placeholder="Search menu..." class="filter-input" id="nav-filter">
191
182
  <i class="fas fa-search filter-icon"></i>
192
183
  </div>
193
184
  </div>
@@ -199,8 +190,10 @@
199
190
  </a>
200
191
  <div class="nav-content" >
201
192
  <a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
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>
202
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>
203
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>
204
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>
205
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>
206
199
  <div class="nav-section" data-level="1">
@@ -255,7 +248,8 @@
255
248
  </a>
256
249
  <div class="nav-content collapsed" id="nav-prompts-1">
257
250
  <a href="/prompts/beautiful-documentation-design.html" class="nav-item" data-tooltip="🎨 Beautiful Documentation Design Guide."><i class="ph ph-check-circle" style="color: #059669;"></i> Beautiful Documentation Design</a>
258
- <a href="/prompts/markdown-document-standards.html" class="nav-item" data-tooltip="Detailed introduction to the topic..."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Markdown Document Standards</a></div></div>
251
+ <a href="/prompts/markdown-document-standards.html" class="nav-item" data-tooltip="Detailed introduction to the topic..."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Markdown Document Standards</a>
252
+ <a href="/prompts/project-rename-strategy-sasha-publish.html" class="nav-item" data-tooltip="This document outlines the comprehensive strategy for renaming the @knowcode/doc-builder project to &quot;sasha-publish&quot;, including all package references,..."><i class="ph ph-x-circle" style="color: #dc2626;"></i> Project Rename Strategy Sasha Publish</a></div></div>
259
253
  </nav>
260
254
  <div class="resize-handle"></div>
261
255
  </aside>
@@ -354,7 +348,8 @@
354
348
  window.docBuilderConfig = {
355
349
  features: {
356
350
  showPdfDownload: true,
357
- menuDefaultOpen: false
351
+ menuDefaultOpen: false,
352
+ mermaidEnhanced: true
358
353
  }
359
354
  };
360
355
  </script>
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-07-31T07:08:27.398Z",
103
- "dateModified": "2025-07-31T07:08:27.398Z",
102
+ "datePublished": "2025-08-02T07:26:08.013Z",
103
+ "dateModified": "2025-08-02T07:26:08.013Z",
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.11">Last updated: Jul 31, 2025, 07:08 AM UTC</span>
148
+ <span class="deployment-date" title="Built with doc-builder v1.9.15">Last updated: Aug 2, 2025, 07:26 AM UTC</span>
149
149
  </div>
150
150
 
151
151
 
@@ -165,16 +165,7 @@
165
165
  </div>
166
166
  </header>
167
167
 
168
- <!-- Preview Banner -->
169
- <div id="preview-banner" class="preview-banner">
170
- <div class="banner-content">
171
- <i class="fas fa-exclamation-triangle banner-icon"></i>
172
- <span class="banner-text">This documentation is a preview version - some content may be incomplete</span>
173
- <button id="dismiss-banner" class="banner-dismiss" aria-label="Dismiss banner">
174
- <i class="fas fa-times"></i>
175
- </button>
176
- </div>
177
- </div>
168
+
178
169
 
179
170
  <!-- Breadcrumbs -->
180
171
  <nav class="breadcrumbs" id="breadcrumbs">
@@ -187,7 +178,7 @@
187
178
  <aside class="sidebar">
188
179
  <div class="sidebar-header">
189
180
  <div class="filter-box">
190
- <input type="text" placeholder="Filter items..." class="filter-input" id="nav-filter">
181
+ <input type="text" placeholder="Search menu..." class="filter-input" id="nav-filter">
191
182
  <i class="fas fa-search filter-icon"></i>
192
183
  </div>
193
184
  </div>
@@ -199,8 +190,10 @@
199
190
  </a>
200
191
  <div class="nav-content" >
201
192
  <a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
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>
202
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>
203
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>
204
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>
205
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>
206
199
  <div class="nav-section" data-level="1">
@@ -255,7 +248,8 @@
255
248
  </a>
256
249
  <div class="nav-content collapsed" id="nav-prompts-1">
257
250
  <a href="/prompts/beautiful-documentation-design.html" class="nav-item" data-tooltip="🎨 Beautiful Documentation Design Guide."><i class="ph ph-check-circle" style="color: #059669;"></i> Beautiful Documentation Design</a>
258
- <a href="/prompts/markdown-document-standards.html" class="nav-item" data-tooltip="Detailed introduction to the topic..."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Markdown Document Standards</a></div></div>
251
+ <a href="/prompts/markdown-document-standards.html" class="nav-item" data-tooltip="Detailed introduction to the topic..."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Markdown Document Standards</a>
252
+ <a href="/prompts/project-rename-strategy-sasha-publish.html" class="nav-item" data-tooltip="This document outlines the comprehensive strategy for renaming the @knowcode/doc-builder project to &quot;sasha-publish&quot;, including all package references,..."><i class="ph ph-x-circle" style="color: #dc2626;"></i> Project Rename Strategy Sasha Publish</a></div></div>
259
253
  </nav>
260
254
  <div class="resize-handle"></div>
261
255
  </aside>
@@ -344,7 +338,8 @@ auth: {
344
338
  window.docBuilderConfig = {
345
339
  features: {
346
340
  showPdfDownload: true,
347
- menuDefaultOpen: false
341
+ menuDefaultOpen: false,
342
+ mermaidEnhanced: true
348
343
  }
349
344
  };
350
345
  </script>
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-07-31T07:08:27.400Z",
103
- "dateModified": "2025-07-31T07:08:27.400Z",
102
+ "datePublished": "2025-08-02T07:26:08.025Z",
103
+ "dateModified": "2025-08-02T07:26:08.025Z",
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.11">Last updated: Jul 31, 2025, 07:08 AM UTC</span>
148
+ <span class="deployment-date" title="Built with doc-builder v1.9.15">Last updated: Aug 2, 2025, 07:26 AM UTC</span>
149
149
  </div>
150
150
 
151
151
 
@@ -165,16 +165,7 @@
165
165
  </div>
166
166
  </header>
167
167
 
168
- <!-- Preview Banner -->
169
- <div id="preview-banner" class="preview-banner">
170
- <div class="banner-content">
171
- <i class="fas fa-exclamation-triangle banner-icon"></i>
172
- <span class="banner-text">This documentation is a preview version - some content may be incomplete</span>
173
- <button id="dismiss-banner" class="banner-dismiss" aria-label="Dismiss banner">
174
- <i class="fas fa-times"></i>
175
- </button>
176
- </div>
177
- </div>
168
+
178
169
 
179
170
  <!-- Breadcrumbs -->
180
171
  <nav class="breadcrumbs" id="breadcrumbs">
@@ -187,7 +178,7 @@
187
178
  <aside class="sidebar">
188
179
  <div class="sidebar-header">
189
180
  <div class="filter-box">
190
- <input type="text" placeholder="Filter items..." class="filter-input" id="nav-filter">
181
+ <input type="text" placeholder="Search menu..." class="filter-input" id="nav-filter">
191
182
  <i class="fas fa-search filter-icon"></i>
192
183
  </div>
193
184
  </div>
@@ -199,8 +190,10 @@
199
190
  </a>
200
191
  <div class="nav-content" >
201
192
  <a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
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>
202
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>
203
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>
204
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>
205
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>
206
199
  <div class="nav-section" data-level="1">
@@ -255,7 +248,8 @@
255
248
  </a>
256
249
  <div class="nav-content collapsed" id="nav-prompts-1">
257
250
  <a href="/prompts/beautiful-documentation-design.html" class="nav-item" data-tooltip="🎨 Beautiful Documentation Design Guide."><i class="ph ph-check-circle" style="color: #059669;"></i> Beautiful Documentation Design</a>
258
- <a href="/prompts/markdown-document-standards.html" class="nav-item" data-tooltip="Detailed introduction to the topic..."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Markdown Document Standards</a></div></div>
251
+ <a href="/prompts/markdown-document-standards.html" class="nav-item" data-tooltip="Detailed introduction to the topic..."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Markdown Document Standards</a>
252
+ <a href="/prompts/project-rename-strategy-sasha-publish.html" class="nav-item" data-tooltip="This document outlines the comprehensive strategy for renaming the @knowcode/doc-builder project to &quot;sasha-publish&quot;, including all package references,..."><i class="ph ph-x-circle" style="color: #dc2626;"></i> Project Rename Strategy Sasha Publish</a></div></div>
259
253
  </nav>
260
254
  <div class="resize-handle"></div>
261
255
  </aside>
@@ -990,7 +984,8 @@ generateDocs({
990
984
  window.docBuilderConfig = {
991
985
  features: {
992
986
  showPdfDownload: true,
993
- menuDefaultOpen: false
987
+ menuDefaultOpen: false,
988
+ mermaidEnhanced: true
994
989
  }
995
990
  };
996
991
  </script>
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-07-31T07:08:27.403Z",
103
- "dateModified": "2025-07-31T07:08:27.403Z",
102
+ "datePublished": "2025-08-02T07:26:08.034Z",
103
+ "dateModified": "2025-08-02T07:26:08.034Z",
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.11">Last updated: Jul 31, 2025, 07:08 AM UTC</span>
148
+ <span class="deployment-date" title="Built with doc-builder v1.9.15">Last updated: Aug 2, 2025, 07:26 AM UTC</span>
149
149
  </div>
150
150
 
151
151
 
@@ -165,16 +165,7 @@
165
165
  </div>
166
166
  </header>
167
167
 
168
- <!-- Preview Banner -->
169
- <div id="preview-banner" class="preview-banner">
170
- <div class="banner-content">
171
- <i class="fas fa-exclamation-triangle banner-icon"></i>
172
- <span class="banner-text">This documentation is a preview version - some content may be incomplete</span>
173
- <button id="dismiss-banner" class="banner-dismiss" aria-label="Dismiss banner">
174
- <i class="fas fa-times"></i>
175
- </button>
176
- </div>
177
- </div>
168
+
178
169
 
179
170
  <!-- Breadcrumbs -->
180
171
  <nav class="breadcrumbs" id="breadcrumbs">
@@ -187,7 +178,7 @@
187
178
  <aside class="sidebar">
188
179
  <div class="sidebar-header">
189
180
  <div class="filter-box">
190
- <input type="text" placeholder="Filter items..." class="filter-input" id="nav-filter">
181
+ <input type="text" placeholder="Search menu..." class="filter-input" id="nav-filter">
191
182
  <i class="fas fa-search filter-icon"></i>
192
183
  </div>
193
184
  </div>
@@ -199,8 +190,10 @@
199
190
  </a>
200
191
  <div class="nav-content" >
201
192
  <a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
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>
202
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>
203
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>
204
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>
205
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>
206
199
  <div class="nav-section" data-level="1">
@@ -255,7 +248,8 @@
255
248
  </a>
256
249
  <div class="nav-content collapsed" id="nav-prompts-1">
257
250
  <a href="/prompts/beautiful-documentation-design.html" class="nav-item" data-tooltip="🎨 Beautiful Documentation Design Guide."><i class="ph ph-check-circle" style="color: #059669;"></i> Beautiful Documentation Design</a>
258
- <a href="/prompts/markdown-document-standards.html" class="nav-item" data-tooltip="Detailed introduction to the topic..."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Markdown Document Standards</a></div></div>
251
+ <a href="/prompts/markdown-document-standards.html" class="nav-item" data-tooltip="Detailed introduction to the topic..."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Markdown Document Standards</a>
252
+ <a href="/prompts/project-rename-strategy-sasha-publish.html" class="nav-item" data-tooltip="This document outlines the comprehensive strategy for renaming the @knowcode/doc-builder project to &quot;sasha-publish&quot;, including all package references,..."><i class="ph ph-x-circle" style="color: #dc2626;"></i> Project Rename Strategy Sasha Publish</a></div></div>
259
253
  </nav>
260
254
  <div class="resize-handle"></div>
261
255
  </aside>
@@ -720,7 +714,8 @@
720
714
  window.docBuilderConfig = {
721
715
  features: {
722
716
  showPdfDownload: true,
723
- menuDefaultOpen: false
717
+ menuDefaultOpen: false,
718
+ mermaidEnhanced: true
724
719
  }
725
720
  };
726
721
  </script>