@knowcode/doc-builder 1.7.6 → 1.8.0

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 (42) hide show
  1. package/.claude/settings.local.json +3 -1
  2. package/CHANGELOG.md +22 -0
  3. package/assets/css/notion-style.css +9 -1
  4. package/html/README.html +5 -19
  5. package/html/css/notion-style.css +9 -1
  6. package/html/documentation-index.html +5 -19
  7. package/html/guides/authentication-default-change.html +5 -19
  8. package/html/guides/authentication-guide.html +189 -262
  9. package/html/guides/claude-workflow-guide.html +5 -19
  10. package/html/guides/documentation-standards.html +5 -19
  11. package/html/guides/phosphor-icons-guide.html +5 -19
  12. package/html/guides/private-directory-authentication.html +352 -0
  13. package/html/guides/public-site-deployment.html +11 -24
  14. package/html/guides/search-engine-verification-guide.html +5 -19
  15. package/html/guides/seo-guide.html +5 -19
  16. package/html/guides/seo-optimization-guide.html +5 -19
  17. package/html/guides/troubleshooting-guide.html +5 -19
  18. package/html/guides/windows-setup-guide.html +5 -19
  19. package/html/index.html +5 -19
  20. package/html/private/cache-control-anti-pattern.html +347 -0
  21. package/html/private/launch/README.html +289 -0
  22. package/html/private/launch/auth-cleanup-summary.html +279 -0
  23. package/html/private/launch/bubble-plugin-specification.html +925 -0
  24. package/html/private/launch/go-to-market-strategy.html +655 -0
  25. package/html/private/launch/launch-announcements.html +585 -0
  26. package/html/private/launch/vercel-deployment-auth-setup.html +329 -0
  27. package/html/private/next-steps-walkthrough.html +624 -0
  28. package/html/private/supabase-auth-implementation-completed.html +372 -0
  29. package/html/private/supabase-auth-implementation-plan.html +529 -0
  30. package/html/private/supabase-auth-integration-plan.html +657 -0
  31. package/html/private/supabase-auth-setup-guide.html +484 -0
  32. package/html/private/test-private-doc.html +220 -0
  33. package/html/sitemap.xml +113 -29
  34. package/html/vercel-cli-setup-guide.html +5 -19
  35. package/html/vercel-first-time-setup-guide.html +5 -19
  36. package/lib/config.js +24 -0
  37. package/lib/core-builder.js +40 -6
  38. package/lib/supabase-auth.js +60 -11
  39. package/package.json +1 -1
  40. package/user-management/README.md +81 -0
  41. package/user-management/add-users.sh +357 -0
  42. package/user-management/users.txt +15 -0
