@knowcode/doc-builder 1.9.20 → 1.9.21

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 (86) hide show
  1. package/cli.js +15 -1
  2. package/doc-builder.config.js +4 -2
  3. package/doc-builder.config.js.backup.1754567425847 +124 -0
  4. package/html/README.html +3 -3
  5. package/html/about-doc-builder.html +3 -3
  6. package/html/documentation-index.html +3 -3
  7. package/html/guides/authentication-default-change.html +3 -3
  8. package/html/guides/authentication-guide.html +3 -3
  9. package/html/guides/claude-workflow-guide.html +3 -3
  10. package/html/guides/configuration-guide.html +3 -3
  11. package/html/guides/documentation-standards.html +3 -3
  12. package/html/guides/html-embedding-guide.html +3 -3
  13. package/html/guides/image-modal-guide.html +3 -3
  14. package/html/guides/phosphor-icons-guide.html +3 -3
  15. package/html/guides/private-directory-authentication-troubleshooting.html +3 -3
  16. package/html/guides/private-directory-authentication.html +3 -3
  17. package/html/guides/public-site-deployment.html +3 -3
  18. package/html/guides/search-engine-verification-guide.html +3 -3
  19. package/html/guides/seo-guide.html +3 -3
  20. package/html/guides/seo-optimization-guide.html +3 -3
  21. package/html/guides/supabase-authentication-complete-guide.html +3 -3
  22. package/html/guides/troubleshooting-guide.html +3 -3
  23. package/html/guides/windows-setup-guide.html +3 -3
  24. package/html/image-modal-test.html +3 -3
  25. package/html/index.html +3 -3
  26. package/html/private/cache-control-anti-pattern.html +3 -3
  27. package/html/private/launch/README.html +3 -3
  28. package/html/private/launch/auth-cleanup-summary.html +3 -3
  29. package/html/private/launch/bubble-plugin-specification.html +3 -3
  30. package/html/private/launch/go-to-market-strategy.html +3 -3
  31. package/html/private/launch/launch-announcements.html +3 -3
  32. package/html/private/launch/vercel-deployment-auth-setup.html +3 -3
  33. package/html/private/next-steps-walkthrough.html +3 -3
  34. package/html/private/supabase-auth-implementation-completed.html +3 -3
  35. package/html/private/supabase-auth-implementation-plan.html +3 -3
  36. package/html/private/supabase-auth-integration-plan.html +3 -3
  37. package/html/private/supabase-auth-setup-guide.html +3 -3
  38. package/html/private/test-private-doc.html +3 -3
  39. package/html/private/user-management-tooling.html +3 -3
  40. package/html/prompts/beautiful-documentation-design.html +3 -3
  41. package/html/prompts/markdown-document-standards.html +3 -3
  42. package/html/prompts/project-rename-strategy-sasha-publish.html +3 -3
  43. package/html/sitemap.xml +59 -59
  44. package/html/test-questions/how-does-it-work%3F.html +3 -3
  45. package/html/test-questions/step-1%3A%20getting-started.html +3 -3
  46. package/html/test-questions/what-is-the-purpose.html +3 -3
  47. package/html/vercel-cli-setup-guide.html +3 -3
  48. package/html/vercel-first-time-setup-guide.html +3 -3
  49. package/html-static/404.html +115 -0
  50. package/html-static/README.html +456 -0
  51. package/html-static/about-doc-builder.html +425 -0
  52. package/html-static/css/notion-style.css +2426 -0
  53. package/html-static/documentation-index.html +405 -0
  54. package/html-static/guides/authentication-default-change.html +304 -0
  55. package/html-static/guides/authentication-guide.html +443 -0
  56. package/html-static/guides/claude-workflow-guide.html +1008 -0
  57. package/html-static/guides/configuration-guide.html +406 -0
  58. package/html-static/guides/documentation-standards.html +628 -0
  59. package/html-static/guides/html-embedding-guide.html +395 -0
  60. package/html-static/guides/image-modal-guide.html +449 -0
  61. package/html-static/guides/phosphor-icons-guide.html +518 -0
  62. package/html-static/guides/private-directory-authentication-troubleshooting.html +489 -0
  63. package/html-static/guides/private-directory-authentication.html +475 -0
  64. package/html-static/guides/public-site-deployment.html +365 -0
  65. package/html-static/guides/search-engine-verification-guide.html +476 -0
  66. package/html-static/guides/seo-guide.html +595 -0
  67. package/html-static/guides/seo-optimization-guide.html +821 -0
  68. package/html-static/guides/supabase-authentication-complete-guide.html +800 -0
  69. package/html-static/guides/troubleshooting-guide.html +567 -0
  70. package/html-static/guides/windows-setup-guide.html +793 -0
  71. package/html-static/image-modal-test.html +252 -0
  72. package/html-static/index.html +456 -0
  73. package/html-static/js/main.js +1692 -0
  74. package/html-static/prompts/beautiful-documentation-design.html +718 -0
  75. package/html-static/prompts/markdown-document-standards.html +356 -0
  76. package/html-static/prompts/project-rename-strategy-sasha-publish.html +464 -0
  77. package/html-static/robots.txt +5 -0
  78. package/html-static/sitemap.xml +189 -0
  79. package/html-static/test-questions/how-does-it-work%3F.html +228 -0
  80. package/html-static/test-questions/step-1%3A%20getting-started.html +223 -0
  81. package/html-static/test-questions/what-is-the-purpose.html +227 -0
  82. package/html-static/vercel-cli-setup-guide.html +429 -0
  83. package/html-static/vercel-first-time-setup-guide.html +388 -0
  84. package/lib/config.js +9 -2
  85. package/lib/core-builder.js +148 -4
  86. package/package.json +1 -1
