@knowcode/doc-builder 1.9.2 → 1.9.3

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 (45) hide show
  1. package/CLAUDE.md +35 -0
  2. package/assets/css/notion-style.css +2 -2
  3. package/html/README.html +4 -3
  4. package/html/auth.js +4 -3
  5. package/html/css/notion-style.css +2 -2
  6. package/html/documentation-index.html +9 -3
  7. package/html/guides/authentication-default-change.html +4 -3
  8. package/html/guides/authentication-guide.html +4 -3
  9. package/html/guides/claude-workflow-guide.html +4 -3
  10. package/html/guides/documentation-standards.html +4 -3
  11. package/html/guides/html-embedding-guide.html +4 -3
  12. package/html/guides/image-modal-guide.html +4 -3
  13. package/html/guides/phosphor-icons-guide.html +4 -3
  14. package/html/guides/private-directory-authentication-troubleshooting.html +545 -0
  15. package/html/guides/private-directory-authentication.html +4 -3
  16. package/html/guides/public-site-deployment.html +4 -3
  17. package/html/guides/search-engine-verification-guide.html +4 -3
  18. package/html/guides/seo-guide.html +4 -3
  19. package/html/guides/seo-optimization-guide.html +4 -3
  20. package/html/guides/troubleshooting-guide.html +4 -3
  21. package/html/guides/windows-setup-guide.html +4 -3
  22. package/html/image-modal-test.html +4 -3
  23. package/html/index.html +4 -3
  24. package/html/js/auth.js +4 -3
  25. package/html/private/cache-control-anti-pattern.html +4 -3
  26. package/html/private/launch/README.html +4 -3
  27. package/html/private/launch/auth-cleanup-summary.html +4 -3
  28. package/html/private/launch/bubble-plugin-specification.html +4 -3
  29. package/html/private/launch/go-to-market-strategy.html +4 -3
  30. package/html/private/launch/launch-announcements.html +4 -3
  31. package/html/private/launch/vercel-deployment-auth-setup.html +4 -3
  32. package/html/private/next-steps-walkthrough.html +4 -3
  33. package/html/private/supabase-auth-implementation-completed.html +4 -3
  34. package/html/private/supabase-auth-implementation-plan.html +4 -3
  35. package/html/private/supabase-auth-integration-plan.html +4 -3
  36. package/html/private/supabase-auth-setup-guide.html +4 -3
  37. package/html/private/test-private-doc.html +4 -3
  38. package/html/private/user-management-tooling.html +4 -3
  39. package/html/prompts/markdown-document-standards.html +4 -3
  40. package/html/sitemap.xml +60 -48
  41. package/html/vercel-cli-setup-guide.html +4 -3
  42. package/html/vercel-first-time-setup-guide.html +4 -3
  43. package/lib/emoji-mapper.js +2 -0
  44. package/lib/supabase-auth.js +4 -3
  45. package/package.json +1 -1
@@ -98,8 +98,8 @@
98
98
  "name": "Knowcode Ltd",
99
99
  "url": "https://knowcode.tech"
100
100
  },
101
- "datePublished": "2025-07-28T10:31:53.256Z",
102
- "dateModified": "2025-07-28T10:31:53.256Z",
101
+ "datePublished": "2025-07-28T16:34:27.980Z",
102
+ "dateModified": "2025-07-28T16:34:27.980Z",
103
103
  "mainEntityOfPage": {
104
104
  "@type": "WebPage",
105
105
  "@id": "https://doc-builder-delta.vercel.app/private/supabase-auth-setup-guide.html"
@@ -138,7 +138,7 @@
138
138
 
139
139
  <div class="header-actions">
140
140
  <div class="deployment-info">
141
- <span class="deployment-date" title="Built with doc-builder v1.9.1">Last updated: Jul 28, 2025, 10:31 AM UTC</span>
141
+ <span class="deployment-date" title="Built with doc-builder v1.9.3">Last updated: Jul 28, 2025, 04:34 PM UTC</span>
142
142
  </div>
143
143
 
144
144
 
@@ -209,6 +209,7 @@
209
209
  <a href="/guides/image-modal-guide.html" class="nav-item" data-tooltip="When users click on any image in your generated documentation, it opens in a professional modal overlay with: Full-screen viewing experience Smooth..."><i class="fas fa-file-alt"></i> Image Modal Guide</a>
210
210
  <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>
211
211
  <a href="/guides/private-directory-authentication.html" class="nav-item" data-tooltip="The @knowcode/doc-builder provides flexible authentication options to protect your documentation."><i class="fas fa-file-alt"></i> Private Directory Authentication</a>
212
+ <a href="/guides/private-directory-authentication-troubleshooting.html" class="nav-item" data-tooltip="Private Directory Authentication Troubleshooting."><i class="fas fa-file-alt"></i> Private Directory Authentication Troubleshooting</a>
212
213
  <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>
213
214
  <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>
214
215
  <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>
@@ -98,8 +98,8 @@
98
98
  "name": "Knowcode Ltd",
99
99
  "url": "https://knowcode.tech"
100
100
  },