@@ -0,0 +1,220 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <meta name="description" content="This is a test document in the private directory. It should only be visible to authenticated users.">
7
+ <title>Test Private Document | @knowcode/doc-builder</title>
8
+
9
+ <meta name="author" content="Lindsay Smith">
10
+ <meta name="keywords" content="documentation, markdown, static site generator, vercel, notion-style, private, should">
11
+ <meta name="robots" content="index, follow">
12
+ <link rel="canonical" href="https://doc-builder-delta.vercel.app/private/test-private-doc.html">
13
+
14
+ <!-- Open Graph / Facebook -->
15
+ <meta property="og:type" content="article">
16
+ <meta property="og:url" content="https://doc-builder-delta.vercel.app/private/test-private-doc.html">
17
+ <meta property="og:title" content="Test Private Document | @knowcode/doc-builder">
18
+ <meta property="og:description" content="This is a test document in the private directory. It should only be visible to authenticated users.">
19
+ <meta property="og:image" content="https://doc-builder-delta.vercel.app/og-default.png">
20
+ <meta property="og:site_name" content="@knowcode/doc-builder">
21
+ <meta property="og:locale" content="en_US">
22
+
23
+ <!-- Twitter Card -->
24
+ <meta name="twitter:card" content="summary_large_image">
25
+ <meta name="twitter:site" content="@planbbackups">
26
+ <meta name="twitter:creator" content="@planbbackups">
27
+ <meta name="twitter:title" content="Test Private Document | @knowcode/doc-builder">
28
+ <meta name="twitter:description" content="This is a test document in the private directory. It should only be visible to authenticated users.">
29
+ <meta name="twitter:image" content="https://doc-builder-delta.vercel.app/og-default.png">
30
+
31
+ <!-- Custom Meta Tags -->
32
+ <meta name="google-site-verification" content="FtzcDTf5BQ9K5EfnGazQkgU2U4FiN3ITzM7gHwqUAqQ">
33
+ <meta name="msvalidate.01" content="B2D8C4C12C530D47AA962B24CAA09630">
34
+
35
+ <!-- Fonts -->
36
+ <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
37
+
38
+ <!-- Icons -->
39
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
40
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/regular/style.css">
41
+
42
+ <!-- Mermaid -->
43
+ <script src="https://cdn.jsdelivr.net/npm/mermaid@10.6.1/dist/mermaid.min.js"></script>
44
+
45
+ <!-- Styles -->
46
+ <link rel="stylesheet" href="/css/notion-style.css">
47
+
48
+
49
+
50
+ <!-- Favicon -->
51
+ <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>✨</text></svg>">
52
+
53
+ <script type="application/ld+json">
54
+ {
55
+ "@context": "https://schema.org",
56
+ "@type": "TechArticle",
57
+ "headline": "Test Private Document",
58
+ "description": "This is a test document in the private directory. It should only be visible to authenticated users.",
59
+ "author": {
60
+ "@type": "Person",
61
+ "name": "Lindsay Smith"
62
+ },
63
+ "publisher": {
64
+ "@type": "Organization",
65
+ "name": "Knowcode Ltd",
66
+ "url": "https://knowcode.tech"
67
+ },
68
+ "datePublished": "2025-07-26T09:59:23.013Z",
69
+ "dateModified": "2025-07-26T09:59:23.013Z",
70
+ "mainEntityOfPage": {
71
+ "@type": "WebPage",
72
+ "@id": "https://doc-builder-delta.vercel.app/private/test-private-doc.html"
73
+ },
74
+ "breadcrumb": {
75
+ "@type": "BreadcrumbList",
76
+ "itemListElement": [
77
+ {
78
+ "@type": "ListItem",
79
+ "position": 1,
80
+ "name": "@knowcode/doc-builder",
81
+ "item": "https://doc-builder-delta.vercel.app"
82
+ },
83
+ {
84
+ "@type": "ListItem",
85
+ "position": 2,
86
+ "name": "Private",
87
+ "item": "https://doc-builder-delta.vercel.app/private/"
88
+ },
89
+ {
90
+ "@type": "ListItem",
91
+ "position": 3,
92
+ "name": "Test Private Doc",
93
+ "item": "https://doc-builder-delta.vercel.app/private/test-private-doc.html"
94
+ }
95
+ ]
96
+ }
97
+ }
98
+ </script>
99
+ </head>
100
+ <body>
101
+ <!-- Header -->
102
+ <header class="header">
103
+ <div class="header-content">
104
+ <a href="/index.html" class="logo">@knowcode/doc-builder</a>
105
+
106
+ <div class="header-actions">
107
+ <div class="deployment-info">
108
+ <span class="deployment-date" title="Built with doc-builder v1.8.0">Last updated: Jul 26, 2025, 09:59 AM UTC</span>
109
+ </div>
110
+
111
+
112
+
113
+ <button id="theme-toggle" class="theme-toggle" aria-label="Toggle theme">
114
+ <i class="fas fa-moon"></i>
115
+ </button>
116
+
117
+ <button id="menu-toggle" class="menu-toggle" aria-label="Toggle menu">
118
+ <i class="fas fa-bars"></i>
119
+ </button>
120
+ </div>
121
+ </div>
122
+ </header>
123
+
124
+ <!-- Preview Banner -->
125
+ <div id="preview-banner" class="preview-banner">
126
+ <div class="banner-content">
127
+ <i class="fas fa-exclamation-triangle banner-icon"></i>
128
+ <span class="banner-text">This documentation is a preview version - some content may be incomplete</span>
129
+ <button id="dismiss-banner" class="banner-dismiss" aria-label="Dismiss banner">
130
+ <i class="fas fa-times"></i>
131
+ </button>
132
+ </div>
133
+ </div>
134
+
135
+ <!-- Breadcrumbs -->
136
+ <nav class="breadcrumbs" id="breadcrumbs">
137
+ <!-- Breadcrumbs will be generated by JavaScript -->
138
+ </nav>
139
+
140
+ <!-- Main Content -->
141
+ <div class="main-wrapper">
142
+ <!-- Sidebar -->
143
+ <aside class="sidebar">
144
+ <div class="sidebar-header">
145
+ <div class="filter-box">
146
+ <input type="text" placeholder="Filter items..." class="filter-input" id="nav-filter">
147
+ <i class="fas fa-search filter-icon"></i>
148
+ </div>
149
+ </div>
150
+ <nav class="navigation">
151
+
152
+ <div class="nav-section" data-level="0">
153
+ <a class="nav-title" href="/README.html" >
154
+ <i class="fas fa-home"></i> Documentation
155
+ </a>
156
+ <div class="nav-content" >
157
+ <a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="fas fa-file-alt"></i> Overview</a>
158
+ <a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="fas fa-file-alt"></i> Documentation Index</a>
159
+ <a href="/vercel-cli-setup-guide.html" class="nav-item" data-tooltip="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems."><i class="fas fa-file-alt"></i> Vercel Cli Setup Guide</a>
160
+ <a href="/vercel-first-time-setup-guide.html" class="nav-item" data-tooltip="This guide walks you through the Vercel deployment process when using ."><i class="fas fa-file-alt"></i> Vercel First Time Setup Guide</a></div></div>
161
+ <div class="nav-section" data-level="1">
162
+ <a class="nav-title collapsible" href="#" data-target="nav-guides-1" >
163
+ <i class="fas fa-chevron-right collapse-icon"></i><i class="fas fa-folder"></i> Guides
164
+ </a>
165
+ <div class="nav-content collapsed" id="nav-guides-1">
166
+ <a href="/guides/authentication-default-change.html" class="nav-item" data-tooltip="Starting from version 1.7.4, @knowcode/doc-builder now defaults to no authentication for all documentation sites."><i class="fas fa-file-alt"></i> Authentication Default Change</a>
167
+ <a href="/guides/authentication-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder supports enterprise-grade authentication through Supabase - a secure, scalable authentication platform."><i class="fas fa-file-alt"></i> Authentication Guide</a>
168
+ <a href="/guides/claude-workflow-guide.html" class="nav-item" data-tooltip="This guide demonstrates an efficient workflow for using Claude Code with a refined CLAUDE.md file to create high-quality documentation and deploy it..."><i class="fas fa-file-alt"></i> Claude Workflow Guide</a>
169
+ <a href="/guides/documentation-standards.html" class="nav-item" data-tooltip="This document defines the documentation standards and conventions for the @knowcode/doc-builder project."><i class="fas fa-file-alt"></i> Documentation Standards</a>
170
+ <a href="/guides/phosphor-icons-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder automatically converts Unicode emojis in your markdown files to beautiful Phosphor icons in the generated HTML."><i class="fas fa-file-alt"></i> Phosphor Icons Guide</a>
171
+ <a href="/guides/private-directory-authentication.html" class="nav-item" data-tooltip="The @knowcode/doc-builder now includes automatic authentication for documents placed in a directory."><i class="fas fa-file-alt"></i> Private Directory Authentication</a>
172
+ <a href="/guides/public-site-deployment.html" class="nav-item" data-tooltip="The @knowcode/doc-builder now supports deploying public documentation sites without authentication."><i class="fas fa-file-alt"></i> Public Site Deployment</a>
173
+ <a href="/guides/search-engine-verification-guide.html" class="nav-item" data-tooltip="Search engine verification provides access to powerful webmaster tools:."><i class="fas fa-file-alt"></i> Search Engine Verification Guide</a>
174
+ <a href="/guides/seo-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features to help your documentation rank better in search results and..."><i class="fas fa-file-alt"></i> Seo Guide</a>
175
+ <a href="/guides/seo-optimization-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features that automatically optimize your documentation for search..."><i class="fas fa-file-alt"></i> Seo Optimization Guide</a>
176
+ <a href="/guides/troubleshooting-guide.html" class="nav-item" data-tooltip="This guide helps you resolve common issues when using @knowcode/doc-builder."><i class="fas fa-file-alt"></i> Troubleshooting Guide</a>
177
+ <a href="/guides/windows-setup-guide.html" class="nav-item" data-tooltip="This guide helps Windows users set up the complete AI-powered documentation workflow using Claude Code, @knowcode/doc-builder, and Vercel."><i class="fas fa-file-alt"></i> Windows Setup Guide</a></div></div>
178
+ </nav>
179
+ <div class="resize-handle"></div>
180
+ </aside>
181
+
182
+ <!-- Content Area -->
183
+ <main class="content">
184
+ <div class="content-inner">
185
+ <h1>Test Private Document</h1>
186
+ <p>This is a test document in the private directory. It should only be visible to authenticated users.</p>
187
+ <h2>Private Information</h2>
188
+ <p>This content is protected and requires authentication to view.</p>
189
+ <h3>Test Features</h3>
190
+ <ul>
191
+ <li>This document should not appear in navigation for unauthenticated users</li>
192
+ <li>Direct access to this URL should redirect to login</li>
193
+ <li>Authenticated users should see this in the navigation menu</li>
194
+ <li>The auth button should show login/logout state appropriately</li>
195
+ </ul>
196
+ <h2>Example Private Content</h2>
197
+ <pre><code>API_KEY=sk_test_1234567890
198
+ DATABASE_URL=postgres://user:pass@host:5432/db
199
+ SECRET_TOKEN=super-secret-value
200
+ </code></pre>
201
+ <p>This demonstrates the type of sensitive content that would be placed in the private directory.</p>
202
+
203
+ </div>
204
+ </main>
205
+ </div>
206
+
207
+ <!-- Scripts -->
208
+ <script>
209
+ // Pass configuration to frontend
210
+ window.docBuilderConfig = {
211
+ features: {
212
+ showPdfDownload: true,
213
+ menuDefaultOpen: false
214
+ }
215
+ };
216
+ </script>
217
+ <script src="/js/main.js"></script>
218
+
219
+ </body>
220
+ </html>
package/html/sitemap.xml CHANGED
@@ -2,175 +2,259 @@
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-07-25T13:49:06.590Z</lastmod>
5
+ <lastmod>2025-07-26T09:59:23.023Z</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-07-25T13:49:06.590Z</lastmod>
11
+ <lastmod>2025-07-26T09:59:23.023Z</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/claude-workflow-guide.html</loc>
17
- <lastmod>2025-07-25T13:49:06.590Z</lastmod>
17
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
18
18
  <changefreq>monthly</changefreq>
