@knowcode/doc-builder 1.7.3 → 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 +24 -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.234Z",
|
|
69
|
+
"dateModified": "2025-07-25T13:01:14.234Z",
|
|
68
70
|
"mainEntityOfPage": {
|
|
69
71
|
"@type": "WebPage",
|
|
70
72
|
"@id": "https://doc-builder-delta.vercel.app/launch/go-to-market-strategy.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 collapsed" 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" 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 expanded" 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.239Z",
|
|
69
|
+
"dateModified": "2025-07-25T13:01:14.239Z",
|
|
68
70
|
"mainEntityOfPage": {
|
|
69
71
|
"@type": "WebPage",
|
|
70
72
|
"@id": "https://doc-builder-delta.vercel.app/launch/launch-announcements.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 collapsed" 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" 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 expanded" href="/launch/README.html" data-target="nav-launch-1" >
|
package/html/login.html
ADDED
|
@@ -0,0 +1,102 @@
|
|
|
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
|
+
<title>Login - Test Documentation</title>
|
|
7
|
+
<link rel="stylesheet" href="css/notion-style.css">
|
|
8
|
+
<script src="https://unpkg.com/@supabase/supabase-js@2"></script>
|
|
9
|
+
</head>
|
|
10
|
+
<body class="auth-page">
|
|
11
|
+
<div class="auth-container">
|
|
12
|
+
<div class="auth-box">
|
|
13
|
+
<h1>Login to Test Documentation</h1>
|
|
14
|
+
<form id="login-form">
|
|
15
|
+
<div class="form-group">
|
|
16
|
+
<label for="email">Email</label>
|
|
17
|
+
<input type="email" id="email" name="email" required>
|
|
18
|
+
</div>
|
|
19
|
+
<div class="form-group">
|
|
20
|
+
<label for="password">Password</label>
|
|
21
|
+
<input type="password" id="password" name="password" required>
|
|
22
|
+
</div>
|
|
23
|
+
<button type="submit" class="auth-button">Login</button>
|
|
24
|
+
</form>
|
|
25
|
+
<div id="error-message" class="error-message"></div>
|
|
26
|
+
<div class="auth-links">
|
|
27
|
+
<a href="#" id="forgot-password">Forgot Password?</a>
|
|
28
|
+
</div>
|
|
29
|
+
</div>
|
|
30
|
+
</div>
|
|
31
|
+
|
|
32
|
+
<script>
|
|
33
|
+
// Initialize Supabase
|
|
34
|
+
const { createClient } = supabase;
|
|
35
|
+
const supabaseClient = createClient('https://xcihhnfcitjrwbynxmka.supabase.co', 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InhjaWhobmZjaXRqcndieW54bWthIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NTM0Mzc2MzcsImV4cCI6MjA2OTAxMzYzN30.zvWp3JFIR8fBIiwuFF5gqOR_Kxb42baZS5fsBz60XOY');
|
|
36
|
+
|
|
37
|
+
// Handle login form
|
|
38
|
+
document.getElementById('login-form').addEventListener('submit', async function(e) {
|
|
39
|
+
e.preventDefault();
|
|
40
|
+
|
|
41
|
+
const email = document.getElementById('email').value;
|
|
42
|
+
const password = document.getElementById('password').value;
|
|
43
|
+
const errorDiv = document.getElementById('error-message');
|
|
44
|
+
|
|
45
|
+
try {
|
|
46
|
+
// Sign in with Supabase
|
|
47
|
+
const { data, error } = await supabaseClient.auth.signInWithPassword({
|
|
48
|
+
email: email,
|
|
49
|
+
password: password
|
|
50
|
+
});
|
|
51
|
+
|
|
52
|
+
if (error) throw error;
|
|
53
|
+
|
|
54
|
+
// Check if user has access to this site
|
|
55
|
+
const { data: access, error: accessError } = await supabaseClient
|
|
56
|
+
.from('docbuilder_access')
|
|
57
|
+
.select('*')
|
|
58
|
+
.eq('user_id', data.user.id)
|
|
59
|
+
.eq('site_id', '4d8a53bf-dcdd-48c0-98e0-cd1451518735')
|
|
60
|
+
.single();
|
|
61
|
+
|
|
62
|
+
if (accessError || !access) {
|
|
63
|
+
await supabaseClient.auth.signOut();
|
|
64
|
+
throw new Error('You do not have access to this documentation site');
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
// Redirect to requested page
|
|
68
|
+
const params = new URLSearchParams(window.location.search);
|
|
69
|
+
const redirect = params.get('redirect') || '/';
|
|
70
|
+
window.location.href = redirect;
|
|
71
|
+
|
|
72
|
+
} catch (error) {
|
|
73
|
+
errorDiv.textContent = error.message;
|
|
74
|
+
errorDiv.style.display = 'block';
|
|
75
|
+
}
|
|
76
|
+
});
|
|
77
|
+
|
|
78
|
+
// Handle forgot password
|
|
79
|
+
document.getElementById('forgot-password').addEventListener('click', async function(e) {
|
|
80
|
+
e.preventDefault();
|
|
81
|
+
|
|
82
|
+
const email = document.getElementById('email').value;
|
|
83
|
+
if (!email) {
|
|
84
|
+
alert('Please enter your email address first');
|
|
85
|
+
return;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
try {
|
|
89
|
+
const { error } = await supabaseClient.auth.resetPasswordForEmail(email, {
|
|
90
|
+
redirectTo: window.location.origin + '/login.html'
|
|
91
|
+
});
|
|
92
|
+
|
|
93
|
+
if (error) throw error;
|
|
94
|
+
|
|
95
|
+
alert('Password reset email sent! Check your inbox.');
|
|
96
|
+
} catch (error) {
|
|
97
|
+
alert('Error sending reset email: ' + error.message);
|
|
98
|
+
}
|
|
99
|
+
});
|
|
100
|
+
</script>
|
|
101
|
+
</body>
|
|
102
|
+
</html>
|
package/html/logout.html
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
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
|
+
<title>Logged Out - Test Documentation</title>
|
|
7
|
+
<link rel="stylesheet" href="css/notion-style.css">
|
|
8
|
+
</head>
|
|
9
|
+
<body class="auth-page">
|
|
10
|
+
<div class="auth-container">
|
|
11
|
+
<div class="auth-box">
|
|
12
|
+
<h1>You have been logged out</h1>
|
|
13
|
+
<p>Thank you for using Test Documentation.</p>
|
|
14
|
+
<a href="login.html" class="auth-button">Login Again</a>
|
|
15
|
+
</div>
|
|
16
|
+
</div>
|
|
17
|
+
</body>
|
|
18
|
+
</html>
|
package/html/sitemap.xml
CHANGED
|
@@ -2,127 +2,175 @@
|
|
|
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-
|
|
5
|
+
<lastmod>2025-07-25T13:01:14.252Z</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-
|
|
11
|
+
<lastmod>2025-07-25T13:01:14.252Z</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-
|
|
17
|
+
<lastmod>2025-07-25T13:01:14.252Z</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-
|
|
23
|
+
<lastmod>2025-07-25T13:01:14.252Z</lastmod>
|
|
24
24
|
<changefreq>monthly</changefreq>
|
|
25
25
|
<priority>0.6</priority>
|
|
26
26
|
</url>
|
|
27
|
+
<url>
|
|
28
|
+
<loc>https://doc-builder-delta.vercel.app/guides/authentication-default-change.html</loc>
|
|
29
|
+
<lastmod>2025-07-25T13:01:14.252Z</lastmod>
|
|
30
|
+
<changefreq>monthly</changefreq>
|
|
31
|
+
<priority>0.8</priority>
|
|
32
|
+
</url>
|
|
27
33
|
<url>
|
|
28
34
|
<loc>https://doc-builder-delta.vercel.app/guides/authentication-guide.html</loc>
|
|
29
|
-
<lastmod>2025-07-
|
|
35
|
+
<lastmod>2025-07-25T13:01:14.252Z</lastmod>
|
|
36
|
+
<changefreq>monthly</changefreq>
|
|
37
|
+
<priority>0.8</priority>
|
|
38
|
+
</url>
|
|
39
|
+
<url>
|
|
40
|
+
<loc>https://doc-builder-delta.vercel.app/guides/cache-control-anti-pattern.html</loc>
|
|
41
|
+
<lastmod>2025-07-25T13:01:14.252Z</lastmod>
|
|
30
42
|
<changefreq>monthly</changefreq>
|
|
31
43
|
<priority>0.8</priority>
|
|
32
44
|
</url>
|
|
33
45
|
<url>
|
|
34
46
|
<loc>https://doc-builder-delta.vercel.app/guides/claude-workflow-guide.html</loc>
|
|
35
|
-
<lastmod>2025-07-
|
|
47
|
+
<lastmod>2025-07-25T13:01:14.252Z</lastmod>
|
|
36
48
|
<changefreq>monthly</changefreq>
|
|
37
49
|
<priority>0.8</priority>
|
|
38
50
|
</url>
|
|
39
51
|
<url>
|
|
40
52
|
<loc>https://doc-builder-delta.vercel.app/guides/document-standards.html</loc>
|
|
41
|
-
<lastmod>2025-07-
|
|
53
|
+
<lastmod>2025-07-25T13:01:14.252Z</lastmod>
|
|
42
54
|
<changefreq>monthly</changefreq>
|
|
43
55
|
<priority>0.8</priority>
|
|
44
56
|
</url>
|
|
45
57
|
<url>
|
|
46
58
|
<loc>https://doc-builder-delta.vercel.app/guides/documentation-standards.html</loc>
|
|
47
|
-
<lastmod>2025-07-
|
|
59
|
+
<lastmod>2025-07-25T13:01:14.252Z</lastmod>
|
|
60
|
+
<changefreq>monthly</changefreq>
|
|
61
|
+
<priority>0.8</priority>
|
|
62
|
+
</url>
|
|
63
|
+
<url>
|
|
64
|
+
<loc>https://doc-builder-delta.vercel.app/guides/next-steps-walkthrough.html</loc>
|
|
65
|
+
<lastmod>2025-07-25T13:01:14.252Z</lastmod>
|
|
48
66
|
<changefreq>monthly</changefreq>
|
|
49
67
|
<priority>0.8</priority>
|
|
50
68
|
</url>
|
|
51
69
|
<url>
|
|
52
70
|
<loc>https://doc-builder-delta.vercel.app/guides/phosphor-icons-guide.html</loc>
|
|
53
|
-
<lastmod>2025-07-
|
|
71
|
+
<lastmod>2025-07-25T13:01:14.252Z</lastmod>
|
|
72
|
+
<changefreq>monthly</changefreq>
|
|
73
|
+
<priority>0.8</priority>
|
|
74
|
+
</url>
|
|
75
|
+
<url>
|
|
76
|
+
<loc>https://doc-builder-delta.vercel.app/guides/public-site-deployment.html</loc>
|
|
77
|
+
<lastmod>2025-07-25T13:01:14.252Z</lastmod>
|
|
54
78
|
<changefreq>monthly</changefreq>
|
|
55
79
|
<priority>0.8</priority>
|
|
56
80
|
</url>
|
|
57
81
|
<url>
|
|
58
82
|
<loc>https://doc-builder-delta.vercel.app/guides/search-engine-verification-guide.html</loc>
|
|
59
|
-
<lastmod>2025-07-
|
|
83
|
+
<lastmod>2025-07-25T13:01:14.252Z</lastmod>
|
|
60
84
|
<changefreq>monthly</changefreq>
|
|
61
85
|
<priority>0.8</priority>
|
|
62
86
|
</url>
|
|
63
87
|
<url>
|
|
64
88
|
<loc>https://doc-builder-delta.vercel.app/guides/seo-guide.html</loc>
|
|
65
|
-
<lastmod>2025-07-
|
|
89
|
+
<lastmod>2025-07-25T13:01:14.252Z</lastmod>
|
|
66
90
|
<changefreq>monthly</changefreq>
|
|
67
91
|
<priority>0.8</priority>
|
|
68
92
|
</url>
|
|
69
93
|
<url>
|
|
70
94
|
<loc>https://doc-builder-delta.vercel.app/guides/seo-optimization-guide.html</loc>
|
|
71
|
-
<lastmod>2025-07-
|
|
95
|
+
<lastmod>2025-07-25T13:01:14.252Z</lastmod>
|
|
96
|
+
<changefreq>monthly</changefreq>
|
|
97
|
+
<priority>0.8</priority>
|
|
98
|
+
</url>
|
|
99
|
+
<url>
|
|
100
|
+
<loc>https://doc-builder-delta.vercel.app/guides/supabase-auth-implementation-plan.html</loc>
|
|
101
|
+
<lastmod>2025-07-25T13:01:14.252Z</lastmod>
|
|
102
|
+
<changefreq>monthly</changefreq>
|
|
103
|
+
<priority>0.8</priority>
|
|
104
|
+
</url>
|
|
105
|
+
<url>
|
|
106
|
+
<loc>https://doc-builder-delta.vercel.app/guides/supabase-auth-integration-plan.html</loc>
|
|
107
|
+
<lastmod>2025-07-25T13:01:14.252Z</lastmod>
|
|
108
|
+
<changefreq>monthly</changefreq>
|
|
109
|
+
<priority>0.8</priority>
|
|
110
|
+
</url>
|
|
111
|
+
<url>
|
|
112
|
+
<loc>https://doc-builder-delta.vercel.app/guides/supabase-auth-setup-guide.html</loc>
|
|
113
|
+
<lastmod>2025-07-25T13:01:14.252Z</lastmod>
|
|
72
114
|
<changefreq>monthly</changefreq>
|
|
73
115
|
<priority>0.8</priority>
|
|
74
116
|
</url>
|
|
75
117
|
<url>
|
|
76
118
|
<loc>https://doc-builder-delta.vercel.app/guides/troubleshooting-guide.html</loc>
|
|
77
|
-
<lastmod>2025-07-
|
|
119
|
+
<lastmod>2025-07-25T13:01:14.252Z</lastmod>
|
|
120
|
+
<changefreq>monthly</changefreq>
|
|
121
|
+
<priority>0.8</priority>
|
|
122
|
+
</url>
|
|
123
|
+
<url>
|
|
124
|
+
<loc>https://doc-builder-delta.vercel.app/guides/vercel-deployment-auth-setup.html</loc>
|
|
125
|
+
<lastmod>2025-07-25T13:01:14.252Z</lastmod>
|
|
78
126
|
<changefreq>monthly</changefreq>
|
|
79
127
|
<priority>0.8</priority>
|
|
80
128
|
</url>
|
|
81
129
|
<url>
|
|
82
130
|
<loc>https://doc-builder-delta.vercel.app/guides/windows-setup-guide.html</loc>
|
|
83
|
-
<lastmod>2025-07-
|
|
131
|
+
<lastmod>2025-07-25T13:01:14.252Z</lastmod>
|
|
84
132
|
<changefreq>monthly</changefreq>
|
|
85
133
|
<priority>0.8</priority>
|
|
86
134
|
</url>
|
|
87
135
|
<url>
|
|
88
136
|
<loc>https://doc-builder-delta.vercel.app/index.html</loc>
|
|
89
|
-
<lastmod>2025-07-
|
|
137
|
+
<lastmod>2025-07-25T13:01:14.252Z</lastmod>
|
|
90
138
|
<changefreq>weekly</changefreq>
|
|
91
139
|
<priority>1.0</priority>
|
|
92
140
|
</url>
|
|
93
141
|
<url>
|
|
94
142
|
<loc>https://doc-builder-delta.vercel.app/launch/README.html</loc>
|
|
95
|
-
<lastmod>2025-07-
|
|
143
|
+
<lastmod>2025-07-25T13:01:14.252Z</lastmod>
|
|
96
144
|
<changefreq>monthly</changefreq>
|
|
97
145
|
<priority>0.6</priority>
|
|
98
146
|
</url>
|
|
99
147
|
<url>
|
|
100
148
|
<loc>https://doc-builder-delta.vercel.app/launch/bubble-plugin-specification.html</loc>
|
|
101
|
-
<lastmod>2025-07-
|
|
149
|
+
<lastmod>2025-07-25T13:01:14.252Z</lastmod>
|
|
102
150
|
<changefreq>monthly</changefreq>
|
|
103
151
|
<priority>0.6</priority>
|
|
104
152
|
</url>
|
|
105
153
|
<url>
|
|
106
154
|
<loc>https://doc-builder-delta.vercel.app/launch/go-to-market-strategy.html</loc>
|
|
107
|
-
<lastmod>2025-07-
|
|
155
|
+
<lastmod>2025-07-25T13:01:14.252Z</lastmod>
|
|
108
156
|
<changefreq>monthly</changefreq>
|
|
109
157
|
<priority>0.6</priority>
|
|
110
158
|
</url>
|
|
111
159
|
<url>
|
|
112
160
|
<loc>https://doc-builder-delta.vercel.app/launch/launch-announcements.html</loc>
|
|
113
|
-
<lastmod>2025-07-
|
|
161
|
+
<lastmod>2025-07-25T13:01:14.252Z</lastmod>
|
|
114
162
|
<changefreq>monthly</changefreq>
|
|
115
163
|
<priority>0.6</priority>
|
|
116
164
|
</url>
|
|
117
165
|
<url>
|
|
118
166
|
<loc>https://doc-builder-delta.vercel.app/vercel-cli-setup-guide.html</loc>
|
|
119
|
-
<lastmod>2025-07-
|
|
167
|
+
<lastmod>2025-07-25T13:01:14.252Z</lastmod>
|
|
120
168
|
<changefreq>monthly</changefreq>
|
|
121
169
|
<priority>0.8</priority>
|
|
122
170
|
</url>
|
|
123
171
|
<url>
|
|
124
172
|
<loc>https://doc-builder-delta.vercel.app/vercel-first-time-setup-guide.html</loc>
|
|
125
|
-
<lastmod>2025-07-
|
|
173
|
+
<lastmod>2025-07-25T13:01:14.252Z</lastmod>
|
|
126
174
|
<changefreq>monthly</changefreq>
|
|
127
175
|
<priority>0.8</priority>
|
|
128
176
|
</url>
|
|
@@ -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.241Z",
|
|
69
|
+
"dateModified": "2025-07-25T13:01:14.241Z",
|
|
68
70
|
"mainEntityOfPage": {
|
|
69
71
|
"@type": "WebPage",
|
|
70
72
|
"@id": "https://doc-builder-delta.vercel.app/vercel-cli-setup-guide.html"
|
|
@@ -97,7 +99,7 @@
|
|
|
97
99
|
|
|
98
100
|
<div class="header-actions">
|
|
99
101
|
<div class="deployment-info">
|
|
100
|
-
<span class="deployment-date" title="Built with doc-builder v1.7.
|
|
102
|
+
<span class="deployment-date" title="Built with doc-builder v1.7.5">Last updated: Jul 25, 2025, 01:01 PM UTC</span>
|
|
101
103
|
</div>
|
|
102
104
|
|
|
103
105
|
|
|
@@ -155,14 +157,22 @@
|
|
|
155
157
|
<i class="fas fa-chevron-right collapse-icon"></i><i class="fas fa-folder"></i> Guides
|
|
156
158
|
</a>
|
|
157
159
|
<div class="nav-content collapsed" id="nav-guides-1">
|
|
158
|
-
<a href="/guides/authentication-
|
|
160
|
+
<a href="/guides/authentication-default-change.html" class="nav-item" data-tooltip="Starting from version 1.7.4, @knowcode/doc-builder now defaults to no authentication for all documentation sites."><i class="fas fa-file-alt"></i> Authentication Default Change</a>
|
|
161
|
+
<a href="/guides/authentication-guide.html" class="nav-item" data-tooltip="🚨 This authentication method has been REMOVED in version 2.0.0 due to serious security flaws."><i class="fas fa-file-alt"></i> Authentication Guide</a>
|
|
162
|
+
<a href="/guides/cache-control-anti-pattern.html" class="nav-item" data-tooltip="Cache Control Anti-Pattern: Why Aggressive Cache-Busting is Bad for Documentation Sites."><i class="fas fa-file-alt"></i> Cache Control Anti Pattern</a>
|
|
159
163
|
<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>
|
|
160
164
|
<a href="/guides/documentation-standards.html" class="nav-item" data-tooltip="This document defines the documentation standards and conventions for the @knowcode/doc-builder project."><i class="fas fa-file-alt"></i> Documentation Standards</a>
|
|
165
|
+
<a href="/guides/next-steps-walkthrough.html" class="nav-item" data-tooltip="Now that we'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>
|
|
161
166
|
<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>
|
|
167
|
+
<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>
|
|
162
168
|
<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>
|
|
163
169
|
<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>
|
|
164
170
|
<a href="/guides/seo-optimization-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features that automatically optimize your documentation for search..."><i class="fas fa-file-alt"></i> Seo Optimization Guide</a>
|
|
171
|
+
<a href="/guides/supabase-auth-implementation-plan.html" class="nav-item" data-tooltip="Supabase Auth Implementation Plan for @knowcode/doc-builder."><i class="fas fa-file-alt"></i> Supabase Auth Implementation Plan</a>
|
|
172
|
+
<a href="/guides/supabase-auth-integration-plan.html" class="nav-item" data-tooltip="Supabase Authentication Integration Plan for @knowcode/doc-builder."><i class="fas fa-file-alt"></i> Supabase Auth Integration Plan</a>
|
|
173
|
+
<a href="/guides/supabase-auth-setup-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder now supports enterprise-grade authentication through Supabase, replacing the previous insecure basic authentication."><i class="fas fa-file-alt"></i> Supabase Auth Setup Guide</a>
|
|
165
174
|
<a href="/guides/troubleshooting-guide.html" class="nav-item" data-tooltip="This guide helps you resolve common issues when using @knowcode/doc-builder."><i class="fas fa-file-alt"></i> Troubleshooting Guide</a>
|
|
175
|
+
<a href="/guides/vercel-deployment-auth-setup.html" class="nav-item" data-tooltip="Vercel Deployment Authentication Setup Guide."><i class="fas fa-file-alt"></i> Vercel Deployment Auth Setup</a>
|
|
166
176
|
<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>
|
|
167
177
|
<div class="nav-section" data-level="1">
|
|
168
178
|
<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.243Z",
|
|
69
|
+
"dateModified": "2025-07-25T13:01:14.243Z",
|
|
68
70
|
"mainEntityOfPage": {
|
|
69
71
|
"@type": "WebPage",
|
|
70
72
|
"@id": "https://doc-builder-delta.vercel.app/vercel-first-time-setup-guide.html"
|
|
@@ -97,7 +99,7 @@
|
|
|
97
99
|
|
|
98
100
|
<div class="header-actions">
|
|
99
101
|
<div class="deployment-info">
|
|
100
|
-
<span class="deployment-date" title="Built with doc-builder v1.7.
|
|
102
|
+
<span class="deployment-date" title="Built with doc-builder v1.7.5">Last updated: Jul 25, 2025, 01:01 PM UTC</span>
|
|
101
103
|
</div>
|
|
102
104
|
|
|
103
105
|
|
|
@@ -155,14 +157,22 @@
|
|
|
155
157
|
<i class="fas fa-chevron-right collapse-icon"></i><i class="fas fa-folder"></i> Guides
|
|
156
158
|
</a>
|
|
157
159
|
<div class="nav-content collapsed" id="nav-guides-1">
|
|
158
|
-
<a href="/guides/authentication-
|
|
160
|
+
<a href="/guides/authentication-default-change.html" class="nav-item" data-tooltip="Starting from version 1.7.4, @knowcode/doc-builder now defaults to no authentication for all documentation sites."><i class="fas fa-file-alt"></i> Authentication Default Change</a>
|
|
161
|
+
<a href="/guides/authentication-guide.html" class="nav-item" data-tooltip="🚨 This authentication method has been REMOVED in version 2.0.0 due to serious security flaws."><i class="fas fa-file-alt"></i> Authentication Guide</a>
|
|
162
|
+
<a href="/guides/cache-control-anti-pattern.html" class="nav-item" data-tooltip="Cache Control Anti-Pattern: Why Aggressive Cache-Busting is Bad for Documentation Sites."><i class="fas fa-file-alt"></i> Cache Control Anti Pattern</a>
|
|
159
163
|
<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>
|
|
160
164
|
<a href="/guides/documentation-standards.html" class="nav-item" data-tooltip="This document defines the documentation standards and conventions for the @knowcode/doc-builder project."><i class="fas fa-file-alt"></i> Documentation Standards</a>
|
|
165
|
+
<a href="/guides/next-steps-walkthrough.html" class="nav-item" data-tooltip="Now that we'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>
|
|
161
166
|
<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>
|
|
167
|
+
<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>
|
|
162
168
|
<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>
|
|
163
169
|
<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>
|
|
164
170
|
<a href="/guides/seo-optimization-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features that automatically optimize your documentation for search..."><i class="fas fa-file-alt"></i> Seo Optimization Guide</a>
|
|
171
|
+
<a href="/guides/supabase-auth-implementation-plan.html" class="nav-item" data-tooltip="Supabase Auth Implementation Plan for @knowcode/doc-builder."><i class="fas fa-file-alt"></i> Supabase Auth Implementation Plan</a>
|
|
172
|
+
<a href="/guides/supabase-auth-integration-plan.html" class="nav-item" data-tooltip="Supabase Authentication Integration Plan for @knowcode/doc-builder."><i class="fas fa-file-alt"></i> Supabase Auth Integration Plan</a>
|
|
173
|
+
<a href="/guides/supabase-auth-setup-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder now supports enterprise-grade authentication through Supabase, replacing the previous insecure basic authentication."><i class="fas fa-file-alt"></i> Supabase Auth Setup Guide</a>
|
|
165
174
|
<a href="/guides/troubleshooting-guide.html" class="nav-item" data-tooltip="This guide helps you resolve common issues when using @knowcode/doc-builder."><i class="fas fa-file-alt"></i> Troubleshooting Guide</a>
|
|
175
|
+
<a href="/guides/vercel-deployment-auth-setup.html" class="nav-item" data-tooltip="Vercel Deployment Authentication Setup Guide."><i class="fas fa-file-alt"></i> Vercel Deployment Auth Setup</a>
|
|
166
176
|
<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>
|
|
167
177
|
<div class="nav-section" data-level="1">
|
|
168
178
|
<a class="nav-title collapsible" href="/launch/README.html" data-target="nav-launch-1" >
|