@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.970Z",
103
- "dateModified": "2025-08-01T14:40:41.970Z",
102
+ "datePublished": "2025-08-02T07:34:26.285Z",
103
+ "dateModified": "2025-08-02T07:34:26.285Z",
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.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">
@@ -570,7 +571,8 @@ npx @knowcode/doc-builder auth:list-sites --email user@example.com
570
571
  window.docBuilderConfig = {
571
572
  features: {
572
573
  showPdfDownload: true,
573
- menuDefaultOpen: false
574
+ menuDefaultOpen: false,
575
+ mermaidEnhanced: true
574
576
  }
575
577
  };
576
578
  </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.972Z",
103
- "dateModified": "2025-08-01T14:40:41.972Z",
102
+ "datePublished": "2025-08-02T07:34:26.287Z",
103
+ "dateModified": "2025-08-02T07:34:26.287Z",
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.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">
@@ -680,7 +681,8 @@ npx @knowcode/doc-builder auth logs --days 30
680
681
  window.docBuilderConfig = {
681
682
  features: {
682
683
  showPdfDownload: true,
683
- menuDefaultOpen: false
684
+ menuDefaultOpen: false,
685
+ mermaidEnhanced: true
684
686
  }
685
687
  };
686
688
  </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.974Z",
103
- "dateModified": "2025-08-01T14:40:41.974Z",
102
+ "datePublished": "2025-08-02T07:34:26.289Z",
103
+ "dateModified": "2025-08-02T07:34:26.289Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/private/supabase-auth-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">
@@ -531,7 +532,8 @@ INSERT INTO docbuilder_access (user_id, domain) VALUES
531
532
  window.docBuilderConfig = {
532
533
  features: {
533
534
  showPdfDownload: true,
534
- menuDefaultOpen: false
535
+ menuDefaultOpen: false,
536
+ mermaidEnhanced: true
535
537
  }
536
538
  };
537
539
  </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.975Z",
103
- "dateModified": "2025-08-01T14:40:41.975Z",
102
+ "datePublished": "2025-08-02T07:34:26.290Z",
103
+ "dateModified": "2025-08-02T07:34:26.290Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/private/test-private-doc.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">
@@ -278,7 +279,8 @@ SECRET_TOKEN=super-secret-value
278
279
  window.docBuilderConfig = {
279
280
  features: {
280
281
  showPdfDownload: true,
281
- menuDefaultOpen: false
282
+ menuDefaultOpen: false,
283
+ mermaidEnhanced: true
282
284
  }
283
285
  };
284
286
  </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.979Z",
103
- "dateModified": "2025-08-01T14:40:41.979Z",
102
+ "datePublished": "2025-08-02T07:34:26.292Z",
103
+ "dateModified": "2025-08-02T07:34:26.292Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/private/user-management-tooling.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">
@@ -577,7 +578,8 @@ DATABASE_URL=postgresql://postgres:[password]@db.[project-id].supabase.co:5432/p
577
578
  window.docBuilderConfig = {
578
579
  features: {
579
580
  showPdfDownload: true,
580
- menuDefaultOpen: false
581
+ menuDefaultOpen: false,
582
+ mermaidEnhanced: true
581
583
  }
582
584
  };
583
585
  </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.984Z",
103
- "dateModified": "2025-08-01T14:40:41.984Z",
102
+ "datePublished": "2025-08-02T07:34:26.296Z",
103
+ "dateModified": "2025-08-02T07:34:26.296Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/prompts/beautiful-documentation-design.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">
@@ -760,7 +761,8 @@ Our discovery methodology focuses on three critical outcomes:
760
761
  window.docBuilderConfig = {
761
762
  features: {
762
763
  showPdfDownload: true,
763
- menuDefaultOpen: false
764
+ menuDefaultOpen: false,
765
+ mermaidEnhanced: true
764
766
  }
765
767
  };
766
768
  </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.993Z",
103
- "dateModified": "2025-08-01T14:40:41.993Z",
102
+ "datePublished": "2025-08-02T07:34:26.298Z",
103
+ "dateModified": "2025-08-02T07:34:26.298Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/prompts/markdown-document-standards.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">
@@ -398,7 +399,8 @@ Remember: These standards ensure documentation is consistent, accessible, and ea
398
399
  window.docBuilderConfig = {
399
400
  features: {
400
401
  showPdfDownload: true,
401
- menuDefaultOpen: false
402
+ menuDefaultOpen: false,
403
+ mermaidEnhanced: true
402
404
  }
403
405
  };
404
406
  </script>
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-01T14:40:42.001Z",
103
- "dateModified": "2025-08-01T14:40:42.001Z",
102
+ "datePublished": "2025-08-02T07:34:26.300Z",
103
+ "dateModified": "2025-08-02T07:34:26.300Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/prompts/project-rename-strategy-sasha-publish.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">
@@ -506,7 +507,8 @@ npx sasha-publish@latest dev
506
507
  window.docBuilderConfig = {
507
508
  features: {
508
509
  showPdfDownload: true,
509
- menuDefaultOpen: false
510
+ menuDefaultOpen: false,
511
+ mermaidEnhanced: true
510
512
  }
511
513
  };
512
514
  </script>