@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.160Z",
103
- "dateModified": "2025-08-07T11:50:44.160Z",
104
+ "datePublished": "2025-08-07T12:23:08.385Z",
105
+ "dateModified": "2025-08-07T12:23:08.385Z",
104
106
  "mainEntityOfPage": {
105
107
  "@type": "WebPage",
106
108
  "@id": "https://doc-builder-delta.vercel.app/guides/public-site-deployment.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.162Z",
103
- "dateModified": "2025-08-07T11:50:44.162Z",
104
+ "datePublished": "2025-08-07T12:23:08.388Z",
105
+ "dateModified": "2025-08-07T12:23:08.388Z",
104
106
  "mainEntityOfPage": {
105
107
  "@type": "WebPage",
106
108
  "@id": "https://doc-builder-delta.vercel.app/guides/search-engine-verification-guide.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.166Z",
103
- "dateModified": "2025-08-07T11:50:44.166Z",
104
+ "datePublished": "2025-08-07T12:23:08.391Z",
105
+ "dateModified": "2025-08-07T12:23:08.391Z",
104
106
  "mainEntityOfPage": {
105
107
  "@type": "WebPage",
106
108
  "@id": "https://doc-builder-delta.vercel.app/guides/seo-guide.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.177Z",
103
- "dateModified": "2025-08-07T11:50:44.177Z",
104
+ "datePublished": "2025-08-07T12:23:08.398Z",
105
+ "dateModified": "2025-08-07T12:23:08.398Z",
104
106
  "mainEntityOfPage": {
105
107
  "@type": "WebPage",
106
108
  "@id": "https://doc-builder-delta.vercel.app/guides/seo-optimization-guide.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.181Z",
103
- "dateModified": "2025-08-07T11:50:44.181Z",
104
+ "datePublished": "2025-08-07T12:23:08.404Z",
105
+ "dateModified": "2025-08-07T12:23:08.404Z",
104
106
  "mainEntityOfPage": {
105
107
  "@type": "WebPage",
106
108
  "@id": "https://doc-builder-delta.vercel.app/guides/supabase-authentication-complete-guide.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.184Z",
103
- "dateModified": "2025-08-07T11:50:44.184Z",
104
+ "datePublished": "2025-08-07T12:23:08.408Z",
105
+ "dateModified": "2025-08-07T12:23:08.408Z",
104
106
  "mainEntityOfPage": {
105
107
  "@type": "WebPage",
106
108
  "@id": "https://doc-builder-delta.vercel.app/guides/troubleshooting-guide.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.189Z",
103
- "dateModified": "2025-08-07T11:50:44.189Z",
104
+ "datePublished": "2025-08-07T12:23:08.413Z",
105
+ "dateModified": "2025-08-07T12:23:08.413Z",
104
106
  "mainEntityOfPage": {
105
107
  "@type": "WebPage",
106
108
  "@id": "https://doc-builder-delta.vercel.app/guides/windows-setup-guide.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.191Z",
103
- "dateModified": "2025-08-07T11:50:44.191Z",
104
+ "datePublished": "2025-08-07T12:23:08.416Z",
105
+ "dateModified": "2025-08-07T12:23:08.416Z",
104
106
  "mainEntityOfPage": {
105
107
  "@type": "WebPage",
106
108
  "@id": "https://doc-builder-delta.vercel.app/image-modal-test.html"
@@ -133,7 +135,7 @@
133
135
 
134
136
  <div class="header-actions">
135
137
  <div class="deployment-info">
136
- <span class="deployment-date" title="Built with doc-builder v1.9.20">Last updated: Aug 7, 2025, 11:50 AM UTC</span>
138
+ <span class="deployment-date" title="Built with doc-builder v1.9.22">Last updated: Aug 7, 2025, 12:23 PM UTC</span>
137
139
  </div>
138
140
 
139
141
 
package/html/index.html CHANGED
@@ -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.107Z",
103
- "dateModified": "2025-08-07T11:50:44.107Z",
104
+ "datePublished": "2025-08-07T12:23:08.326Z",
105
+ "dateModified": "2025-08-07T12:23:08.326Z",
104
106
  "mainEntityOfPage": {
105
107
  "@type": "WebPage",
106
108
  "@id": "https://doc-builder-delta.vercel.app/README.html"
@@ -133,7 +135,7 @@
133
135
 
134
136
  <div class="header-actions">
135
137
  <div class="deployment-info">
136
- <span class="deployment-date" title="Built with doc-builder v1.9.20">Last updated: Aug 7, 2025, 11:50 AM UTC</span>
138
+ <span class="deployment-date" title="Built with doc-builder v1.9.22">Last updated: Aug 7, 2025, 12:23 PM UTC</span>
137
139
  </div>
138
140
 
139
141
 
@@ -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.193Z",
103
- "dateModified": "2025-08-07T11:50:44.193Z",
104
+ "datePublished": "2025-08-07T12:23:08.419Z",
105
+ "dateModified": "2025-08-07T12:23:08.419Z",
104
106
  "mainEntityOfPage": {
105
107
  "@type": "WebPage",
106
108
  "@id": "https://doc-builder-delta.vercel.app/private/cache-control-anti-pattern.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.194Z",
103
- "dateModified": "2025-08-07T11:50:44.194Z",
104
+ "datePublished": "2025-08-07T12:23:08.420Z",
105
+ "dateModified": "2025-08-07T12:23:08.420Z",
104
106
  "mainEntityOfPage": {
105
107
  "@type": "WebPage",
106
108
  "@id": "https://doc-builder-delta.vercel.app/private/launch/README.html"
@@ -145,7 +147,7 @@
145
147
 
146
148
  <div class="header-actions">
147
149
  <div class="deployment-info">
148
- <span class="deployment-date" title="Built with doc-builder v1.9.20">Last updated: Aug 7, 2025, 11:50 AM UTC</span>
150
+ <span class="deployment-date" title="Built with doc-builder v1.9.22">Last updated: Aug 7, 2025, 12:23 PM UTC</span>
149
151
  </div>
150
152
 
151
153
 
@@ -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.196Z",
103
- "dateModified": "2025-08-07T11:50:44.196Z",
104
+ "datePublished": "2025-08-07T12:23:08.422Z",
105
+ "dateModified": "2025-08-07T12:23:08.422Z",
104
106
  "mainEntityOfPage": {
105
107
  "@type": "WebPage",
106
108
  "@id": "https://doc-builder-delta.vercel.app/private/launch/auth-cleanup-summary.html"
@@ -145,7 +147,7 @@
145
147
 
146
148
  <div class="header-actions">
147
149
  <div class="deployment-info">
148
- <span class="deployment-date" title="Built with doc-builder v1.9.20">Last updated: Aug 7, 2025, 11:50 AM UTC</span>
150
+ <span class="deployment-date" title="Built with doc-builder v1.9.22">Last updated: Aug 7, 2025, 12:23 PM UTC</span>
149
151
  </div>
150
152
 
151
153
 
@@ -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.198Z",
103
- "dateModified": "2025-08-07T11:50:44.198Z",
104
+ "datePublished": "2025-08-07T12:23:08.425Z",
105
+ "dateModified": "2025-08-07T12:23:08.425Z",
104
106
  "mainEntityOfPage": {
105
107
  "@type": "WebPage",
106
108
  "@id": "https://doc-builder-delta.vercel.app/private/launch/bubble-plugin-specification.html"
@@ -145,7 +147,7 @@
145
147
 
146
148
  <div class="header-actions">
147
149
  <div class="deployment-info">
148
- <span class="deployment-date" title="Built with doc-builder v1.9.20">Last updated: Aug 7, 2025, 11:50 AM UTC</span>
150
+ <span class="deployment-date" title="Built with doc-builder v1.9.22">Last updated: Aug 7, 2025, 12:23 PM UTC</span>
149
151
  </div>
150
152
 
151
153
 
@@ -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.202Z",
103
- "dateModified": "2025-08-07T11:50:44.202Z",
104
+ "datePublished": "2025-08-07T12:23:08.429Z",
105
+ "dateModified": "2025-08-07T12:23:08.429Z",
104
106
  "mainEntityOfPage": {
105
107
  "@type": "WebPage",
106
108
  "@id": "https://doc-builder-delta.vercel.app/private/launch/go-to-market-strategy.html"
@@ -145,7 +147,7 @@
145
147
 
146
148
  <div class="header-actions">
147
149
  <div class="deployment-info">
148
- <span class="deployment-date" title="Built with doc-builder v1.9.20">Last updated: Aug 7, 2025, 11:50 AM UTC</span>
150
+ <span class="deployment-date" title="Built with doc-builder v1.9.22">Last updated: Aug 7, 2025, 12:23 PM UTC</span>
149
151
  </div>
150
152
 
151
153
 
@@ -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.206Z",
103
- "dateModified": "2025-08-07T11:50:44.206Z",
104
+ "datePublished": "2025-08-07T12:23:08.433Z",
105
+ "dateModified": "2025-08-07T12:23:08.433Z",
104
106
  "mainEntityOfPage": {
105
107
  "@type": "WebPage",
106
108
  "@id": "https://doc-builder-delta.vercel.app/private/launch/launch-announcements.html"
@@ -145,7 +147,7 @@
145
147
 
146
148
  <div class="header-actions">
147
149
  <div class="deployment-info">
148
- <span class="deployment-date" title="Built with doc-builder v1.9.20">Last updated: Aug 7, 2025, 11:50 AM UTC</span>
150
+ <span class="deployment-date" title="Built with doc-builder v1.9.22">Last updated: Aug 7, 2025, 12:23 PM UTC</span>
149
151
  </div>
150
152
 
151
153
 
@@ -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.209Z",
103
- "dateModified": "2025-08-07T11:50:44.209Z",
104
+ "datePublished": "2025-08-07T12:23:08.436Z",
105
+ "dateModified": "2025-08-07T12:23:08.436Z",
104
106
  "mainEntityOfPage": {
105
107
  "@type": "WebPage",
106
108
  "@id": "https://doc-builder-delta.vercel.app/private/launch/vercel-deployment-auth-setup.html"
@@ -145,7 +147,7 @@
145
147
 
146
148
  <div class="header-actions">
147
149
  <div class="deployment-info">
148
- <span class="deployment-date" title="Built with doc-builder v1.9.20">Last updated: Aug 7, 2025, 11:50 AM UTC</span>
150
+ <span class="deployment-date" title="Built with doc-builder v1.9.22">Last updated: Aug 7, 2025, 12:23 PM UTC</span>
149
151
  </div>
150
152
 
151
153
 
@@ -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.212Z",
103
- "dateModified": "2025-08-07T11:50:44.212Z",
104
+ "datePublished": "2025-08-07T12:23:08.438Z",
105
+ "dateModified": "2025-08-07T12:23:08.438Z",
104
106
  "mainEntityOfPage": {
105
107
  "@type": "WebPage",
106
108
  "@id": "https://doc-builder-delta.vercel.app/private/next-steps-walkthrough.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.214Z",
103
- "dateModified": "2025-08-07T11:50:44.214Z",
104
+ "datePublished": "2025-08-07T12:23:08.440Z",
105
+ "dateModified": "2025-08-07T12:23:08.440Z",
104
106
  "mainEntityOfPage": {
105
107
  "@type": "WebPage",
106
108
  "@id": "https://doc-builder-delta.vercel.app/private/supabase-auth-implementation-completed.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.217Z",
103
- "dateModified": "2025-08-07T11:50:44.217Z",
104
+ "datePublished": "2025-08-07T12:23:08.443Z",
105
+ "dateModified": "2025-08-07T12:23:08.443Z",
104
106
  "mainEntityOfPage": {
105
107
  "@type": "WebPage",
106
108
  "@id": "https://doc-builder-delta.vercel.app/private/supabase-auth-implementation-plan.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.220Z",
103
- "dateModified": "2025-08-07T11:50:44.220Z",
104
+ "datePublished": "2025-08-07T12:23:08.445Z",
105
+ "dateModified": "2025-08-07T12:23:08.445Z",
104
106
  "mainEntityOfPage": {
105
107
  "@type": "WebPage",
106
108
  "@id": "https://doc-builder-delta.vercel.app/private/supabase-auth-integration-plan.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.222Z",
103
- "dateModified": "2025-08-07T11:50:44.222Z",
104
+ "datePublished": "2025-08-07T12:23:08.448Z",
105
+ "dateModified": "2025-08-07T12:23:08.448Z",
104
106
  "mainEntityOfPage": {
105
107
  "@type": "WebPage",
106
108
  "@id": "https://doc-builder-delta.vercel.app/private/supabase-auth-setup-guide.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.223Z",
103
- "dateModified": "2025-08-07T11:50:44.223Z",
104
+ "datePublished": "2025-08-07T12:23:08.450Z",
105
+ "dateModified": "2025-08-07T12:23:08.450Z",
104
106
  "mainEntityOfPage": {
105
107
  "@type": "WebPage",
106
108
  "@id": "https://doc-builder-delta.vercel.app/private/test-private-doc.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