@knowcode/doc-builder 1.9.10 → 1.9.12
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.
- package/README.md +54 -9
- package/doc-builder.config.js +1 -1
- package/doc-builder.config.js.backup.1753945707032 +115 -0
- package/html/README.html +39 -28
- package/html/auth.js +17 -7
- package/html/documentation-index.html +14 -5
- package/html/guides/authentication-default-change.html +7 -3
- package/html/guides/authentication-guide.html +35 -15
- package/html/guides/claude-workflow-guide.html +14 -10
- package/html/guides/configuration-guide.html +443 -0
- package/html/guides/documentation-standards.html +11 -7
- package/html/guides/html-embedding-guide.html +17 -13
- package/html/guides/image-modal-guide.html +9 -5
- package/html/guides/phosphor-icons-guide.html +27 -23
- package/html/guides/private-directory-authentication-troubleshooting.html +21 -17
- package/html/guides/private-directory-authentication.html +7 -3
- package/html/guides/public-site-deployment.html +7 -3
- package/html/guides/search-engine-verification-guide.html +7 -3
- package/html/guides/seo-guide.html +7 -3
- package/html/guides/seo-optimization-guide.html +35 -31
- package/html/guides/supabase-authentication-complete-guide.html +860 -0
- package/html/guides/troubleshooting-guide.html +18 -14
- package/html/guides/windows-setup-guide.html +38 -34
- package/html/image-modal-test.html +7 -3
- package/html/index.html +39 -28
- package/html/js/auth.js +17 -7
- package/html/private/cache-control-anti-pattern.html +12 -8
- package/html/private/launch/README.html +15 -11
- package/html/private/launch/auth-cleanup-summary.html +24 -20
- package/html/private/launch/bubble-plugin-specification.html +7 -3
- package/html/private/launch/go-to-market-strategy.html +9 -5
- package/html/private/launch/launch-announcements.html +23 -19
- package/html/private/launch/vercel-deployment-auth-setup.html +9 -5
- package/html/private/next-steps-walkthrough.html +14 -10
- package/html/private/supabase-auth-implementation-completed.html +20 -16
- package/html/private/supabase-auth-implementation-plan.html +13 -9
- package/html/private/supabase-auth-integration-plan.html +19 -15
- package/html/private/supabase-auth-setup-guide.html +16 -12
- package/html/private/test-private-doc.html +7 -3
- package/html/private/user-management-tooling.html +7 -3
- package/html/prompts/beautiful-documentation-design.html +778 -0
- package/html/prompts/markdown-document-standards.html +11 -7
- package/html/sitemap.xml +69 -51
- package/html/vercel-cli-setup-guide.html +10 -6
- package/html/vercel-first-time-setup-guide.html +7 -3
- package/lib/core-builder.js +27 -8
- package/lib/emoji-mapper.js +3 -0
- package/lib/seo.js +2 -0
- package/package.json +1 -1
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
<meta name="description" content="Transform @knowcode/doc-builder from basic client-side authentication to a sophisticated, centralized authentication system powered by Supabase that enables:">
|
|
7
7
|
<title>Supabase Authentication Integration Plan for @k...</title>
|
|
8
8
|
|
|
9
|
+
<meta name="generator" content="@knowcode/doc-builder by Knowcode Ltd">
|
|
9
10
|
<meta name="author" content="Lindsay Smith">
|
|
10
11
|
<meta name="keywords" content="documentation, markdown, static site generator, vercel, notion-style, authentication, security">
|
|
11
12
|
<meta name="robots" content="index, follow">
|
|
@@ -98,8 +99,8 @@
|
|
|
98
99
|
"name": "Knowcode Ltd",
|
|
99
100
|
"url": "https://knowcode.tech"
|
|
100
101
|
},
|
|
101
|
-
"datePublished": "2025-07-
|
|
102
|
-
"dateModified": "2025-07-
|
|
102
|
+
"datePublished": "2025-07-31T07:08:27.417Z",
|
|
103
|
+
"dateModified": "2025-07-31T07:08:27.417Z",
|
|
103
104
|
"mainEntityOfPage": {
|
|
104
105
|
"@type": "WebPage",
|
|
105
106
|
"@id": "https://doc-builder-delta.vercel.app/private/supabase-auth-integration-plan.html"
|
|
@@ -138,7 +139,7 @@
|
|
|
138
139
|
|
|
139
140
|
<div class="header-actions">
|
|
140
141
|
<div class="deployment-info">
|
|
141
|
-
<span class="deployment-date" title="Built with doc-builder v1.9.
|
|
142
|
+
<span class="deployment-date" title="Built with doc-builder v1.9.11">Last updated: Jul 31, 2025, 07:08 AM UTC</span>
|
|
142
143
|
</div>
|
|
143
144
|
|
|
144
145
|
|
|
@@ -204,6 +205,7 @@
|
|
|
204
205
|
<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="ph ph-file-text"></i> Authentication Default Change</a>
|
|
205
206
|
<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="ph ph-check-circle" style="color: #059669;"></i> Authentication Guide</a>
|
|
206
207
|
<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="ph ph-pencil-simple" style="color: #d97706;"></i> Claude Workflow Guide</a>
|
|
208
|
+
<a href="/guides/configuration-guide.html" class="nav-item" data-tooltip="This guide explains how @knowcode/doc-builder handles configuration files and settings."><i class="ph ph-check-circle" style="color: #059669;"></i> Configuration Guide</a>
|
|
207
209
|
<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="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Standards</a>
|
|
208
210
|
<a href="/guides/html-embedding-guide.html" class="nav-item" data-tooltip="Starting from version 1.9.2, doc-builder treats HTML files ( and ) as attachments that are automatically copied to your output directory during the..."><i class="ph ph-check-circle" style="color: #059669;"></i> Html Embedding Guide</a>
|
|
209
211
|
<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="ph ph-check-circle" style="color: #059669;"></i> Image Modal Guide</a>
|
|
@@ -214,6 +216,7 @@
|
|
|
214
216
|
<a href="/guides/search-engine-verification-guide.html" class="nav-item" data-tooltip="Search engine verification provides access to powerful webmaster tools:."><i class="ph ph-check-circle" style="color: #059669;"></i> Search Engine Verification Guide</a>
|
|
215
217
|
<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="ph ph-check-circle" style="color: #059669;"></i> Seo Guide</a>
|
|
216
218
|
<a href="/guides/seo-optimization-guide.html" class="nav-item" data-tooltip="Comprehensive guide to optimizing documentation for search engines. Learn SEO best practices, use built-in features, and improve your rankings."><i class="ph ph-check-circle" style="color: #059669;"></i> Seo Optimization Guide</a>
|
|
219
|
+
<a href="/guides/supabase-authentication-complete-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes built-in Supabase authentication that provides enterprise-grade security with zero configuration."><i class="ph ph-check-circle" style="color: #059669;"></i> Supabase Authentication Complete Guide</a>
|
|
217
220
|
<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="ph ph-check-circle" style="color: #059669;"></i> Troubleshooting Guide</a>
|
|
218
221
|
<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="ph ph-check-circle" style="color: #059669;"></i> Windows Setup Guide</a></div></div>
|
|
219
222
|
<div class="nav-section private-nav" data-level="1">
|
|
@@ -245,6 +248,7 @@
|
|
|
245
248
|
<i class="ph ph-caret-right collapse-icon"></i><i class="ph ph-chat-circle-dots"></i> Prompts
|
|
246
249
|
</a>
|
|
247
250
|
<div class="nav-content collapsed" id="nav-prompts-1">
|
|
251
|
+
<a href="/prompts/beautiful-documentation-design.html" class="nav-item" data-tooltip="🎨 Beautiful Documentation Design Guide."><i class="ph ph-check-circle" style="color: #059669;"></i> Beautiful Documentation Design</a>
|
|
248
252
|
<a href="/prompts/markdown-document-standards.html" class="nav-item" data-tooltip="Detailed introduction to the topic..."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Markdown Document Standards</a></div></div>
|
|
249
253
|
</nav>
|
|
250
254
|
<div class="resize-handle"></div>
|
|
@@ -579,21 +583,21 @@ npx @knowcode/doc-builder auth logs --days 30
|
|
|
579
583
|
<h2>Security Benefits</h2>
|
|
580
584
|
<h3>Current Basic Auth Vulnerabilities</h3>
|
|
581
585
|
<ul>
|
|
582
|
-
<li><i class="ph ph-x-circle" aria-label="error"></i> Credentials visible in browser</li>
|
|
583
|
-
<li><i class="ph ph-x-circle" aria-label="error"></i> No password hashing</li>
|
|
584
|
-
<li><i class="ph ph-x-circle" aria-label="error"></i> No session management</li>
|
|
585
|
-
<li><i class="ph ph-x-circle" aria-label="error"></i> No audit trail</li>
|
|
586
|
-
<li><i class="ph ph-x-circle" aria-label="error"></i> Single shared password</li>
|
|
586
|
+
<li><i style="font-size: 1.2em" class="ph ph-x-circle" aria-label="error"></i> Credentials visible in browser</li>
|
|
587
|
+
<li><i style="font-size: 1.2em" class="ph ph-x-circle" aria-label="error"></i> No password hashing</li>
|
|
588
|
+
<li><i style="font-size: 1.2em" class="ph ph-x-circle" aria-label="error"></i> No session management</li>
|
|
589
|
+
<li><i style="font-size: 1.2em" class="ph ph-x-circle" aria-label="error"></i> No audit trail</li>
|
|
590
|
+
<li><i style="font-size: 1.2em" class="ph ph-x-circle" aria-label="error"></i> Single shared password</li>
|
|
587
591
|
</ul>
|
|
588
592
|
<h3>Supabase Auth Security</h3>
|
|
589
593
|
<ul>
|
|
590
|
-
<li><i class="ph ph-check-circle" aria-label="checked"></i> Server-side authentication</li>
|
|
591
|
-
<li><i class="ph ph-check-circle" aria-label="checked"></i> Bcrypt password hashing</li>
|
|
592
|
-
<li><i class="ph ph-check-circle" aria-label="checked"></i> JWT tokens with expiration</li>
|
|
593
|
-
<li><i class="ph ph-check-circle" aria-label="checked"></i> Row Level Security</li>
|
|
594
|
-
<li><i class="ph ph-check-circle" aria-label="checked"></i> Comprehensive audit logs</li>
|
|
595
|
-
<li><i class="ph ph-check-circle" aria-label="checked"></i> Multi-factor authentication support</li>
|
|
596
|
-
<li><i class="ph ph-check-circle" aria-label="checked"></i> OAuth provider support</li>
|
|
594
|
+
<li><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> Server-side authentication</li>
|
|
595
|
+
<li><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> Bcrypt password hashing</li>
|
|
596
|
+
<li><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> JWT tokens with expiration</li>
|
|
597
|
+
<li><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> Row Level Security</li>
|
|
598
|
+
<li><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> Comprehensive audit logs</li>
|
|
599
|
+
<li><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> Multi-factor authentication support</li>
|
|
600
|
+
<li><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> OAuth provider support</li>
|
|
597
601
|
</ul>
|
|
598
602
|
<h2>Cost Analysis</h2>
|
|
599
603
|
<h3>Supabase Free Tier</h3>
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
<meta name="description" content="Complete guide for setting up secure authentication for your @knowcode/doc-builder documentation sites using Supabase.">
|
|
7
7
|
<title>Supabase Authentication Setup Guide | @knowcode/doc-builder</title>
|
|
8
8
|
|
|
9
|
+
<meta name="generator" content="@knowcode/doc-builder by Knowcode Ltd">
|
|
9
10
|
<meta name="author" content="Lindsay Smith">
|
|
10
11
|
<meta name="keywords" content="documentation, markdown, static site generator, vercel, notion-style, supabase, your">
|
|
11
12
|
<meta name="robots" content="index, follow">
|
|
@@ -98,8 +99,8 @@
|
|
|
98
99
|
"name": "Knowcode Ltd",
|
|
99
100
|
"url": "https://knowcode.tech"
|
|
100
101
|
},
|
|
101
|
-
"datePublished": "2025-07-
|
|
102
|
-
"dateModified": "2025-07-
|
|
102
|
+
"datePublished": "2025-07-31T07:08:27.419Z",
|
|
103
|
+
"dateModified": "2025-07-31T07:08:27.419Z",
|
|
103
104
|
"mainEntityOfPage": {
|
|
104
105
|
"@type": "WebPage",
|
|
105
106
|
"@id": "https://doc-builder-delta.vercel.app/private/supabase-auth-setup-guide.html"
|
|
@@ -138,7 +139,7 @@
|
|
|
138
139
|
|
|
139
140
|
<div class="header-actions">
|
|
140
141
|
<div class="deployment-info">
|
|
141
|
-
<span class="deployment-date" title="Built with doc-builder v1.9.
|
|
142
|
+
<span class="deployment-date" title="Built with doc-builder v1.9.11">Last updated: Jul 31, 2025, 07:08 AM UTC</span>
|
|
142
143
|
</div>
|
|
143
144
|
|
|
144
145
|
|
|
@@ -204,6 +205,7 @@
|
|
|
204
205
|
<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="ph ph-file-text"></i> Authentication Default Change</a>
|
|
205
206
|
<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="ph ph-check-circle" style="color: #059669;"></i> Authentication Guide</a>
|
|
206
207
|
<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="ph ph-pencil-simple" style="color: #d97706;"></i> Claude Workflow Guide</a>
|
|
208
|
+
<a href="/guides/configuration-guide.html" class="nav-item" data-tooltip="This guide explains how @knowcode/doc-builder handles configuration files and settings."><i class="ph ph-check-circle" style="color: #059669;"></i> Configuration Guide</a>
|
|
207
209
|
<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="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Standards</a>
|
|
208
210
|
<a href="/guides/html-embedding-guide.html" class="nav-item" data-tooltip="Starting from version 1.9.2, doc-builder treats HTML files ( and ) as attachments that are automatically copied to your output directory during the..."><i class="ph ph-check-circle" style="color: #059669;"></i> Html Embedding Guide</a>
|
|
209
211
|
<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="ph ph-check-circle" style="color: #059669;"></i> Image Modal Guide</a>
|
|
@@ -214,6 +216,7 @@
|
|
|
214
216
|
<a href="/guides/search-engine-verification-guide.html" class="nav-item" data-tooltip="Search engine verification provides access to powerful webmaster tools:."><i class="ph ph-check-circle" style="color: #059669;"></i> Search Engine Verification Guide</a>
|
|
215
217
|
<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="ph ph-check-circle" style="color: #059669;"></i> Seo Guide</a>
|
|
216
218
|
<a href="/guides/seo-optimization-guide.html" class="nav-item" data-tooltip="Comprehensive guide to optimizing documentation for search engines. Learn SEO best practices, use built-in features, and improve your rankings."><i class="ph ph-check-circle" style="color: #059669;"></i> Seo Optimization Guide</a>
|
|
219
|
+
<a href="/guides/supabase-authentication-complete-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes built-in Supabase authentication that provides enterprise-grade security with zero configuration."><i class="ph ph-check-circle" style="color: #059669;"></i> Supabase Authentication Complete Guide</a>
|
|
217
220
|
<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="ph ph-check-circle" style="color: #059669;"></i> Troubleshooting Guide</a>
|
|
218
221
|
<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="ph ph-check-circle" style="color: #059669;"></i> Windows Setup Guide</a></div></div>
|
|
219
222
|
<div class="nav-section private-nav" data-level="1">
|
|
@@ -245,6 +248,7 @@
|
|
|
245
248
|
<i class="ph ph-caret-right collapse-icon"></i><i class="ph ph-chat-circle-dots"></i> Prompts
|
|
246
249
|
</a>
|
|
247
250
|
<div class="nav-content collapsed" id="nav-prompts-1">
|
|
251
|
+
<a href="/prompts/beautiful-documentation-design.html" class="nav-item" data-tooltip="🎨 Beautiful Documentation Design Guide."><i class="ph ph-check-circle" style="color: #059669;"></i> Beautiful Documentation Design</a>
|
|
248
252
|
<a href="/prompts/markdown-document-standards.html" class="nav-item" data-tooltip="Detailed introduction to the topic..."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Markdown Document Standards</a></div></div>
|
|
249
253
|
</nav>
|
|
250
254
|
<div class="resize-handle"></div>
|
|
@@ -315,7 +319,7 @@ CREATE POLICY "Users see own access" ON docbuilder_access
|
|
|
315
319
|
</ul>
|
|
316
320
|
</li>
|
|
317
321
|
</ol>
|
|
318
|
-
<p><i class="ph ph-warning-circle" aria-label="warning"></i> <strong>Never share your service role key</strong> - only use the anon/public key for doc-builder.</p>
|
|
322
|
+
<p><i style="font-size: 1.2em" class="ph ph-warning-circle" aria-label="warning"></i> <strong>Never share your service role key</strong> - only use the anon/public key for doc-builder.</p>
|
|
319
323
|
<h2>Step 4: Initialize Authentication</h2>
|
|
320
324
|
<h3>Option 1: Automatic Setup (v1.8.2+)</h3>
|
|
321
325
|
<p>Just create a config file or use the <code>--preset</code> flag:</p>
|
|
@@ -385,7 +389,7 @@ npx @knowcode/doc-builder build
|
|
|
385
389
|
# Deploy to Vercel
|
|
386
390
|
npx @knowcode/doc-builder deploy
|
|
387
391
|
</code></pre>
|
|
388
|
-
<p>Your documentation site now has secure authentication! <i class="ph ph-confetti" aria-label="party"></i></p>
|
|
392
|
+
<p>Your documentation site now has secure authentication! <i style="font-size: 1.2em" class="ph ph-confetti" aria-label="party"></i></p>
|
|
389
393
|
<h2>User Management</h2>
|
|
390
394
|
<h3>List Users with Access</h3>
|
|
391
395
|
<pre><code class="language-sql">-- List all users for a specific domain
|
|
@@ -437,13 +441,13 @@ INSERT INTO docbuilder_access (user_id, domain) VALUES
|
|
|
437
441
|
<h2>Security Features</h2>
|
|
438
442
|
<h3>What Supabase Provides</h3>
|
|
439
443
|
<ul>
|
|
440
|
-
<li><i class="ph ph-check-circle" aria-label="checked"></i> <strong>Password hashing</strong> with bcrypt</li>
|
|
441
|
-
<li><i class="ph ph-check-circle" aria-label="checked"></i> <strong>JWT tokens</strong> with automatic refresh</li>
|
|
442
|
-
<li><i class="ph ph-check-circle" aria-label="checked"></i> <strong>Session management</strong> with secure cookies</li>
|
|
443
|
-
<li><i class="ph ph-check-circle" aria-label="checked"></i> <strong>Rate limiting</strong> on authentication endpoints</li>
|
|
444
|
-
<li><i class="ph ph-check-circle" aria-label="checked"></i> <strong>Email verification</strong> (optional)</li>
|
|
445
|
-
<li><i class="ph ph-check-circle" aria-label="checked"></i> <strong>Password reset</strong> flows</li>
|
|
446
|
-
<li><i class="ph ph-check-circle" aria-label="checked"></i> <strong>Multi-factor authentication</strong> (optional)</li>
|
|
444
|
+
<li><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> <strong>Password hashing</strong> with bcrypt</li>
|
|
445
|
+
<li><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> <strong>JWT tokens</strong> with automatic refresh</li>
|
|
446
|
+
<li><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> <strong>Session management</strong> with secure cookies</li>
|
|
447
|
+
<li><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> <strong>Rate limiting</strong> on authentication endpoints</li>
|
|
448
|
+
<li><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> <strong>Email verification</strong> (optional)</li>
|
|
449
|
+
<li><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> <strong>Password reset</strong> flows</li>
|
|
450
|
+
<li><i style="font-size: 1.2em" class="ph ph-check-circle" aria-label="checked"></i> <strong>Multi-factor authentication</strong> (optional)</li>
|
|
447
451
|
</ul>
|
|
448
452
|
<h3>Row Level Security</h3>
|
|
449
453
|
<p>All data access is protected by RLS policies:</p>
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
<meta name="description" content="This is a test document in the private directory. It should only be visible to authenticated users.">
|
|
7
7
|
<title>Test Private Document | @knowcode/doc-builder</title>
|
|
8
8
|
|
|
9
|
+
<meta name="generator" content="@knowcode/doc-builder by Knowcode Ltd">
|
|
9
10
|
<meta name="author" content="Lindsay Smith">
|
|
10
11
|
<meta name="keywords" content="documentation, markdown, static site generator, vercel, notion-style, private, should">
|
|
11
12
|
<meta name="robots" content="index, follow">
|
|
@@ -98,8 +99,8 @@
|
|
|
98
99
|
"name": "Knowcode Ltd",
|
|
99
100
|
"url": "https://knowcode.tech"
|
|
100
101
|
},
|
|
101
|
-
"datePublished": "2025-07-
|
|
102
|
-
"dateModified": "2025-07-
|
|
102
|
+
"datePublished": "2025-07-31T07:08:27.420Z",
|
|
103
|
+
"dateModified": "2025-07-31T07:08:27.420Z",
|
|
103
104
|
"mainEntityOfPage": {
|
|
104
105
|
"@type": "WebPage",
|
|
105
106
|
"@id": "https://doc-builder-delta.vercel.app/private/test-private-doc.html"
|
|
@@ -138,7 +139,7 @@
|
|
|
138
139
|
|
|
139
140
|
<div class="header-actions">
|
|
140
141
|
<div class="deployment-info">
|
|
141
|
-
<span class="deployment-date" title="Built with doc-builder v1.9.
|
|
142
|
+
<span class="deployment-date" title="Built with doc-builder v1.9.11">Last updated: Jul 31, 2025, 07:08 AM UTC</span>
|
|
142
143
|
</div>
|
|
143
144
|
|
|
144
145
|
|
|
@@ -204,6 +205,7 @@
|
|
|
204
205
|
<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="ph ph-file-text"></i> Authentication Default Change</a>
|
|
205
206
|
<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="ph ph-check-circle" style="color: #059669;"></i> Authentication Guide</a>
|
|
206
207
|
<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="ph ph-pencil-simple" style="color: #d97706;"></i> Claude Workflow Guide</a>
|
|
208
|
+
<a href="/guides/configuration-guide.html" class="nav-item" data-tooltip="This guide explains how @knowcode/doc-builder handles configuration files and settings."><i class="ph ph-check-circle" style="color: #059669;"></i> Configuration Guide</a>
|
|
207
209
|
<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="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Standards</a>
|
|
208
210
|
<a href="/guides/html-embedding-guide.html" class="nav-item" data-tooltip="Starting from version 1.9.2, doc-builder treats HTML files ( and ) as attachments that are automatically copied to your output directory during the..."><i class="ph ph-check-circle" style="color: #059669;"></i> Html Embedding Guide</a>
|
|
209
211
|
<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="ph ph-check-circle" style="color: #059669;"></i> Image Modal Guide</a>
|
|
@@ -214,6 +216,7 @@
|
|
|
214
216
|
<a href="/guides/search-engine-verification-guide.html" class="nav-item" data-tooltip="Search engine verification provides access to powerful webmaster tools:."><i class="ph ph-check-circle" style="color: #059669;"></i> Search Engine Verification Guide</a>
|
|
215
217
|
<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="ph ph-check-circle" style="color: #059669;"></i> Seo Guide</a>
|
|
216
218
|
<a href="/guides/seo-optimization-guide.html" class="nav-item" data-tooltip="Comprehensive guide to optimizing documentation for search engines. Learn SEO best practices, use built-in features, and improve your rankings."><i class="ph ph-check-circle" style="color: #059669;"></i> Seo Optimization Guide</a>
|
|
219
|
+
<a href="/guides/supabase-authentication-complete-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes built-in Supabase authentication that provides enterprise-grade security with zero configuration."><i class="ph ph-check-circle" style="color: #059669;"></i> Supabase Authentication Complete Guide</a>
|
|
217
220
|
<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="ph ph-check-circle" style="color: #059669;"></i> Troubleshooting Guide</a>
|
|
218
221
|
<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="ph ph-check-circle" style="color: #059669;"></i> Windows Setup Guide</a></div></div>
|
|
219
222
|
<div class="nav-section private-nav" data-level="1">
|
|
@@ -245,6 +248,7 @@
|
|
|
245
248
|
<i class="ph ph-caret-right collapse-icon"></i><i class="ph ph-chat-circle-dots"></i> Prompts
|
|
246
249
|
</a>
|
|
247
250
|
<div class="nav-content collapsed" id="nav-prompts-1">
|
|
251
|
+
<a href="/prompts/beautiful-documentation-design.html" class="nav-item" data-tooltip="🎨 Beautiful Documentation Design Guide."><i class="ph ph-check-circle" style="color: #059669;"></i> Beautiful Documentation Design</a>
|
|
248
252
|
<a href="/prompts/markdown-document-standards.html" class="nav-item" data-tooltip="Detailed introduction to the topic..."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Markdown Document Standards</a></div></div>
|
|
249
253
|
</nav>
|
|
250
254
|
<div class="resize-handle"></div>
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
<meta name="description" content="This document provides comprehensive documentation for the Supabase user management system created for doc-builder authenticated sites.">
|
|
7
7
|
<title>User Management Tooling | @knowcode/doc-builder</title>
|
|
8
8
|
|
|
9
|
+
<meta name="generator" content="@knowcode/doc-builder by Knowcode Ltd">
|
|
9
10
|
<meta name="author" content="Lindsay Smith">
|
|
10
11
|
<meta name="keywords" content="documentation, markdown, static site generator, vercel, notion-style, user, supabase">
|
|
11
12
|
<meta name="robots" content="index, follow">
|
|
@@ -98,8 +99,8 @@
|
|
|
98
99
|
"name": "Knowcode Ltd",
|
|
99
100
|
"url": "https://knowcode.tech"
|
|
100
101
|
},
|
|
101
|
-
"datePublished": "2025-07-
|
|
102
|
-
"dateModified": "2025-07-
|
|
102
|
+
"datePublished": "2025-07-31T07:08:27.422Z",
|
|
103
|
+
"dateModified": "2025-07-31T07:08:27.422Z",
|
|
103
104
|
"mainEntityOfPage": {
|
|
104
105
|
"@type": "WebPage",
|
|
105
106
|
"@id": "https://doc-builder-delta.vercel.app/private/user-management-tooling.html"
|
|
@@ -138,7 +139,7 @@
|
|
|
138
139
|
|
|
139
140
|
<div class="header-actions">
|
|
140
141
|
<div class="deployment-info">
|
|
141
|
-
<span class="deployment-date" title="Built with doc-builder v1.9.
|
|
142
|
+
<span class="deployment-date" title="Built with doc-builder v1.9.11">Last updated: Jul 31, 2025, 07:08 AM UTC</span>
|
|
142
143
|
</div>
|
|
143
144
|
|
|
144
145
|
|
|
@@ -204,6 +205,7 @@
|
|
|
204
205
|
<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="ph ph-file-text"></i> Authentication Default Change</a>
|
|
205
206
|
<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="ph ph-check-circle" style="color: #059669;"></i> Authentication Guide</a>
|
|
206
207
|
<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="ph ph-pencil-simple" style="color: #d97706;"></i> Claude Workflow Guide</a>
|
|
208
|
+
<a href="/guides/configuration-guide.html" class="nav-item" data-tooltip="This guide explains how @knowcode/doc-builder handles configuration files and settings."><i class="ph ph-check-circle" style="color: #059669;"></i> Configuration Guide</a>
|
|
207
209
|
<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="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Standards</a>
|
|
208
210
|
<a href="/guides/html-embedding-guide.html" class="nav-item" data-tooltip="Starting from version 1.9.2, doc-builder treats HTML files ( and ) as attachments that are automatically copied to your output directory during the..."><i class="ph ph-check-circle" style="color: #059669;"></i> Html Embedding Guide</a>
|
|
209
211
|
<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="ph ph-check-circle" style="color: #059669;"></i> Image Modal Guide</a>
|
|
@@ -214,6 +216,7 @@
|
|
|
214
216
|
<a href="/guides/search-engine-verification-guide.html" class="nav-item" data-tooltip="Search engine verification provides access to powerful webmaster tools:."><i class="ph ph-check-circle" style="color: #059669;"></i> Search Engine Verification Guide</a>
|
|
215
217
|
<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="ph ph-check-circle" style="color: #059669;"></i> Seo Guide</a>
|
|
216
218
|
<a href="/guides/seo-optimization-guide.html" class="nav-item" data-tooltip="Comprehensive guide to optimizing documentation for search engines. Learn SEO best practices, use built-in features, and improve your rankings."><i class="ph ph-check-circle" style="color: #059669;"></i> Seo Optimization Guide</a>
|
|
219
|
+
<a href="/guides/supabase-authentication-complete-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes built-in Supabase authentication that provides enterprise-grade security with zero configuration."><i class="ph ph-check-circle" style="color: #059669;"></i> Supabase Authentication Complete Guide</a>
|
|
217
220
|
<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="ph ph-check-circle" style="color: #059669;"></i> Troubleshooting Guide</a>
|
|
218
221
|
<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="ph ph-check-circle" style="color: #059669;"></i> Windows Setup Guide</a></div></div>
|
|
219
222
|
<div class="nav-section private-nav" data-level="1">
|
|
@@ -245,6 +248,7 @@
|
|
|
245
248
|
<i class="ph ph-caret-right collapse-icon"></i><i class="ph ph-chat-circle-dots"></i> Prompts
|
|
246
249
|
</a>
|
|
247
250
|
<div class="nav-content collapsed" id="nav-prompts-1">
|
|
251
|
+
<a href="/prompts/beautiful-documentation-design.html" class="nav-item" data-tooltip="🎨 Beautiful Documentation Design Guide."><i class="ph ph-check-circle" style="color: #059669;"></i> Beautiful Documentation Design</a>
|
|
248
252
|
<a href="/prompts/markdown-document-standards.html" class="nav-item" data-tooltip="Detailed introduction to the topic..."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Markdown Document Standards</a></div></div>
|
|
249
253
|
</nav>
|
|
250
254
|
<div class="resize-handle"></div>
|