@knowcode/doc-builder 1.9.21 → 1.9.23

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 (82) hide show
  1. package/doc-builder.config.js +1 -1
  2. package/doc-builder.config.js.backup.1754568137859 +126 -0
  3. package/doc-builder.config.js.backup.1754569388252 +126 -0
  4. package/html/README.html +5 -3
  5. package/html/about-doc-builder.html +5 -3
  6. package/html/documentation-index.html +5 -3
  7. package/html/guides/authentication-default-change.html +5 -3
  8. package/html/guides/authentication-guide.html +5 -3
  9. package/html/guides/claude-workflow-guide.html +5 -3
  10. package/html/guides/configuration-guide.html +5 -3
  11. package/html/guides/documentation-standards.html +5 -3
  12. package/html/guides/html-embedding-guide.html +5 -3
  13. package/html/guides/image-modal-guide.html +5 -3
  14. package/html/guides/phosphor-icons-guide.html +5 -3
  15. package/html/guides/private-directory-authentication-troubleshooting.html +5 -3
  16. package/html/guides/private-directory-authentication.html +5 -3
  17. package/html/guides/public-site-deployment.html +5 -3
  18. package/html/guides/search-engine-verification-guide.html +5 -3
  19. package/html/guides/seo-guide.html +5 -3
  20. package/html/guides/seo-optimization-guide.html +5 -3
  21. package/html/guides/supabase-authentication-complete-guide.html +5 -3
  22. package/html/guides/troubleshooting-guide.html +5 -3
  23. package/html/guides/windows-setup-guide.html +5 -3
  24. package/html/image-modal-test.html +5 -3
  25. package/html/index.html +5 -3
  26. package/html/private/cache-control-anti-pattern.html +5 -3
  27. package/html/private/launch/README.html +5 -3
  28. package/html/private/launch/auth-cleanup-summary.html +5 -3
  29. package/html/private/launch/bubble-plugin-specification.html +5 -3
  30. package/html/private/launch/go-to-market-strategy.html +5 -3
  31. package/html/private/launch/launch-announcements.html +5 -3
  32. package/html/private/launch/vercel-deployment-auth-setup.html +5 -3
  33. package/html/private/next-steps-walkthrough.html +5 -3
  34. package/html/private/supabase-auth-implementation-completed.html +5 -3
  35. package/html/private/supabase-auth-implementation-plan.html +5 -3
  36. package/html/private/supabase-auth-integration-plan.html +5 -3
  37. package/html/private/supabase-auth-setup-guide.html +5 -3
  38. package/html/private/test-private-doc.html +5 -3
  39. package/html/private/user-management-tooling.html +5 -3
  40. package/html/prompts/beautiful-documentation-design.html +5 -3
  41. package/html/prompts/markdown-document-standards.html +5 -3
  42. package/html/prompts/project-rename-strategy-sasha-publish.html +5 -3
  43. package/html/sitemap.xml +59 -59
  44. package/html/test-questions/how-does-it-work%3F.html +5 -3
  45. package/html/test-questions/step-1%3A%20getting-started.html +5 -3
  46. package/html/test-questions/what-is-the-purpose.html +5 -3
  47. package/html/vercel-cli-setup-guide.html +5 -3
  48. package/html/vercel-first-time-setup-guide.html +5 -3
  49. package/html-static/README.html +136 -35
  50. package/html-static/about-doc-builder.html +136 -35
  51. package/html-static/documentation-index.html +136 -35
  52. package/html-static/guides/authentication-default-change.html +136 -35
  53. package/html-static/guides/authentication-guide.html +136 -35
  54. package/html-static/guides/claude-workflow-guide.html +136 -35
  55. package/html-static/guides/configuration-guide.html +136 -35
  56. package/html-static/guides/documentation-standards.html +136 -35
  57. package/html-static/guides/html-embedding-guide.html +136 -35
  58. package/html-static/guides/image-modal-guide.html +136 -35
  59. package/html-static/guides/phosphor-icons-guide.html +136 -35
  60. package/html-static/guides/private-directory-authentication-troubleshooting.html +136 -35
  61. package/html-static/guides/private-directory-authentication.html +136 -35
  62. package/html-static/guides/public-site-deployment.html +136 -35
  63. package/html-static/guides/search-engine-verification-guide.html +136 -35
  64. package/html-static/guides/seo-guide.html +136 -35
  65. package/html-static/guides/seo-optimization-guide.html +136 -35
  66. package/html-static/guides/supabase-authentication-complete-guide.html +136 -35
  67. package/html-static/guides/troubleshooting-guide.html +136 -35
  68. package/html-static/guides/windows-setup-guide.html +136 -35
  69. package/html-static/image-modal-test.html +136 -35
  70. package/html-static/index.html +136 -35
  71. package/html-static/prompts/Screenshot 2025-08-02 at 08.49.55.png +0 -0
  72. package/html-static/prompts/beautiful-documentation-design.html +136 -35
  73. package/html-static/prompts/markdown-document-standards.html +136 -35
  74. package/html-static/prompts/project-rename-strategy-sasha-publish.html +136 -35
  75. package/html-static/sitemap.xml +37 -31
  76. package/html-static/test-questions/how-does-it-work%3F.html +136 -35
  77. package/html-static/test-questions/step-1%3A%20getting-started.html +136 -35
  78. package/html-static/test-questions/what-is-the-purpose.html +136 -35
  79. package/html-static/vercel-cli-setup-guide.html +136 -35
  80. package/html-static/vercel-first-time-setup-guide.html +136 -35
  81. package/lib/core-builder.js +134 -14
  82. package/package.json +1 -1