19
19
  <priority>0.8</priority>
20
20
  </url>
21
21
  <url>
22
22
  <loc>https://doc-builder-delta.vercel.app/documentation-index.html</loc>
23
- <lastmod>2025-07-25T13:49:06.590Z</lastmod>
23
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
24
24
  <changefreq>monthly</changefreq>
25
25
  <priority>0.6</priority>
26
26
  </url>
27
27
  <url>
28
28
  <loc>https://doc-builder-delta.vercel.app/guides/authentication-default-change.html</loc>
29
- <lastmod>2025-07-25T13:49:06.590Z</lastmod>
29
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
30
30
  <changefreq>monthly</changefreq>
31
31
  <priority>0.8</priority>
32
32
  </url>
33
33
  <url>
34
34
  <loc>https://doc-builder-delta.vercel.app/guides/authentication-guide.html</loc>
35
- <lastmod>2025-07-25T13:49:06.590Z</lastmod>
35
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
36
36
  <changefreq>monthly</changefreq>
37
37
  <priority>0.8</priority>
38
38
  </url>
39
39
  <url>
40
40
  <loc>https://doc-builder-delta.vercel.app/guides/cache-control-anti-pattern.html</loc>
41
- <lastmod>2025-07-25T13:49:06.590Z</lastmod>
41
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
42
42
  <changefreq>monthly</changefreq>
