@knowcode/doc-builder 1.7.4 → 1.7.5
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/.claude/settings.local.json +6 -1
- package/CHANGELOG.md +18 -0
- package/README.md +23 -6
- package/RELEASE-NOTES-1.7.5.md +64 -0
- package/cli.js +214 -7
- package/grant-access.sql +15 -0
- package/html/README.html +14 -4
- package/html/auth.js +97 -0
- package/html/documentation-index.html +14 -4
- package/html/guides/authentication-default-change.html +302 -0
- package/html/guides/authentication-guide.html +32 -14
- package/html/guides/cache-control-anti-pattern.html +361 -0
- package/html/guides/claude-workflow-guide.html +14 -4
- package/html/guides/documentation-standards.html +14 -4
- package/html/guides/next-steps-walkthrough.html +638 -0
- package/html/guides/phosphor-icons-guide.html +14 -4
- package/html/guides/public-site-deployment.html +363 -0
- package/html/guides/search-engine-verification-guide.html +14 -4
- package/html/guides/seo-guide.html +14 -4
- package/html/guides/seo-optimization-guide.html +14 -4
- package/html/guides/supabase-auth-implementation-plan.html +543 -0
- package/html/guides/supabase-auth-integration-plan.html +671 -0
- package/html/guides/supabase-auth-setup-guide.html +498 -0
- package/html/guides/troubleshooting-guide.html +14 -4
- package/html/guides/vercel-deployment-auth-setup.html +337 -0
- package/html/guides/windows-setup-guide.html +14 -4
- package/html/index.html +14 -4
- package/html/launch/README.html +14 -4
- package/html/launch/bubble-plugin-specification.html +14 -4
- package/html/launch/go-to-market-strategy.html +14 -4
- package/html/launch/launch-announcements.html +14 -4
- package/html/login.html +102 -0
- package/html/logout.html +18 -0
- package/html/sitemap.xml +69 -21
- package/html/vercel-cli-setup-guide.html +14 -4
- package/html/vercel-first-time-setup-guide.html +14 -4
- package/lib/config.js +11 -26
- package/lib/core-builder.js +51 -87
- package/lib/supabase-auth.js +295 -0
- package/package.json +2 -1
- package/public-config.js +22 -0
- package/public-html/404.html +115 -0
- package/public-html/README.html +149 -0
- package/public-html/css/notion-style.css +2036 -0
- package/public-html/index.html +149 -0
- package/public-html/js/auth.js +67 -0
- package/public-html/js/main.js +1485 -0
- package/quick-test-commands.md +40 -0
- package/recordings/Screenshot 2025-07-24 at 18.22.01.png +0 -0
- package/setup-database.sql +41 -0
- package/test-auth-config.js +17 -0
- package/test-docs/README.md +39 -0
- package/test-html/404.html +115 -0
- package/test-html/README.html +172 -0
- package/test-html/auth.js +97 -0
- package/test-html/css/notion-style.css +2036 -0
- package/test-html/index.html +172 -0
- package/test-html/js/auth.js +97 -0
- package/test-html/js/main.js +1485 -0
- package/test-html/login.html +102 -0
- package/test-html/logout.html +18 -0
- package/update-domain.sql +9 -0
|
@@ -45,6 +45,8 @@
|
|
|
45
45
|
<!-- Styles -->
|
|
46
46
|
<link rel="stylesheet" href="/css/notion-style.css">
|
|
47
47
|
|
|
48
|
+
|
|
49
|
+
|
|
48
50
|
<!-- Favicon -->
|
|
49
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>">
|
|
50
52
|
|
|
@@ -63,8 +65,8 @@
|
|
|
63
65
|
"name": "Knowcode Ltd",
|
|
64
66
|
"url": "https://knowcode.tech"
|
|
65
67
|
},
|
|
66
|
-
"datePublished": "2025-07-
|
|
67
|
-
"dateModified": "2025-07-
|
|
68
|
+
"datePublished": "2025-07-25T13:01:14.194Z",
|
|
69
|
+
"dateModified": "2025-07-25T13:01:14.194Z",
|
|
68
70
|
"mainEntityOfPage": {
|
|
69
71
|
"@type": "WebPage",
|
|
70
72
|
"@id": "https://doc-builder-delta.vercel.app/guides/phosphor-icons-guide.html"
|
|
@@ -103,7 +105,7 @@
|
|
|
103
105
|
|
|
104
106
|
<div class="header-actions">
|
|
105
107
|
<div class="deployment-info">
|
|
106
|
-
<span class="deployment-date" title="Built with doc-builder v1.7.
|
|
108
|
+
<span class="deployment-date" title="Built with doc-builder v1.7.5">Last updated: Jul 25, 2025, 01:01 PM UTC</span>
|
|
107
109
|
</div>
|
|
108
110
|
|
|
109
111
|
|
|
@@ -161,14 +163,22 @@
|
|
|
161
163
|
<i class="fas fa-chevron-right collapse-icon"></i><i class="fas fa-folder"></i> Guides
|
|
162
164
|
</a>
|
|
163
165
|
<div class="nav-content" id="nav-guides-1">
|
|
164
|
-
<a href="/guides/authentication-
|
|
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="🚨 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>
|
|
168
|
+
<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>
|
|
165
169
|
<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>
|
|
166
170
|
<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>
|
|
171
|
+
<a href="/guides/next-steps-walkthrough.html" class="nav-item" data-tooltip="Now that we've implemented Supabase authentication, let's walk through testing the implementation and preparing for deployment."><i class="fas fa-file-alt"></i> Next Steps Walkthrough</a>
|
|
167
172
|
<a href="/guides/phosphor-icons-guide.html" class="nav-item active" 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>
|
|
173
|
+
<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
174
|
<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
175
|
<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
176
|
<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>
|
|
177
|
+
<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>
|
|
178
|
+
<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>
|
|
179
|
+
<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>
|
|
171
180
|
<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>
|
|
181
|
+
<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>
|
|
172
182
|
<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>
|
|
173
183
|
<div class="nav-section" data-level="1">
|
|
174
184
|
<a class="nav-title collapsible" href="/launch/README.html" data-target="nav-launch-1" >
|
|
@@ -0,0 +1,363 @@
|
|
|
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="The @knowcode/doc-builder now supports deploying public documentation sites without authentication. This is perfect for open-source projects, public APIs, or...">
|
|
7
|
+
<title>Deploying Public Documentation Sites | @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, public, authentication">
|
|
11
|
+
<meta name="robots" content="index, follow">
|
|
12
|
+
<link rel="canonical" href="https://doc-builder-delta.vercel.app/guides/public-site-deployment.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/guides/public-site-deployment.html">
|
|
17
|
+
<meta property="og:title" content="Deploying Public Documentation Sites | @knowcode/doc-builder">
|
|
18
|
+
<meta property="og:description" content="The @knowcode/doc-builder now supports deploying public documentation sites without authentication. This is perfect for open-source projects, public APIs, or...">
|
|
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="Deploying Public Documentation Sites | @knowcode/doc-builder">
|
|
28
|
+
<meta name="twitter:description" content="The @knowcode/doc-builder now supports deploying public documentation sites without authentication. This is perfect for open-source projects, public APIs, or...">
|
|
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": "Deploying Public Documentation Sites",
|
|
58
|
+
"description": "The @knowcode/doc-builder now supports deploying public documentation sites without authentication. This is perfect for open-source projects, public APIs, or...",
|
|
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-25T13:01:14.196Z",
|
|
69
|
+
"dateModified": "2025-07-25T13:01:14.196Z",
|
|
70
|
+
"mainEntityOfPage": {
|
|
71
|
+
"@type": "WebPage",
|
|
72
|
+
"@id": "https://doc-builder-delta.vercel.app/guides/public-site-deployment.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": "Guides",
|
|
87
|
+
"item": "https://doc-builder-delta.vercel.app/guides/"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"@type": "ListItem",
|
|
91
|
+
"position": 3,
|
|
92
|
+
"name": "Public Site Deployment",
|
|
93
|
+
"item": "https://doc-builder-delta.vercel.app/guides/public-site-deployment.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.7.5">Last updated: Jul 25, 2025, 01:01 PM 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 expanded" 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" 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="🚨 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>
|
|
168
|
+
<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>
|
|
169
|
+
<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>
|
|
170
|
+
<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>
|
|
171
|
+
<a href="/guides/next-steps-walkthrough.html" class="nav-item" data-tooltip="Now that we've implemented Supabase authentication, let's walk through testing the implementation and preparing for deployment."><i class="fas fa-file-alt"></i> Next Steps Walkthrough</a>
|
|
172
|
+
<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>
|
|
173
|
+
<a href="/guides/public-site-deployment.html" class="nav-item active" 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>
|
|
174
|
+
<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>
|
|
175
|
+
<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>
|
|
176
|
+
<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>
|
|
177
|
+
<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>
|
|
178
|
+
<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>
|
|
179
|
+
<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>
|
|
180
|
+
<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>
|
|
181
|
+
<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>
|
|
182
|
+
<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>
|
|
183
|
+
<div class="nav-section" data-level="1">
|
|
184
|
+
<a class="nav-title collapsible" href="/launch/README.html" data-target="nav-launch-1" >
|
|
185
|
+
<i class="fas fa-chevron-right collapse-icon"></i><i class="fas fa-folder"></i> Launch
|
|
186
|
+
</a>
|
|
187
|
+
<div class="nav-content collapsed" id="nav-launch-1">
|
|
188
|
+
<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>
|
|
189
|
+
<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>
|
|
190
|
+
<a href="/launch/go-to-market-strategy.html" class="nav-item" data-tooltip="Go-to-Market Strategy & Product Launch Plan."><i class="fas fa-file-alt"></i> Go To Market Strategy</a>
|
|
191
|
+
<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>
|
|
192
|
+
</nav>
|
|
193
|
+
<div class="resize-handle"></div>
|
|
194
|
+
</aside>
|
|
195
|
+
|
|
196
|
+
<!-- Content Area -->
|
|
197
|
+
<main class="content">
|
|
198
|
+
<div class="content-inner">
|
|
199
|
+
<h1>Deploying Public Documentation Sites</h1>
|
|
200
|
+
<h2>Overview</h2>
|
|
201
|
+
<p>The @knowcode/doc-builder now supports deploying public documentation sites without authentication. This is perfect for open-source projects, public APIs, or any documentation that doesn't require access control.</p>
|
|
202
|
+
<h2>Quick Start</h2>
|
|
203
|
+
<h3>Option 1: Using CLI Flags (Recommended)</h3>
|
|
204
|
+
<p>Deploy a public site without modifying your config:</p>
|
|
205
|
+
<pre><code class="language-bash"># Build without authentication
|
|
206
|
+
npx @knowcode/doc-builder build --no-auth
|
|
207
|
+
|
|
208
|
+
# Deploy without authentication
|
|
209
|
+
npx @knowcode/doc-builder deploy --no-auth
|
|
210
|
+
</code></pre>
|
|
211
|
+
<h3>Option 2: Configuration File</h3>
|
|
212
|
+
<p>Create a config file with authentication disabled:</p>
|
|
213
|
+
<pre><code class="language-javascript">// public-doc-builder.config.js
|
|
214
|
+
module.exports = {
|
|
215
|
+
siteName: 'My Public Documentation',
|
|
216
|
+
siteDescription: 'Open source project documentation',
|
|
217
|
+
|
|
218
|
+
features: {
|
|
219
|
+
authentication: false, // Disable authentication
|
|
220
|
+
darkMode: true,
|
|
221
|
+
mermaid: true,
|
|
222
|
+
showPdfDownload: true,
|
|
223
|
+
menuDefaultOpen: true
|
|
224
|
+
}
|
|
225
|
+
};
|
|
226
|
+
</code></pre>
|
|
227
|
+
<p>Then build and deploy:</p>
|
|
228
|
+
<pre><code class="language-bash"># Build with custom config
|
|
229
|
+
npx @knowcode/doc-builder build -c public-doc-builder.config.js
|
|
230
|
+
|
|
231
|
+
# Deploy with custom config
|
|
232
|
+
npx @knowcode/doc-builder deploy -c public-doc-builder.config.js
|
|
233
|
+
</code></pre>
|
|
234
|
+
<h2>Authentication Options</h2>
|
|
235
|
+
<h3>1. No Authentication (Public Site)</h3>
|
|
236
|
+
<pre><code class="language-javascript">features: {
|
|
237
|
+
authentication: false
|
|
238
|
+
}
|
|
239
|
+
</code></pre>
|
|
240
|
+
<ul>
|
|
241
|
+
<li>Anyone can access the documentation</li>
|
|
242
|
+
<li>No login required</li>
|
|
243
|
+
<li>Best for public projects</li>
|
|
244
|
+
</ul>
|
|
245
|
+
<h3>2. Supabase Authentication (Private Site)</h3>
|
|
246
|
+
<pre><code class="language-javascript">features: {
|
|
247
|
+
authentication: 'supabase'
|
|
248
|
+
},
|
|
249
|
+
auth: {
|
|
250
|
+
supabaseUrl: 'https://xxx.supabase.co',
|
|
251
|
+
supabaseAnonKey: 'your-anon-key',
|
|
252
|
+
siteId: 'your-site-id'
|
|
253
|
+
}
|
|
254
|
+
</code></pre>
|
|
255
|
+
<ul>
|
|
256
|
+
<li>Users must log in to access</li>
|
|
257
|
+
<li>Fine-grained access control</li>
|
|
258
|
+
<li>Best for internal documentation</li>
|
|
259
|
+
</ul>
|
|
260
|
+
<h2>CLI Flag Behavior</h2>
|
|
261
|
+
<p>The <code>--no-auth</code> flag temporarily overrides your configuration:</p>
|
|
262
|
+
<ol>
|
|
263
|
+
<li><strong>With existing auth config</strong>: Disables authentication for that build/deploy only</li>
|
|
264
|
+
<li><strong>Without auth config</strong>: No effect (already public)</li>
|
|
265
|
+
<li><strong>Priority</strong>: CLI flags always override config file settings</li>
|
|
266
|
+
</ol>
|
|
267
|
+
<h2>Example Workflows</h2>
|
|
268
|
+
<h3>Public Open Source Documentation</h3>
|
|
269
|
+
<pre><code class="language-bash"># One-time setup
|
|
270
|
+
npx @knowcode/doc-builder init --example
|
|
271
|
+
|
|
272
|
+
# Deploy publicly
|
|
273
|
+
npx @knowcode/doc-builder deploy --no-auth
|
|
274
|
+
</code></pre>
|
|
275
|
+
<h3>Mixed Public/Private Sites</h3>
|
|
276
|
+
<pre><code class="language-bash"># Private site (default config has auth)
|
|
277
|
+
npx @knowcode/doc-builder deploy
|
|
278
|
+
|
|
279
|
+
# Public site (override with flag)
|
|
280
|
+
npx @knowcode/doc-builder deploy --no-auth --production-url public-docs.example.com
|
|
281
|
+
</code></pre>
|
|
282
|
+
<h3>Multiple Sites from Same Source</h3>
|
|
283
|
+
<pre><code class="language-bash"># Internal docs with auth
|
|
284
|
+
npx @knowcode/doc-builder build -c internal-config.js
|
|
285
|
+
npx @knowcode/doc-builder deploy -c internal-config.js
|
|
286
|
+
|
|
287
|
+
# Public docs without auth
|
|
288
|
+
npx @knowcode/doc-builder build -c public-config.js
|
|
289
|
+
npx @knowcode/doc-builder deploy -c public-config.js
|
|
290
|
+
</code></pre>
|
|
291
|
+
<h2>Vercel Deployment Notes</h2>
|
|
292
|
+
<p>When deploying public sites to Vercel:</p>
|
|
293
|
+
<ol>
|
|
294
|
+
<li><strong>No special configuration needed</strong> - Public sites work out of the box</li>
|
|
295
|
+
<li><strong>Deployment Protection</strong>: Already disabled for public access</li>
|
|
296
|
+
<li><strong>Custom domains</strong>: Work the same for public and private sites</li>
|
|
297
|
+
</ol>
|
|
298
|
+
<h2>Best Practices</h2>
|
|
299
|
+
<h3>1. Separate Configs</h3>
|
|
300
|
+
<p>Create separate config files for public vs private deployments:</p>
|
|
301
|
+
<ul>
|
|
302
|
+
<li><code>doc-builder.config.js</code> - Default/private configuration</li>
|
|
303
|
+
<li><code>public.config.js</code> - Public site configuration</li>
|
|
304
|
+
</ul>
|
|
305
|
+
<h3>2. Environment-Based Builds</h3>
|
|
306
|
+
<p>Use environment variables to control authentication:</p>
|
|
307
|
+
<pre><code class="language-javascript">features: {
|
|
308
|
+
authentication: process.env.PUBLIC_DOCS ? false : 'supabase'
|
|
309
|
+
}
|
|
310
|
+
</code></pre>
|
|
311
|
+
<h3>3. Clear Documentation</h3>
|
|
312
|
+
<p>Always indicate whether documentation is public or requires authentication in your README or landing page.</p>
|
|
313
|
+
<h2>Migration Guide</h2>
|
|
314
|
+
<h3>From Basic Auth to Public</h3>
|
|
315
|
+
<p>If you were using basic authentication and want to make your site public:</p>
|
|
316
|
+
<ol>
|
|
317
|
+
<li><p><strong>Remove old auth config</strong>:</p>
|
|
318
|
+
<pre><code class="language-javascript">// Remove this:
|
|
319
|
+
auth: {
|
|
320
|
+
username: 'admin',
|
|
321
|
+
password: 'secret'
|
|
322
|
+
}
|
|
323
|
+
</code></pre>
|
|
324
|
+
</li>
|
|
325
|
+
<li><p><strong>Set authentication to false</strong>:</p>
|
|
326
|
+
<pre><code class="language-javascript">features: {
|
|
327
|
+
authentication: false
|
|
328
|
+
}
|
|
329
|
+
</code></pre>
|
|
330
|
+
</li>
|
|
331
|
+
<li><p><strong>Rebuild and deploy</strong>:</p>
|
|
332
|
+
<pre><code class="language-bash">npx @knowcode/doc-builder deploy
|
|
333
|
+
</code></pre>
|
|
334
|
+
</li>
|
|
335
|
+
</ol>
|
|
336
|
+
<h3>From Public to Supabase Auth</h3>
|
|
337
|
+
<p>To add authentication to a public site, see the <a href="./supabase-auth-setup.md">Supabase Authentication Guide</a>.</p>
|
|
338
|
+
<h2>Summary</h2>
|
|
339
|
+
<ul>
|
|
340
|
+
<li>Use <code>--no-auth</code> flag for quick public deployments</li>
|
|
341
|
+
<li>Set <code>authentication: false</code> in config for permanent public sites</li>
|
|
342
|
+
<li>Mix and match public/private sites using different configs</li>
|
|
343
|
+
<li>No additional Vercel configuration needed for public sites</li>
|
|
344
|
+
</ul>
|
|
345
|
+
|
|
346
|
+
</div>
|
|
347
|
+
</main>
|
|
348
|
+
</div>
|
|
349
|
+
|
|
350
|
+
<!-- Scripts -->
|
|
351
|
+
<script>
|
|
352
|
+
// Pass configuration to frontend
|
|
353
|
+
window.docBuilderConfig = {
|
|
354
|
+
features: {
|
|
355
|
+
showPdfDownload: true,
|
|
356
|
+
menuDefaultOpen: false
|
|
357
|
+
}
|
|
358
|
+
};
|
|
359
|
+
</script>
|
|
360
|
+
<script src="/js/main.js"></script>
|
|
361
|
+
|
|
362
|
+
</body>
|
|
363
|
+
</html>
|
|
@@ -45,6 +45,8 @@
|
|
|
45
45
|
<!-- Styles -->
|
|
46
46
|
<link rel="stylesheet" href="/css/notion-style.css">
|
|
47
47
|
|
|
48
|
+
|
|
49
|
+
|
|
48
50
|
<!-- Favicon -->
|
|
49
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>">
|
|
50
52
|
|
|
@@ -63,8 +65,8 @@
|
|
|
63
65
|
"name": "Knowcode Ltd",
|
|
64
66
|
"url": "https://knowcode.tech"
|
|
65
67
|
},
|
|
66
|
-
"datePublished": "2025-07-
|
|
67
|
-
"dateModified": "2025-07-
|
|
68
|
+
"datePublished": "2025-07-25T13:01:14.199Z",
|
|
69
|
+
"dateModified": "2025-07-25T13:01:14.199Z",
|
|
68
70
|
"mainEntityOfPage": {
|
|
69
71
|
"@type": "WebPage",
|
|
70
72
|
"@id": "https://doc-builder-delta.vercel.app/guides/search-engine-verification-guide.html"
|
|
@@ -103,7 +105,7 @@
|
|
|
103
105
|
|
|
104
106
|
<div class="header-actions">
|
|
105
107
|
<div class="deployment-info">
|
|
106
|
-
<span class="deployment-date" title="Built with doc-builder v1.7.
|
|
108
|
+
<span class="deployment-date" title="Built with doc-builder v1.7.5">Last updated: Jul 25, 2025, 01:01 PM UTC</span>
|
|
107
109
|
</div>
|
|
108
110
|
|
|
109
111
|
|
|
@@ -161,14 +163,22 @@
|
|
|
161
163
|
<i class="fas fa-chevron-right collapse-icon"></i><i class="fas fa-folder"></i> Guides
|
|
162
164
|
</a>
|
|
163
165
|
<div class="nav-content" id="nav-guides-1">
|
|
164
|
-
<a href="/guides/authentication-
|
|
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="🚨 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>
|
|
168
|
+
<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>
|
|
165
169
|
<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>
|
|
166
170
|
<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>
|
|
171
|
+
<a href="/guides/next-steps-walkthrough.html" class="nav-item" data-tooltip="Now that we've implemented Supabase authentication, let's walk through testing the implementation and preparing for deployment."><i class="fas fa-file-alt"></i> Next Steps Walkthrough</a>
|
|
167
172
|
<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>
|
|
173
|
+
<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
174
|
<a href="/guides/search-engine-verification-guide.html" class="nav-item active" data-tooltip="Search engine verification provides access to powerful webmaster tools:."><i class="fas fa-file-alt"></i> Search Engine Verification Guide</a>
|
|
169
175
|
<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
176
|
<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>
|
|
177
|
+
<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>
|
|
178
|
+
<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>
|
|
179
|
+
<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>
|
|
171
180
|
<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>
|
|
181
|
+
<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>
|
|
172
182
|
<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>
|
|
173
183
|
<div class="nav-section" data-level="1">
|
|
174
184
|
<a class="nav-title collapsible" href="/launch/README.html" data-target="nav-launch-1" >
|
|
@@ -45,6 +45,8 @@
|
|
|
45
45
|
<!-- Styles -->
|
|
46
46
|
<link rel="stylesheet" href="/css/notion-style.css">
|
|
47
47
|
|
|
48
|
+
|
|
49
|
+
|
|
48
50
|
<!-- Favicon -->
|
|
49
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>">
|
|
50
52
|
|
|
@@ -63,8 +65,8 @@
|
|
|
63
65
|
"name": "Knowcode Ltd",
|
|
64
66
|
"url": "https://knowcode.tech"
|
|
65
67
|
},
|
|
66
|
-
"datePublished": "2025-07-
|
|
67
|
-
"dateModified": "2025-07-
|
|
68
|
+
"datePublished": "2025-07-25T13:01:14.203Z",
|
|
69
|
+
"dateModified": "2025-07-25T13:01:14.203Z",
|
|
68
70
|
"mainEntityOfPage": {
|
|
69
71
|
"@type": "WebPage",
|
|
70
72
|
"@id": "https://doc-builder-delta.vercel.app/guides/seo-guide.html"
|
|
@@ -103,7 +105,7 @@
|
|
|
103
105
|
|
|
104
106
|
<div class="header-actions">
|
|
105
107
|
<div class="deployment-info">
|
|
106
|
-
<span class="deployment-date" title="Built with doc-builder v1.7.
|
|
108
|
+
<span class="deployment-date" title="Built with doc-builder v1.7.5">Last updated: Jul 25, 2025, 01:01 PM UTC</span>
|
|
107
109
|
</div>
|
|
108
110
|
|
|
109
111
|
|
|
@@ -161,14 +163,22 @@
|
|
|
161
163
|
<i class="fas fa-chevron-right collapse-icon"></i><i class="fas fa-folder"></i> Guides
|
|
162
164
|
</a>
|
|
163
165
|
<div class="nav-content" id="nav-guides-1">
|
|
164
|
-
<a href="/guides/authentication-
|
|
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="🚨 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>
|
|
168
|
+
<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>
|
|
165
169
|
<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>
|
|
166
170
|
<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>
|
|
171
|
+
<a href="/guides/next-steps-walkthrough.html" class="nav-item" data-tooltip="Now that we've implemented Supabase authentication, let's walk through testing the implementation and preparing for deployment."><i class="fas fa-file-alt"></i> Next Steps Walkthrough</a>
|
|
167
172
|
<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>
|
|
173
|
+
<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
174
|
<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
175
|
<a href="/guides/seo-guide.html" class="nav-item active" 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
176
|
<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>
|
|
177
|
+
<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>
|
|
178
|
+
<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>
|
|
179
|
+
<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>
|
|
171
180
|
<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>
|
|
181
|
+
<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>
|
|
172
182
|
<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>
|
|
173
183
|
<div class="nav-section" data-level="1">
|
|
174
184
|
<a class="nav-title collapsible" href="/launch/README.html" data-target="nav-launch-1" >
|
|
@@ -45,6 +45,8 @@
|
|
|
45
45
|
<!-- Styles -->
|
|
46
46
|
<link rel="stylesheet" href="/css/notion-style.css">
|
|
47
47
|
|
|
48
|
+
|
|
49
|
+
|
|
48
50
|
<!-- Favicon -->
|
|
49
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>">
|
|
50
52
|
|
|
@@ -63,8 +65,8 @@
|
|
|
63
65
|
"name": "Knowcode Ltd",
|
|
64
66
|
"url": "https://knowcode.tech"
|
|
65
67
|
},
|
|
66
|
-
"datePublished": "2025-07-
|
|
67
|
-
"dateModified": "2025-07-
|
|
68
|
+
"datePublished": "2025-07-25T13:01:14.209Z",
|
|
69
|
+
"dateModified": "2025-07-25T13:01:14.209Z",
|
|
68
70
|
"mainEntityOfPage": {
|
|
69
71
|
"@type": "WebPage",
|
|
70
72
|
"@id": "https://doc-builder-delta.vercel.app/guides/seo-optimization-guide.html"
|
|
@@ -103,7 +105,7 @@
|
|
|
103
105
|
|
|
104
106
|
<div class="header-actions">
|
|
105
107
|
<div class="deployment-info">
|
|
106
|
-
<span class="deployment-date" title="Built with doc-builder v1.7.
|
|
108
|
+
<span class="deployment-date" title="Built with doc-builder v1.7.5">Last updated: Jul 25, 2025, 01:01 PM UTC</span>
|
|
107
109
|
</div>
|
|
108
110
|
|
|
109
111
|
|
|
@@ -161,14 +163,22 @@
|
|
|
161
163
|
<i class="fas fa-chevron-right collapse-icon"></i><i class="fas fa-folder"></i> Guides
|
|
162
164
|
</a>
|
|
163
165
|
<div class="nav-content" id="nav-guides-1">
|
|
164
|
-
<a href="/guides/authentication-
|
|
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="🚨 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>
|
|
168
|
+
<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>
|
|
165
169
|
<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>
|
|
166
170
|
<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>
|
|
171
|
+
<a href="/guides/next-steps-walkthrough.html" class="nav-item" data-tooltip="Now that we've implemented Supabase authentication, let's walk through testing the implementation and preparing for deployment."><i class="fas fa-file-alt"></i> Next Steps Walkthrough</a>
|
|
167
172
|
<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>
|
|
173
|
+
<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
174
|
<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
175
|
<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
176
|
<a href="/guides/seo-optimization-guide.html" class="nav-item active" 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>
|
|
177
|
+
<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>
|
|
178
|
+
<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>
|
|
179
|
+
<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>
|
|
171
180
|
<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>
|
|
181
|
+
<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>
|
|
172
182
|
<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>
|
|
173
183
|
<div class="nav-section" data-level="1">
|
|
174
184
|
<a class="nav-title collapsible" href="/launch/README.html" data-target="nav-launch-1" >
|