@knowcode/doc-builder 1.9.23 → 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.
Files changed (81) hide show
  1. package/.claude/settings.local.json +2 -1
  2. package/doc-builder.config.js +1 -1
  3. package/doc-builder.config.js.backup.1754576694123 +126 -0
  4. package/html/README.html +3 -3
  5. package/html/about-doc-builder.html +3 -3
  6. package/html/documentation-index.html +3 -3
  7. package/html/guides/authentication-default-change.html +3 -3
  8. package/html/guides/authentication-guide.html +3 -3
  9. package/html/guides/claude-workflow-guide.html +3 -3
  10. package/html/guides/configuration-guide.html +3 -3
  11. package/html/guides/documentation-standards.html +3 -3
  12. package/html/guides/html-embedding-guide.html +3 -3
  13. package/html/guides/image-modal-guide.html +3 -3
  14. package/html/guides/phosphor-icons-guide.html +3 -3
  15. package/html/guides/private-directory-authentication-troubleshooting.html +3 -3
  16. package/html/guides/private-directory-authentication.html +3 -3
  17. package/html/guides/public-site-deployment.html +3 -3
  18. package/html/guides/search-engine-verification-guide.html +3 -3
  19. package/html/guides/seo-guide.html +3 -3
  20. package/html/guides/seo-optimization-guide.html +3 -3
  21. package/html/guides/supabase-authentication-complete-guide.html +3 -3
  22. package/html/guides/troubleshooting-guide.html +3 -3
  23. package/html/guides/windows-setup-guide.html +3 -3
  24. package/html/image-modal-test.html +3 -3
  25. package/html/index.html +3 -3
  26. package/html/private/cache-control-anti-pattern.html +3 -3
  27. package/html/private/launch/README.html +3 -3
  28. package/html/private/launch/auth-cleanup-summary.html +3 -3
  29. package/html/private/launch/bubble-plugin-specification.html +3 -3
  30. package/html/private/launch/go-to-market-strategy.html +3 -3
  31. package/html/private/launch/launch-announcements.html +3 -3
  32. package/html/private/launch/vercel-deployment-auth-setup.html +3 -3
  33. package/html/private/next-steps-walkthrough.html +3 -3
  34. package/html/private/supabase-auth-implementation-completed.html +3 -3
  35. package/html/private/supabase-auth-implementation-plan.html +3 -3
  36. package/html/private/supabase-auth-integration-plan.html +3 -3
  37. package/html/private/supabase-auth-setup-guide.html +3 -3
  38. package/html/private/test-private-doc.html +3 -3
  39. package/html/private/user-management-tooling.html +3 -3
  40. package/html/prompts/beautiful-documentation-design.html +3 -3
  41. package/html/prompts/markdown-document-standards.html +3 -3
  42. package/html/prompts/project-rename-strategy-sasha-publish.html +3 -3
  43. package/html/sitemap.xml +59 -59
  44. package/html/test-questions/how-does-it-work%3F.html +3 -3
  45. package/html/test-questions/step-1%3A%20getting-started.html +3 -3
  46. package/html/test-questions/what-is-the-purpose.html +3 -3
  47. package/html/vercel-cli-setup-guide.html +3 -3
  48. package/html/vercel-first-time-setup-guide.html +3 -3
  49. package/html-static/README.html +67 -4
  50. package/html-static/about-doc-builder.html +67 -4
  51. package/html-static/documentation-index.html +67 -4
  52. package/html-static/guides/authentication-default-change.html +67 -4
  53. package/html-static/guides/authentication-guide.html +67 -4
  54. package/html-static/guides/claude-workflow-guide.html +67 -4
  55. package/html-static/guides/configuration-guide.html +67 -4
  56. package/html-static/guides/documentation-standards.html +67 -4
  57. package/html-static/guides/html-embedding-guide.html +67 -4
  58. package/html-static/guides/image-modal-guide.html +67 -4
  59. package/html-static/guides/phosphor-icons-guide.html +67 -4
  60. package/html-static/guides/private-directory-authentication-troubleshooting.html +67 -4
  61. package/html-static/guides/private-directory-authentication.html +67 -4
  62. package/html-static/guides/public-site-deployment.html +67 -4
  63. package/html-static/guides/search-engine-verification-guide.html +67 -4
  64. package/html-static/guides/seo-guide.html +67 -4
  65. package/html-static/guides/seo-optimization-guide.html +67 -4
  66. package/html-static/guides/supabase-authentication-complete-guide.html +67 -4
  67. package/html-static/guides/troubleshooting-guide.html +67 -4
  68. package/html-static/guides/windows-setup-guide.html +67 -4
  69. package/html-static/image-modal-test.html +67 -4
  70. package/html-static/index.html +67 -4
  71. package/html-static/prompts/beautiful-documentation-design.html +67 -4
  72. package/html-static/prompts/markdown-document-standards.html +67 -4
  73. package/html-static/prompts/project-rename-strategy-sasha-publish.html +67 -4
  74. package/html-static/sitemap.xml +32 -32
  75. package/html-static/test-questions/how-does-it-work%3F.html +67 -4
  76. package/html-static/test-questions/step-1%3A%20getting-started.html +67 -4
  77. package/html-static/test-questions/what-is-the-purpose.html +67 -4
  78. package/html-static/vercel-cli-setup-guide.html +67 -4
  79. package/html-static/vercel-first-time-setup-guide.html +67 -4
  80. package/lib/core-builder.js +64 -1
  81. 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-07T12:23:08.765Z",
171
- "dateModified": "2025-08-07T12:23:08.765Z",
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.22">Last updated: Aug 7, 2025, 12:23 PM UTC</span>
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
 
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knowcode/doc-builder",
3
- "version": "1.9.23",
3
+ "version": "1.9.24",
4
4
  "description": "Reusable documentation builder for markdown-based sites with Vercel deployment support",
5
5
  "main": "index.js",
6
6
  "bin": {