@@ -47,6 +47,8 @@
47
47
  <link rel="stylesheet" href="/css/notion-style.css">
48
48
 
49
49
 
50
+
51
+
50
52
  <!-- Hide content until auth check -->
51
53
  <style>
52
54
  body {
@@ -99,8 +101,8 @@
99
101
  "name": "Knowcode Ltd",
100
102
  "url": "https://knowcode.tech"
101
103
  },
102
- "datePublished": "2025-08-07T11:50:44.226Z",
103
- "dateModified": "2025-08-07T11:50:44.226Z",
104
+ "datePublished": "2025-08-07T12:23:08.453Z",
105
+ "dateModified": "2025-08-07T12:23:08.453Z",
104
106
  "mainEntityOfPage": {
105
107
  "@type": "WebPage",
106
108
  "@id": "https://doc-builder-delta.vercel.app/private/user-management-tooling.html"
@@ -139,7 +141,7 @@
139
141
 
140
142
  <div class="header-actions">
141
143
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.20">Last updated: Aug 7, 2025, 11:50 AM UTC</span>
144
+ <span class="deployment-date" title="Built with doc-builder v1.9.22">Last updated: Aug 7, 2025, 12:23 PM UTC</span>
143
145
  </div>
144
146
 
145
147
 
@@ -47,6 +47,8 @@
47
47
  <link rel="stylesheet" href="/css/notion-style.css">
48
48
 
49
49
 
50
+
51
+
50
52
  <!-- Hide content until auth check -->
51
53
  <style>
52
54
  body {
@@ -99,8 +101,8 @@
99
101
  "name": "Knowcode Ltd",
100
102
  "url": "https://knowcode.tech"
101
103
  },
102
- "datePublished": "2025-08-07T11:50:44.230Z",
103
- "dateModified": "2025-08-07T11:50:44.230Z",
104
+ "datePublished": "2025-08-07T12:23:08.458Z",
105
+ "dateModified": "2025-08-07T12:23:08.458Z",
104
106
  "mainEntityOfPage": {
105
107
  "@type": "WebPage",
106
108
  "@id": "https://doc-builder-delta.vercel.app/prompts/beautiful-documentation-design.html"
@@ -139,7 +141,7 @@
139
141
 
140
142
  <div class="header-actions">
141
143
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.20">Last updated: Aug 7, 2025, 11:50 AM UTC</span>
144
+ <span class="deployment-date" title="Built with doc-builder v1.9.22">Last updated: Aug 7, 2025, 12:23 PM UTC</span>
143
145
  </div>
144
146
 
145
147
 
@@ -47,6 +47,8 @@
47
47
  <link rel="stylesheet" href="/css/notion-style.css">
48
48
 
49
49
 
50
+
51
+
50
52
  <!-- Hide content until auth check -->
51
53
  <style>
52
54
  body {
@@ -99,8 +101,8 @@
99
101
  "name": "Knowcode Ltd",
100
102
  "url": "https://knowcode.tech"
101
103
  },
102
- "datePublished": "2025-08-07T11:50:44.231Z",
103
- "dateModified": "2025-08-07T11:50:44.231Z",
104
+ "datePublished": "2025-08-07T12:23:08.462Z",
105
+ "dateModified": "2025-08-07T12:23:08.462Z",
104
106
  "mainEntityOfPage": {
105
107
  "@type": "WebPage",
106
108
  "@id": "https://doc-builder-delta.vercel.app/prompts/markdown-document-standards.html"
@@ -139,7 +141,7 @@
139
141
 
140
142
  <div class="header-actions">
141
143
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.20">Last updated: Aug 7, 2025, 11:50 AM UTC</span>
144
+ <span class="deployment-date" title="Built with doc-builder v1.9.22">Last updated: Aug 7, 2025, 12:23 PM UTC</span>
143
145
  </div>
144
146
 
145
147
 
@@ -47,6 +47,8 @@
47
47
  <link rel="stylesheet" href="/css/notion-style.css">
48
48
 
49
49
 
50
+
51
+
50
52
  <!-- Hide content until auth check -->
51
53
  <style>
52
54
  body {
@@ -99,8 +101,8 @@
99
101
  "name": "Knowcode Ltd",
100
102
  "url": "https://knowcode.tech"
101
103
  },
102
- "datePublished": "2025-08-07T11:50:44.234Z",
103
- "dateModified": "2025-08-07T11:50:44.234Z",
104
+ "datePublished": "2025-08-07T12:23:08.469Z",
105
+ "dateModified": "2025-08-07T12:23:08.469Z",
104
106
  "mainEntityOfPage": {
105
107
  "@type": "WebPage",
106
108
  "@id": "https://doc-builder-delta.vercel.app/prompts/project-rename-strategy-sasha-publish.html"
@@ -139,7 +141,7 @@
139
141
 
140
142
  <div class="header-actions">
141
143
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.20">Last updated: Aug 7, 2025, 11:50 AM UTC</span>
144
+ <span class="deployment-date" title="Built with doc-builder v1.9.22">Last updated: Aug 7, 2025, 12:23 PM UTC</span>
143
145
  </div>
144
146
 
145
147
 
package/html/sitemap.xml CHANGED
@@ -2,355 +2,355 @@
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-07T11:50:44.249Z</lastmod>
5
+ <lastmod>2025-08-07T12:23:08.557Z</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-07T11:50:44.249Z</lastmod>
11
+ <lastmod>2025-08-07T12:23:08.557Z</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-07T11:50:44.249Z</lastmod>
17
+ <lastmod>2025-08-07T12:23:08.557Z</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/claude-workflow-guide.html</loc>
23
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
23
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
24
24
  <changefreq>monthly</changefreq>
25
25
  <priority>0.8</priority>
26
26
  </url>
27
27
  <url>
28
28
  <loc>https://doc-builder-delta.vercel.app/documentation-index.html</loc>
29
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
29
+ <lastmod>2025-08-07T12:23:08.557Z</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/examples/interactive-demo.html</loc>
35
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
35
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
36
36
  <changefreq>monthly</changefreq>
37
37
  <priority>0.6</priority>
38
38
  </url>
39
39
  <url>
40
40
  <loc>https://doc-builder-delta.vercel.app/guides/authentication-default-change.html</loc>
41
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
41
+ <lastmod>2025-08-07T12:23:08.557Z</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/authentication-guide.html</loc>
47
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
47
+ <lastmod>2025-08-07T12:23:08.557Z</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/cache-control-anti-pattern.html</loc>
53
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
53
+ <lastmod>2025-08-07T12:23:08.557Z</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/claude-workflow-guide.html</loc>
59
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
59
+ <lastmod>2025-08-07T12:23:08.557Z</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/configuration-guide.html</loc>
65
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
65
+ <lastmod>2025-08-07T12:23:08.557Z</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/document-standards.html</loc>
71
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
71
+ <lastmod>2025-08-07T12:23:08.557Z</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/documentation-standards.html</loc>
77
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
77
+ <lastmod>2025-08-07T12:23:08.557Z</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/html-embedding-guide.html</loc>
83
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
83
+ <lastmod>2025-08-07T12:23:08.557Z</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/image-modal-guide.html</loc>
89
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
89
+ <lastmod>2025-08-07T12:23:08.557Z</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/next-steps-walkthrough.html</loc>
95
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
95
+ <lastmod>2025-08-07T12:23:08.557Z</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/phosphor-icons-guide.html</loc>
101
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
101
+ <lastmod>2025-08-07T12:23:08.557Z</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/private-directory-authentication-troubleshooting.html</loc>
107
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
107
+ <lastmod>2025-08-07T12:23:08.557Z</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/private-directory-authentication.html</loc>
113
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
113
+ <lastmod>2025-08-07T12:23:08.557Z</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/public-site-deployment.html</loc>
119
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
119
+ <lastmod>2025-08-07T12:23:08.557Z</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/search-engine-verification-guide.html</loc>
125
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
125
+ <lastmod>2025-08-07T12:23:08.557Z</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/seo-guide.html</loc>
131
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
131
+ <lastmod>2025-08-07T12:23:08.557Z</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/guides/seo-optimization-guide.html</loc>
137
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
137
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
138
138
  <changefreq>monthly</changefreq>
139
139
  <priority>0.8</priority>
140
140
  </url>
141
141
  <url>
142
142
  <loc>https://doc-builder-delta.vercel.app/guides/supabase-auth-implementation-plan.html</loc>
143
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
143
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
144
144
  <changefreq>monthly</changefreq>
145
145
  <priority>0.8</priority>
146
146
  </url>
147
147
  <url>
148
148
  <loc>https://doc-builder-delta.vercel.app/guides/supabase-auth-integration-plan.html</loc>
149
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
149
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
150
150
  <changefreq>monthly</changefreq>
151
151
  <priority>0.8</priority>
152
152
  </url>
153
153
  <url>
154
154
  <loc>https://doc-builder-delta.vercel.app/guides/supabase-auth-setup-guide.html</loc>
155
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
155
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
156
156
  <changefreq>monthly</changefreq>
157
157
  <priority>0.8</priority>
158
158
  </url>
159
159
  <url>
160
160
  <loc>https://doc-builder-delta.vercel.app/guides/supabase-authentication-complete-guide.html</loc>
161
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
161
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
162
162
  <changefreq>monthly</changefreq>
163
163
  <priority>0.8</priority>
164
164
  </url>
165
165
  <url>
166
166
  <loc>https://doc-builder-delta.vercel.app/guides/troubleshooting-guide.html</loc>
167
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
167
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
168
168
  <changefreq>monthly</changefreq>
169
169
  <priority>0.8</priority>
170
170
  </url>
171
171
  <url>
172
172
  <loc>https://doc-builder-delta.vercel.app/guides/vercel-deployment-auth-setup.html</loc>
173
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
173
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
174
174
  <changefreq>monthly</changefreq>
175
175
  <priority>0.8</priority>
176
176
  </url>
177
177
  <url>
178
178
  <loc>https://doc-builder-delta.vercel.app/guides/windows-setup-guide.html</loc>
179
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
179
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
180
180
  <changefreq>monthly</changefreq>
181
181
  <priority>0.8</priority>
182
182
  </url>
183
183
  <url>
184
184
  <loc>https://doc-builder-delta.vercel.app/image-modal-test.html</loc>
185
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
185
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
186
186
  <changefreq>monthly</changefreq>
187
187
  <priority>0.6</priority>
188
188
  </url>
189
189
  <url>
190
190
  <loc>https://doc-builder-delta.vercel.app/index.html</loc>
191
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
191
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
192
192
  <changefreq>weekly</changefreq>
193
193
  <priority>1.0</priority>
194
194
  </url>
195
195
  <url>
196
196
  <loc>https://doc-builder-delta.vercel.app/launch/README.html</loc>
197
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
197
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
198
198
  <changefreq>monthly</changefreq>
199
199
  <priority>0.6</priority>
200
200
  </url>
201
201
  <url>
202
202
  <loc>https://doc-builder-delta.vercel.app/launch/bubble-plugin-specification.html</loc>
203
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
203
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
204
204
  <changefreq>monthly</changefreq>
205
205
  <priority>0.6</priority>
206
206
  </url>
207
207
  <url>
208
208
  <loc>https://doc-builder-delta.vercel.app/launch/go-to-market-strategy.html</loc>
209
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
209
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
210
210
  <changefreq>monthly</changefreq>
211
211
  <priority>0.6</priority>
212
212
  </url>
213
213
  <url>
214
214
  <loc>https://doc-builder-delta.vercel.app/launch/launch-announcements.html</loc>
215
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
215
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
216
216
  <changefreq>monthly</changefreq>
217
217
  <priority>0.6</priority>
218
218
  </url>
219
219
  <url>
220
220
  <loc>https://doc-builder-delta.vercel.app/private/cache-control-anti-pattern.html</loc>
221
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
221
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
222
222
  <changefreq>monthly</changefreq>
223
223
  <priority>0.6</priority>
224
224
  </url>
225
225
  <url>
226
226
  <loc>https://doc-builder-delta.vercel.app/private/launch/README.html</loc>
227
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
227
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
228
228
  <changefreq>monthly</changefreq>
229
229
  <priority>0.6</priority>
230
230
  </url>
231
231
  <url>
232
232
  <loc>https://doc-builder-delta.vercel.app/private/launch/auth-cleanup-summary.html</loc>
233
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
233
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
234
234
  <changefreq>monthly</changefreq>
235
235
  <priority>0.6</priority>
236
236
  </url>
237
237
  <url>
238
238
  <loc>https://doc-builder-delta.vercel.app/private/launch/bubble-plugin-specification.html</loc>
239
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
239
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
240
240
  <changefreq>monthly</changefreq>
241
241
  <priority>0.6</priority>
242
242
  </url>
243
243
  <url>
244
244
  <loc>https://doc-builder-delta.vercel.app/private/launch/go-to-market-strategy.html</loc>
245
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
245
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
246
246
  <changefreq>monthly</changefreq>
247
247
  <priority>0.6</priority>
248
248
  </url>
249
249
  <url>
250
250
  <loc>https://doc-builder-delta.vercel.app/private/launch/launch-announcements.html</loc>
251
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
251
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
252
252
  <changefreq>monthly</changefreq>
253
253
  <priority>0.6</priority>
254
254
  </url>
255
255
  <url>
256
256
  <loc>https://doc-builder-delta.vercel.app/private/launch/vercel-deployment-auth-setup.html</loc>
257
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
257
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
258
258
  <changefreq>monthly</changefreq>
259
259
  <priority>0.6</priority>
260
260
  </url>
261
261
  <url>
262
262
  <loc>https://doc-builder-delta.vercel.app/private/next-steps-walkthrough.html</loc>
263
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
263
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
264
264
  <changefreq>monthly</changefreq>
265
265
  <priority>0.6</priority>
266
266
  </url>
267
267
  <url>
268
268
  <loc>https://doc-builder-delta.vercel.app/private/supabase-auth-implementation-completed.html</loc>
269
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
269
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
270
270
  <changefreq>monthly</changefreq>
271
271
  <priority>0.6</priority>
272
272
  </url>
273
273
  <url>
274
274
  <loc>https://doc-builder-delta.vercel.app/private/supabase-auth-implementation-plan.html</loc>
275
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
275
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
276
276
  <changefreq>monthly</changefreq>
277
277
  <priority>0.6</priority>
278
278
  </url>
279
279
  <url>
280
280
  <loc>https://doc-builder-delta.vercel.app/private/supabase-auth-integration-plan.html</loc>
281
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
281
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
282
282
  <changefreq>monthly</changefreq>
283
283
  <priority>0.6</priority>
284
284
  </url>
285
285
  <url>
286
286
  <loc>https://doc-builder-delta.vercel.app/private/supabase-auth-setup-guide.html</loc>
287
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
287
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
288
288
  <changefreq>monthly</changefreq>
289
289
  <priority>0.8</priority>
290
290
  </url>
291
291
  <url>
292
292
  <loc>https://doc-builder-delta.vercel.app/private/test-private-doc.html</loc>
293
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
293
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
294
294
  <changefreq>monthly</changefreq>
295
295
  <priority>0.6</priority>
296
296
  </url>
297
297
  <url>
298
298
  <loc>https://doc-builder-delta.vercel.app/private/user-management-tooling.html</loc>
299
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
299
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
300
300
  <changefreq>monthly</changefreq>
301
301
  <priority>0.6</priority>
302
302
  </url>
303
303
  <url>
304
304
  <loc>https://doc-builder-delta.vercel.app/prompts/beautiful-documentation-design.html</loc>
305
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
305
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
306
306
  <changefreq>monthly</changefreq>
307
307
  <priority>0.6</priority>
308
308
  </url>
309
309
  <url>
310
310
  <loc>https://doc-builder-delta.vercel.app/prompts/markdown-document-standards.html</loc>
311
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
311
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
312
312
  <changefreq>monthly</changefreq>
313
313
  <priority>0.6</priority>
314
314
  </url>
315
315
  <url>
316
316
  <loc>https://doc-builder-delta.vercel.app/prompts/project-rename-strategy-sasha-publish.html</loc>
317
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
317
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
318
318
  <changefreq>monthly</changefreq>
319
319
  <priority>0.6</priority>
320
320
  </url>
321
321
  <url>
322
322
  <loc>https://doc-builder-delta.vercel.app/test-questions/how-does-it-work%3F.html</loc>
323
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
323
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
324
324
  <changefreq>monthly</changefreq>
325
325
  <priority>0.6</priority>
326
326
  </url>
327
327
  <url>
328
328
  <loc>https://doc-builder-delta.vercel.app/test-questions/step-1%3A%20getting-started.html</loc>
329
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
329
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
330
330
  <changefreq>monthly</changefreq>
331
331
  <priority>0.6</priority>
332
332
  </url>
333
333
  <url>
334
334
  <loc>https://doc-builder-delta.vercel.app/test-questions/what-is-the-purpose.html</loc>
335
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
335
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
336
336
  <changefreq>monthly</changefreq>
337
337
  <priority>0.6</priority>
338
338
  </url>
339
339
  <url>
340
340
  <loc>https://doc-builder-delta.vercel.app/test-status.html</loc>
341
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
341
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
342
342
  <changefreq>monthly</changefreq>
343
343
  <priority>0.6</priority>
344
344
  </url>
345
345
  <url>
346
346
  <loc>https://doc-builder-delta.vercel.app/vercel-cli-setup-guide.html</loc>
347
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
347
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
348
348
  <changefreq>monthly</changefreq>
349
349
  <priority>0.8</priority>
350
350
  </url>
351
351
  <url>
352
352
  <loc>https://doc-builder-delta.vercel.app/vercel-first-time-setup-guide.html</loc>
353
- <lastmod>2025-08-07T11:50:44.249Z</lastmod>
353
+ <lastmod>2025-08-07T12:23:08.557Z</lastmod>
354
354
  <changefreq>monthly</changefreq>
355
355
  <priority>0.8</priority>
356
356
  </url>
@@ -47,6 +47,8 @@
47
47
  <link rel="stylesheet" href="/css/notion-style.css">
48
48
 
49
49
 
50
+
51
+
50
52
  <!-- Hide content until auth check -->
51
53
  <style>
52
54
  body {
@@ -99,8 +101,8 @@
99
101
  "name": "Knowcode Ltd",
100
102
  "url": "https://knowcode.tech"
101
103
  },
102
- "datePublished": "2025-08-07T11:50:44.235Z",
103
- "dateModified": "2025-08-07T11:50:44.235Z",
104
+ "datePublished": "2025-08-07T12:23:08.473Z",
105
+ "dateModified": "2025-08-07T12:23:08.473Z",
104
106
  "mainEntityOfPage": {
105
107
  "@type": "WebPage",
106
108
  "@id": "https://doc-builder-delta.vercel.app/test-questions/how-does-it-work%3F.html"
@@ -139,7 +141,7 @@
139
141
 
140
142
  <div class="header-actions">
141
143
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.20">Last updated: Aug 7, 2025, 11:50 AM UTC</span>
144
+ <span class="deployment-date" title="Built with doc-builder v1.9.22">Last updated: Aug 7, 2025, 12:23 PM UTC</span>
143
145
  </div>
144
146
 
145
147
 
@@ -47,6 +47,8 @@
47
47
  <link rel="stylesheet" href="/css/notion-style.css">
48
48
 
49
49
 
50
+
51
+
50
52
  <!-- Hide content until auth check -->
51
53
  <style>
52
54
  body {
@@ -99,8 +101,8 @@
99
101
  "name": "Knowcode Ltd",
100
102
  "url": "https://knowcode.tech"
101
103
  },
102
- "datePublished": "2025-08-07T11:50:44.236Z",
103
- "dateModified": "2025-08-07T11:50:44.236Z",
104
+ "datePublished": "2025-08-07T12:23:08.506Z",
105
+ "dateModified": "2025-08-07T12:23:08.506Z",
104
106
  "mainEntityOfPage": {
105
107
  "@type": "WebPage",
106
108
  "@id": "https://doc-builder-delta.vercel.app/test-questions/step-1%3A%20getting-started.html"
@@ -139,7 +141,7 @@
139
141
 
140
142
  <div class="header-actions">
141
143
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.20">Last updated: Aug 7, 2025, 11:50 AM UTC</span>
144
+ <span class="deployment-date" title="Built with doc-builder v1.9.22">Last updated: Aug 7, 2025, 12:23 PM UTC</span>
143
145
  </div>
144
146
 
145
147
 
@@ -47,6 +47,8 @@
47
47
  <link rel="stylesheet" href="/css/notion-style.css">
48
48
 
49
49
 
50
+
51
+
50
52
  <!-- Hide content until auth check -->
51
53
  <style>
52
54
  body {
@@ -99,8 +101,8 @@
99
101
  "name": "Knowcode Ltd",
100
102
  "url": "https://knowcode.tech"
101
103
  },
102
- "datePublished": "2025-08-07T11:50:44.236Z",
103
- "dateModified": "2025-08-07T11:50:44.236Z",
104
+ "datePublished": "2025-08-07T12:23:08.514Z",
105
+ "dateModified": "2025-08-07T12:23:08.514Z",
104
106
  "mainEntityOfPage": {
105
107
  "@type": "WebPage",
106
108
  "@id": "https://doc-builder-delta.vercel.app/test-questions/what-is-the-purpose.html"
@@ -139,7 +141,7 @@
139
141
 
140
142
  <div class="header-actions">
141
143
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.20">Last updated: Aug 7, 2025, 11:50 AM UTC</span>
144
+ <span class="deployment-date" title="Built with doc-builder v1.9.22">Last updated: Aug 7, 2025, 12:23 PM UTC</span>
143
145
  </div>
144
146
 
145
147