43
43
  <priority>0.8</priority>
44
44
  </url>
45
45
  <url>
46
46
  <loc>https://doc-builder-delta.vercel.app/guides/claude-workflow-guide.html</loc>
47
- <lastmod>2025-07-25T13:49:06.590Z</lastmod>
47
+ <lastmod>2025-07-26T09:59:23.023Z</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/document-standards.html</loc>
53
- <lastmod>2025-07-25T13:49:06.590Z</lastmod>
53
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
54
54
  <changefreq>monthly</changefreq>
55
55
  <priority>0.8</priority>
56
56
  </url>
57
57
  <url>
58
58
  <loc>https://doc-builder-delta.vercel.app/guides/documentation-standards.html</loc>
59
- <lastmod>2025-07-25T13:49:06.590Z</lastmod>
59
+ <lastmod>2025-07-26T09:59:23.023Z</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/next-steps-walkthrough.html</loc>
65
- <lastmod>2025-07-25T13:49:06.590Z</lastmod>
65
+ <lastmod>2025-07-26T09:59:23.023Z</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/phosphor-icons-guide.html</loc>
71
- <lastmod>2025-07-25T13:49:06.590Z</lastmod>
71
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
72
+ <changefreq>monthly</changefreq>
73
+ <priority>0.8</priority>
74
+ </url>
75
+ <url>
76
+ <loc>https://doc-builder-delta.vercel.app/guides/private-directory-authentication.html</loc>
77
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
72
78
  <changefreq>monthly</changefreq>