101
- "datePublished": "2025-07-28T10:31:53.257Z",
102
- "dateModified": "2025-07-28T10:31:53.257Z",
101
+ "datePublished": "2025-07-28T16:34:27.981Z",
102
+ "dateModified": "2025-07-28T16:34:27.981Z",
103
103
  "mainEntityOfPage": {
104
104
  "@type": "WebPage",
105
105
  "@id": "https://doc-builder-delta.vercel.app/private/test-private-doc.html"
@@ -138,7 +138,7 @@
138
138
 
139
139
  <div class="header-actions">
140
140
  <div class="deployment-info">
141
- <span class="deployment-date" title="Built with doc-builder v1.9.1">Last updated: Jul 28, 2025, 10:31 AM UTC</span>
141
+ <span class="deployment-date" title="Built with doc-builder v1.9.3">Last updated: Jul 28, 2025, 04:34 PM UTC</span>
142
142
  </div>
143
143
 
144
144
 
@@ -209,6 +209,7 @@
209
209
  <a href="/guides/image-modal-guide.html" class="nav-item" data-tooltip="When users click on any image in your generated documentation, it opens in a professional modal overlay with: Full-screen viewing experience Smooth..."><i class="fas fa-file-alt"></i> Image Modal Guide</a>
210
210
  <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>
211
211
  <a href="/guides/private-directory-authentication.html" class="nav-item" data-tooltip="The @knowcode/doc-builder provides flexible authentication options to protect your documentation."><i class="fas fa-file-alt"></i> Private Directory Authentication</a>
212
+ <a href="/guides/private-directory-authentication-troubleshooting.html" class="nav-item" data-tooltip="Private Directory Authentication Troubleshooting."><i class="fas fa-file-alt"></i> Private Directory Authentication Troubleshooting</a>
212
213
  <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>
213
214
  <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>
214
215
  <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>
@@ -98,8 +98,8 @@
98
98
  "name": "Knowcode Ltd",
99
99
  "url": "https://knowcode.tech"
100
100
  },
101
- "datePublished": "2025-07-28T10:31:53.259Z",
102
- "dateModified": "2025-07-28T10:31:53.259Z",
101
+ "datePublished": "2025-07-28T16:34:27.983Z",
102
+ "dateModified": "2025-07-28T16:34:27.983Z",
103
103
  "mainEntityOfPage": {
104
104
  "@type": "WebPage",
105
105
  "@id": "https://doc-builder-delta.vercel.app/private/user-management-tooling.html"
@@ -138,7 +138,7 @@
138
138
 
139
139
  <div class="header-actions">
140
140
  <div class="deployment-info">
141
- <span class="deployment-date" title="Built with doc-builder v1.9.1">Last updated: Jul 28, 2025, 10:31 AM UTC</span>
141
+ <span class="deployment-date" title="Built with doc-builder v1.9.3">Last updated: Jul 28, 2025, 04:34 PM UTC</span>
142
142
  </div>
143
143
 
144
144
 
@@ -209,6 +209,7 @@
209
209
  <a href="/guides/image-modal-guide.html" class="nav-item" data-tooltip="When users click on any image in your generated documentation, it opens in a professional modal overlay with: Full-screen viewing experience Smooth..."><i class="fas fa-file-alt"></i> Image Modal Guide</a>
210
210
  <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>
211
211
  <a href="/guides/private-directory-authentication.html" class="nav-item" data-tooltip="The @knowcode/doc-builder provides flexible authentication options to protect your documentation."><i class="fas fa-file-alt"></i> Private Directory Authentication</a>
212
+ <a href="/guides/private-directory-authentication-troubleshooting.html" class="nav-item" data-tooltip="Private Directory Authentication Troubleshooting."><i class="fas fa-file-alt"></i> Private Directory Authentication Troubleshooting</a>
212
213
  <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>
213
214
  <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>
214
215
  <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>
@@ -98,8 +98,8 @@
98
98
  "name": "Knowcode Ltd",
99
99
  "url": "https://knowcode.tech"
100
100
  },