package/html/index.html CHANGED
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-05T09:06:04.149Z",
103
- "dateModified": "2025-08-05T09:06:04.149Z",
102
+ "datePublished": "2025-08-07T11:50:44.107Z",
103
+ "dateModified": "2025-08-07T11:50:44.107Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/README.html"
@@ -133,7 +133,7 @@
133
133
 
134
134
  <div class="header-actions">
135
135
  <div class="deployment-info">
136
- <span class="deployment-date" title="Built with doc-builder v1.9.19">Last updated: Aug 5, 2025, 09:06 AM UTC</span>
136
+ <span class="deployment-date" title="Built with doc-builder v1.9.20">Last updated: Aug 7, 2025, 11:50 AM UTC</span>
137
137
  </div>
138
138
 
139
139
 
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-05T09:06:04.237Z",
103
- "dateModified": "2025-08-05T09:06:04.237Z",
102
+ "datePublished": "2025-08-07T11:50:44.193Z",
103
+ "dateModified": "2025-08-07T11:50:44.193Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/private/cache-control-anti-pattern.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.19">Last updated: Aug 5, 2025, 09:06 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.20">Last updated: Aug 7, 2025, 11:50 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-05T09:06:04.238Z",
103
- "dateModified": "2025-08-05T09:06:04.238Z",
102
+ "datePublished": "2025-08-07T11:50:44.194Z",
103
+ "dateModified": "2025-08-07T11:50:44.194Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/private/launch/README.html"
@@ -145,7 +145,7 @@
145
145
 
146
146
  <div class="header-actions">
147
147
  <div class="deployment-info">
148
- <span class="deployment-date" title="Built with doc-builder v1.9.19">Last updated: Aug 5, 2025, 09:06 AM UTC</span>
148
+ <span class="deployment-date" title="Built with doc-builder v1.9.20">Last updated: Aug 7, 2025, 11:50 AM UTC</span>
149
149
  </div>
150
150
 