73
79
  <priority>0.8</priority>
74
80
  </url>
75
81
  <url>
76
82
  <loc>https://doc-builder-delta.vercel.app/guides/public-site-deployment.html</loc>
77
- <lastmod>2025-07-25T13:49:06.590Z</lastmod>
83
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
78
84
  <changefreq>monthly</changefreq>
79
85
  <priority>0.8</priority>
80
86
  </url>
81
87
  <url>
82
88
  <loc>https://doc-builder-delta.vercel.app/guides/search-engine-verification-guide.html</loc>
83
- <lastmod>2025-07-25T13:49:06.590Z</lastmod>
89
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
84
90
  <changefreq>monthly</changefreq>
85
91
  <priority>0.8</priority>
86
92
  </url>
87
93
  <url>
88
94
  <loc>https://doc-builder-delta.vercel.app/guides/seo-guide.html</loc>
89
- <lastmod>2025-07-25T13:49:06.590Z</lastmod>
95
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
90
96
  <changefreq>monthly</changefreq>
91
97
  <priority>0.8</priority>
92
98
  </url>
93
99
  <url>
94
100
  <loc>https://doc-builder-delta.vercel.app/guides/seo-optimization-guide.html</loc>
95
- <lastmod>2025-07-25T13:49:06.590Z</lastmod>
101
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
96
102
  <changefreq>monthly</changefreq>
97
103
  <priority>0.8</priority>
98
104
  </url>
99
105
  <url>
100
106
  <loc>https://doc-builder-delta.vercel.app/guides/supabase-auth-implementation-plan.html</loc>
101
- <lastmod>2025-07-25T13:49:06.590Z</lastmod>
107
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
102
108
  <changefreq>monthly</changefreq>
103
109
  <priority>0.8</priority>
104
110
  </url>
105
111
  <url>
106
112
  <loc>https://doc-builder-delta.vercel.app/guides/supabase-auth-integration-plan.html</loc>
107
- <lastmod>2025-07-25T13:49:06.590Z</lastmod>
113
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
108
114
  <changefreq>monthly</changefreq>
109
115
  <priority>0.8</priority>
110
116
  </url>
111
117
  <url>
112
118
  <loc>https://doc-builder-delta.vercel.app/guides/supabase-auth-setup-guide.html</loc>
113
- <lastmod>2025-07-25T13:49:06.590Z</lastmod>
119
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
114
120
  <changefreq>monthly</changefreq>
115
121
  <priority>0.8</priority>
116
122
  </url>
117
123
  <url>
118
124
  <loc>https://doc-builder-delta.vercel.app/guides/troubleshooting-guide.html</loc>
119
- <lastmod>2025-07-25T13:49:06.590Z</lastmod>
125
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
120
126
  <changefreq>monthly</changefreq>
121
127
  <priority>0.8</priority>
122
128
  </url>
123
129
  <url>
124
130
  <loc>https://doc-builder-delta.vercel.app/guides/vercel-deployment-auth-setup.html</loc>
125
- <lastmod>2025-07-25T13:49:06.590Z</lastmod>
131
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
126
132
  <changefreq>monthly</changefreq>
127
133
  <priority>0.8</priority>
128
134
  </url>
129
135
  <url>
130
136
  <loc>https://doc-builder-delta.vercel.app/guides/windows-setup-guide.html</loc>
131
- <lastmod>2025-07-25T13:49:06.590Z</lastmod>
137
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
132
138
  <changefreq>monthly</changefreq>
133
139
  <priority>0.8</priority>
134
140
  </url>
135
141
  <url>
136
142
  <loc>https://doc-builder-delta.vercel.app/index.html</loc>
