@knowcode/doc-builder 1.9.23 → 1.9.25
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.1754576694123 +126 -0
- package/html/README.html +3 -3
- package/html/about-doc-builder.html +3 -3
- package/html/documentation-index.html +3 -3
- package/html/guides/authentication-default-change.html +3 -3
- package/html/guides/authentication-guide.html +3 -3
- package/html/guides/claude-workflow-guide.html +3 -3
- package/html/guides/configuration-guide.html +3 -3
- package/html/guides/documentation-standards.html +3 -3
- package/html/guides/html-embedding-guide.html +3 -3
- package/html/guides/image-modal-guide.html +3 -3
- package/html/guides/phosphor-icons-guide.html +3 -3
- package/html/guides/private-directory-authentication-troubleshooting.html +3 -3
- package/html/guides/private-directory-authentication.html +3 -3
- package/html/guides/public-site-deployment.html +3 -3
- package/html/guides/search-engine-verification-guide.html +3 -3
- package/html/guides/seo-guide.html +3 -3
- package/html/guides/seo-optimization-guide.html +3 -3
- package/html/guides/supabase-authentication-complete-guide.html +3 -3
- package/html/guides/troubleshooting-guide.html +3 -3
- package/html/guides/windows-setup-guide.html +3 -3
- package/html/image-modal-test.html +3 -3
- package/html/index.html +3 -3
- package/html/private/cache-control-anti-pattern.html +3 -3
- package/html/private/launch/README.html +3 -3
- package/html/private/launch/auth-cleanup-summary.html +3 -3
- package/html/private/launch/bubble-plugin-specification.html +3 -3
- package/html/private/launch/go-to-market-strategy.html +3 -3
- package/html/private/launch/launch-announcements.html +3 -3
- package/html/private/launch/vercel-deployment-auth-setup.html +3 -3
- package/html/private/next-steps-walkthrough.html +3 -3
- package/html/private/supabase-auth-implementation-completed.html +3 -3
- package/html/private/supabase-auth-implementation-plan.html +3 -3
- package/html/private/supabase-auth-integration-plan.html +3 -3
- package/html/private/supabase-auth-setup-guide.html +3 -3
- package/html/private/test-private-doc.html +3 -3
- package/html/private/user-management-tooling.html +3 -3
- package/html/prompts/beautiful-documentation-design.html +3 -3
- package/html/prompts/markdown-document-standards.html +3 -3
- package/html/prompts/project-rename-strategy-sasha-publish.html +3 -3
- package/html/sitemap.xml +59 -59
- package/html/test-questions/how-does-it-work%3F.html +3 -3
- package/html/test-questions/step-1%3A%20getting-started.html +3 -3
- package/html/test-questions/what-is-the-purpose.html +3 -3
- package/html/vercel-cli-setup-guide.html +3 -3
- package/html/vercel-first-time-setup-guide.html +3 -3
- package/html-static/README.html +67 -4
- package/html-static/about-doc-builder.html +67 -4
- package/html-static/documentation-index.html +67 -4
- package/html-static/guides/authentication-default-change.html +67 -4
- package/html-static/guides/authentication-guide.html +67 -4
- package/html-static/guides/claude-workflow-guide.html +67 -4
- package/html-static/guides/configuration-guide.html +67 -4
- package/html-static/guides/documentation-standards.html +67 -4
- package/html-static/guides/html-embedding-guide.html +67 -4
- package/html-static/guides/image-modal-guide.html +67 -4
- package/html-static/guides/phosphor-icons-guide.html +67 -4
- package/html-static/guides/private-directory-authentication-troubleshooting.html +67 -4
- package/html-static/guides/private-directory-authentication.html +67 -4
- package/html-static/guides/public-site-deployment.html +67 -4
- package/html-static/guides/search-engine-verification-guide.html +67 -4
- package/html-static/guides/seo-guide.html +67 -4
- package/html-static/guides/seo-optimization-guide.html +67 -4
- package/html-static/guides/supabase-authentication-complete-guide.html +67 -4
- package/html-static/guides/troubleshooting-guide.html +67 -4
- package/html-static/guides/windows-setup-guide.html +67 -4
- package/html-static/image-modal-test.html +67 -4
- package/html-static/index.html +67 -4
- package/html-static/prompts/beautiful-documentation-design.html +67 -4
- package/html-static/prompts/markdown-document-standards.html +67 -4
- package/html-static/prompts/project-rename-strategy-sasha-publish.html +67 -4
- package/html-static/sitemap.xml +32 -32
- package/html-static/test-questions/how-does-it-work%3F.html +67 -4
- package/html-static/test-questions/step-1%3A%20getting-started.html +67 -4
- package/html-static/test-questions/what-is-the-purpose.html +67 -4
- package/html-static/vercel-cli-setup-guide.html +67 -4
- package/html-static/vercel-first-time-setup-guide.html +67 -4
- package/lib/core-builder.js +64 -1
- package/package.json +1 -1
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
<link rel="stylesheet" href="css/notion-style.css">
|
|
48
48
|
|
|
49
49
|
|
|
50
|
-
<!-- Blue theme overrides for static output -->
|
|
50
|
+
<!-- Blue theme and white background overrides for static output -->
|
|
51
51
|
<style>
|
|
52
52
|
/* Override green colors with blue */
|
|
53
53
|
:root {
|
|
@@ -57,6 +57,11 @@
|
|
|
57
57
|
--accent: #3b82f6;
|
|
58
58
|
--color-accent-green: #2563eb;
|
|
59
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;
|
|
60
65
|
}
|
|
61
66
|
|
|
62
67
|
/* Override green status colors with blue variants */
|
|
@@ -100,6 +105,64 @@
|
|
|
100
105
|
background-color: #eff6ff;
|
|
101
106
|
}
|
|
102
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
|
+
|
|
103
166
|
/* Override breadcrumbs */
|
|
104
167
|
.breadcrumbs a {
|
|
105
168
|
color: #2563eb;
|
|
@@ -167,8 +230,8 @@
|
|
|
167
230
|
"name": "Knowcode Ltd",
|
|
168
231
|
"url": "https://knowcode.tech"
|
|
169
232
|
},
|
|
170
|
-
"datePublished": "2025-08-
|
|
171
|
-
"dateModified": "2025-08-
|
|
233
|
+
"datePublished": "2025-08-07T14:41:11.226Z",
|
|
234
|
+
"dateModified": "2025-08-07T14:41:11.226Z",
|
|
172
235
|
"mainEntityOfPage": {
|
|
173
236
|
"@type": "WebPage",
|
|
174
237
|
"@id": "https://doc-builder-delta.vercel.app/vercel-first-time-setup-guide.html"
|
|
@@ -201,7 +264,7 @@
|
|
|
201
264
|
|
|
202
265
|
<div class="header-actions">
|
|
203
266
|
<div class="deployment-info">
|
|
204
|
-
<span class="deployment-date" title="Built with doc-builder v1.9.
|
|
267
|
+
<span class="deployment-date" title="Built with doc-builder v1.9.23">Last updated: Aug 7, 2025, 02:41 PM UTC</span>
|
|
205
268
|
</div>
|
|
206
269
|
|
|
207
270
|
|
package/lib/core-builder.js
CHANGED
|
@@ -502,7 +502,7 @@ ${seoTags}
|
|
|
502
502
|
<link rel="stylesheet" href="${resourcePath}css/notion-style.css">
|
|
503
503
|
|
|
504
504
|
${config.isStaticOutput ? `
|
|
505
|
-
<!-- Blue theme overrides for static output -->
|
|
505
|
+
<!-- Blue theme and white background overrides for static output -->
|
|
506
506
|
<style>
|
|
507
507
|
/* Override green colors with blue */
|
|
508
508
|
:root {
|
|
@@ -512,6 +512,11 @@ ${seoTags}
|
|
|
512
512
|
--accent: #3b82f6;
|
|
513
513
|
--color-accent-green: #2563eb;
|
|
514
514
|
--color-accent-emerald: #3b82f6;
|
|
515
|
+
|
|
516
|
+
/* White backgrounds for cleaner appearance */
|
|
517
|
+
--color-bg-secondary: #FFFFFF;
|
|
518
|
+
--color-bg-tertiary: #FAFAFA;
|
|
519
|
+
--color-bg-hover: #F8F9FA;
|
|
515
520
|
}
|
|
516
521
|
|
|
517
522
|
/* Override green status colors with blue variants */
|
|
@@ -555,6 +560,64 @@ ${seoTags}
|
|
|
555
560
|
background-color: #eff6ff;
|
|
556
561
|
}
|
|
557
562
|
|
|
563
|
+
/* White backgrounds for sidebar and navigation */
|
|
564
|
+
body:not(.dark-mode) .sidebar {
|
|
565
|
+
background: #FFFFFF !important;
|
|
566
|
+
background-color: #FFFFFF !important;
|
|
567
|
+
border-right: 1px solid #E5E7EB !important;
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
body:not(.dark-mode) .nav-section {
|
|
571
|
+
background: #FFFFFF !important;
|
|
572
|
+
background-color: #FFFFFF !important;
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
body:not(.dark-mode) .nav-content {
|
|
576
|
+
background: #FFFFFF !important;
|
|
577
|
+
background-color: #FFFFFF !important;
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
body:not(.dark-mode) .navigation {
|
|
581
|
+
background: #FFFFFF !important;
|
|
582
|
+
background-color: #FFFFFF !important;
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
/* Subtle separation for nav sections */
|
|
586
|
+
body:not(.dark-mode) .nav-section + .nav-section {
|
|
587
|
+
border-top: 1px solid #F3F4F6;
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
/* Adjust hover states for white backgrounds */
|
|
591
|
+
body:not(.dark-mode) .nav-item:hover {
|
|
592
|
+
background-color: #F8F9FA !important;
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
body:not(.dark-mode) .nav-title.collapsible:hover {
|
|
596
|
+
background-color: #F8F9FA !important;
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
/* Header stays white (already is) but ensure consistency */
|
|
600
|
+
body:not(.dark-mode) .header {
|
|
601
|
+
background: #FFFFFF !important;
|
|
602
|
+
background-color: #FFFFFF !important;
|
|
603
|
+
border-bottom: 1px solid #E5E7EB !important;
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
/* Ensure search box looks good on white */
|
|
607
|
+
body:not(.dark-mode) .filter-input,
|
|
608
|
+
body:not(.dark-mode) .sidebar-search {
|
|
609
|
+
background: #F8F9FA !important;
|
|
610
|
+
background-color: #F8F9FA !important;
|
|
611
|
+
border: 1px solid #E5E7EB !important;
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
body:not(.dark-mode) .filter-input:focus,
|
|
615
|
+
body:not(.dark-mode) .sidebar-search:focus {
|
|
616
|
+
background: #FFFFFF !important;
|
|
617
|
+
background-color: #FFFFFF !important;
|
|
618
|
+
border-color: #2563eb !important;
|
|
619
|
+
}
|
|
620
|
+
|
|
558
621
|
/* Override breadcrumbs */
|
|
559
622
|
.breadcrumbs a {
|
|
560
623
|
color: #2563eb;
|