@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.
- 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 +11 -2
- package/doc-builder.config.js.backup.1754059241330 +115 -0
- package/doc-builder.config.js.backup.1754119567787 +123 -0
- package/html/README.html +11 -16
- package/html/about-doc-builder.html +480 -0
- package/html/css/notion-style.css +178 -1
- package/html/documentation-index.html +11 -16
- package/html/guides/authentication-default-change.html +11 -16
- package/html/guides/authentication-guide.html +11 -16
- package/html/guides/claude-workflow-guide.html +11 -16
- package/html/guides/configuration-guide.html +11 -16
- package/html/guides/documentation-standards.html +11 -16
- package/html/guides/html-embedding-guide.html +11 -16
- package/html/guides/image-modal-guide.html +11 -16
- package/html/guides/phosphor-icons-guide.html +11 -16
- package/html/guides/private-directory-authentication-troubleshooting.html +11 -16
- package/html/guides/private-directory-authentication.html +11 -16
- package/html/guides/public-site-deployment.html +11 -16
- package/html/guides/search-engine-verification-guide.html +11 -16
- package/html/guides/seo-guide.html +11 -16
- package/html/guides/seo-optimization-guide.html +11 -16
- package/html/guides/supabase-authentication-complete-guide.html +11 -16
- package/html/guides/troubleshooting-guide.html +11 -16
- package/html/guides/windows-setup-guide.html +11 -16
- package/html/image-modal-test.html +11 -16
- package/html/index.html +11 -16
- package/html/js/main.js +76 -0
- package/html/private/cache-control-anti-pattern.html +11 -16
- package/html/private/launch/README.html +11 -16
- package/html/private/launch/auth-cleanup-summary.html +11 -16
- package/html/private/launch/bubble-plugin-specification.html +11 -16
- package/html/private/launch/go-to-market-strategy.html +11 -16
- package/html/private/launch/launch-announcements.html +11 -16
- package/html/private/launch/vercel-deployment-auth-setup.html +11 -16
- package/html/private/next-steps-walkthrough.html +11 -16
- package/html/private/supabase-auth-implementation-completed.html +11 -16
- package/html/private/supabase-auth-implementation-plan.html +11 -16
- package/html/private/supabase-auth-integration-plan.html +11 -16
- package/html/private/supabase-auth-setup-guide.html +11 -16
- package/html/private/test-private-doc.html +11 -16
- package/html/private/user-management-tooling.html +11 -16
- package/html/prompts/beautiful-documentation-design.html +11 -16
- package/html/prompts/markdown-document-standards.html +11 -16
- package/html/prompts/project-rename-strategy-sasha-publish.html +519 -0
- package/html/sitemap.xml +72 -54
- package/html/test-mermaid-enhanced.html +341 -0
- package/html/vercel-cli-setup-guide.html +11 -16
- package/html/vercel-first-time-setup-guide.html +11 -16
- package/lib/config.js +5 -0
- package/lib/core-builder.js +2 -1
- package/lib/emoji-mapper.js +10 -0
- 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-
|
|
103
|
-
"dateModified": "2025-
|
|
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
|
|
|
@@ -159,16 +159,7 @@
|
|
|
159
159
|
</div>
|
|
160
160
|
</header>
|
|
161
161
|
|
|
162
|
-
|
|
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="
|
|
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
|
|
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 "sasha-publish", 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>
|
|
@@ -677,7 +671,8 @@ open html/index.html
|
|
|
677
671
|
window.docBuilderConfig = {
|
|
678
672
|
features: {
|
|
679
673
|
showPdfDownload: true,
|
|
680
|
-
menuDefaultOpen: false
|
|
674
|
+
menuDefaultOpen: false,
|
|
675
|
+
mermaidEnhanced: true
|
|
681
676
|
}
|
|
682
677
|
};
|
|
683
678
|
</script>
|
|
@@ -99,8 +99,8 @@
|
|
|
99
99
|
"name": "Knowcode Ltd",
|
|
100
100
|
"url": "https://knowcode.tech"
|
|
101
101
|
},
|
|
102
|
-
"datePublished": "2025-
|
|
103
|
-
"dateModified": "2025-
|
|
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
|
|
|
@@ -159,16 +159,7 @@
|
|
|
159
159
|
</div>
|
|
160
160
|
</header>
|
|
161
161
|
|
|
162
|
-
|
|
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="
|
|
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
|
|
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 "sasha-publish", 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>
|
|
@@ -444,7 +438,8 @@
|
|
|
444
438
|
window.docBuilderConfig = {
|
|
445
439
|
features: {
|
|
446
440
|
showPdfDownload: true,
|
|
447
|
-
menuDefaultOpen: false
|
|
441
|
+
menuDefaultOpen: false,
|
|
442
|
+
mermaidEnhanced: true
|
|
448
443
|
}
|
|
449
444
|
};
|
|
450
445
|
</script>
|
|
@@ -99,8 +99,8 @@
|
|
|
99
99
|
"name": "Knowcode Ltd",
|
|
100
100
|
"url": "https://knowcode.tech"
|
|
101
101
|
},
|
|
102
|
-
"datePublished": "2025-
|
|
103
|
-
"dateModified": "2025-
|
|
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
|
|
|
@@ -159,16 +159,7 @@
|
|
|
159
159
|
</div>
|
|
160
160
|
</header>
|
|
161
161
|
|
|
162
|
-
|
|
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="
|
|
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
|
|
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 "sasha-publish", 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>
|
|
@@ -498,7 +492,8 @@ For more advanced customization options or troubleshooting, refer to the main do
|
|
|
498
492
|
window.docBuilderConfig = {
|
|
499
493
|
features: {
|
|
500
494
|
showPdfDownload: true,
|
|
501
|
-
menuDefaultOpen: false
|
|
495
|
+
menuDefaultOpen: false,
|
|
496
|
+
mermaidEnhanced: true
|
|
502
497
|
}
|
|
503
498
|
};
|
|
504
499
|
</script>
|
|
@@ -99,8 +99,8 @@
|
|
|
99
99
|
"name": "Knowcode Ltd",
|
|
100
100
|
"url": "https://knowcode.tech"
|
|
101
101
|
},
|
|
102
|
-
"datePublished": "2025-
|
|
103
|
-
"dateModified": "2025-
|
|
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
|
|
|
@@ -159,16 +159,7 @@
|
|
|
159
159
|
</div>
|
|
160
160
|
</header>
|
|
161
161
|
|
|
162
|
-
|
|
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="
|
|
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
|
|
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 "sasha-publish", 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>
|
|
@@ -567,7 +561,8 @@
|
|
|
567
561
|
window.docBuilderConfig = {
|
|
568
562
|
features: {
|
|
569
563
|
showPdfDownload: true,
|
|
570
|
-
menuDefaultOpen: false
|
|
564
|
+
menuDefaultOpen: false,
|
|
565
|
+
mermaidEnhanced: true
|
|
571
566
|
}
|
|
572
567
|
};
|
|
573
568
|
</script>
|
|
@@ -99,8 +99,8 @@
|
|
|
99
99
|
"name": "Knowcode Ltd",
|
|
100
100
|
"url": "https://knowcode.tech"
|
|
101
101
|
},
|
|
102
|
-
"datePublished": "2025-
|
|
103
|
-
"dateModified": "2025-
|
|
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
|
|
|
@@ -159,16 +159,7 @@
|
|
|
159
159
|
</div>
|
|
160
160
|
</header>
|
|
161
161
|
|
|
162
|
-
|
|
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="
|
|
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
|
|
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 "sasha-publish", 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>
|
|
@@ -538,7 +532,8 @@ if (typeof supabase !== 'undefined') {
|
|
|
538
532
|
window.docBuilderConfig = {
|
|
539
533
|
features: {
|
|
540
534
|
showPdfDownload: true,
|
|
541
|
-
menuDefaultOpen: false
|
|
535
|
+
menuDefaultOpen: false,
|
|
536
|
+
mermaidEnhanced: true
|
|
542
537
|
}
|
|
543
538
|
};
|
|
544
539
|
</script>
|
|
@@ -99,8 +99,8 @@
|
|
|
99
99
|
"name": "Knowcode Ltd",
|
|
100
100
|
"url": "https://knowcode.tech"
|
|
101
101
|
},
|
|
102
|
-
"datePublished": "2025-
|
|
103
|
-
"dateModified": "2025-
|
|
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
|
|
|
@@ -159,16 +159,7 @@
|
|
|
159
159
|
</div>
|
|
160
160
|
</header>
|
|
161
161
|
|
|
162
|
-
|
|
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="
|
|
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
|
|
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 "sasha-publish", 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>
|
|
@@ -524,7 +518,8 @@ module.exports = {
|
|
|
524
518
|
window.docBuilderConfig = {
|
|
525
519
|
features: {
|
|
526
520
|
showPdfDownload: true,
|
|
527
|
-
menuDefaultOpen: false
|
|
521
|
+
menuDefaultOpen: false,
|
|
522
|
+
mermaidEnhanced: true
|
|
528
523
|
}
|
|
529
524
|
};
|
|
530
525
|
</script>
|
|
@@ -99,8 +99,8 @@
|
|
|
99
99
|
"name": "Knowcode Ltd",
|
|
100
100
|
"url": "https://knowcode.tech"
|
|
101
101
|
},
|
|
102
|
-
"datePublished": "2025-
|
|
103
|
-
"dateModified": "2025-
|
|
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
|
|
|
@@ -159,16 +159,7 @@
|
|
|
159
159
|
</div>
|
|
160
160
|
</header>
|
|
161
161
|
|
|
162
|
-
|
|
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="
|
|
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
|
|
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 "sasha-publish", 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>
|
|
@@ -414,7 +408,8 @@ auth: {
|
|
|
414
408
|
window.docBuilderConfig = {
|
|
415
409
|
features: {
|
|
416
410
|
showPdfDownload: true,
|
|
417
|
-
menuDefaultOpen: false
|
|
411
|
+
menuDefaultOpen: false,
|
|
412
|
+
mermaidEnhanced: true
|
|
418
413
|
}
|
|
419
414
|
};
|
|
420
415
|
</script>
|