@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.
- 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
package/html-static/sitemap.xml
CHANGED
|
@@ -2,193 +2,193 @@
|
|
|
2
2
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
|
3
3
|
<url>
|
|
4
4
|
<loc>https://doc-builder-delta.vercel.app/404.html</loc>
|
|
5
|
-
<lastmod>2025-08-
|
|
5
|
+
<lastmod>2025-08-07T14:41:11.233Z</lastmod>
|
|
6
6
|
<changefreq>monthly</changefreq>
|
|
7
7
|
<priority>0.6</priority>
|
|
8
8
|
</url>
|
|
9
9
|
<url>
|
|
10
10
|
<loc>https://doc-builder-delta.vercel.app/README.html</loc>
|
|
11
|
-
<lastmod>2025-08-
|
|
11
|
+
<lastmod>2025-08-07T14:41:11.233Z</lastmod>
|
|
12
12
|
<changefreq>monthly</changefreq>
|
|
13
13
|
<priority>0.6</priority>
|
|
14
14
|
</url>
|
|
15
15
|
<url>
|
|
16
16
|
<loc>https://doc-builder-delta.vercel.app/about-doc-builder.html</loc>
|
|
17
|
-
<lastmod>2025-08-
|
|
17
|
+
<lastmod>2025-08-07T14:41:11.233Z</lastmod>
|
|
18
18
|
<changefreq>monthly</changefreq>
|
|
19
19
|
<priority>0.6</priority>
|
|
20
20
|
</url>
|
|
21
21
|
<url>
|
|
22
22
|
<loc>https://doc-builder-delta.vercel.app/documentation-index.html</loc>
|
|
23
|
-
<lastmod>2025-08-
|
|
23
|
+
<lastmod>2025-08-07T14:41:11.233Z</lastmod>
|
|
24
24
|
<changefreq>monthly</changefreq>
|
|
25
25
|
<priority>0.6</priority>
|
|
26
26
|
</url>
|
|
27
27
|
<url>
|
|
28
28
|
<loc>https://doc-builder-delta.vercel.app/examples/interactive-demo.html</loc>
|
|
29
|
-
<lastmod>2025-08-
|
|
29
|
+
<lastmod>2025-08-07T14:41:11.233Z</lastmod>
|
|
30
30
|
<changefreq>monthly</changefreq>
|
|
31
31
|
<priority>0.6</priority>
|
|
32
32
|
</url>
|
|
33
33
|
<url>
|
|
34
34
|
<loc>https://doc-builder-delta.vercel.app/guides/authentication-default-change.html</loc>
|
|
35
|
-
<lastmod>2025-08-
|
|
35
|
+
<lastmod>2025-08-07T14:41:11.233Z</lastmod>
|
|
36
36
|
<changefreq>monthly</changefreq>
|
|
37
37
|
<priority>0.8</priority>
|
|
38
38
|
</url>
|
|
39
39
|
<url>
|
|
40
40
|
<loc>https://doc-builder-delta.vercel.app/guides/authentication-guide.html</loc>
|
|
41
|
-
<lastmod>2025-08-
|
|
41
|
+
<lastmod>2025-08-07T14:41:11.233Z</lastmod>
|
|
42
42
|
<changefreq>monthly</changefreq>
|
|
43
43
|
<priority>0.8</priority>
|
|
44
44
|
</url>
|
|
45
45
|
<url>
|
|
46
46
|
<loc>https://doc-builder-delta.vercel.app/guides/claude-workflow-guide.html</loc>
|
|
47
|
-
<lastmod>2025-08-
|
|
47
|
+
<lastmod>2025-08-07T14:41:11.233Z</lastmod>
|
|
48
48
|
<changefreq>monthly</changefreq>
|
|
49
49
|
<priority>0.8</priority>
|
|
50
50
|
</url>
|
|
51
51
|
<url>
|
|
52
52
|
<loc>https://doc-builder-delta.vercel.app/guides/configuration-guide.html</loc>
|
|
53
|
-
<lastmod>2025-08-
|
|
53
|
+
<lastmod>2025-08-07T14:41:11.233Z</lastmod>
|
|
54
54
|
<changefreq>monthly</changefreq>
|
|
55
55
|
<priority>0.8</priority>
|
|
56
56
|
</url>
|
|
57
57
|
<url>
|
|
58
58
|
<loc>https://doc-builder-delta.vercel.app/guides/documentation-standards.html</loc>
|
|
59
|
-
<lastmod>2025-08-
|
|
59
|
+
<lastmod>2025-08-07T14:41:11.233Z</lastmod>
|
|
60
60
|
<changefreq>monthly</changefreq>
|
|
61
61
|
<priority>0.8</priority>
|
|
62
62
|
</url>
|
|
63
63
|
<url>
|
|
64
64
|
<loc>https://doc-builder-delta.vercel.app/guides/html-embedding-guide.html</loc>
|
|
65
|
-
<lastmod>2025-08-
|
|
65
|
+
<lastmod>2025-08-07T14:41:11.233Z</lastmod>
|
|
66
66
|
<changefreq>monthly</changefreq>
|
|
67
67
|
<priority>0.8</priority>
|
|
68
68
|
</url>
|
|
69
69
|
<url>
|
|
70
70
|
<loc>https://doc-builder-delta.vercel.app/guides/image-modal-guide.html</loc>
|
|
71
|
-
<lastmod>2025-08-
|
|
71
|
+
<lastmod>2025-08-07T14:41:11.233Z</lastmod>
|
|
72
72
|
<changefreq>monthly</changefreq>
|
|
73
73
|
<priority>0.8</priority>
|
|
74
74
|
</url>
|
|
75
75
|
<url>
|
|
76
76
|
<loc>https://doc-builder-delta.vercel.app/guides/phosphor-icons-guide.html</loc>
|
|
77
|
-
<lastmod>2025-08-
|
|
77
|
+
<lastmod>2025-08-07T14:41:11.233Z</lastmod>
|
|
78
78
|
<changefreq>monthly</changefreq>
|
|
79
79
|
<priority>0.8</priority>
|
|
80
80
|
</url>
|
|
81
81
|
<url>
|
|
82
82
|
<loc>https://doc-builder-delta.vercel.app/guides/private-directory-authentication-troubleshooting.html</loc>
|
|
83
|
-
<lastmod>2025-08-
|
|
83
|
+
<lastmod>2025-08-07T14:41:11.233Z</lastmod>
|
|
84
84
|
<changefreq>monthly</changefreq>
|
|
85
85
|
<priority>0.8</priority>
|
|
86
86
|
</url>
|
|
87
87
|
<url>
|
|
88
88
|
<loc>https://doc-builder-delta.vercel.app/guides/private-directory-authentication.html</loc>
|
|
89
|
-
<lastmod>2025-08-
|
|
89
|
+
<lastmod>2025-08-07T14:41:11.233Z</lastmod>
|
|
90
90
|
<changefreq>monthly</changefreq>
|
|
91
91
|
<priority>0.8</priority>
|
|
92
92
|
</url>
|
|
93
93
|
<url>
|
|
94
94
|
<loc>https://doc-builder-delta.vercel.app/guides/public-site-deployment.html</loc>
|
|
95
|
-
<lastmod>2025-08-
|
|
95
|
+
<lastmod>2025-08-07T14:41:11.233Z</lastmod>
|
|
96
96
|
<changefreq>monthly</changefreq>
|
|
97
97
|
<priority>0.8</priority>
|
|
98
98
|
</url>
|
|
99
99
|
<url>
|
|
100
100
|
<loc>https://doc-builder-delta.vercel.app/guides/search-engine-verification-guide.html</loc>
|
|
101
|
-
<lastmod>2025-08-
|
|
101
|
+
<lastmod>2025-08-07T14:41:11.233Z</lastmod>
|
|
102
102
|
<changefreq>monthly</changefreq>
|
|
103
103
|
<priority>0.8</priority>
|
|
104
104
|
</url>
|
|
105
105
|
<url>
|
|
106
106
|
<loc>https://doc-builder-delta.vercel.app/guides/seo-guide.html</loc>
|
|
107
|
-
<lastmod>2025-08-
|
|
107
|
+
<lastmod>2025-08-07T14:41:11.233Z</lastmod>
|
|
108
108
|
<changefreq>monthly</changefreq>
|
|
109
109
|
<priority>0.8</priority>
|
|
110
110
|
</url>
|
|
111
111
|
<url>
|
|
112
112
|
<loc>https://doc-builder-delta.vercel.app/guides/seo-optimization-guide.html</loc>
|
|
113
|
-
<lastmod>2025-08-
|
|
113
|
+
<lastmod>2025-08-07T14:41:11.233Z</lastmod>
|
|
114
114
|
<changefreq>monthly</changefreq>
|
|
115
115
|
<priority>0.8</priority>
|
|
116
116
|
</url>
|
|
117
117
|
<url>
|
|
118
118
|
<loc>https://doc-builder-delta.vercel.app/guides/supabase-authentication-complete-guide.html</loc>
|
|
119
|
-
<lastmod>2025-08-
|
|
119
|
+
<lastmod>2025-08-07T14:41:11.233Z</lastmod>
|
|
120
120
|
<changefreq>monthly</changefreq>
|
|
121
121
|
<priority>0.8</priority>
|
|
122
122
|
</url>
|
|
123
123
|
<url>
|
|
124
124
|
<loc>https://doc-builder-delta.vercel.app/guides/troubleshooting-guide.html</loc>
|
|
125
|
-
<lastmod>2025-08-
|
|
125
|
+
<lastmod>2025-08-07T14:41:11.233Z</lastmod>
|
|
126
126
|
<changefreq>monthly</changefreq>
|
|
127
127
|
<priority>0.8</priority>
|
|
128
128
|
</url>
|
|
129
129
|
<url>
|
|
130
130
|
<loc>https://doc-builder-delta.vercel.app/guides/windows-setup-guide.html</loc>
|
|
131
|
-
<lastmod>2025-08-
|
|
131
|
+
<lastmod>2025-08-07T14:41:11.233Z</lastmod>
|
|
132
132
|
<changefreq>monthly</changefreq>
|
|
133
133
|
<priority>0.8</priority>
|
|
134
134
|
</url>
|
|
135
135
|
<url>
|
|
136
136
|
<loc>https://doc-builder-delta.vercel.app/image-modal-test.html</loc>
|
|
137
|
-
<lastmod>2025-08-
|
|
137
|
+
<lastmod>2025-08-07T14:41:11.233Z</lastmod>
|
|
138
138
|
<changefreq>monthly</changefreq>
|
|
139
139
|
<priority>0.6</priority>
|
|
140
140
|
</url>
|
|
141
141
|
<url>
|
|
142
142
|
<loc>https://doc-builder-delta.vercel.app/index.html</loc>
|
|
143
|
-
<lastmod>2025-08-
|
|
143
|
+
<lastmod>2025-08-07T14:41:11.233Z</lastmod>
|
|
144
144
|
<changefreq>weekly</changefreq>
|
|
145
145
|
<priority>1.0</priority>
|
|
146
146
|
</url>
|
|
147
147
|
<url>
|
|
148
148
|
<loc>https://doc-builder-delta.vercel.app/prompts/beautiful-documentation-design.html</loc>
|
|
149
|
-
<lastmod>2025-08-
|
|
149
|
+
<lastmod>2025-08-07T14:41:11.233Z</lastmod>
|
|
150
150
|
<changefreq>monthly</changefreq>
|
|
151
151
|
<priority>0.6</priority>
|
|
152
152
|
</url>
|
|
153
153
|
<url>
|
|
154
154
|
<loc>https://doc-builder-delta.vercel.app/prompts/markdown-document-standards.html</loc>
|
|
155
|
-
<lastmod>2025-08-
|
|
155
|
+
<lastmod>2025-08-07T14:41:11.233Z</lastmod>
|
|
156
156
|
<changefreq>monthly</changefreq>
|
|
157
157
|
<priority>0.6</priority>
|
|
158
158
|
</url>
|
|
159
159
|
<url>
|
|
160
160
|
<loc>https://doc-builder-delta.vercel.app/prompts/project-rename-strategy-sasha-publish.html</loc>
|
|
161
|
-
<lastmod>2025-08-
|
|
161
|
+
<lastmod>2025-08-07T14:41:11.233Z</lastmod>
|
|
162
162
|
<changefreq>monthly</changefreq>
|
|
163
163
|
<priority>0.6</priority>
|
|
164
164
|
</url>
|
|
165
165
|
<url>
|
|
166
166
|
<loc>https://doc-builder-delta.vercel.app/test-questions/how-does-it-work%3F.html</loc>
|
|
167
|
-
<lastmod>2025-08-
|
|
167
|
+
<lastmod>2025-08-07T14:41:11.233Z</lastmod>
|
|
168
168
|
<changefreq>monthly</changefreq>
|
|
169
169
|
<priority>0.6</priority>
|
|
170
170
|
</url>
|
|
171
171
|
<url>
|
|
172
172
|
<loc>https://doc-builder-delta.vercel.app/test-questions/step-1%3A%20getting-started.html</loc>
|
|
173
|
-
<lastmod>2025-08-
|
|
173
|
+
<lastmod>2025-08-07T14:41:11.233Z</lastmod>
|
|
174
174
|
<changefreq>monthly</changefreq>
|
|
175
175
|
<priority>0.6</priority>
|
|
176
176
|
</url>
|
|
177
177
|
<url>
|
|
178
178
|
<loc>https://doc-builder-delta.vercel.app/test-questions/what-is-the-purpose.html</loc>
|
|
179
|
-
<lastmod>2025-08-
|
|
179
|
+
<lastmod>2025-08-07T14:41:11.233Z</lastmod>
|
|
180
180
|
<changefreq>monthly</changefreq>
|
|
181
181
|
<priority>0.6</priority>
|
|
182
182
|
</url>
|
|
183
183
|
<url>
|
|
184
184
|
<loc>https://doc-builder-delta.vercel.app/vercel-cli-setup-guide.html</loc>
|
|
185
|
-
<lastmod>2025-08-
|
|
185
|
+
<lastmod>2025-08-07T14:41:11.233Z</lastmod>
|
|
186
186
|
<changefreq>monthly</changefreq>
|
|
187
187
|
<priority>0.8</priority>
|
|
188
188
|
</url>
|
|
189
189
|
<url>
|
|
190
190
|
<loc>https://doc-builder-delta.vercel.app/vercel-first-time-setup-guide.html</loc>
|
|
191
|
-
<lastmod>2025-08-
|
|
191
|
+
<lastmod>2025-08-07T14:41:11.233Z</lastmod>
|
|
192
192
|
<changefreq>monthly</changefreq>
|
|
193
193
|
<priority>0.8</priority>
|
|
194
194
|
</url>
|
|
@@ -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.219Z",
|
|
234
|
+
"dateModified": "2025-08-07T14:41:11.219Z",
|
|
172
235
|
"mainEntityOfPage": {
|
|
173
236
|
"@type": "WebPage",
|
|
174
237
|
"@id": "https://doc-builder-delta.vercel.app/test-questions/how-does-it-work%3F.html"
|
|
@@ -207,7 +270,7 @@
|
|
|
207
270
|
|
|
208
271
|
<div class="header-actions">
|
|
209
272
|
<div class="deployment-info">
|
|
210
|
-
<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>
|
|
211
274
|
</div>
|
|
212
275
|
|
|
213
276
|
|
|
@@ -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.220Z",
|
|
234
|
+
"dateModified": "2025-08-07T14:41:11.220Z",
|
|
172
235
|
"mainEntityOfPage": {
|
|
173
236
|
"@type": "WebPage",
|
|
174
237
|
"@id": "https://doc-builder-delta.vercel.app/test-questions/step-1%3A%20getting-started.html"
|
|
@@ -207,7 +270,7 @@
|
|
|
207
270
|
|
|
208
271
|
<div class="header-actions">
|
|
209
272
|
<div class="deployment-info">
|
|
210
|
-
<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>
|
|
211
274
|
</div>
|
|
212
275
|
|
|
213
276
|
|
|
@@ -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.222Z",
|
|
234
|
+
"dateModified": "2025-08-07T14:41:11.222Z",
|
|
172
235
|
"mainEntityOfPage": {
|
|
173
236
|
"@type": "WebPage",
|
|
174
237
|
"@id": "https://doc-builder-delta.vercel.app/test-questions/what-is-the-purpose.html"
|
|
@@ -207,7 +270,7 @@
|
|
|
207
270
|
|
|
208
271
|
<div class="header-actions">
|
|
209
272
|
<div class="deployment-info">
|
|
210
|
-
<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>
|
|
211
274
|
</div>
|
|
212
275
|
|
|
213
276
|
|
|
@@ -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.225Z",
|
|
234
|
+
"dateModified": "2025-08-07T14:41:11.225Z",
|
|
172
235
|
"mainEntityOfPage": {
|
|
173
236
|
"@type": "WebPage",
|
|
174
237
|
"@id": "https://doc-builder-delta.vercel.app/vercel-cli-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
|
|