101
- "datePublished": "2025-07-28T10:31:53.261Z",
102
- "dateModified": "2025-07-28T10:31:53.261Z",
101
+ "datePublished": "2025-07-28T16:34:27.984Z",
102
+ "dateModified": "2025-07-28T16:34:27.984Z",
103
103
  "mainEntityOfPage": {
104
104
  "@type": "WebPage",
105
105
  "@id": "https://doc-builder-delta.vercel.app/prompts/markdown-document-standards.html"
@@ -138,7 +138,7 @@
138
138
 
139
139
  <div class="header-actions">
140
140
  <div class="deployment-info">
141
- <span class="deployment-date" title="Built with doc-builder v1.9.1">Last updated: Jul 28, 2025, 10:31 AM UTC</span>
141
+ <span class="deployment-date" title="Built with doc-builder v1.9.3">Last updated: Jul 28, 2025, 04:34 PM UTC</span>
142
142
  </div>
143
143
 
144
144
 
@@ -209,6 +209,7 @@
209
209
  <a href="/guides/image-modal-guide.html" class="nav-item" data-tooltip="When users click on any image in your generated documentation, it opens in a professional modal overlay with: Full-screen viewing experience Smooth..."><i class="fas fa-file-alt"></i> Image Modal Guide</a>
210
210
  <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>
211
211
  <a href="/guides/private-directory-authentication.html" class="nav-item" data-tooltip="The @knowcode/doc-builder provides flexible authentication options to protect your documentation."><i class="fas fa-file-alt"></i> Private Directory Authentication</a>
212
+ <a href="/guides/private-directory-authentication-troubleshooting.html" class="nav-item" data-tooltip="Private Directory Authentication Troubleshooting."><i class="fas fa-file-alt"></i> Private Directory Authentication Troubleshooting</a>
212
213
  <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>
213
214
  <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>
214
215
  <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>
package/html/sitemap.xml CHANGED
@@ -2,289 +2,301 @@
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-28T10:31:53.277Z</lastmod>
5
+ <lastmod>2025-07-28T16:34:27.998Z</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-28T10:31:53.277Z</lastmod>
11
+ <lastmod>2025-07-28T16:34:27.998Z</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-28T10:31:53.277Z</lastmod>
17
+ <lastmod>2025-07-28T16:34:27.998Z</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-28T10:31:53.277Z</lastmod>
23
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
24
+ <changefreq>monthly</changefreq>
25
+ <priority>0.6</priority>
26
+ </url>
27
+ <url>
28
+ <loc>https://doc-builder-delta.vercel.app/examples/interactive-demo.html</loc>
29
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
24
30
  <changefreq>monthly</changefreq>
25
31
  <priority>0.6</priority>
26
32
  </url>
27
33
  <url>
28
34
  <loc>https://doc-builder-delta.vercel.app/guides/authentication-default-change.html</loc>
29
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
35
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
30
36
  <changefreq>monthly</changefreq>
31
37
  <priority>0.8</priority>
32
38
  </url>
33
39
  <url>
34
40
  <loc>https://doc-builder-delta.vercel.app/guides/authentication-guide.html</loc>
35
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
41
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
36
42
  <changefreq>monthly</changefreq>
37
43
  <priority>0.8</priority>
38
44
  </url>
39
45
  <url>
40
46
  <loc>https://doc-builder-delta.vercel.app/guides/cache-control-anti-pattern.html</loc>
41
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
47
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
42
48
  <changefreq>monthly</changefreq>
43
49
  <priority>0.8</priority>
44
50
  </url>
45
51
  <url>
46
52
  <loc>https://doc-builder-delta.vercel.app/guides/claude-workflow-guide.html</loc>
47
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
53
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
48
54
  <changefreq>monthly</changefreq>
49
55
  <priority>0.8</priority>
50
56
  </url>
51
57
  <url>
52
58
  <loc>https://doc-builder-delta.vercel.app/guides/document-standards.html</loc>
53
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
59
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
54
60
  <changefreq>monthly</changefreq>
55
61
  <priority>0.8</priority>
56
62
  </url>
57
63
  <url>
58
64
  <loc>https://doc-builder-delta.vercel.app/guides/documentation-standards.html</loc>
59
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
65
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
60
66
  <changefreq>monthly</changefreq>
61
67
  <priority>0.8</priority>
62
68
  </url>
63
69
  <url>
64
70
  <loc>https://doc-builder-delta.vercel.app/guides/html-embedding-guide.html</loc>
65
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
71
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
66
72
  <changefreq>monthly</changefreq>
67
73
  <priority>0.8</priority>
68
74
  </url>
69
75
  <url>
70
76
  <loc>https://doc-builder-delta.vercel.app/guides/image-modal-guide.html</loc>
71
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
77
+ <lastmod>2025-07-28T16:34:27.998Z</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/next-steps-walkthrough.html</loc>
77
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
83
+ <lastmod>2025-07-28T16:34:27.998Z</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/phosphor-icons-guide.html</loc>
83
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
89
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
90
+ <changefreq>monthly</changefreq>
91
+ <priority>0.8</priority>
92
+ </url>
93
+ <url>
94
+ <loc>https://doc-builder-delta.vercel.app/guides/private-directory-authentication-troubleshooting.html</loc>
95
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
84
96
  <changefreq>monthly</changefreq>
85
97
  <priority>0.8</priority>
86
98
  </url>
87
99
  <url>
88
100
  <loc>https://doc-builder-delta.vercel.app/guides/private-directory-authentication.html</loc>
89
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
101
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
90
102
  <changefreq>monthly</changefreq>
91
103
  <priority>0.8</priority>
92
104
  </url>
93
105
  <url>
94
106
  <loc>https://doc-builder-delta.vercel.app/guides/public-site-deployment.html</loc>
95
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
107
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
96
108
  <changefreq>monthly</changefreq>
97
109
  <priority>0.8</priority>
98
110
  </url>
99
111
  <url>
100
112
  <loc>https://doc-builder-delta.vercel.app/guides/search-engine-verification-guide.html</loc>
101
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
113
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
102
114
  <changefreq>monthly</changefreq>
103
115
  <priority>0.8</priority>
104
116
  </url>
105
117
  <url>
106
118
  <loc>https://doc-builder-delta.vercel.app/guides/seo-guide.html</loc>
107
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
119
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
108
120
  <changefreq>monthly</changefreq>
109
121
  <priority>0.8</priority>
110
122
  </url>
111
123
  <url>
112
124
  <loc>https://doc-builder-delta.vercel.app/guides/seo-optimization-guide.html</loc>
113
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
125
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
114
126
  <changefreq>monthly</changefreq>
115
127
  <priority>0.8</priority>
116
128
  </url>
117
129
  <url>
118
130
  <loc>https://doc-builder-delta.vercel.app/guides/supabase-auth-implementation-plan.html</loc>
119
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
131
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
120
132
  <changefreq>monthly</changefreq>
121
133
  <priority>0.8</priority>
122
134
  </url>
123
135
  <url>
124
136
  <loc>https://doc-builder-delta.vercel.app/guides/supabase-auth-integration-plan.html</loc>
125
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
137
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
126
138
  <changefreq>monthly</changefreq>
127
139
  <priority>0.8</priority>
128
140
  </url>
129
141
  <url>
130
142
  <loc>https://doc-builder-delta.vercel.app/guides/supabase-auth-setup-guide.html</loc>
131
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
143
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
132
144
  <changefreq>monthly</changefreq>
133
145
  <priority>0.8</priority>
134
146
  </url>
135
147
  <url>
136
148
  <loc>https://doc-builder-delta.vercel.app/guides/troubleshooting-guide.html</loc>
137
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
149
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
138
150
  <changefreq>monthly</changefreq>
139
151
  <priority>0.8</priority>
140
152
  </url>
141
153
  <url>
142
154
  <loc>https://doc-builder-delta.vercel.app/guides/vercel-deployment-auth-setup.html</loc>
143
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
155
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
144
156
  <changefreq>monthly</changefreq>
145
157
  <priority>0.8</priority>
146
158
  </url>
147
159
  <url>
148
160
  <loc>https://doc-builder-delta.vercel.app/guides/windows-setup-guide.html</loc>
149
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
161
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
150
162
  <changefreq>monthly</changefreq>
151
163
  <priority>0.8</priority>
152
164
  </url>
153
165
  <url>
154
166
  <loc>https://doc-builder-delta.vercel.app/image-modal-test.html</loc>
155
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
167
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
156
168
  <changefreq>monthly</changefreq>
157
169
  <priority>0.6</priority>
158
170
  </url>
159
171
  <url>
160
172
  <loc>https://doc-builder-delta.vercel.app/index.html</loc>
161
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
173
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
162
174
  <changefreq>weekly</changefreq>
163
175
  <priority>1.0</priority>
164
176
  </url>
165
177
  <url>
166
178
  <loc>https://doc-builder-delta.vercel.app/launch/README.html</loc>
167
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
179
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
168
180
  <changefreq>monthly</changefreq>
169
181
  <priority>0.6</priority>
170
182
  </url>
171
183
  <url>
172
184
  <loc>https://doc-builder-delta.vercel.app/launch/bubble-plugin-specification.html</loc>
173
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
185
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
174
186
  <changefreq>monthly</changefreq>
175
187
  <priority>0.6</priority>
176
188
  </url>
177
189
  <url>
178
190
  <loc>https://doc-builder-delta.vercel.app/launch/go-to-market-strategy.html</loc>
179
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
191
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
180
192
  <changefreq>monthly</changefreq>
181
193
  <priority>0.6</priority>
182
194
  </url>
183
195
  <url>
184
196
  <loc>https://doc-builder-delta.vercel.app/launch/launch-announcements.html</loc>
185
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
197
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
186
198
  <changefreq>monthly</changefreq>
187
199
  <priority>0.6</priority>
188
200
  </url>
189
201
  <url>
190
202
  <loc>https://doc-builder-delta.vercel.app/private/cache-control-anti-pattern.html</loc>
191
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
203
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
192
204
  <changefreq>monthly</changefreq>
193
205
  <priority>0.6</priority>
194
206
  </url>
195
207
  <url>
196
208
  <loc>https://doc-builder-delta.vercel.app/private/launch/README.html</loc>
197
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
209
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
198
210
  <changefreq>monthly</changefreq>
199
211
  <priority>0.6</priority>
200
212
  </url>
201
213
  <url>
202
214
  <loc>https://doc-builder-delta.vercel.app/private/launch/auth-cleanup-summary.html</loc>
203
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
215
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
204
216
  <changefreq>monthly</changefreq>
205
217
  <priority>0.6</priority>
206
218
  </url>
207
219
  <url>
208
220
  <loc>https://doc-builder-delta.vercel.app/private/launch/bubble-plugin-specification.html</loc>
209
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
221
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
210
222
  <changefreq>monthly</changefreq>
211
223
  <priority>0.6</priority>
212
224
  </url>
213
225
  <url>
214
226
  <loc>https://doc-builder-delta.vercel.app/private/launch/go-to-market-strategy.html</loc>
215
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
227
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
216
228
  <changefreq>monthly</changefreq>
217
229
  <priority>0.6</priority>
218
230
  </url>
219
231
  <url>
220
232
  <loc>https://doc-builder-delta.vercel.app/private/launch/launch-announcements.html</loc>
221
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
233
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
222
234
  <changefreq>monthly</changefreq>
223
235
  <priority>0.6</priority>
224
236
  </url>
225
237
  <url>
226
238
  <loc>https://doc-builder-delta.vercel.app/private/launch/vercel-deployment-auth-setup.html</loc>
227
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
239
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
228
240
  <changefreq>monthly</changefreq>
229
241
  <priority>0.6</priority>
230
242
  </url>
231
243
  <url>
232
244
  <loc>https://doc-builder-delta.vercel.app/private/next-steps-walkthrough.html</loc>
233
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
245
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
234
246
  <changefreq>monthly</changefreq>
235
247
  <priority>0.6</priority>
236
248
  </url>
237
249
  <url>
238
250
  <loc>https://doc-builder-delta.vercel.app/private/supabase-auth-implementation-completed.html</loc>
239
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
251
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
240
252
  <changefreq>monthly</changefreq>
241
253
  <priority>0.6</priority>
242
254
  </url>
243
255
  <url>
244
256
  <loc>https://doc-builder-delta.vercel.app/private/supabase-auth-implementation-plan.html</loc>
245
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
257
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
246
258
  <changefreq>monthly</changefreq>
247
259
  <priority>0.6</priority>
248
260
  </url>
249
261
  <url>
250
262
  <loc>https://doc-builder-delta.vercel.app/private/supabase-auth-integration-plan.html</loc>
251
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
263
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
252
264
  <changefreq>monthly</changefreq>
253
265
  <priority>0.6</priority>
254
266
  </url>
255
267
  <url>
256
268
  <loc>https://doc-builder-delta.vercel.app/private/supabase-auth-setup-guide.html</loc>
257
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
269
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
258
270
  <changefreq>monthly</changefreq>
259
271
  <priority>0.8</priority>
260
272
  </url>
261
273
  <url>
262
274
  <loc>https://doc-builder-delta.vercel.app/private/test-private-doc.html</loc>
263
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
275
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
264
276
  <changefreq>monthly</changefreq>
265
277
  <priority>0.6</priority>
266
278
  </url>
267
279
  <url>
268
280
  <loc>https://doc-builder-delta.vercel.app/private/user-management-tooling.html</loc>
269
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
281
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
270
282
  <changefreq>monthly</changefreq>
271
283
  <priority>0.6</priority>
272
284
  </url>
273
285
  <url>
274
286
  <loc>https://doc-builder-delta.vercel.app/prompts/markdown-document-standards.html</loc>
275
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
287
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
276
288
  <changefreq>monthly</changefreq>
277
289
  <priority>0.6</priority>
278
290
  </url>
279
291
  <url>
280
292
  <loc>https://doc-builder-delta.vercel.app/vercel-cli-setup-guide.html</loc>
281
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
293
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
282
294
  <changefreq>monthly</changefreq>
283
295
  <priority>0.8</priority>
284
296
  </url>
285
297
  <url>
286
298
  <loc>https://doc-builder-delta.vercel.app/vercel-first-time-setup-guide.html</loc>
287
- <lastmod>2025-07-28T10:31:53.277Z</lastmod>
299
+ <lastmod>2025-07-28T16:34:27.998Z</lastmod>
288
300
  <changefreq>monthly</changefreq>
289
301
  <priority>0.8</priority>
290
302
  </url>
@@ -98,8 +98,8 @@
98
98
  "name": "Knowcode Ltd",
99
99
  "url": "https://knowcode.tech"
100
100
  },
