@knowcode/doc-builder 1.9.15 → 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.
- package/.claude/settings.local.json +2 -1
- package/assets/css/notion-style.css +76 -0
- package/assets/js/main.js +76 -0
- package/doc-builder.config.js +2 -1
- package/doc-builder.config.js.backup.1754119567787 +123 -0
- package/html/README.html +6 -4
- package/html/about-doc-builder.html +6 -4
- package/html/css/notion-style.css +76 -0
- package/html/documentation-index.html +6 -4
- package/html/guides/authentication-default-change.html +6 -4
- package/html/guides/authentication-guide.html +6 -4
- package/html/guides/claude-workflow-guide.html +6 -4
- package/html/guides/configuration-guide.html +6 -4
- package/html/guides/documentation-standards.html +6 -4
- package/html/guides/html-embedding-guide.html +6 -4
- package/html/guides/image-modal-guide.html +6 -4
- package/html/guides/phosphor-icons-guide.html +6 -4
- package/html/guides/private-directory-authentication-troubleshooting.html +6 -4
- package/html/guides/private-directory-authentication.html +6 -4
- package/html/guides/public-site-deployment.html +6 -4
- package/html/guides/search-engine-verification-guide.html +6 -4
- package/html/guides/seo-guide.html +6 -4
- package/html/guides/seo-optimization-guide.html +6 -4
- package/html/guides/supabase-authentication-complete-guide.html +6 -4
- package/html/guides/troubleshooting-guide.html +6 -4
- package/html/guides/windows-setup-guide.html +6 -4
- package/html/image-modal-test.html +6 -4
- package/html/index.html +6 -4
- package/html/js/main.js +76 -0
- package/html/private/cache-control-anti-pattern.html +6 -4
- package/html/private/launch/README.html +6 -4
- package/html/private/launch/auth-cleanup-summary.html +6 -4
- package/html/private/launch/bubble-plugin-specification.html +6 -4
- package/html/private/launch/go-to-market-strategy.html +6 -4
- package/html/private/launch/launch-announcements.html +6 -4
- package/html/private/launch/vercel-deployment-auth-setup.html +6 -4
- package/html/private/next-steps-walkthrough.html +6 -4
- package/html/private/supabase-auth-implementation-completed.html +6 -4
- package/html/private/supabase-auth-implementation-plan.html +6 -4
- package/html/private/supabase-auth-integration-plan.html +6 -4
- package/html/private/supabase-auth-setup-guide.html +6 -4
- package/html/private/test-private-doc.html +6 -4
- package/html/private/user-management-tooling.html +6 -4
- package/html/prompts/beautiful-documentation-design.html +6 -4
- package/html/prompts/markdown-document-standards.html +6 -4
- package/html/prompts/project-rename-strategy-sasha-publish.html +6 -4
- package/html/sitemap.xml +62 -56
- package/html/test-mermaid-enhanced.html +341 -0
- package/html/vercel-cli-setup-guide.html +6 -4
- package/html/vercel-first-time-setup-guide.html +6 -4
- package/lib/config.js +5 -0
- package/lib/core-builder.js +2 -1
- 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-
|
|
103
|
-
"dateModified": "2025-08-
|
|
102
|
+
"datePublished": "2025-08-02T07:26:07.910Z",
|
|
103
|
+
"dateModified": "2025-08-02T07:26:07.910Z",
|
|
104
104
|
"mainEntityOfPage": {
|
|
105
105
|
"@type": "WebPage",
|
|
106
106
|
"@id": "https://doc-builder-delta.vercel.app/guides/configuration-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.
|
|
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
|
|
|
@@ -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">
|
|
@@ -425,7 +426,8 @@
|
|
|
425
426
|
window.docBuilderConfig = {
|
|
426
427
|
features: {
|
|
427
428
|
showPdfDownload: true,
|
|
428
|
-
menuDefaultOpen: false
|
|
429
|
+
menuDefaultOpen: false,
|
|
430
|
+
mermaidEnhanced: true
|
|
429
431
|
}
|
|
430
432
|
};
|
|
431
433
|
</script>
|
|
@@ -99,8 +99,8 @@
|
|
|
99
99
|
"name": "Knowcode Ltd",
|
|
100
100
|
"url": "https://knowcode.tech"
|
|
101
101
|
},
|
|
102
|
-
"datePublished": "2025-08-
|
|
103
|
-
"dateModified": "2025-08-
|
|
102
|
+
"datePublished": "2025-08-02T07:26:07.914Z",
|
|
103
|
+
"dateModified": "2025-08-02T07:26:07.914Z",
|
|
104
104
|
"mainEntityOfPage": {
|
|
105
105
|
"@type": "WebPage",
|
|
106
106
|
"@id": "https://doc-builder-delta.vercel.app/guides/documentation-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.
|
|
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
|
|
|
@@ -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">
|
|
@@ -670,7 +671,8 @@ open html/index.html
|
|
|
670
671
|
window.docBuilderConfig = {
|
|
671
672
|
features: {
|
|
672
673
|
showPdfDownload: true,
|
|
673
|
-
menuDefaultOpen: false
|
|
674
|
+
menuDefaultOpen: false,
|
|
675
|
+
mermaidEnhanced: true
|
|
674
676
|
}
|
|
675
677
|
};
|
|
676
678
|
</script>
|
|
@@ -99,8 +99,8 @@
|
|
|
99
99
|
"name": "Knowcode Ltd",
|
|
100
100
|
"url": "https://knowcode.tech"
|
|
101
101
|
},
|
|
102
|
-
"datePublished": "2025-08-
|
|
103
|
-
"dateModified": "2025-08-
|
|
102
|
+
"datePublished": "2025-08-02T07:26:07.918Z",
|
|
103
|
+
"dateModified": "2025-08-02T07:26:07.918Z",
|
|
104
104
|
"mainEntityOfPage": {
|
|
105
105
|
"@type": "WebPage",
|
|
106
106
|
"@id": "https://doc-builder-delta.vercel.app/guides/html-embedding-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.
|
|
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
|
|
|
@@ -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">
|
|
@@ -437,7 +438,8 @@
|
|
|
437
438
|
window.docBuilderConfig = {
|
|
438
439
|
features: {
|
|
439
440
|
showPdfDownload: true,
|
|
440
|
-
menuDefaultOpen: false
|
|
441
|
+
menuDefaultOpen: false,
|
|
442
|
+
mermaidEnhanced: true
|
|
441
443
|
}
|
|
442
444
|
};
|
|
443
445
|
</script>
|
|
@@ -99,8 +99,8 @@
|
|
|
99
99
|
"name": "Knowcode Ltd",
|
|
100
100
|
"url": "https://knowcode.tech"
|
|
101
101
|
},
|
|
102
|
-
"datePublished": "2025-08-
|
|
103
|
-
"dateModified": "2025-08-
|
|
102
|
+
"datePublished": "2025-08-02T07:26:07.921Z",
|
|
103
|
+
"dateModified": "2025-08-02T07:26:07.921Z",
|
|
104
104
|
"mainEntityOfPage": {
|
|
105
105
|
"@type": "WebPage",
|
|
106
106
|
"@id": "https://doc-builder-delta.vercel.app/guides/image-modal-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.
|
|
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
|
|
|
@@ -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">
|
|
@@ -491,7 +492,8 @@ For more advanced customization options or troubleshooting, refer to the main do
|
|
|
491
492
|
window.docBuilderConfig = {
|
|
492
493
|
features: {
|
|
493
494
|
showPdfDownload: true,
|
|
494
|
-
menuDefaultOpen: false
|
|
495
|
+
menuDefaultOpen: false,
|
|
496
|
+
mermaidEnhanced: true
|
|
495
497
|
}
|
|
496
498
|
};
|
|
497
499
|
</script>
|
|
@@ -99,8 +99,8 @@
|
|
|
99
99
|
"name": "Knowcode Ltd",
|
|
100
100
|
"url": "https://knowcode.tech"
|
|
101
101
|
},
|
|
102
|
-
"datePublished": "2025-08-
|
|
103
|
-
"dateModified": "2025-08-
|
|
102
|
+
"datePublished": "2025-08-02T07:26:07.924Z",
|
|
103
|
+
"dateModified": "2025-08-02T07:26:07.924Z",
|
|
104
104
|
"mainEntityOfPage": {
|
|
105
105
|
"@type": "WebPage",
|
|
106
106
|
"@id": "https://doc-builder-delta.vercel.app/guides/phosphor-icons-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.
|
|
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
|
|
|
@@ -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">
|
|
@@ -560,7 +561,8 @@
|
|
|
560
561
|
window.docBuilderConfig = {
|
|
561
562
|
features: {
|
|
562
563
|
showPdfDownload: true,
|
|
563
|
-
menuDefaultOpen: false
|
|
564
|
+
menuDefaultOpen: false,
|
|
565
|
+
mermaidEnhanced: true
|
|
564
566
|
}
|
|
565
567
|
};
|
|
566
568
|
</script>
|
|
@@ -99,8 +99,8 @@
|
|
|
99
99
|
"name": "Knowcode Ltd",
|
|
100
100
|
"url": "https://knowcode.tech"
|
|
101
101
|
},
|
|
102
|
-
"datePublished": "2025-08-
|
|
103
|
-
"dateModified": "2025-08-
|
|
102
|
+
"datePublished": "2025-08-02T07:26:07.928Z",
|
|
103
|
+
"dateModified": "2025-08-02T07:26:07.928Z",
|
|
104
104
|
"mainEntityOfPage": {
|
|
105
105
|
"@type": "WebPage",
|
|
106
106
|
"@id": "https://doc-builder-delta.vercel.app/guides/private-directory-authentication-troubleshooting.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.
|
|
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
|
|
|
@@ -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 @@ if (typeof supabase !== 'undefined') {
|
|
|
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-
|
|
103
|
-
"dateModified": "2025-08-
|
|
102
|
+
"datePublished": "2025-08-02T07:26:07.931Z",
|
|
103
|
+
"dateModified": "2025-08-02T07:26:07.931Z",
|
|
104
104
|
"mainEntityOfPage": {
|
|
105
105
|
"@type": "WebPage",
|
|
106
106
|
"@id": "https://doc-builder-delta.vercel.app/guides/private-directory-authentication.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.
|
|
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
|
|
|
@@ -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">
|
|
@@ -517,7 +518,8 @@ module.exports = {
|
|
|
517
518
|
window.docBuilderConfig = {
|
|
518
519
|
features: {
|
|
519
520
|
showPdfDownload: true,
|
|
520
|
-
menuDefaultOpen: false
|
|
521
|
+
menuDefaultOpen: false,
|
|
522
|
+
mermaidEnhanced: true
|
|
521
523
|
}
|
|
522
524
|
};
|
|
523
525
|
</script>
|
|
@@ -99,8 +99,8 @@
|
|
|
99
99
|
"name": "Knowcode Ltd",
|
|
100
100
|
"url": "https://knowcode.tech"
|
|
101
101
|
},
|
|
102
|
-
"datePublished": "2025-08-
|
|
103
|
-
"dateModified": "2025-08-
|
|
102
|
+
"datePublished": "2025-08-02T07:26:07.934Z",
|
|
103
|
+
"dateModified": "2025-08-02T07:26:07.934Z",
|
|
104
104
|
"mainEntityOfPage": {
|
|
105
105
|
"@type": "WebPage",
|
|
106
106
|
"@id": "https://doc-builder-delta.vercel.app/guides/public-site-deployment.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.
|
|
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
|
|
|
@@ -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">
|
|
@@ -407,7 +408,8 @@ auth: {
|
|
|
407
408
|
window.docBuilderConfig = {
|
|
408
409
|
features: {
|
|
409
410
|
showPdfDownload: true,
|
|
410
|
-
menuDefaultOpen: false
|
|
411
|
+
menuDefaultOpen: false,
|
|
412
|
+
mermaidEnhanced: true
|
|
411
413
|
}
|
|
412
414
|
};
|
|
413
415
|
</script>
|
|
@@ -99,8 +99,8 @@
|
|
|
99
99
|
"name": "Knowcode Ltd",
|
|
100
100
|
"url": "https://knowcode.tech"
|
|
101
101
|
},
|
|
102
|
-
"datePublished": "2025-08-
|
|
103
|
-
"dateModified": "2025-08-
|
|
102
|
+
"datePublished": "2025-08-02T07:26:07.936Z",
|
|
103
|
+
"dateModified": "2025-08-02T07:26:07.936Z",
|
|
104
104
|
"mainEntityOfPage": {
|
|
105
105
|
"@type": "WebPage",
|
|
106
106
|
"@id": "https://doc-builder-delta.vercel.app/guides/search-engine-verification-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.
|
|
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
|
|
|
@@ -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">
|
|
@@ -518,7 +519,8 @@ doc-builder bing-verify NEW_BING_CODE
|
|
|
518
519
|
window.docBuilderConfig = {
|
|
519
520
|
features: {
|
|
520
521
|
showPdfDownload: true,
|
|
521
|
-
menuDefaultOpen: false
|
|
522
|
+
menuDefaultOpen: false,
|
|
523
|
+
mermaidEnhanced: true
|
|
522
524
|
}
|
|
523
525
|
};
|
|
524
526
|
</script>
|
|
@@ -99,8 +99,8 @@
|
|
|
99
99
|
"name": "Knowcode Ltd",
|
|
100
100
|
"url": "https://knowcode.tech"
|
|
101
101
|
},
|
|
102
|
-
"datePublished": "2025-08-
|
|
103
|
-
"dateModified": "2025-08-
|
|
102
|
+
"datePublished": "2025-08-02T07:26:07.940Z",
|
|
103
|
+
"dateModified": "2025-08-02T07:26:07.940Z",
|
|
104
104
|
"mainEntityOfPage": {
|
|
105
105
|
"@type": "WebPage",
|
|
106
106
|
"@id": "https://doc-builder-delta.vercel.app/guides/seo-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.
|
|
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
|
|
|
@@ -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">
|
|
@@ -637,7 +638,8 @@ author: Different Author
|
|
|
637
638
|
window.docBuilderConfig = {
|
|
638
639
|
features: {
|
|
639
640
|
showPdfDownload: true,
|
|
640
|
-
menuDefaultOpen: false
|
|
641
|
+
menuDefaultOpen: false,
|
|
642
|
+
mermaidEnhanced: true
|
|
641
643
|
}
|
|
642
644
|
};
|
|
643
645
|
</script>
|
|
@@ -99,8 +99,8 @@
|
|
|
99
99
|
"name": "Knowcode Ltd",
|
|
100
100
|
"url": "https://knowcode.tech"
|
|
101
101
|
},
|
|
102
|
-
"datePublished": "2025-08-
|
|
103
|
-
"dateModified": "2025-08-
|
|
102
|
+
"datePublished": "2025-08-02T07:26:07.945Z",
|
|
103
|
+
"dateModified": "2025-08-02T07:26:07.945Z",
|
|
104
104
|
"mainEntityOfPage": {
|
|
105
105
|
"@type": "WebPage",
|
|
106
106
|
"@id": "https://doc-builder-delta.vercel.app/guides/seo-optimization-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.
|
|
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
|
|
|
@@ -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">
|
|
@@ -863,7 +864,8 @@ doc-builder deploy
|
|
|
863
864
|
window.docBuilderConfig = {
|
|
864
865
|
features: {
|
|
865
866
|
showPdfDownload: true,
|
|
866
|
-
menuDefaultOpen: false
|
|
867
|
+
menuDefaultOpen: false,
|
|
868
|
+
mermaidEnhanced: true
|
|
867
869
|
}
|
|
868
870
|
};
|
|
869
871
|
</script>
|
|
@@ -99,8 +99,8 @@
|
|
|
99
99
|
"name": "Knowcode Ltd",
|
|
100
100
|
"url": "https://knowcode.tech"
|
|
101
101
|
},
|
|
102
|
-
"datePublished": "2025-08-
|
|
103
|
-
"dateModified": "2025-08-
|
|
102
|
+
"datePublished": "2025-08-02T07:26:07.949Z",
|
|
103
|
+
"dateModified": "2025-08-02T07:26:07.949Z",
|
|
104
104
|
"mainEntityOfPage": {
|
|
105
105
|
"@type": "WebPage",
|
|
106
106
|
"@id": "https://doc-builder-delta.vercel.app/guides/supabase-authentication-complete-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.
|
|
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
|
|
|
@@ -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">
|
|
@@ -842,7 +843,8 @@ if (await checkAuthForAPI()) {
|
|
|
842
843
|
window.docBuilderConfig = {
|
|
843
844
|
features: {
|
|
844
845
|
showPdfDownload: true,
|
|
845
|
-
menuDefaultOpen: false
|
|
846
|
+
menuDefaultOpen: false,
|
|
847
|
+
mermaidEnhanced: true
|
|
846
848
|
}
|
|
847
849
|
};
|
|
848
850
|
</script>
|
|
@@ -99,8 +99,8 @@
|
|
|
99
99
|
"name": "Knowcode Ltd",
|
|
100
100
|
"url": "https://knowcode.tech"
|
|
101
101
|
},
|
|
102
|
-
"datePublished": "2025-08-
|
|
103
|
-
"dateModified": "2025-08-
|
|
102
|
+
"datePublished": "2025-08-02T07:26:07.951Z",
|
|
103
|
+
"dateModified": "2025-08-02T07:26:07.951Z",
|
|
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.
|
|
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
|
|
|
@@ -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-
|
|
103
|
-
"dateModified": "2025-08-
|
|
102
|
+
"datePublished": "2025-08-02T07:26:07.965Z",
|
|
103
|
+
"dateModified": "2025-08-02T07:26:07.965Z",
|
|
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.
|
|
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
|
|
|
@@ -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-
|
|
103
|
-
"dateModified": "2025-08-
|
|
102
|
+
"datePublished": "2025-08-02T07:26:07.969Z",
|
|
103
|
+
"dateModified": "2025-08-02T07:26:07.969Z",
|
|
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.
|
|
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
|
|
|
@@ -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>
|