137
- <lastmod>2025-07-25T13:49:06.590Z</lastmod>
143
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
138
144
  <changefreq>weekly</changefreq>
139
145
  <priority>1.0</priority>
140
146
  </url>
141
147
  <url>
142
148
  <loc>https://doc-builder-delta.vercel.app/launch/README.html</loc>
143
- <lastmod>2025-07-25T13:49:06.590Z</lastmod>
149
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
144
150
  <changefreq>monthly</changefreq>
145
151
  <priority>0.6</priority>
146
152
  </url>
147
153
  <url>
148
154
  <loc>https://doc-builder-delta.vercel.app/launch/bubble-plugin-specification.html</loc>
149
- <lastmod>2025-07-25T13:49:06.590Z</lastmod>
155
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
150
156
  <changefreq>monthly</changefreq>
151
157
  <priority>0.6</priority>
152
158
  </url>
153
159
  <url>
154
160
  <loc>https://doc-builder-delta.vercel.app/launch/go-to-market-strategy.html</loc>
155
- <lastmod>2025-07-25T13:49:06.590Z</lastmod>
161
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
156
162
  <changefreq>monthly</changefreq>
157
163
  <priority>0.6</priority>
158
164
  </url>
159
165
  <url>
160
166
  <loc>https://doc-builder-delta.vercel.app/launch/launch-announcements.html</loc>
161
- <lastmod>2025-07-25T13:49:06.590Z</lastmod>
167
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
168
+ <changefreq>monthly</changefreq>
169
+ <priority>0.6</priority>
170
+ </url>
171
+ <url>
172
+ <loc>https://doc-builder-delta.vercel.app/private/cache-control-anti-pattern.html</loc>
173
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
174
+ <changefreq>monthly</changefreq>
175
+ <priority>0.6</priority>
176
+ </url>
177
+ <url>
178
+ <loc>https://doc-builder-delta.vercel.app/private/launch/README.html</loc>
179
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
180
+ <changefreq>monthly</changefreq>
181
+ <priority>0.6</priority>
182
+ </url>
183
+ <url>
184
+ <loc>https://doc-builder-delta.vercel.app/private/launch/auth-cleanup-summary.html</loc>
185
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
186
+ <changefreq>monthly</changefreq>
187
+ <priority>0.6</priority>
188
+ </url>
189
+ <url>
190
+ <loc>https://doc-builder-delta.vercel.app/private/launch/bubble-plugin-specification.html</loc>
191
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
192
+ <changefreq>monthly</changefreq>
193
+ <priority>0.6</priority>
194
+ </url>
195
+ <url>
196
+ <loc>https://doc-builder-delta.vercel.app/private/launch/go-to-market-strategy.html</loc>
197
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
198
+ <changefreq>monthly</changefreq>
199
+ <priority>0.6</priority>
200
+ </url>
201
+ <url>
202
+ <loc>https://doc-builder-delta.vercel.app/private/launch/launch-announcements.html</loc>
203
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
204
+ <changefreq>monthly</changefreq>
205
+ <priority>0.6</priority>
206
+ </url>
207
+ <url>
208
+ <loc>https://doc-builder-delta.vercel.app/private/launch/vercel-deployment-auth-setup.html</loc>
209
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
210
+ <changefreq>monthly</changefreq>
211
+ <priority>0.6</priority>
212
+ </url>
213
+ <url>
214
+ <loc>https://doc-builder-delta.vercel.app/private/next-steps-walkthrough.html</loc>
215
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
216
+ <changefreq>monthly</changefreq>
217
+ <priority>0.6</priority>
218
+ </url>
219
+ <url>
220
+ <loc>https://doc-builder-delta.vercel.app/private/supabase-auth-implementation-completed.html</loc>
221
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
222
+ <changefreq>monthly</changefreq>
223
+ <priority>0.6</priority>
224
+ </url>
225
+ <url>
226
+ <loc>https://doc-builder-delta.vercel.app/private/supabase-auth-implementation-plan.html</loc>
227
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
228
+ <changefreq>monthly</changefreq>
229
+ <priority>0.6</priority>
230
+ </url>
231
+ <url>
232
+ <loc>https://doc-builder-delta.vercel.app/private/supabase-auth-integration-plan.html</loc>
233
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
234
+ <changefreq>monthly</changefreq>
235
+ <priority>0.6</priority>
236
+ </url>
237
+ <url>
238
+ <loc>https://doc-builder-delta.vercel.app/private/supabase-auth-setup-guide.html</loc>
239
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
240
+ <changefreq>monthly</changefreq>
241
+ <priority>0.8</priority>
242
+ </url>
243
+ <url>
244
+ <loc>https://doc-builder-delta.vercel.app/private/test-private-doc.html</loc>
245
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
162
246
  <changefreq>monthly</changefreq>