101
- "datePublished": "2025-07-28T10:31:53.262Z",
102
- "dateModified": "2025-07-28T10:31:53.262Z",
101
+ "datePublished": "2025-07-28T16:34:27.986Z",
102
+ "dateModified": "2025-07-28T16:34:27.986Z",
103
103
  "mainEntityOfPage": {
104
104
  "@type": "WebPage",
105
105
  "@id": "https://doc-builder-delta.vercel.app/vercel-cli-setup-guide.html"
@@ -132,7 +132,7 @@
132
132
 
133
133
  <div class="header-actions">
134
134
  <div class="deployment-info">
135
- <span class="deployment-date" title="Built with doc-builder v1.9.1">Last updated: Jul 28, 2025, 10:31 AM UTC</span>
135
+ <span class="deployment-date" title="Built with doc-builder v1.9.3">Last updated: Jul 28, 2025, 04:34 PM UTC</span>
136
136
  </div>
137
137
 
138
138
 
@@ -203,6 +203,7 @@
203
203
  <a href="/guides/image-modal-guide.html" class="nav-item" data-tooltip="When users click on any image in your generated documentation, it opens in a professional modal overlay with: Full-screen viewing experience Smooth..."><i class="fas fa-file-alt"></i> Image Modal Guide</a>
204
204
  <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>
205
205
  <a href="/guides/private-directory-authentication.html" class="nav-item" data-tooltip="The @knowcode/doc-builder provides flexible authentication options to protect your documentation."><i class="fas fa-file-alt"></i> Private Directory Authentication</a>
206
+ <a href="/guides/private-directory-authentication-troubleshooting.html" class="nav-item" data-tooltip="Private Directory Authentication Troubleshooting."><i class="fas fa-file-alt"></i> Private Directory Authentication Troubleshooting</a>
206
207
  <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>
207
208
  <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>
208
209
  <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>
@@ -98,8 +98,8 @@
98
98
  "name": "Knowcode Ltd",
99
99
  "url": "https://knowcode.tech"
100
100
  },
