@knowcode/doc-builder 1.9.14 → 1.9.15
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/doc-builder.config.js +10 -2
- package/doc-builder.config.js.backup.1754059241330 +115 -0
- package/html/README.html +8 -15
- package/html/about-doc-builder.html +478 -0
- package/html/css/notion-style.css +102 -1
- package/html/documentation-index.html +8 -15
- package/html/guides/authentication-default-change.html +8 -15
- package/html/guides/authentication-guide.html +8 -15
- package/html/guides/claude-workflow-guide.html +8 -15
- package/html/guides/configuration-guide.html +8 -15
- package/html/guides/documentation-standards.html +8 -15
- package/html/guides/html-embedding-guide.html +8 -15
- package/html/guides/image-modal-guide.html +8 -15
- package/html/guides/phosphor-icons-guide.html +8 -15
- package/html/guides/private-directory-authentication-troubleshooting.html +8 -15
- package/html/guides/private-directory-authentication.html +8 -15
- package/html/guides/public-site-deployment.html +8 -15
- package/html/guides/search-engine-verification-guide.html +8 -15
- package/html/guides/seo-guide.html +8 -15
- package/html/guides/seo-optimization-guide.html +8 -15
- package/html/guides/supabase-authentication-complete-guide.html +8 -15
- package/html/guides/troubleshooting-guide.html +8 -15
- package/html/guides/windows-setup-guide.html +8 -15
- package/html/image-modal-test.html +8 -15
- package/html/index.html +8 -15
- package/html/private/cache-control-anti-pattern.html +8 -15
- package/html/private/launch/README.html +8 -15
- package/html/private/launch/auth-cleanup-summary.html +8 -15
- package/html/private/launch/bubble-plugin-specification.html +8 -15
- package/html/private/launch/go-to-market-strategy.html +8 -15
- package/html/private/launch/launch-announcements.html +8 -15
- package/html/private/launch/vercel-deployment-auth-setup.html +8 -15
- package/html/private/next-steps-walkthrough.html +8 -15
- package/html/private/supabase-auth-implementation-completed.html +8 -15
- package/html/private/supabase-auth-implementation-plan.html +8 -15
- package/html/private/supabase-auth-integration-plan.html +8 -15
- package/html/private/supabase-auth-setup-guide.html +8 -15
- package/html/private/test-private-doc.html +8 -15
- package/html/private/user-management-tooling.html +8 -15
- package/html/prompts/beautiful-documentation-design.html +8 -15
- package/html/prompts/markdown-document-standards.html +8 -15
- package/html/prompts/project-rename-strategy-sasha-publish.html +517 -0
- package/html/sitemap.xml +66 -54
- package/html/vercel-cli-setup-guide.html +8 -15
- package/html/vercel-first-time-setup-guide.html +8 -15
- 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-01T14:40:41.944Z",
|
|
103
|
+
"dateModified": "2025-08-01T14:40:41.944Z",
|
|
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.14">Last updated: Aug 1, 2025, 02:40 PM UTC</span>
|
|
137
137
|
</div>
|
|
138
138
|
|
|
139
139
|
|
|
@@ -153,16 +153,7 @@
|
|
|
153
153
|
</div>
|
|
154
154
|
</header>
|
|
155
155
|
|
|
156
|
-
|
|
157
|
-
<div id="preview-banner" class="preview-banner">
|
|
158
|
-
<div class="banner-content">
|
|
159
|
-
<i class="fas fa-exclamation-triangle banner-icon"></i>
|
|
160
|
-
<span class="banner-text">This documentation is a preview version - some content may be incomplete</span>
|
|
161
|
-
<button id="dismiss-banner" class="banner-dismiss" aria-label="Dismiss banner">
|
|
162
|
-
<i class="fas fa-times"></i>
|
|
163
|
-
</button>
|
|
164
|
-
</div>
|
|
165
|
-
</div>
|
|
156
|
+
|
|
166
157
|
|
|
167
158
|
<!-- Breadcrumbs -->
|
|
168
159
|
<nav class="breadcrumbs" id="breadcrumbs">
|
|
@@ -175,7 +166,7 @@
|
|
|
175
166
|
<aside class="sidebar">
|
|
176
167
|
<div class="sidebar-header">
|
|
177
168
|
<div class="filter-box">
|
|
178
|
-
<input type="text" placeholder="
|
|
169
|
+
<input type="text" placeholder="Search menu..." class="filter-input" id="nav-filter">
|
|
179
170
|
<i class="fas fa-search filter-icon"></i>
|
|
180
171
|
</div>
|
|
181
172
|
</div>
|
|
@@ -187,6 +178,7 @@
|
|
|
187
178
|
</a>
|
|
188
179
|
<div class="nav-content" >
|
|
189
180
|
<a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
|
|
181
|
+
<a href="/about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> About Doc Builder</a>
|
|
190
182
|
<a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Index</a>
|
|
191
183
|
<a href="/image-modal-test.html" class="nav-item 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>
|
|
192
184
|
<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>
|
|
@@ -243,7 +235,8 @@
|
|
|
243
235
|
</a>
|
|
244
236
|
<div class="nav-content collapsed" id="nav-prompts-1">
|
|
245
237
|
<a href="/prompts/beautiful-documentation-design.html" class="nav-item" data-tooltip="🎨 Beautiful Documentation Design Guide."><i class="ph ph-check-circle" style="color: #059669;"></i> Beautiful Documentation Design</a>
|
|
246
|
-
<a href="/prompts/markdown-document-standards.html" class="nav-item" data-tooltip="Detailed introduction to the topic..."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Markdown Document Standards</a
|
|
238
|
+
<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>
|
|
239
|
+
<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>
|
|
247
240
|
</nav>
|
|
248
241
|
<div class="resize-handle"></div>
|
|
249
242
|
</aside>
|
package/html/index.html
CHANGED
|
@@ -99,8 +99,8 @@
|
|
|
99
99
|
"name": "Knowcode Ltd",
|
|
100
100
|
"url": "https://knowcode.tech"
|
|
101
101
|
},
|
|
102
|
-
"datePublished": "2025-
|
|
103
|
-
"dateModified": "2025-
|
|
102
|
+
"datePublished": "2025-08-01T14:40:41.828Z",
|
|
103
|
+
"dateModified": "2025-08-01T14:40:41.828Z",
|
|
104
104
|
"mainEntityOfPage": {
|
|
105
105
|
"@type": "WebPage",
|
|
106
106
|
"@id": "https://doc-builder-delta.vercel.app/README.html"
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
|
|
134
134
|
<div class="header-actions">
|
|
135
135
|
<div class="deployment-info">
|
|
136
|
-
<span class="deployment-date" title="Built with doc-builder v1.9.
|
|
136
|
+
<span class="deployment-date" title="Built with doc-builder v1.9.14">Last updated: Aug 1, 2025, 02:40 PM UTC</span>
|
|
137
137
|
</div>
|
|
138
138
|
|
|
139
139
|
|
|
@@ -153,16 +153,7 @@
|
|
|
153
153
|
</div>
|
|
154
154
|
</header>
|
|
155
155
|
|
|
156
|
-
|
|
157
|
-
<div id="preview-banner" class="preview-banner">
|
|
158
|
-
<div class="banner-content">
|
|
159
|
-
<i class="fas fa-exclamation-triangle banner-icon"></i>
|
|
160
|
-
<span class="banner-text">This documentation is a preview version - some content may be incomplete</span>
|
|
161
|
-
<button id="dismiss-banner" class="banner-dismiss" aria-label="Dismiss banner">
|
|
162
|
-
<i class="fas fa-times"></i>
|
|
163
|
-
</button>
|
|
164
|
-
</div>
|
|
165
|
-
</div>
|
|
156
|
+
|
|
166
157
|
|
|
167
158
|
<!-- Breadcrumbs -->
|
|
168
159
|
<nav class="breadcrumbs" id="breadcrumbs">
|
|
@@ -175,7 +166,7 @@
|
|
|
175
166
|
<aside class="sidebar">
|
|
176
167
|
<div class="sidebar-header">
|
|
177
168
|
<div class="filter-box">
|
|
178
|
-
<input type="text" placeholder="
|
|
169
|
+
<input type="text" placeholder="Search menu..." class="filter-input" id="nav-filter">
|
|
179
170
|
<i class="fas fa-search filter-icon"></i>
|
|
180
171
|
</div>
|
|
181
172
|
</div>
|
|
@@ -187,6 +178,7 @@
|
|
|
187
178
|
</a>
|
|
188
179
|
<div class="nav-content" >
|
|
189
180
|
<a href="/README.html" class="nav-item active" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
|
|
181
|
+
<a href="/about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> About Doc Builder</a>
|
|
190
182
|
<a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Index</a>
|
|
191
183
|
<a href="/image-modal-test.html" class="nav-item" data-tooltip="This document tests the new image modal functionality in doc-builder."><i class="ph ph-file-text"></i> Image Modal Test</a>
|
|
192
184
|
<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>
|
|
@@ -243,7 +235,8 @@
|
|
|
243
235
|
</a>
|
|
244
236
|
<div class="nav-content" id="nav-prompts-1">
|
|
245
237
|
<a href="/prompts/beautiful-documentation-design.html" class="nav-item" data-tooltip="🎨 Beautiful Documentation Design Guide."><i class="ph ph-check-circle" style="color: #059669;"></i> Beautiful Documentation Design</a>
|
|
246
|
-
<a href="/prompts/markdown-document-standards.html" class="nav-item" data-tooltip="Detailed introduction to the topic..."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Markdown Document Standards</a
|
|
238
|
+
<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>
|
|
239
|
+
<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>
|
|
247
240
|
</nav>
|
|
248
241
|
<div class="resize-handle"></div>
|
|
249
242
|
</aside>
|
|
@@ -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-01T14:40:41.946Z",
|
|
103
|
+
"dateModified": "2025-08-01T14:40:41.946Z",
|
|
104
104
|
"mainEntityOfPage": {
|
|
105
105
|
"@type": "WebPage",
|
|
106
106
|
"@id": "https://doc-builder-delta.vercel.app/private/cache-control-anti-pattern.html"
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
|
|
140
140
|
<div class="header-actions">
|
|
141
141
|
<div class="deployment-info">
|
|
142
|
-
<span class="deployment-date" title="Built with doc-builder v1.9.
|
|
142
|
+
<span class="deployment-date" title="Built with doc-builder v1.9.14">Last updated: Aug 1, 2025, 02:40 PM 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,6 +184,7 @@
|
|
|
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>
|
|
198
190
|
<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>
|
|
@@ -249,7 +241,8 @@
|
|
|
249
241
|
</a>
|
|
250
242
|
<div class="nav-content collapsed" id="nav-prompts-1">
|
|
251
243
|
<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
|
|
244
|
+
<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/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
246
|
</nav>
|
|
254
247
|
<div class="resize-handle"></div>
|
|
255
248
|
</aside>
|
|
@@ -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-01T14:40:41.948Z",
|
|
103
|
+
"dateModified": "2025-08-01T14:40:41.948Z",
|
|
104
104
|
"mainEntityOfPage": {
|
|
105
105
|
"@type": "WebPage",
|
|
106
106
|
"@id": "https://doc-builder-delta.vercel.app/private/launch/README.html"
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
|
|
146
146
|
<div class="header-actions">
|
|
147
147
|
<div class="deployment-info">
|
|
148
|
-
<span class="deployment-date" title="Built with doc-builder v1.9.
|
|
148
|
+
<span class="deployment-date" title="Built with doc-builder v1.9.14">Last updated: Aug 1, 2025, 02:40 PM UTC</span>
|
|
149
149
|
</div>
|
|
150
150
|
|
|
151
151
|
|
|
@@ -165,16 +165,7 @@
|
|
|
165
165
|
</div>
|
|
166
166
|
</header>
|
|
167
167
|
|
|
168
|
-
|
|
169
|
-
<div id="preview-banner" class="preview-banner">
|
|
170
|
-
<div class="banner-content">
|
|
171
|
-
<i class="fas fa-exclamation-triangle banner-icon"></i>
|
|
172
|
-
<span class="banner-text">This documentation is a preview version - some content may be incomplete</span>
|
|
173
|
-
<button id="dismiss-banner" class="banner-dismiss" aria-label="Dismiss banner">
|
|
174
|
-
<i class="fas fa-times"></i>
|
|
175
|
-
</button>
|
|
176
|
-
</div>
|
|
177
|
-
</div>
|
|
168
|
+
|
|
178
169
|
|
|
179
170
|
<!-- Breadcrumbs -->
|
|
180
171
|
<nav class="breadcrumbs" id="breadcrumbs">
|
|
@@ -187,7 +178,7 @@
|
|
|
187
178
|
<aside class="sidebar">
|
|
188
179
|
<div class="sidebar-header">
|
|
189
180
|
<div class="filter-box">
|
|
190
|
-
<input type="text" placeholder="
|
|
181
|
+
<input type="text" placeholder="Search menu..." class="filter-input" id="nav-filter">
|
|
191
182
|
<i class="fas fa-search filter-icon"></i>
|
|
192
183
|
</div>
|
|
193
184
|
</div>
|
|
@@ -199,6 +190,7 @@
|
|
|
199
190
|
</a>
|
|
200
191
|
<div class="nav-content" >
|
|
201
192
|
<a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
|
|
193
|
+
<a href="/about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> About Doc Builder</a>
|
|
202
194
|
<a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Index</a>
|
|
203
195
|
<a href="/image-modal-test.html" class="nav-item" data-tooltip="This document tests the new image modal functionality in doc-builder."><i class="ph ph-file-text"></i> Image Modal Test</a>
|
|
204
196
|
<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>
|
|
@@ -255,7 +247,8 @@
|
|
|
255
247
|
</a>
|
|
256
248
|
<div class="nav-content collapsed" id="nav-prompts-1">
|
|
257
249
|
<a href="/prompts/beautiful-documentation-design.html" class="nav-item" data-tooltip="🎨 Beautiful Documentation Design Guide."><i class="ph ph-check-circle" style="color: #059669;"></i> Beautiful Documentation Design</a>
|
|
258
|
-
<a href="/prompts/markdown-document-standards.html" class="nav-item" data-tooltip="Detailed introduction to the topic..."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Markdown Document Standards</a
|
|
250
|
+
<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>
|
|
251
|
+
<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>
|
|
259
252
|
</nav>
|
|
260
253
|
<div class="resize-handle"></div>
|
|
261
254
|
</aside>
|
|
@@ -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-01T14:40:41.950Z",
|
|
103
|
+
"dateModified": "2025-08-01T14:40:41.950Z",
|
|
104
104
|
"mainEntityOfPage": {
|
|
105
105
|
"@type": "WebPage",
|
|
106
106
|
"@id": "https://doc-builder-delta.vercel.app/private/launch/auth-cleanup-summary.html"
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
|
|
146
146
|
<div class="header-actions">
|
|
147
147
|
<div class="deployment-info">
|
|
148
|
-
<span class="deployment-date" title="Built with doc-builder v1.9.
|
|
148
|
+
<span class="deployment-date" title="Built with doc-builder v1.9.14">Last updated: Aug 1, 2025, 02:40 PM UTC</span>
|
|
149
149
|
</div>
|
|
150
150
|
|
|
151
151
|
|
|
@@ -165,16 +165,7 @@
|
|
|
165
165
|
</div>
|
|
166
166
|
</header>
|
|
167
167
|
|
|
168
|
-
|
|
169
|
-
<div id="preview-banner" class="preview-banner">
|
|
170
|
-
<div class="banner-content">
|
|
171
|
-
<i class="fas fa-exclamation-triangle banner-icon"></i>
|
|
172
|
-
<span class="banner-text">This documentation is a preview version - some content may be incomplete</span>
|
|
173
|
-
<button id="dismiss-banner" class="banner-dismiss" aria-label="Dismiss banner">
|
|
174
|
-
<i class="fas fa-times"></i>
|
|
175
|
-
</button>
|
|
176
|
-
</div>
|
|
177
|
-
</div>
|
|
168
|
+
|
|
178
169
|
|
|
179
170
|
<!-- Breadcrumbs -->
|
|
180
171
|
<nav class="breadcrumbs" id="breadcrumbs">
|
|
@@ -187,7 +178,7 @@
|
|
|
187
178
|
<aside class="sidebar">
|
|
188
179
|
<div class="sidebar-header">
|
|
189
180
|
<div class="filter-box">
|
|
190
|
-
<input type="text" placeholder="
|
|
181
|
+
<input type="text" placeholder="Search menu..." class="filter-input" id="nav-filter">
|
|
191
182
|
<i class="fas fa-search filter-icon"></i>
|
|
192
183
|
</div>
|
|
193
184
|
</div>
|
|
@@ -199,6 +190,7 @@
|
|
|
199
190
|
</a>
|
|
200
191
|
<div class="nav-content" >
|
|
201
192
|
<a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
|
|
193
|
+
<a href="/about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> About Doc Builder</a>
|
|
202
194
|
<a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Index</a>
|
|
203
195
|
<a href="/image-modal-test.html" class="nav-item" data-tooltip="This document tests the new image modal functionality in doc-builder."><i class="ph ph-file-text"></i> Image Modal Test</a>
|
|
204
196
|
<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>
|
|
@@ -255,7 +247,8 @@
|
|
|
255
247
|
</a>
|
|
256
248
|
<div class="nav-content collapsed" id="nav-prompts-1">
|
|
257
249
|
<a href="/prompts/beautiful-documentation-design.html" class="nav-item" data-tooltip="🎨 Beautiful Documentation Design Guide."><i class="ph ph-check-circle" style="color: #059669;"></i> Beautiful Documentation Design</a>
|
|
258
|
-
<a href="/prompts/markdown-document-standards.html" class="nav-item" data-tooltip="Detailed introduction to the topic..."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Markdown Document Standards</a
|
|
250
|
+
<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>
|
|
251
|
+
<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>
|
|
259
252
|
</nav>
|
|
260
253
|
<div class="resize-handle"></div>
|
|
261
254
|
</aside>
|
|
@@ -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-01T14:40:41.952Z",
|
|
103
|
+
"dateModified": "2025-08-01T14:40:41.952Z",
|
|
104
104
|
"mainEntityOfPage": {
|
|
105
105
|
"@type": "WebPage",
|
|
106
106
|
"@id": "https://doc-builder-delta.vercel.app/private/launch/bubble-plugin-specification.html"
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
|
|
146
146
|
<div class="header-actions">
|
|
147
147
|
<div class="deployment-info">
|
|
148
|
-
<span class="deployment-date" title="Built with doc-builder v1.9.
|
|
148
|
+
<span class="deployment-date" title="Built with doc-builder v1.9.14">Last updated: Aug 1, 2025, 02:40 PM UTC</span>
|
|
149
149
|
</div>
|
|
150
150
|
|
|
151
151
|
|
|
@@ -165,16 +165,7 @@
|
|
|
165
165
|
</div>
|
|
166
166
|
</header>
|
|
167
167
|
|
|
168
|
-
|
|
169
|
-
<div id="preview-banner" class="preview-banner">
|
|
170
|
-
<div class="banner-content">
|
|
171
|
-
<i class="fas fa-exclamation-triangle banner-icon"></i>
|
|
172
|
-
<span class="banner-text">This documentation is a preview version - some content may be incomplete</span>
|
|
173
|
-
<button id="dismiss-banner" class="banner-dismiss" aria-label="Dismiss banner">
|
|
174
|
-
<i class="fas fa-times"></i>
|
|
175
|
-
</button>
|
|
176
|
-
</div>
|
|
177
|
-
</div>
|
|
168
|
+
|
|
178
169
|
|
|
179
170
|
<!-- Breadcrumbs -->
|
|
180
171
|
<nav class="breadcrumbs" id="breadcrumbs">
|
|
@@ -187,7 +178,7 @@
|
|
|
187
178
|
<aside class="sidebar">
|
|
188
179
|
<div class="sidebar-header">
|
|
189
180
|
<div class="filter-box">
|
|
190
|
-
<input type="text" placeholder="
|
|
181
|
+
<input type="text" placeholder="Search menu..." class="filter-input" id="nav-filter">
|
|
191
182
|
<i class="fas fa-search filter-icon"></i>
|
|
192
183
|
</div>
|
|
193
184
|
</div>
|
|
@@ -199,6 +190,7 @@
|
|
|
199
190
|
</a>
|
|
200
191
|
<div class="nav-content" >
|
|
201
192
|
<a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
|
|
193
|
+
<a href="/about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> About Doc Builder</a>
|
|
202
194
|
<a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Index</a>
|
|
203
195
|
<a href="/image-modal-test.html" class="nav-item" data-tooltip="This document tests the new image modal functionality in doc-builder."><i class="ph ph-file-text"></i> Image Modal Test</a>
|
|
204
196
|
<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>
|
|
@@ -255,7 +247,8 @@
|
|
|
255
247
|
</a>
|
|
256
248
|
<div class="nav-content collapsed" id="nav-prompts-1">
|
|
257
249
|
<a href="/prompts/beautiful-documentation-design.html" class="nav-item" data-tooltip="🎨 Beautiful Documentation Design Guide."><i class="ph ph-check-circle" style="color: #059669;"></i> Beautiful Documentation Design</a>
|
|
258
|
-
<a href="/prompts/markdown-document-standards.html" class="nav-item" data-tooltip="Detailed introduction to the topic..."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Markdown Document Standards</a
|
|
250
|
+
<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>
|
|
251
|
+
<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>
|
|
259
252
|
</nav>
|
|
260
253
|
<div class="resize-handle"></div>
|
|
261
254
|
</aside>
|
|
@@ -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-01T14:40:41.956Z",
|
|
103
|
+
"dateModified": "2025-08-01T14:40:41.956Z",
|
|
104
104
|
"mainEntityOfPage": {
|
|
105
105
|
"@type": "WebPage",
|
|
106
106
|
"@id": "https://doc-builder-delta.vercel.app/private/launch/go-to-market-strategy.html"
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
|
|
146
146
|
<div class="header-actions">
|
|
147
147
|
<div class="deployment-info">
|
|
148
|
-
<span class="deployment-date" title="Built with doc-builder v1.9.
|
|
148
|
+
<span class="deployment-date" title="Built with doc-builder v1.9.14">Last updated: Aug 1, 2025, 02:40 PM UTC</span>
|
|
149
149
|
</div>
|
|
150
150
|
|
|
151
151
|
|
|
@@ -165,16 +165,7 @@
|
|
|
165
165
|
</div>
|
|
166
166
|
</header>
|
|
167
167
|
|
|
168
|
-
|
|
169
|
-
<div id="preview-banner" class="preview-banner">
|
|
170
|
-
<div class="banner-content">
|
|
171
|
-
<i class="fas fa-exclamation-triangle banner-icon"></i>
|
|
172
|
-
<span class="banner-text">This documentation is a preview version - some content may be incomplete</span>
|
|
173
|
-
<button id="dismiss-banner" class="banner-dismiss" aria-label="Dismiss banner">
|
|
174
|
-
<i class="fas fa-times"></i>
|
|
175
|
-
</button>
|
|
176
|
-
</div>
|
|
177
|
-
</div>
|
|
168
|
+
|
|
178
169
|
|
|
179
170
|
<!-- Breadcrumbs -->
|
|
180
171
|
<nav class="breadcrumbs" id="breadcrumbs">
|
|
@@ -187,7 +178,7 @@
|
|
|
187
178
|
<aside class="sidebar">
|
|
188
179
|
<div class="sidebar-header">
|
|
189
180
|
<div class="filter-box">
|
|
190
|
-
<input type="text" placeholder="
|
|
181
|
+
<input type="text" placeholder="Search menu..." class="filter-input" id="nav-filter">
|
|
191
182
|
<i class="fas fa-search filter-icon"></i>
|
|
192
183
|
</div>
|
|
193
184
|
</div>
|
|
@@ -199,6 +190,7 @@
|
|
|
199
190
|
</a>
|
|
200
191
|
<div class="nav-content" >
|
|
201
192
|
<a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
|
|
193
|
+
<a href="/about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> About Doc Builder</a>
|
|
202
194
|
<a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Index</a>
|
|
203
195
|
<a href="/image-modal-test.html" class="nav-item" data-tooltip="This document tests the new image modal functionality in doc-builder."><i class="ph ph-file-text"></i> Image Modal Test</a>
|
|
204
196
|
<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>
|
|
@@ -255,7 +247,8 @@
|
|
|
255
247
|
</a>
|
|
256
248
|
<div class="nav-content collapsed" id="nav-prompts-1">
|
|
257
249
|
<a href="/prompts/beautiful-documentation-design.html" class="nav-item" data-tooltip="🎨 Beautiful Documentation Design Guide."><i class="ph ph-check-circle" style="color: #059669;"></i> Beautiful Documentation Design</a>
|
|
258
|
-
<a href="/prompts/markdown-document-standards.html" class="nav-item" data-tooltip="Detailed introduction to the topic..."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Markdown Document Standards</a
|
|
250
|
+
<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>
|
|
251
|
+
<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>
|
|
259
252
|
</nav>
|
|
260
253
|
<div class="resize-handle"></div>
|
|
261
254
|
</aside>
|
|
@@ -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-01T14:40:41.960Z",
|
|
103
|
+
"dateModified": "2025-08-01T14:40:41.960Z",
|
|
104
104
|
"mainEntityOfPage": {
|
|
105
105
|
"@type": "WebPage",
|
|
106
106
|
"@id": "https://doc-builder-delta.vercel.app/private/launch/launch-announcements.html"
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
|
|
146
146
|
<div class="header-actions">
|
|
147
147
|
<div class="deployment-info">
|
|
148
|
-
<span class="deployment-date" title="Built with doc-builder v1.9.
|
|
148
|
+
<span class="deployment-date" title="Built with doc-builder v1.9.14">Last updated: Aug 1, 2025, 02:40 PM UTC</span>
|
|
149
149
|
</div>
|
|
150
150
|
|
|
151
151
|
|
|
@@ -165,16 +165,7 @@
|
|
|
165
165
|
</div>
|
|
166
166
|
</header>
|
|
167
167
|
|
|
168
|
-
|
|
169
|
-
<div id="preview-banner" class="preview-banner">
|
|
170
|
-
<div class="banner-content">
|
|
171
|
-
<i class="fas fa-exclamation-triangle banner-icon"></i>
|
|
172
|
-
<span class="banner-text">This documentation is a preview version - some content may be incomplete</span>
|
|
173
|
-
<button id="dismiss-banner" class="banner-dismiss" aria-label="Dismiss banner">
|
|
174
|
-
<i class="fas fa-times"></i>
|
|
175
|
-
</button>
|
|
176
|
-
</div>
|
|
177
|
-
</div>
|
|
168
|
+
|
|
178
169
|
|
|
179
170
|
<!-- Breadcrumbs -->
|
|
180
171
|
<nav class="breadcrumbs" id="breadcrumbs">
|
|
@@ -187,7 +178,7 @@
|
|
|
187
178
|
<aside class="sidebar">
|
|
188
179
|
<div class="sidebar-header">
|
|
189
180
|
<div class="filter-box">
|
|
190
|
-
<input type="text" placeholder="
|
|
181
|
+
<input type="text" placeholder="Search menu..." class="filter-input" id="nav-filter">
|
|
191
182
|
<i class="fas fa-search filter-icon"></i>
|
|
192
183
|
</div>
|
|
193
184
|
</div>
|
|
@@ -199,6 +190,7 @@
|
|
|
199
190
|
</a>
|
|
200
191
|
<div class="nav-content" >
|
|
201
192
|
<a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
|
|
193
|
+
<a href="/about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> About Doc Builder</a>
|
|
202
194
|
<a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Index</a>
|
|
203
195
|
<a href="/image-modal-test.html" class="nav-item" data-tooltip="This document tests the new image modal functionality in doc-builder."><i class="ph ph-file-text"></i> Image Modal Test</a>
|
|
204
196
|
<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>
|
|
@@ -255,7 +247,8 @@
|
|
|
255
247
|
</a>
|
|
256
248
|
<div class="nav-content collapsed" id="nav-prompts-1">
|
|
257
249
|
<a href="/prompts/beautiful-documentation-design.html" class="nav-item" data-tooltip="🎨 Beautiful Documentation Design Guide."><i class="ph ph-check-circle" style="color: #059669;"></i> Beautiful Documentation Design</a>
|
|
258
|
-
<a href="/prompts/markdown-document-standards.html" class="nav-item" data-tooltip="Detailed introduction to the topic..."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Markdown Document Standards</a
|
|
250
|
+
<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>
|
|
251
|
+
<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>
|
|
259
252
|
</nav>
|
|
260
253
|
<div class="resize-handle"></div>
|
|
261
254
|
</aside>
|
|
@@ -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-01T14:40:41.962Z",
|
|
103
|
+
"dateModified": "2025-08-01T14:40:41.962Z",
|
|
104
104
|
"mainEntityOfPage": {
|
|
105
105
|
"@type": "WebPage",
|
|
106
106
|
"@id": "https://doc-builder-delta.vercel.app/private/launch/vercel-deployment-auth-setup.html"
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
|
|
146
146
|
<div class="header-actions">
|
|
147
147
|
<div class="deployment-info">
|
|
148
|
-
<span class="deployment-date" title="Built with doc-builder v1.9.
|
|
148
|
+
<span class="deployment-date" title="Built with doc-builder v1.9.14">Last updated: Aug 1, 2025, 02:40 PM UTC</span>
|
|
149
149
|
</div>
|
|
150
150
|
|
|
151
151
|
|
|
@@ -165,16 +165,7 @@
|
|
|
165
165
|
</div>
|
|
166
166
|
</header>
|
|
167
167
|
|
|
168
|
-
|
|
169
|
-
<div id="preview-banner" class="preview-banner">
|
|
170
|
-
<div class="banner-content">
|
|
171
|
-
<i class="fas fa-exclamation-triangle banner-icon"></i>
|
|
172
|
-
<span class="banner-text">This documentation is a preview version - some content may be incomplete</span>
|
|
173
|
-
<button id="dismiss-banner" class="banner-dismiss" aria-label="Dismiss banner">
|
|
174
|
-
<i class="fas fa-times"></i>
|
|
175
|
-
</button>
|
|
176
|
-
</div>
|
|
177
|
-
</div>
|
|
168
|
+
|
|
178
169
|
|
|
179
170
|
<!-- Breadcrumbs -->
|
|
180
171
|
<nav class="breadcrumbs" id="breadcrumbs">
|
|
@@ -187,7 +178,7 @@
|
|
|
187
178
|
<aside class="sidebar">
|
|
188
179
|
<div class="sidebar-header">
|
|
189
180
|
<div class="filter-box">
|
|
190
|
-
<input type="text" placeholder="
|
|
181
|
+
<input type="text" placeholder="Search menu..." class="filter-input" id="nav-filter">
|
|
191
182
|
<i class="fas fa-search filter-icon"></i>
|
|
192
183
|
</div>
|
|
193
184
|
</div>
|
|
@@ -199,6 +190,7 @@
|
|
|
199
190
|
</a>
|
|
200
191
|
<div class="nav-content" >
|
|
201
192
|
<a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
|
|
193
|
+
<a href="/about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> About Doc Builder</a>
|
|
202
194
|
<a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Index</a>
|
|
203
195
|
<a href="/image-modal-test.html" class="nav-item" data-tooltip="This document tests the new image modal functionality in doc-builder."><i class="ph ph-file-text"></i> Image Modal Test</a>
|
|
204
196
|
<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>
|
|
@@ -255,7 +247,8 @@
|
|
|
255
247
|
</a>
|
|
256
248
|
<div class="nav-content collapsed" id="nav-prompts-1">
|
|
257
249
|
<a href="/prompts/beautiful-documentation-design.html" class="nav-item" data-tooltip="🎨 Beautiful Documentation Design Guide."><i class="ph ph-check-circle" style="color: #059669;"></i> Beautiful Documentation Design</a>
|
|
258
|
-
<a href="/prompts/markdown-document-standards.html" class="nav-item" data-tooltip="Detailed introduction to the topic..."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Markdown Document Standards</a
|
|
250
|
+
<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>
|
|
251
|
+
<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>
|
|
259
252
|
</nav>
|
|
260
253
|
<div class="resize-handle"></div>
|
|
261
254
|
</aside>
|