@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
|
@@ -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.196Z",
|
|
234
|
+
"dateModified": "2025-08-07T14:41:11.196Z",
|
|
172
235
|
"mainEntityOfPage": {
|
|
173
236
|
"@type": "WebPage",
|
|
174
237
|
"@id": "https://doc-builder-delta.vercel.app/guides/public-site-deployment.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.197Z",
|
|
234
|
+
"dateModified": "2025-08-07T14:41:11.197Z",
|
|
172
235
|
"mainEntityOfPage": {
|
|
173
236
|
"@type": "WebPage",
|
|
174
237
|
"@id": "https://doc-builder-delta.vercel.app/guides/search-engine-verification-guide.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.199Z",
|
|
234
|
+
"dateModified": "2025-08-07T14:41:11.199Z",
|
|
172
235
|
"mainEntityOfPage": {
|
|
173
236
|
"@type": "WebPage",
|
|
174
237
|
"@id": "https://doc-builder-delta.vercel.app/guides/seo-guide.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.202Z",
|
|
234
|
+
"dateModified": "2025-08-07T14:41:11.202Z",
|
|
172
235
|
"mainEntityOfPage": {
|
|
173
236
|
"@type": "WebPage",
|
|
174
237
|
"@id": "https://doc-builder-delta.vercel.app/guides/seo-optimization-guide.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.205Z",
|
|
234
|
+
"dateModified": "2025-08-07T14:41:11.205Z",
|
|
172
235
|
"mainEntityOfPage": {
|
|
173
236
|
"@type": "WebPage",
|
|
174
237
|
"@id": "https://doc-builder-delta.vercel.app/guides/supabase-authentication-complete-guide.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.208Z",
|
|
234
|
+
"dateModified": "2025-08-07T14:41:11.208Z",
|
|
172
235
|
"mainEntityOfPage": {
|
|
173
236
|
"@type": "WebPage",
|
|
174
237
|
"@id": "https://doc-builder-delta.vercel.app/guides/troubleshooting-guide.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
|
|