@knowcode/doc-builder 1.9.22 → 1.9.24
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/doc-builder.config.js +1 -1
- package/doc-builder.config.js.backup.1754569388252 +126 -0
- package/doc-builder.config.js.backup.1754576694123 +126 -0
- package/html/README.html +5 -3
- package/html/about-doc-builder.html +5 -3
- package/html/documentation-index.html +5 -3
- package/html/guides/authentication-default-change.html +5 -3
- package/html/guides/authentication-guide.html +5 -3
- package/html/guides/claude-workflow-guide.html +5 -3
- package/html/guides/configuration-guide.html +5 -3
- package/html/guides/documentation-standards.html +5 -3
- package/html/guides/html-embedding-guide.html +5 -3
- package/html/guides/image-modal-guide.html +5 -3
- package/html/guides/phosphor-icons-guide.html +5 -3
- package/html/guides/private-directory-authentication-troubleshooting.html +5 -3
- package/html/guides/private-directory-authentication.html +5 -3
- package/html/guides/public-site-deployment.html +5 -3
- package/html/guides/search-engine-verification-guide.html +5 -3
- package/html/guides/seo-guide.html +5 -3
- package/html/guides/seo-optimization-guide.html +5 -3
- package/html/guides/supabase-authentication-complete-guide.html +5 -3
- package/html/guides/troubleshooting-guide.html +5 -3
- package/html/guides/windows-setup-guide.html +5 -3
- package/html/image-modal-test.html +5 -3
- package/html/index.html +5 -3
- package/html/private/cache-control-anti-pattern.html +5 -3
- package/html/private/launch/README.html +5 -3
- package/html/private/launch/auth-cleanup-summary.html +5 -3
- package/html/private/launch/bubble-plugin-specification.html +5 -3
- package/html/private/launch/go-to-market-strategy.html +5 -3
- package/html/private/launch/launch-announcements.html +5 -3
- package/html/private/launch/vercel-deployment-auth-setup.html +5 -3
- package/html/private/next-steps-walkthrough.html +5 -3
- package/html/private/supabase-auth-implementation-completed.html +5 -3
- package/html/private/supabase-auth-implementation-plan.html +5 -3
- package/html/private/supabase-auth-integration-plan.html +5 -3
- package/html/private/supabase-auth-setup-guide.html +5 -3
- package/html/private/test-private-doc.html +5 -3
- package/html/private/user-management-tooling.html +5 -3
- package/html/prompts/beautiful-documentation-design.html +5 -3
- package/html/prompts/markdown-document-standards.html +5 -3
- package/html/prompts/project-rename-strategy-sasha-publish.html +5 -3
- package/html/sitemap.xml +59 -59
- package/html/test-questions/how-does-it-work%3F.html +5 -3
- package/html/test-questions/step-1%3A%20getting-started.html +5 -3
- package/html/test-questions/what-is-the-purpose.html +5 -3
- package/html/vercel-cli-setup-guide.html +5 -3
- package/html/vercel-first-time-setup-guide.html +5 -3
- package/html-static/README.html +184 -20
- package/html-static/about-doc-builder.html +184 -20
- package/html-static/documentation-index.html +184 -20
- package/html-static/guides/authentication-default-change.html +184 -20
- package/html-static/guides/authentication-guide.html +184 -20
- package/html-static/guides/claude-workflow-guide.html +184 -20
- package/html-static/guides/configuration-guide.html +184 -20
- package/html-static/guides/documentation-standards.html +184 -20
- package/html-static/guides/html-embedding-guide.html +184 -20
- package/html-static/guides/image-modal-guide.html +184 -20
- package/html-static/guides/phosphor-icons-guide.html +184 -20
- package/html-static/guides/private-directory-authentication-troubleshooting.html +184 -20
- package/html-static/guides/private-directory-authentication.html +184 -20
- package/html-static/guides/public-site-deployment.html +184 -20
- package/html-static/guides/search-engine-verification-guide.html +184 -20
- package/html-static/guides/seo-guide.html +184 -20
- package/html-static/guides/seo-optimization-guide.html +184 -20
- package/html-static/guides/supabase-authentication-complete-guide.html +184 -20
- package/html-static/guides/troubleshooting-guide.html +184 -20
- package/html-static/guides/windows-setup-guide.html +184 -20
- package/html-static/image-modal-test.html +184 -20
- package/html-static/index.html +184 -20
- package/html-static/prompts/beautiful-documentation-design.html +184 -20
- package/html-static/prompts/markdown-document-standards.html +184 -20
- package/html-static/prompts/project-rename-strategy-sasha-publish.html +184 -20
- package/html-static/sitemap.xml +32 -32
- package/html-static/test-questions/how-does-it-work%3F.html +184 -20
- package/html-static/test-questions/step-1%3A%20getting-started.html +184 -20
- package/html-static/test-questions/what-is-the-purpose.html +184 -20
- package/html-static/vercel-cli-setup-guide.html +184 -20
- package/html-static/vercel-first-time-setup-guide.html +184 -20
- package/lib/core-builder.js +165 -1
- package/package.json +1 -1
|
@@ -47,6 +47,170 @@
|
|
|
47
47
|
<link rel="stylesheet" href="../css/notion-style.css">
|
|
48
48
|
|
|
49
49
|
|
|
50
|
+
<!-- Blue theme and white background overrides for static output -->
|
|
51
|
+
<style>
|
|
52
|
+
/* Override green colors with blue */
|
|
53
|
+
:root {
|
|
54
|
+
--primary: #2563eb;
|
|
55
|
+
--primary-dark: #1d4ed8;
|
|
56
|
+
--primary-light: #dbeafe;
|
|
57
|
+
--accent: #3b82f6;
|
|
58
|
+
--color-accent-green: #2563eb;
|
|
59
|
+
--color-accent-emerald: #3b82f6;
|
|
60
|
+
|
|
61
|
+
/* White backgrounds for cleaner appearance */
|
|
62
|
+
--color-bg-secondary: #FFFFFF;
|
|
63
|
+
--color-bg-tertiary: #FAFAFA;
|
|
64
|
+
--color-bg-hover: #F8F9FA;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
/* Override green status colors with blue variants */
|
|
68
|
+
.nav-item.active {
|
|
69
|
+
background-color: #dbeafe !important;
|
|
70
|
+
color: #1d4ed8 !important;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.nav-item:hover {
|
|
74
|
+
background-color: #eff6ff !important;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
/* Override complete/success icons to blue */
|
|
78
|
+
.ph-check-circle[style*="color: #059669"] {
|
|
79
|
+
color: #2563eb !important;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
/* Override README/home icon color */
|
|
83
|
+
.ph-house[style*="color: #059669"] {
|
|
84
|
+
color: #2563eb !important;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
/* Override links */
|
|
88
|
+
a {
|
|
89
|
+
color: #2563eb;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
a:hover {
|
|
93
|
+
color: #1d4ed8;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
/* Override buttons and interactive elements */
|
|
97
|
+
.theme-toggle:hover,
|
|
98
|
+
.menu-toggle:hover {
|
|
99
|
+
background-color: #dbeafe;
|
|
100
|
+
color: #1d4ed8;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
/* Override nav title hover */
|
|
104
|
+
.nav-title:hover {
|
|
105
|
+
background-color: #eff6ff;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
/* White backgrounds for sidebar and navigation */
|
|
109
|
+
body:not(.dark-mode) .sidebar {
|
|
110
|
+
background: #FFFFFF !important;
|
|
111
|
+
background-color: #FFFFFF !important;
|
|
112
|
+
border-right: 1px solid #E5E7EB !important;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
body:not(.dark-mode) .nav-section {
|
|
116
|
+
background: #FFFFFF !important;
|
|
117
|
+
background-color: #FFFFFF !important;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
body:not(.dark-mode) .nav-content {
|
|
121
|
+
background: #FFFFFF !important;
|
|
122
|
+
background-color: #FFFFFF !important;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
body:not(.dark-mode) .navigation {
|
|
126
|
+
background: #FFFFFF !important;
|
|
127
|
+
background-color: #FFFFFF !important;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
/* Subtle separation for nav sections */
|
|
131
|
+
body:not(.dark-mode) .nav-section + .nav-section {
|
|
132
|
+
border-top: 1px solid #F3F4F6;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
/* Adjust hover states for white backgrounds */
|
|
136
|
+
body:not(.dark-mode) .nav-item:hover {
|
|
137
|
+
background-color: #F8F9FA !important;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
body:not(.dark-mode) .nav-title.collapsible:hover {
|
|
141
|
+
background-color: #F8F9FA !important;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
/* Header stays white (already is) but ensure consistency */
|
|
145
|
+
body:not(.dark-mode) .header {
|
|
146
|
+
background: #FFFFFF !important;
|
|
147
|
+
background-color: #FFFFFF !important;
|
|
148
|
+
border-bottom: 1px solid #E5E7EB !important;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
/* Ensure search box looks good on white */
|
|
152
|
+
body:not(.dark-mode) .filter-input,
|
|
153
|
+
body:not(.dark-mode) .sidebar-search {
|
|
154
|
+
background: #F8F9FA !important;
|
|
155
|
+
background-color: #F8F9FA !important;
|
|
156
|
+
border: 1px solid #E5E7EB !important;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
body:not(.dark-mode) .filter-input:focus,
|
|
160
|
+
body:not(.dark-mode) .sidebar-search:focus {
|
|
161
|
+
background: #FFFFFF !important;
|
|
162
|
+
background-color: #FFFFFF !important;
|
|
163
|
+
border-color: #2563eb !important;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
/* Override breadcrumbs */
|
|
167
|
+
.breadcrumbs a {
|
|
168
|
+
color: #2563eb;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.breadcrumbs a:hover {
|
|
172
|
+
color: #1d4ed8;
|
|
173
|
+
background-color: #dbeafe;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
/* Override filter icon */
|
|
177
|
+
.filter-icon {
|
|
178
|
+
color: #2563eb;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
/* Override deployment info on hover */
|
|
182
|
+
.deployment-date:hover {
|
|
183
|
+
color: #2563eb;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
/* Dark mode adjustments */
|
|
187
|
+
body.dark-mode {
|
|
188
|
+
--primary: #3b82f6;
|
|
189
|
+
--primary-dark: #2563eb;
|
|
190
|
+
--primary-light: #1e3a8a;
|
|
191
|
+
--accent: #60a5fa;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
body.dark-mode .nav-item.active {
|
|
195
|
+
background-color: rgba(59, 130, 246, 0.1) !important;
|
|
196
|
+
color: #60a5fa !important;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
body.dark-mode .nav-item:hover {
|
|
200
|
+
background-color: rgba(59, 130, 246, 0.05) !important;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
body.dark-mode a {
|
|
204
|
+
color: #60a5fa;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
body.dark-mode a:hover {
|
|
208
|
+
color: #93bbfc;
|
|
209
|
+
}
|
|
210
|
+
</style>
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
|
|
50
214
|
|
|
51
215
|
<!-- Favicon -->
|
|
52
216
|
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>✨</text></svg>">
|
|
@@ -66,8 +230,8 @@
|
|
|
66
230
|
"name": "Knowcode Ltd",
|
|
67
231
|
"url": "https://knowcode.tech"
|
|
68
232
|
},
|
|
69
|
-
"datePublished": "2025-08-
|
|
70
|
-
"dateModified": "2025-08-
|
|
233
|
+
"datePublished": "2025-08-07T14:41:11.215Z",
|
|
234
|
+
"dateModified": "2025-08-07T14:41:11.215Z",
|
|
71
235
|
"mainEntityOfPage": {
|
|
72
236
|
"@type": "WebPage",
|
|
73
237
|
"@id": "https://doc-builder-delta.vercel.app/prompts/beautiful-documentation-design.html"
|
|
@@ -106,7 +270,7 @@
|
|
|
106
270
|
|
|
107
271
|
<div class="header-actions">
|
|
108
272
|
<div class="deployment-info">
|
|
109
|
-
<span class="deployment-date" title="Built with doc-builder v1.9.
|
|
273
|
+
<span class="deployment-date" title="Built with doc-builder v1.9.23">Last updated: Aug 7, 2025, 02:41 PM UTC</span>
|
|
110
274
|
</div>
|
|
111
275
|
|
|
112
276
|
|
|
@@ -147,39 +311,39 @@
|
|
|
147
311
|
</a>
|
|
148
312
|
<div class="nav-content">
|
|
149
313
|
<a href="README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
|
|
150
|
-
<a href="about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #
|
|
314
|
+
<a href="about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #2563eb;"></i> About Doc Builder</a>
|
|
151
315
|
<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>
|
|
152
316
|
<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>
|
|
153
|
-
<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: #
|
|
154
|
-
<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: #
|
|
317
|
+
<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: #2563eb;"></i> Vercel Cli Setup Guide</a>
|
|
318
|
+
<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: #2563eb;"></i> Vercel First Time Setup Guide</a></div></div>
|
|
155
319
|
<div class="nav-section" data-level="1">
|
|
156
320
|
<a class="nav-title collapsible" href="#" data-target="nav-guides-1" >
|
|
157
321
|
<i class="ph ph-caret-right collapse-icon"></i><i class="ph ph-book"></i> Guides
|
|
158
322
|
</a>
|
|
159
323
|
<div class="nav-content collapsed" id="nav-guides-1">
|
|
160
324
|
<a href="guides/authentication-default-change.html" class="nav-item" data-tooltip="Starting from version 1.7.4, @knowcode/doc-builder now defaults to no authentication for all documentation sites."><i class="ph ph-file-text"></i> Authentication Default Change</a>
|
|
161
|
-
<a href="guides/authentication-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder supports enterprise-grade authentication through Supabase - a secure, scalable authentication platform."><i class="ph ph-check-circle" style="color: #
|
|
325
|
+
<a href="guides/authentication-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder supports enterprise-grade authentication through Supabase - a secure, scalable authentication platform."><i class="ph ph-check-circle" style="color: #2563eb;"></i> Authentication Guide</a>
|
|
162
326
|
<a href="guides/claude-workflow-guide.html" class="nav-item" data-tooltip="This guide demonstrates an efficient workflow for using Claude Code with a refined CLAUDE.md file to create high-quality documentation and deploy it..."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Claude Workflow Guide</a>
|
|
163
|
-
<a href="guides/configuration-guide.html" class="nav-item" data-tooltip="This guide explains how @knowcode/doc-builder handles configuration files and settings."><i class="ph ph-check-circle" style="color: #
|
|
327
|
+
<a href="guides/configuration-guide.html" class="nav-item" data-tooltip="This guide explains how @knowcode/doc-builder handles configuration files and settings."><i class="ph ph-check-circle" style="color: #2563eb;"></i> Configuration Guide</a>
|
|
164
328
|
<a href="guides/documentation-standards.html" class="nav-item" data-tooltip="This document defines the documentation standards and conventions for the @knowcode/doc-builder project."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Standards</a>
|
|
165
|
-
<a href="guides/html-embedding-guide.html" class="nav-item" data-tooltip="Starting from version 1.9.2, doc-builder treats HTML files ( and ) as attachments that are automatically copied to your output directory during the..."><i class="ph ph-check-circle" style="color: #
|
|
166
|
-
<a href="guides/image-modal-guide.html" class="nav-item" data-tooltip="When users click on any image in your generated documentation, it opens in a professional modal overlay with: Full-screen viewing experience Smooth..."><i class="ph ph-check-circle" style="color: #
|
|
329
|
+
<a href="guides/html-embedding-guide.html" class="nav-item" data-tooltip="Starting from version 1.9.2, doc-builder treats HTML files ( and ) as attachments that are automatically copied to your output directory during the..."><i class="ph ph-check-circle" style="color: #2563eb;"></i> Html Embedding Guide</a>
|
|
330
|
+
<a href="guides/image-modal-guide.html" class="nav-item" data-tooltip="When users click on any image in your generated documentation, it opens in a professional modal overlay with: Full-screen viewing experience Smooth..."><i class="ph ph-check-circle" style="color: #2563eb;"></i> Image Modal Guide</a>
|
|
167
331
|
<a href="guides/phosphor-icons-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder automatically converts Unicode emojis in your markdown files to beautiful Phosphor icons in the generated HTML."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Phosphor Icons Guide</a>
|
|
168
|
-
<a href="guides/private-directory-authentication.html" class="nav-item" data-tooltip="The @knowcode/doc-builder provides flexible authentication options to protect your documentation."><i class="ph ph-check-circle" style="color: #
|
|
169
|
-
<a href="guides/private-directory-authentication-troubleshooting.html" class="nav-item" data-tooltip="Private Directory Authentication Troubleshooting."><i class="ph ph-check-circle" style="color: #
|
|
170
|
-
<a href="guides/public-site-deployment.html" class="nav-item" data-tooltip="The @knowcode/doc-builder now supports deploying public documentation sites without authentication."><i class="ph ph-check-circle" style="color: #
|
|
171
|
-
<a href="guides/search-engine-verification-guide.html" class="nav-item" data-tooltip="Search engine verification provides access to powerful webmaster tools:."><i class="ph ph-check-circle" style="color: #
|
|
172
|
-
<a href="guides/seo-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features to help your documentation rank better in search results and..."><i class="ph ph-check-circle" style="color: #
|
|
173
|
-
<a href="guides/seo-optimization-guide.html" class="nav-item" data-tooltip="Comprehensive guide to optimizing documentation for search engines. Learn SEO best practices, use built-in features, and improve your rankings."><i class="ph ph-check-circle" style="color: #
|
|
174
|
-
<a href="guides/supabase-authentication-complete-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes built-in Supabase authentication that provides enterprise-grade security with zero configuration."><i class="ph ph-check-circle" style="color: #
|
|
175
|
-
<a href="guides/troubleshooting-guide.html" class="nav-item" data-tooltip="This guide helps you resolve common issues when using @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #
|
|
176
|
-
<a href="guides/windows-setup-guide.html" class="nav-item" data-tooltip="This guide helps Windows users set up the complete AI-powered documentation workflow using Claude Code, @knowcode/doc-builder, and Vercel."><i class="ph ph-check-circle" style="color: #
|
|
332
|
+
<a href="guides/private-directory-authentication.html" class="nav-item" data-tooltip="The @knowcode/doc-builder provides flexible authentication options to protect your documentation."><i class="ph ph-check-circle" style="color: #2563eb;"></i> Private Directory Authentication</a>
|
|
333
|
+
<a href="guides/private-directory-authentication-troubleshooting.html" class="nav-item" data-tooltip="Private Directory Authentication Troubleshooting."><i class="ph ph-check-circle" style="color: #2563eb;"></i> Private Directory Authentication Troubleshooting</a>
|
|
334
|
+
<a href="guides/public-site-deployment.html" class="nav-item" data-tooltip="The @knowcode/doc-builder now supports deploying public documentation sites without authentication."><i class="ph ph-check-circle" style="color: #2563eb;"></i> Public Site Deployment</a>
|
|
335
|
+
<a href="guides/search-engine-verification-guide.html" class="nav-item" data-tooltip="Search engine verification provides access to powerful webmaster tools:."><i class="ph ph-check-circle" style="color: #2563eb;"></i> Search Engine Verification Guide</a>
|
|
336
|
+
<a href="guides/seo-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features to help your documentation rank better in search results and..."><i class="ph ph-check-circle" style="color: #2563eb;"></i> Seo Guide</a>
|
|
337
|
+
<a href="guides/seo-optimization-guide.html" class="nav-item" data-tooltip="Comprehensive guide to optimizing documentation for search engines. Learn SEO best practices, use built-in features, and improve your rankings."><i class="ph ph-check-circle" style="color: #2563eb;"></i> SEO Optimization Guide for @knowcode/doc-builder</a>
|
|
338
|
+
<a href="guides/supabase-authentication-complete-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes built-in Supabase authentication that provides enterprise-grade security with zero configuration."><i class="ph ph-check-circle" style="color: #2563eb;"></i> Supabase Authentication Complete Guide</a>
|
|
339
|
+
<a href="guides/troubleshooting-guide.html" class="nav-item" data-tooltip="This guide helps you resolve common issues when using @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #2563eb;"></i> Troubleshooting Guide</a>
|
|
340
|
+
<a href="guides/windows-setup-guide.html" class="nav-item" data-tooltip="This guide helps Windows users set up the complete AI-powered documentation workflow using Claude Code, @knowcode/doc-builder, and Vercel."><i class="ph ph-check-circle" style="color: #2563eb;"></i> Windows Setup Guide</a></div></div>
|
|
177
341
|
<div class="nav-section" data-level="1">
|
|
178
342
|
<a class="nav-title collapsible expanded" href="#" data-target="nav-prompts-1" >
|
|
179
343
|
<i class="ph ph-caret-right collapse-icon"></i><i class="ph ph-chat-circle-dots"></i> Prompts
|
|
180
344
|
</a>
|
|
181
345
|
<div class="nav-content" id="nav-prompts-1">
|
|
182
|
-
<a href="prompts/beautiful-documentation-design.html" class="nav-item active" data-tooltip="🎨 Beautiful Documentation Design Guide."><i class="ph ph-check-circle" style="color: #
|
|
346
|
+
<a href="prompts/beautiful-documentation-design.html" class="nav-item active" data-tooltip="🎨 Beautiful Documentation Design Guide."><i class="ph ph-check-circle" style="color: #2563eb;"></i> Beautiful Documentation Design</a>
|
|
183
347
|
<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>
|
|
184
348
|
<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>
|
|
185
349
|
<div class="nav-section" data-level="1">
|
|
@@ -47,6 +47,170 @@
|
|
|
47
47
|
<link rel="stylesheet" href="../css/notion-style.css">
|
|
48
48
|
|
|
49
49
|
|
|
50
|
+
<!-- Blue theme and white background overrides for static output -->
|
|
51
|
+
<style>
|
|
52
|
+
/* Override green colors with blue */
|
|
53
|
+
:root {
|
|
54
|
+
--primary: #2563eb;
|
|
55
|
+
--primary-dark: #1d4ed8;
|
|
56
|
+
--primary-light: #dbeafe;
|
|
57
|
+
--accent: #3b82f6;
|
|
58
|
+
--color-accent-green: #2563eb;
|
|
59
|
+
--color-accent-emerald: #3b82f6;
|
|
60
|
+
|
|
61
|
+
/* White backgrounds for cleaner appearance */
|
|
62
|
+
--color-bg-secondary: #FFFFFF;
|
|
63
|
+
--color-bg-tertiary: #FAFAFA;
|
|
64
|
+
--color-bg-hover: #F8F9FA;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
/* Override green status colors with blue variants */
|
|
68
|
+
.nav-item.active {
|
|
69
|
+
background-color: #dbeafe !important;
|
|
70
|
+
color: #1d4ed8 !important;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.nav-item:hover {
|
|
74
|
+
background-color: #eff6ff !important;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
/* Override complete/success icons to blue */
|
|
78
|
+
.ph-check-circle[style*="color: #059669"] {
|
|
79
|
+
color: #2563eb !important;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
/* Override README/home icon color */
|
|
83
|
+
.ph-house[style*="color: #059669"] {
|
|
84
|
+
color: #2563eb !important;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
/* Override links */
|
|
88
|
+
a {
|
|
89
|
+
color: #2563eb;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
a:hover {
|
|
93
|
+
color: #1d4ed8;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
/* Override buttons and interactive elements */
|
|
97
|
+
.theme-toggle:hover,
|
|
98
|
+
.menu-toggle:hover {
|
|
99
|
+
background-color: #dbeafe;
|
|
100
|
+
color: #1d4ed8;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
/* Override nav title hover */
|
|
104
|
+
.nav-title:hover {
|
|
105
|
+
background-color: #eff6ff;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
/* White backgrounds for sidebar and navigation */
|
|
109
|
+
body:not(.dark-mode) .sidebar {
|
|
110
|
+
background: #FFFFFF !important;
|
|
111
|
+
background-color: #FFFFFF !important;
|
|
112
|
+
border-right: 1px solid #E5E7EB !important;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
body:not(.dark-mode) .nav-section {
|
|
116
|
+
background: #FFFFFF !important;
|
|
117
|
+
background-color: #FFFFFF !important;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
body:not(.dark-mode) .nav-content {
|
|
121
|
+
background: #FFFFFF !important;
|
|
122
|
+
background-color: #FFFFFF !important;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
body:not(.dark-mode) .navigation {
|
|
126
|
+
background: #FFFFFF !important;
|
|
127
|
+
background-color: #FFFFFF !important;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
/* Subtle separation for nav sections */
|
|
131
|
+
body:not(.dark-mode) .nav-section + .nav-section {
|
|
132
|
+
border-top: 1px solid #F3F4F6;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
/* Adjust hover states for white backgrounds */
|
|
136
|
+
body:not(.dark-mode) .nav-item:hover {
|
|
137
|
+
background-color: #F8F9FA !important;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
body:not(.dark-mode) .nav-title.collapsible:hover {
|
|
141
|
+
background-color: #F8F9FA !important;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
/* Header stays white (already is) but ensure consistency */
|
|
145
|
+
body:not(.dark-mode) .header {
|
|
146
|
+
background: #FFFFFF !important;
|
|
147
|
+
background-color: #FFFFFF !important;
|
|
148
|
+
border-bottom: 1px solid #E5E7EB !important;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
/* Ensure search box looks good on white */
|
|
152
|
+
body:not(.dark-mode) .filter-input,
|
|
153
|
+
body:not(.dark-mode) .sidebar-search {
|
|
154
|
+
background: #F8F9FA !important;
|
|
155
|
+
background-color: #F8F9FA !important;
|
|
156
|
+
border: 1px solid #E5E7EB !important;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
body:not(.dark-mode) .filter-input:focus,
|
|
160
|
+
body:not(.dark-mode) .sidebar-search:focus {
|
|
161
|
+
background: #FFFFFF !important;
|
|
162
|
+
background-color: #FFFFFF !important;
|
|
163
|
+
border-color: #2563eb !important;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
/* Override breadcrumbs */
|
|
167
|
+
.breadcrumbs a {
|
|
168
|
+
color: #2563eb;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.breadcrumbs a:hover {
|
|
172
|
+
color: #1d4ed8;
|
|
173
|
+
background-color: #dbeafe;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
/* Override filter icon */
|
|
177
|
+
.filter-icon {
|
|
178
|
+
color: #2563eb;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
/* Override deployment info on hover */
|
|
182
|
+
.deployment-date:hover {
|
|
183
|
+
color: #2563eb;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
/* Dark mode adjustments */
|
|
187
|
+
body.dark-mode {
|
|
188
|
+
--primary: #3b82f6;
|
|
189
|
+
--primary-dark: #2563eb;
|
|
190
|
+
--primary-light: #1e3a8a;
|
|
191
|
+
--accent: #60a5fa;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
body.dark-mode .nav-item.active {
|
|
195
|
+
background-color: rgba(59, 130, 246, 0.1) !important;
|
|
196
|
+
color: #60a5fa !important;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
body.dark-mode .nav-item:hover {
|
|
200
|
+
background-color: rgba(59, 130, 246, 0.05) !important;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
body.dark-mode a {
|
|
204
|
+
color: #60a5fa;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
body.dark-mode a:hover {
|
|
208
|
+
color: #93bbfc;
|
|
209
|
+
}
|
|
210
|
+
</style>
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
|
|
50
214
|
|
|
51
215
|
<!-- Favicon -->
|
|
52
216
|
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>✨</text></svg>">
|
|
@@ -66,8 +230,8 @@
|
|
|
66
230
|
"name": "Knowcode Ltd",
|
|
67
231
|
"url": "https://knowcode.tech"
|
|
68
232
|
},
|
|
69
|
-
"datePublished": "2025-08-
|
|
70
|
-
"dateModified": "2025-08-
|
|
233
|
+
"datePublished": "2025-08-07T14:41:11.216Z",
|
|
234
|
+
"dateModified": "2025-08-07T14:41:11.216Z",
|
|
71
235
|
"mainEntityOfPage": {
|
|
72
236
|
"@type": "WebPage",
|
|
73
237
|
"@id": "https://doc-builder-delta.vercel.app/prompts/markdown-document-standards.html"
|
|
@@ -106,7 +270,7 @@
|
|
|
106
270
|
|
|
107
271
|
<div class="header-actions">
|
|
108
272
|
<div class="deployment-info">
|
|
109
|
-
<span class="deployment-date" title="Built with doc-builder v1.9.
|
|
273
|
+
<span class="deployment-date" title="Built with doc-builder v1.9.23">Last updated: Aug 7, 2025, 02:41 PM UTC</span>
|
|
110
274
|
</div>
|
|
111
275
|
|
|
112
276
|
|
|
@@ -147,39 +311,39 @@
|
|
|
147
311
|
</a>
|
|
148
312
|
<div class="nav-content">
|
|
149
313
|
<a href="README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
|
|
150
|
-
<a href="about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #
|
|
314
|
+
<a href="about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #2563eb;"></i> About Doc Builder</a>
|
|
151
315
|
<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>
|
|
152
316
|
<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>
|
|
153
|
-
<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: #
|
|
154
|
-
<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: #
|
|
317
|
+
<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: #2563eb;"></i> Vercel Cli Setup Guide</a>
|
|
318
|
+
<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: #2563eb;"></i> Vercel First Time Setup Guide</a></div></div>
|
|
155
319
|
<div class="nav-section" data-level="1">
|
|
156
320
|
<a class="nav-title collapsible" href="#" data-target="nav-guides-1" >
|
|
157
321
|
<i class="ph ph-caret-right collapse-icon"></i><i class="ph ph-book"></i> Guides
|
|
158
322
|
</a>
|
|
159
323
|
<div class="nav-content collapsed" id="nav-guides-1">
|
|
160
324
|
<a href="guides/authentication-default-change.html" class="nav-item" data-tooltip="Starting from version 1.7.4, @knowcode/doc-builder now defaults to no authentication for all documentation sites."><i class="ph ph-file-text"></i> Authentication Default Change</a>
|
|
161
|
-
<a href="guides/authentication-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder supports enterprise-grade authentication through Supabase - a secure, scalable authentication platform."><i class="ph ph-check-circle" style="color: #
|
|
325
|
+
<a href="guides/authentication-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder supports enterprise-grade authentication through Supabase - a secure, scalable authentication platform."><i class="ph ph-check-circle" style="color: #2563eb;"></i> Authentication Guide</a>
|
|
162
326
|
<a href="guides/claude-workflow-guide.html" class="nav-item" data-tooltip="This guide demonstrates an efficient workflow for using Claude Code with a refined CLAUDE.md file to create high-quality documentation and deploy it..."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Claude Workflow Guide</a>
|
|
163
|
-
<a href="guides/configuration-guide.html" class="nav-item" data-tooltip="This guide explains how @knowcode/doc-builder handles configuration files and settings."><i class="ph ph-check-circle" style="color: #
|
|
327
|
+
<a href="guides/configuration-guide.html" class="nav-item" data-tooltip="This guide explains how @knowcode/doc-builder handles configuration files and settings."><i class="ph ph-check-circle" style="color: #2563eb;"></i> Configuration Guide</a>
|
|
164
328
|
<a href="guides/documentation-standards.html" class="nav-item" data-tooltip="This document defines the documentation standards and conventions for the @knowcode/doc-builder project."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Standards</a>
|
|
165
|
-
<a href="guides/html-embedding-guide.html" class="nav-item" data-tooltip="Starting from version 1.9.2, doc-builder treats HTML files ( and ) as attachments that are automatically copied to your output directory during the..."><i class="ph ph-check-circle" style="color: #
|
|
166
|
-
<a href="guides/image-modal-guide.html" class="nav-item" data-tooltip="When users click on any image in your generated documentation, it opens in a professional modal overlay with: Full-screen viewing experience Smooth..."><i class="ph ph-check-circle" style="color: #
|
|
329
|
+
<a href="guides/html-embedding-guide.html" class="nav-item" data-tooltip="Starting from version 1.9.2, doc-builder treats HTML files ( and ) as attachments that are automatically copied to your output directory during the..."><i class="ph ph-check-circle" style="color: #2563eb;"></i> Html Embedding Guide</a>
|
|
330
|
+
<a href="guides/image-modal-guide.html" class="nav-item" data-tooltip="When users click on any image in your generated documentation, it opens in a professional modal overlay with: Full-screen viewing experience Smooth..."><i class="ph ph-check-circle" style="color: #2563eb;"></i> Image Modal Guide</a>
|
|
167
331
|
<a href="guides/phosphor-icons-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder automatically converts Unicode emojis in your markdown files to beautiful Phosphor icons in the generated HTML."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Phosphor Icons Guide</a>
|
|
168
|
-
<a href="guides/private-directory-authentication.html" class="nav-item" data-tooltip="The @knowcode/doc-builder provides flexible authentication options to protect your documentation."><i class="ph ph-check-circle" style="color: #
|
|
169
|
-
<a href="guides/private-directory-authentication-troubleshooting.html" class="nav-item" data-tooltip="Private Directory Authentication Troubleshooting."><i class="ph ph-check-circle" style="color: #
|
|
170
|
-
<a href="guides/public-site-deployment.html" class="nav-item" data-tooltip="The @knowcode/doc-builder now supports deploying public documentation sites without authentication."><i class="ph ph-check-circle" style="color: #
|
|
171
|
-
<a href="guides/search-engine-verification-guide.html" class="nav-item" data-tooltip="Search engine verification provides access to powerful webmaster tools:."><i class="ph ph-check-circle" style="color: #
|
|
172
|
-
<a href="guides/seo-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features to help your documentation rank better in search results and..."><i class="ph ph-check-circle" style="color: #
|
|
173
|
-
<a href="guides/seo-optimization-guide.html" class="nav-item" data-tooltip="Comprehensive guide to optimizing documentation for search engines. Learn SEO best practices, use built-in features, and improve your rankings."><i class="ph ph-check-circle" style="color: #
|
|
174
|
-
<a href="guides/supabase-authentication-complete-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes built-in Supabase authentication that provides enterprise-grade security with zero configuration."><i class="ph ph-check-circle" style="color: #
|
|
175
|
-
<a href="guides/troubleshooting-guide.html" class="nav-item" data-tooltip="This guide helps you resolve common issues when using @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #
|
|
176
|
-
<a href="guides/windows-setup-guide.html" class="nav-item" data-tooltip="This guide helps Windows users set up the complete AI-powered documentation workflow using Claude Code, @knowcode/doc-builder, and Vercel."><i class="ph ph-check-circle" style="color: #
|
|
332
|
+
<a href="guides/private-directory-authentication.html" class="nav-item" data-tooltip="The @knowcode/doc-builder provides flexible authentication options to protect your documentation."><i class="ph ph-check-circle" style="color: #2563eb;"></i> Private Directory Authentication</a>
|
|
333
|
+
<a href="guides/private-directory-authentication-troubleshooting.html" class="nav-item" data-tooltip="Private Directory Authentication Troubleshooting."><i class="ph ph-check-circle" style="color: #2563eb;"></i> Private Directory Authentication Troubleshooting</a>
|
|
334
|
+
<a href="guides/public-site-deployment.html" class="nav-item" data-tooltip="The @knowcode/doc-builder now supports deploying public documentation sites without authentication."><i class="ph ph-check-circle" style="color: #2563eb;"></i> Public Site Deployment</a>
|
|
335
|
+
<a href="guides/search-engine-verification-guide.html" class="nav-item" data-tooltip="Search engine verification provides access to powerful webmaster tools:."><i class="ph ph-check-circle" style="color: #2563eb;"></i> Search Engine Verification Guide</a>
|
|
336
|
+
<a href="guides/seo-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features to help your documentation rank better in search results and..."><i class="ph ph-check-circle" style="color: #2563eb;"></i> Seo Guide</a>
|
|
337
|
+
<a href="guides/seo-optimization-guide.html" class="nav-item" data-tooltip="Comprehensive guide to optimizing documentation for search engines. Learn SEO best practices, use built-in features, and improve your rankings."><i class="ph ph-check-circle" style="color: #2563eb;"></i> SEO Optimization Guide for @knowcode/doc-builder</a>
|
|
338
|
+
<a href="guides/supabase-authentication-complete-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes built-in Supabase authentication that provides enterprise-grade security with zero configuration."><i class="ph ph-check-circle" style="color: #2563eb;"></i> Supabase Authentication Complete Guide</a>
|
|
339
|
+
<a href="guides/troubleshooting-guide.html" class="nav-item" data-tooltip="This guide helps you resolve common issues when using @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #2563eb;"></i> Troubleshooting Guide</a>
|
|
340
|
+
<a href="guides/windows-setup-guide.html" class="nav-item" data-tooltip="This guide helps Windows users set up the complete AI-powered documentation workflow using Claude Code, @knowcode/doc-builder, and Vercel."><i class="ph ph-check-circle" style="color: #2563eb;"></i> Windows Setup Guide</a></div></div>
|
|
177
341
|
<div class="nav-section" data-level="1">
|
|
178
342
|
<a class="nav-title collapsible expanded" href="#" data-target="nav-prompts-1" >
|
|
179
343
|
<i class="ph ph-caret-right collapse-icon"></i><i class="ph ph-chat-circle-dots"></i> Prompts
|
|
180
344
|
</a>
|
|
181
345
|
<div class="nav-content" id="nav-prompts-1">
|
|
182
|
-
<a href="prompts/beautiful-documentation-design.html" class="nav-item" data-tooltip="🎨 Beautiful Documentation Design Guide."><i class="ph ph-check-circle" style="color: #
|
|
346
|
+
<a href="prompts/beautiful-documentation-design.html" class="nav-item" data-tooltip="🎨 Beautiful Documentation Design Guide."><i class="ph ph-check-circle" style="color: #2563eb;"></i> Beautiful Documentation Design</a>
|
|
183
347
|
<a href="prompts/markdown-document-standards.html" class="nav-item active" data-tooltip="Detailed introduction to the topic..."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Markdown Document Standards</a>
|
|
184
348
|
<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>
|
|
185
349
|
<div class="nav-section" data-level="1">
|