101
- "datePublished": "2025-07-28T10:31:53.264Z",
102
- "dateModified": "2025-07-28T10:31:53.264Z",
101
+ "datePublished": "2025-07-28T16:34:27.987Z",
102
+ "dateModified": "2025-07-28T16:34:27.987Z",
103
103
  "mainEntityOfPage": {
104
104
  "@type": "WebPage",
105
105
  "@id": "https://doc-builder-delta.vercel.app/vercel-first-time-setup-guide.html"
@@ -132,7 +132,7 @@
132
132
 
133
133
  <div class="header-actions">
134
134
  <div class="deployment-info">
135
- <span class="deployment-date" title="Built with doc-builder v1.9.1">Last updated: Jul 28, 2025, 10:31 AM UTC</span>
135
+ <span class="deployment-date" title="Built with doc-builder v1.9.3">Last updated: Jul 28, 2025, 04:34 PM UTC</span>
136
136
  </div>
137
137
 
138
138
 
@@ -203,6 +203,7 @@
203
203
  <a href="/guides/image-modal-guide.html" class="nav-item" data-tooltip="When users click on any image in your generated documentation, it opens in a professional modal overlay with: Full-screen viewing experience Smooth..."><i class="fas fa-file-alt"></i> Image Modal Guide</a>
204
204
  <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>
205
205
  <a href="/guides/private-directory-authentication.html" class="nav-item" data-tooltip="The @knowcode/doc-builder provides flexible authentication options to protect your documentation."><i class="fas fa-file-alt"></i> Private Directory Authentication</a>
206
+ <a href="/guides/private-directory-authentication-troubleshooting.html" class="nav-item" data-tooltip="Private Directory Authentication Troubleshooting."><i class="fas fa-file-alt"></i> Private Directory Authentication Troubleshooting</a>
206
207
  <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>
207
208
  <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>
208
209
  <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>
@@ -62,6 +62,8 @@ const emojiToPhosphor = {
62
62
  '✒️': '<i class="ph ph-pen" aria-label="write"></i>',
63
63
  '🖊️': '<i class="ph ph-pen-nib" aria-label="pen"></i>',
64
64
  '🖋️': '<i class="ph ph-pen-nib-straight" aria-label="fountain pen"></i>',
65
+ '🏷️': '<i class="ph ph-tag" aria-label="tag"></i>',
66
+ '👁️': '<i class="ph ph-eye" aria-label="view"></i>',
65
67
  '📐': '<i class="ph ph-ruler" aria-label="measure"></i>',
66
68
  '📏': '<i class="ph ph-ruler" aria-label="ruler"></i>',
67
69
 
@@ -87,16 +87,17 @@ class SupabaseAuth {
87
87
  if (isPrivatePage) {
88
88
  showAccessDenied();
89
89
  } else {
90
- // Public page, just show it
91
- document.body.classList.add('authenticated');
90
+ // Public page, show it but don't grant private navigation access
91
+ document.body.classList.add('authenticated'); // Show body content
92
92
  updateAuthButton(false);
93
93
  }
94
94
  return;
95
95
  }
96
96
 
97
- // User is authenticated and has access
97
+ // User is authenticated and has domain access - grant full access including private nav
98
98
  console.log('User authenticated and authorized');
99
99
  document.body.classList.add('authenticated');
100
+ document.body.classList.add('has-private-access'); // Grant private navigation access
100
101
  updateAuthButton(true);
101
102
 
102
103
  } catch (error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knowcode/doc-builder",
3
- "version": "1.9.2",
3
+ "version": "1.9.3",
4
4
  "description": "Reusable documentation builder for markdown-based sites with Vercel deployment support",
5
5
  "main": "index.js",
6
6
  "bin": {