151
151
 
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-05T09:06:04.240Z",
103
- "dateModified": "2025-08-05T09:06:04.240Z",
102
+ "datePublished": "2025-08-07T11:50:44.196Z",
103
+ "dateModified": "2025-08-07T11:50:44.196Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/private/launch/auth-cleanup-summary.html"
@@ -145,7 +145,7 @@
145
145
 
146
146
  <div class="header-actions">
147
147
  <div class="deployment-info">
148
- <span class="deployment-date" title="Built with doc-builder v1.9.19">Last updated: Aug 5, 2025, 09:06 AM UTC</span>
148
+ <span class="deployment-date" title="Built with doc-builder v1.9.20">Last updated: Aug 7, 2025, 11:50 AM UTC</span>
149
149
  </div>
150
150
 
151
151
 
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-05T09:06:04.242Z",
103
- "dateModified": "2025-08-05T09:06:04.242Z",
102
+ "datePublished": "2025-08-07T11:50:44.198Z",
103
+ "dateModified": "2025-08-07T11:50:44.198Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/private/launch/bubble-plugin-specification.html"
@@ -145,7 +145,7 @@
145
145
 
146
146
  <div class="header-actions">
147
147
  <div class="deployment-info">
148
- <span class="deployment-date" title="Built with doc-builder v1.9.19">Last updated: Aug 5, 2025, 09:06 AM UTC</span>
148
+ <span class="deployment-date" title="Built with doc-builder v1.9.20">Last updated: Aug 7, 2025, 11:50 AM UTC</span>
149
149
  </div>
150
150
 
151
151
 
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-05T09:06:04.246Z",
103
- "dateModified": "2025-08-05T09:06:04.246Z",
102
+ "datePublished": "2025-08-07T11:50:44.202Z",
103
+ "dateModified": "2025-08-07T11:50:44.202Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/private/launch/go-to-market-strategy.html"
@@ -145,7 +145,7 @@
145
145
 
146
146
  <div class="header-actions">
147
147
  <div class="deployment-info">
148
- <span class="deployment-date" title="Built with doc-builder v1.9.19">Last updated: Aug 5, 2025, 09:06 AM UTC</span>
148
+ <span class="deployment-date" title="Built with doc-builder v1.9.20">Last updated: Aug 7, 2025, 11:50 AM UTC</span>
149
149
  </div>
150
150
 
151
151
 
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-05T09:06:04.249Z",
103
- "dateModified": "2025-08-05T09:06:04.249Z",
102
+ "datePublished": "2025-08-07T11:50:44.206Z",
103
+ "dateModified": "2025-08-07T11:50:44.206Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/private/launch/launch-announcements.html"
@@ -145,7 +145,7 @@
145
145
 
146
146
  <div class="header-actions">
147
147
  <div class="deployment-info">
148
- <span class="deployment-date" title="Built with doc-builder v1.9.19">Last updated: Aug 5, 2025, 09:06 AM UTC</span>
148
+ <span class="deployment-date" title="Built with doc-builder v1.9.20">Last updated: Aug 7, 2025, 11:50 AM UTC</span>
149
149
  </div>
150
150
 
151
151
 
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-05T09:06:04.252Z",
103
- "dateModified": "2025-08-05T09:06:04.252Z",
102
+ "datePublished": "2025-08-07T11:50:44.209Z",
103
+ "dateModified": "2025-08-07T11:50:44.209Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/private/launch/vercel-deployment-auth-setup.html"
@@ -145,7 +145,7 @@
145
145
 
146
146
  <div class="header-actions">
147
147
  <div class="deployment-info">
148
- <span class="deployment-date" title="Built with doc-builder v1.9.19">Last updated: Aug 5, 2025, 09:06 AM UTC</span>
148
+ <span class="deployment-date" title="Built with doc-builder v1.9.20">Last updated: Aug 7, 2025, 11:50 AM UTC</span>
149
149
  </div>
150
150
 