163
247
  <priority>0.6</priority>
164
248
  </url>
165
249
  <url>
166
250
  <loc>https://doc-builder-delta.vercel.app/vercel-cli-setup-guide.html</loc>
167
- <lastmod>2025-07-25T13:49:06.590Z</lastmod>
251
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
168
252
  <changefreq>monthly</changefreq>
169
253
  <priority>0.8</priority>
170
254
  </url>
171
255
  <url>
172
256
  <loc>https://doc-builder-delta.vercel.app/vercel-first-time-setup-guide.html</loc>
173
- <lastmod>2025-07-25T13:49:06.590Z</lastmod>
257
+ <lastmod>2025-07-26T09:59:23.023Z</lastmod>
174
258
  <changefreq>monthly</changefreq>
175
259
  <priority>0.8</priority>
176
260
  </url>
@@ -65,8 +65,8 @@
65
65
  "name": "Knowcode Ltd",
66
66
  "url": "https://knowcode.tech"
67
67
  },
68
- "datePublished": "2025-07-25T13:49:06.578Z",
69
- "dateModified": "2025-07-25T13:49:06.578Z",
68
+ "datePublished": "2025-07-26T09:59:23.014Z",
69
+ "dateModified": "2025-07-26T09:59:23.014Z",
70
70
  "mainEntityOfPage": {
71
71
  "@type": "WebPage",
72
72
  "@id": "https://doc-builder-delta.vercel.app/vercel-cli-setup-guide.html"
@@ -99,7 +99,7 @@
99
99
 
100
100
  <div class="header-actions">
101
101
  <div class="deployment-info">
102
- <span class="deployment-date" title="Built with doc-builder v1.7.5">Last updated: Jul 25, 2025, 01:49 PM UTC</span>
102
+ <span class="deployment-date" title="Built with doc-builder v1.8.0">Last updated: Jul 26, 2025, 09:59 AM UTC</span>
103
103
  </div>
104
104
 
105
105
 
@@ -158,31 +158,17 @@
158
158
  </a>
159
159
  <div class="nav-content collapsed" id="nav-guides-1">
160
160
  <a href="/guides/authentication-default-change.html" class="nav-item" data-tooltip="Starting from version 1.7.4, @knowcode/doc-builder now defaults to no authentication for all documentation sites."><i class="fas fa-file-alt"></i> Authentication Default Change</a>
161
- <a href="/guides/authentication-guide.html" class="nav-item" data-tooltip="🚨 This authentication method has been REMOVED in version 2.0.0 due to serious security flaws."><i class="fas fa-file-alt"></i> Authentication Guide</a>
162
- <a href="/guides/cache-control-anti-pattern.html" class="nav-item" data-tooltip="Cache Control Anti-Pattern: Why Aggressive Cache-Busting is Bad for Documentation Sites."><i class="fas fa-file-alt"></i> Cache Control Anti Pattern</a>
161
+ <a href="/guides/authentication-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder supports enterprise-grade authentication through Supabase - a secure, scalable authentication platform."><i class="fas fa-file-alt"></i> Authentication Guide</a>
163
162
  <a href="/guides/claude-workflow-guide.html" class="nav-item" data-tooltip="This guide demonstrates an efficient workflow for using Claude Code with a refined CLAUDE.md file to create high-quality documentation and deploy it..."><i class="fas fa-file-alt"></i> Claude Workflow Guide</a>
164
163
  <a href="/guides/documentation-standards.html" class="nav-item" data-tooltip="This document defines the documentation standards and conventions for the @knowcode/doc-builder project."><i class="fas fa-file-alt"></i> Documentation Standards</a>
165
- <a href="/guides/next-steps-walkthrough.html" class="nav-item" data-tooltip="Now that we&#039;ve implemented Supabase authentication, let&#039;s walk through testing the implementation and preparing for deployment."><i class="fas fa-file-alt"></i> Next Steps Walkthrough</a>
166
164
  <a href="/guides/phosphor-icons-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder automatically converts Unicode emojis in your markdown files to beautiful Phosphor icons in the generated HTML."><i class="fas fa-file-alt"></i> Phosphor Icons Guide</a>
165
+ <a href="/guides/private-directory-authentication.html" class="nav-item" data-tooltip="The @knowcode/doc-builder now includes automatic authentication for documents placed in a directory."><i class="fas fa-file-alt"></i> Private Directory Authentication</a>
167
166
  <a href="/guides/public-site-deployment.html" class="nav-item" data-tooltip="The @knowcode/doc-builder now supports deploying public documentation sites without authentication."><i class="fas fa-file-alt"></i> Public Site Deployment</a>
168
167
  <a href="/guides/search-engine-verification-guide.html" class="nav-item" data-tooltip="Search engine verification provides access to powerful webmaster tools:."><i class="fas fa-file-alt"></i> Search Engine Verification Guide</a>
169
168
  <a href="/guides/seo-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features to help your documentation rank better in search results and..."><i class="fas fa-file-alt"></i> Seo Guide</a>
170
169
  <a href="/guides/seo-optimization-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features that automatically optimize your documentation for search..."><i class="fas fa-file-alt"></i> Seo Optimization Guide</a>
171
- <a href="/guides/supabase-auth-implementation-plan.html" class="nav-item" data-tooltip="Supabase Auth Implementation Plan for @knowcode/doc-builder."><i class="fas fa-file-alt"></i> Supabase Auth Implementation Plan</a>
172
- <a href="/guides/supabase-auth-integration-plan.html" class="nav-item" data-tooltip="Supabase Authentication Integration Plan for @knowcode/doc-builder."><i class="fas fa-file-alt"></i> Supabase Auth Integration Plan</a>
173
- <a href="/guides/supabase-auth-setup-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder now supports enterprise-grade authentication through Supabase, replacing the previous insecure basic authentication."><i class="fas fa-file-alt"></i> Supabase Auth Setup Guide</a>
174
170
  <a href="/guides/troubleshooting-guide.html" class="nav-item" data-tooltip="This guide helps you resolve common issues when using @knowcode/doc-builder."><i class="fas fa-file-alt"></i> Troubleshooting Guide</a>
175
- <a href="/guides/vercel-deployment-auth-setup.html" class="nav-item" data-tooltip="Vercel Deployment Authentication Setup Guide."><i class="fas fa-file-alt"></i> Vercel Deployment Auth Setup</a>
176
171
  <a href="/guides/windows-setup-guide.html" class="nav-item" data-tooltip="This guide helps Windows users set up the complete AI-powered documentation workflow using Claude Code, @knowcode/doc-builder, and Vercel."><i class="fas fa-file-alt"></i> Windows Setup Guide</a></div></div>
177
- <div class="nav-section" data-level="1">
178
- <a class="nav-title collapsible" href="/launch/README.html" data-target="nav-launch-1" >
179
- <i class="fas fa-chevron-right collapse-icon"></i><i class="fas fa-folder"></i> Launch
180
- </a>
181
- <div class="nav-content collapsed" id="nav-launch-1">
182
- <a href="/launch/README.html" class="nav-item" data-tooltip="This directory contains all documentation related to the commercial launch of @knowcode/doc-builder, including go-to-market strategy, platform..."><i class="fas fa-file-alt"></i> Launch Overview</a>
183
- <a href="/launch/bubble-plugin-specification.html" class="nav-item" data-tooltip="This document outlines the technical specification for creating a Bubble.io plugin that integrates @knowcode/doc-builder, enabling Bubble developers..."><i class="fas fa-file-alt"></i> Bubble Plugin Specification</a>
184
- <a href="/launch/go-to-market-strategy.html" class="nav-item" data-tooltip="Go-to-Market Strategy &amp; Product Launch Plan."><i class="fas fa-file-alt"></i> Go To Market Strategy</a>
185
- <a href="/launch/launch-announcements.html" class="nav-item" data-tooltip="This document contains ready-to-use announcement templates for launching @knowcode/doc-builder across various platforms and channels."><i class="fas fa-file-alt"></i> Launch Announcements</a></div></div>
186
172
  </nav>
187
173
  <div class="resize-handle"></div>
188
174
  </aside>