151
151
 
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-05T09:06:04.254Z",
103
- "dateModified": "2025-08-05T09:06:04.254Z",
102
+ "datePublished": "2025-08-07T11:50:44.212Z",
103
+ "dateModified": "2025-08-07T11:50:44.212Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/private/next-steps-walkthrough.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.19">Last updated: Aug 5, 2025, 09:06 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.20">Last updated: Aug 7, 2025, 11:50 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-05T09:06:04.256Z",
103
- "dateModified": "2025-08-05T09:06:04.256Z",
102
+ "datePublished": "2025-08-07T11:50:44.214Z",
103
+ "dateModified": "2025-08-07T11:50:44.214Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/private/supabase-auth-implementation-completed.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.19">Last updated: Aug 5, 2025, 09:06 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.20">Last updated: Aug 7, 2025, 11:50 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-05T09:06:04.258Z",
103
- "dateModified": "2025-08-05T09:06:04.258Z",
102
+ "datePublished": "2025-08-07T11:50:44.217Z",
103
+ "dateModified": "2025-08-07T11:50:44.217Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/private/supabase-auth-implementation-plan.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.19">Last updated: Aug 5, 2025, 09:06 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.20">Last updated: Aug 7, 2025, 11:50 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-05T09:06:04.261Z",
103
- "dateModified": "2025-08-05T09:06:04.261Z",
102
+ "datePublished": "2025-08-07T11:50:44.220Z",
103
+ "dateModified": "2025-08-07T11:50:44.220Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/private/supabase-auth-integration-plan.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.19">Last updated: Aug 5, 2025, 09:06 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.20">Last updated: Aug 7, 2025, 11:50 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-05T09:06:04.263Z",
103
- "dateModified": "2025-08-05T09:06:04.263Z",
102
+ "datePublished": "2025-08-07T11:50:44.222Z",
103
+ "dateModified": "2025-08-07T11:50:44.222Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/private/supabase-auth-setup-guide.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.19">Last updated: Aug 5, 2025, 09:06 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.20">Last updated: Aug 7, 2025, 11:50 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-05T09:06:04.263Z",
103
- "dateModified": "2025-08-05T09:06:04.263Z",
102
+ "datePublished": "2025-08-07T11:50:44.223Z",
103
+ "dateModified": "2025-08-07T11:50:44.223Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/private/test-private-doc.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.19">Last updated: Aug 5, 2025, 09:06 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.20">Last updated: Aug 7, 2025, 11:50 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-05T09:06:04.265Z",
103
- "dateModified": "2025-08-05T09:06:04.265Z",
102
+ "datePublished": "2025-08-07T11:50:44.226Z",
103
+ "dateModified": "2025-08-07T11:50:44.226Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/private/user-management-tooling.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.19">Last updated: Aug 5, 2025, 09:06 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.20">Last updated: Aug 7, 2025, 11:50 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-05T09:06:04.268Z",
103
- "dateModified": "2025-08-05T09:06:04.268Z",
102
+ "datePublished": "2025-08-07T11:50:44.230Z",
103
+ "dateModified": "2025-08-07T11:50:44.230Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/prompts/beautiful-documentation-design.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.19">Last updated: Aug 5, 2025, 09:06 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.20">Last updated: Aug 7, 2025, 11:50 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-05T09:06:04.270Z",
103
- "dateModified": "2025-08-05T09:06:04.270Z",
102
+ "datePublished": "2025-08-07T11:50:44.231Z",
103
+ "dateModified": "2025-08-07T11:50:44.231Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/prompts/markdown-document-standards.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.19">Last updated: Aug 5, 2025, 09:06 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.20">Last updated: Aug 7, 2025, 11:50 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-05T09:06:04.272Z",
103
- "dateModified": "2025-08-05T09:06:04.272Z",
102
+ "datePublished": "2025-08-07T11:50:44.234Z",
103
+ "dateModified": "2025-08-07T11:50:44.234Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/prompts/project-rename-strategy-sasha-publish.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.19">Last updated: Aug 5, 2025, 09:06 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.20">Last updated: Aug 7, 2025, 11:50 AM UTC</span>
143
143
  </div>
144
144
 
145
145