@knowcode/doc-builder 1.9.5 → 1.9.7
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.md +23 -1
- package/doc-builder.config.js +1 -0
- package/html/README.html +43 -43
- package/html/documentation-index.html +43 -43
- package/html/guides/authentication-default-change.html +43 -43
- package/html/guides/authentication-guide.html +43 -43
- package/html/guides/claude-workflow-guide.html +43 -43
- package/html/guides/documentation-standards.html +44 -44
- package/html/guides/html-embedding-guide.html +43 -43
- package/html/guides/image-modal-guide.html +43 -43
- package/html/guides/phosphor-icons-guide.html +43 -43
- package/html/guides/private-directory-authentication-troubleshooting.html +43 -43
- package/html/guides/private-directory-authentication.html +43 -43
- package/html/guides/public-site-deployment.html +43 -43
- package/html/guides/search-engine-verification-guide.html +43 -43
- package/html/guides/seo-guide.html +43 -43
- package/html/guides/seo-optimization-guide.html +43 -43
- package/html/guides/troubleshooting-guide.html +43 -43
- package/html/guides/windows-setup-guide.html +43 -43
- package/html/image-modal-test.html +43 -43
- package/html/index.html +43 -43
- package/html/private/cache-control-anti-pattern.html +43 -43
- package/html/private/launch/README.html +43 -43
- package/html/private/launch/auth-cleanup-summary.html +43 -43
- package/html/private/launch/bubble-plugin-specification.html +43 -43
- package/html/private/launch/go-to-market-strategy.html +43 -43
- package/html/private/launch/launch-announcements.html +43 -43
- package/html/private/launch/vercel-deployment-auth-setup.html +43 -43
- package/html/private/next-steps-walkthrough.html +43 -43
- package/html/private/supabase-auth-implementation-completed.html +43 -43
- package/html/private/supabase-auth-implementation-plan.html +43 -43
- package/html/private/supabase-auth-integration-plan.html +43 -43
- package/html/private/supabase-auth-setup-guide.html +43 -43
- package/html/private/test-private-doc.html +43 -43
- package/html/private/user-management-tooling.html +43 -43
- package/html/prompts/markdown-document-standards.html +43 -43
- package/html/sitemap.xml +56 -50
- package/html/test-status.html +281 -0
- package/html/vercel-cli-setup-guide.html +43 -43
- package/html/vercel-first-time-setup-guide.html +43 -43
- package/lib/config.js +126 -3
- package/lib/core-builder.js +147 -28
- package/lib/emoji-mapper.js +16 -0
- package/package.json +4 -5
- package/publish.sh +0 -316
|
@@ -0,0 +1,281 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
+
<meta name="description" content="🚧 This document is under construction and contains various status indicators.">
|
|
7
|
+
<title>Test Status Document | @knowcode/doc-builder</title>
|
|
8
|
+
|
|
9
|
+
<meta name="author" content="Lindsay Smith">
|
|
10
|
+
<meta name="keywords" content="documentation, markdown, static site generator, vercel, notion-style, item, status">
|
|
11
|
+
<meta name="robots" content="index, follow">
|
|
12
|
+
<link rel="canonical" href="https://doc-builder-delta.vercel.app/test-status.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/test-status.html">
|
|
17
|
+
<meta property="og:title" content="Test Status Document | @knowcode/doc-builder">
|
|
18
|
+
<meta property="og:description" content="🚧 This document is under construction and contains various status indicators.">
|
|
19
|
+
<meta property="og:image" content="https://doc-builder-delta.vercel.app/og-default.png">
|
|
20
|
+
<meta property="og:site_name" content="@knowcode/doc-builder">
|
|
21
|
+
<meta property="og:locale" content="en_US">
|
|
22
|
+
|
|
23
|
+
<!-- Twitter Card -->
|
|
24
|
+
<meta name="twitter:card" content="summary_large_image">
|
|
25
|
+
<meta name="twitter:site" content="@planbbackups">
|
|
26
|
+
<meta name="twitter:creator" content="@planbbackups">
|
|
27
|
+
<meta name="twitter:title" content="Test Status Document | @knowcode/doc-builder">
|
|
28
|
+
<meta name="twitter:description" content="🚧 This document is under construction and contains various status indicators.">
|
|
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
|
+
<!-- Hide content until auth check -->
|
|
50
|
+
<style>
|
|
51
|
+
body {
|
|
52
|
+
visibility: hidden;
|
|
53
|
+
opacity: 0;
|
|
54
|
+
transition: opacity 0.3s ease;
|
|
55
|
+
}
|
|
56
|
+
body.authenticated {
|
|
57
|
+
visibility: visible;
|
|
58
|
+
opacity: 1;
|
|
59
|
+
}
|
|
60
|
+
/* Show login/logout pages immediately */
|
|
61
|
+
body.auth-page {
|
|
62
|
+
visibility: visible;
|
|
63
|
+
opacity: 1;
|
|
64
|
+
}
|
|
65
|
+
/* Style auth button consistently */
|
|
66
|
+
.auth-btn {
|
|
67
|
+
background: none;
|
|
68
|
+
border: none;
|
|
69
|
+
color: var(--text-secondary);
|
|
70
|
+
cursor: pointer;
|
|
71
|
+
padding: 0.5rem;
|
|
72
|
+
border-radius: 0.5rem;
|
|
73
|
+
transition: all 0.2s;
|
|
74
|
+
font-size: 1.1rem;
|
|
75
|
+
}
|
|
76
|
+
.auth-btn:hover {
|
|
77
|
+
background: var(--bg-secondary);
|
|
78
|
+
color: var(--text-primary);
|
|
79
|
+
}
|
|
80
|
+
</style>
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
<!-- Favicon -->
|
|
84
|
+
<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>">
|
|
85
|
+
|
|
86
|
+
<script type="application/ld+json">
|
|
87
|
+
{
|
|
88
|
+
"@context": "https://schema.org",
|
|
89
|
+
"@type": "TechArticle",
|
|
90
|
+
"headline": "Test Status Document",
|
|
91
|
+
"description": "🚧 This document is under construction and contains various status indicators.",
|
|
92
|
+
"author": {
|
|
93
|
+
"@type": "Person",
|
|
94
|
+
"name": "Lindsay Smith"
|
|
95
|
+
},
|
|
96
|
+
"publisher": {
|
|
97
|
+
"@type": "Organization",
|
|
98
|
+
"name": "Knowcode Ltd",
|
|
99
|
+
"url": "https://knowcode.tech"
|
|
100
|
+
},
|
|
101
|
+
"datePublished": "2025-07-29T09:28:20.907Z",
|
|
102
|
+
"dateModified": "2025-07-29T09:28:20.907Z",
|
|
103
|
+
"mainEntityOfPage": {
|
|
104
|
+
"@type": "WebPage",
|
|
105
|
+
"@id": "https://doc-builder-delta.vercel.app/test-status.html"
|
|
106
|
+
},
|
|
107
|
+
"breadcrumb": {
|
|
108
|
+
"@type": "BreadcrumbList",
|
|
109
|
+
"itemListElement": [
|
|
110
|
+
{
|
|
111
|
+
"@type": "ListItem",
|
|
112
|
+
"position": 1,
|
|
113
|
+
"name": "@knowcode/doc-builder",
|
|
114
|
+
"item": "https://doc-builder-delta.vercel.app"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"@type": "ListItem",
|
|
118
|
+
"position": 2,
|
|
119
|
+
"name": "Test Status",
|
|
120
|
+
"item": "https://doc-builder-delta.vercel.app/test-status.html"
|
|
121
|
+
}
|
|
122
|
+
]
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
</script>
|
|
126
|
+
</head>
|
|
127
|
+
<body>
|
|
128
|
+
<!-- Header -->
|
|
129
|
+
<header class="header">
|
|
130
|
+
<div class="header-content">
|
|
131
|
+
<a href="/index.html" class="logo">@knowcode/doc-builder</a>
|
|
132
|
+
|
|
133
|
+
<div class="header-actions">
|
|
134
|
+
<div class="deployment-info">
|
|
135
|
+
<span class="deployment-date" title="Built with doc-builder v1.9.5">Last updated: Jul 29, 2025, 09:28 AM UTC</span>
|
|
136
|
+
</div>
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
<a href="../login.html" class="auth-btn" title="Login/Logout">
|
|
140
|
+
<i class="fas fa-sign-in-alt"></i>
|
|
141
|
+
</a>
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
<button id="theme-toggle" class="theme-toggle" aria-label="Toggle theme">
|
|
145
|
+
<i class="fas fa-moon"></i>
|
|
146
|
+
</button>
|
|
147
|
+
|
|
148
|
+
<button id="menu-toggle" class="menu-toggle" aria-label="Toggle menu">
|
|
149
|
+
<i class="fas fa-bars"></i>
|
|
150
|
+
</button>
|
|
151
|
+
</div>
|
|
152
|
+
</div>
|
|
153
|
+
</header>
|
|
154
|
+
|
|
155
|
+
<!-- Preview Banner -->
|
|
156
|
+
<div id="preview-banner" class="preview-banner">
|
|
157
|
+
<div class="banner-content">
|
|
158
|
+
<i class="fas fa-exclamation-triangle banner-icon"></i>
|
|
159
|
+
<span class="banner-text">This documentation is a preview version - some content may be incomplete</span>
|
|
160
|
+
<button id="dismiss-banner" class="banner-dismiss" aria-label="Dismiss banner">
|
|
161
|
+
<i class="fas fa-times"></i>
|
|
162
|
+
</button>
|
|
163
|
+
</div>
|
|
164
|
+
</div>
|
|
165
|
+
|
|
166
|
+
<!-- Breadcrumbs -->
|
|
167
|
+
<nav class="breadcrumbs" id="breadcrumbs">
|
|
168
|
+
<!-- Breadcrumbs will be generated by JavaScript -->
|
|
169
|
+
</nav>
|
|
170
|
+
|
|
171
|
+
<!-- Main Content -->
|
|
172
|
+
<div class="main-wrapper">
|
|
173
|
+
<!-- Sidebar -->
|
|
174
|
+
<aside class="sidebar">
|
|
175
|
+
<div class="sidebar-header">
|
|
176
|
+
<div class="filter-box">
|
|
177
|
+
<input type="text" placeholder="Filter items..." class="filter-input" id="nav-filter">
|
|
178
|
+
<i class="fas fa-search filter-icon"></i>
|
|
179
|
+
</div>
|
|
180
|
+
</div>
|
|
181
|
+
<nav class="navigation">
|
|
182
|
+
|
|
183
|
+
<div class="nav-section" data-level="0">
|
|
184
|
+
<a class="nav-title" href="/README.html" >
|
|
185
|
+
<i class="fas fa-home"></i> Documentation
|
|
186
|
+
</a>
|
|
187
|
+
<div class="nav-content" >
|
|
188
|
+
<a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="fas fa-file-alt"></i> Overview</a>
|
|
189
|
+
<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-edit" style="color: #f59e0b;"></i> Documentation Index</a>
|
|
190
|
+
<a href="/image-modal-test.html" class="nav-item" data-tooltip="This document tests the new image modal functionality in doc-builder."><i class="fas fa-file-alt"></i> Image Modal Test</a>
|
|
191
|
+
<a href="/test-status.html" class="nav-item active" data-tooltip="🚧 This document is under construction and contains various status indicators."><i class="fas fa-edit" style="color: #f59e0b;"></i> Test Status</a>
|
|
192
|
+
<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-check-circle" style="color: #10b981;"></i> Vercel Cli Setup Guide</a>
|
|
193
|
+
<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-check-circle" style="color: #10b981;"></i> Vercel First Time Setup Guide</a></div></div>
|
|
194
|
+
<div class="nav-section" data-level="1">
|
|
195
|
+
<a class="nav-title collapsible" href="#" data-target="nav-guides-1" >
|
|
196
|
+
<i class="fas fa-chevron-right collapse-icon"></i><i class="fas fa-folder"></i> Guides
|
|
197
|
+
</a>
|
|
198
|
+
<div class="nav-content collapsed" id="nav-guides-1">
|
|
199
|
+
<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>
|
|
200
|
+
<a href="/guides/authentication-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder supports enterprise-grade authentication through Supabase - a secure, scalable authentication platform."><i class="fas fa-check-circle" style="color: #10b981;"></i> Authentication Guide</a>
|
|
201
|
+
<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-edit" style="color: #f59e0b;"></i> Claude Workflow Guide</a>
|
|
202
|
+
<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-edit" style="color: #f59e0b;"></i> Documentation Standards</a>
|
|
203
|
+
<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="fas fa-check-circle" style="color: #10b981;"></i> Html Embedding Guide</a>
|
|
204
|
+
<a href="/guides/image-modal-guide.html" class="nav-item" data-tooltip="When users click on any image in your generated documentation, it opens in a professional modal overlay with: Full-screen viewing experience Smooth..."><i class="fas fa-check-circle" style="color: #10b981;"></i> Image Modal Guide</a>
|
|
205
|
+
<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-edit" style="color: #f59e0b;"></i> Phosphor Icons Guide</a>
|
|
206
|
+
<a href="/guides/private-directory-authentication.html" class="nav-item" data-tooltip="The @knowcode/doc-builder provides flexible authentication options to protect your documentation."><i class="fas fa-check-circle" style="color: #10b981;"></i> Private Directory Authentication</a>
|
|
207
|
+
<a href="/guides/private-directory-authentication-troubleshooting.html" class="nav-item" data-tooltip="Private Directory Authentication Troubleshooting."><i class="fas fa-check-circle" style="color: #10b981;"></i> Private Directory Authentication Troubleshooting</a>
|
|
208
|
+
<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-check-circle" style="color: #10b981;"></i> Public Site Deployment</a>
|
|
209
|
+
<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-check-circle" style="color: #10b981;"></i> Search Engine Verification Guide</a>
|
|
210
|
+
<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-check-circle" style="color: #10b981;"></i> Seo Guide</a>
|
|
211
|
+
<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="fas fa-check-circle" style="color: #10b981;"></i> Seo Optimization Guide</a>
|
|
212
|
+
<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-check-circle" style="color: #10b981;"></i> Troubleshooting Guide</a>
|
|
213
|
+
<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-check-circle" style="color: #10b981;"></i> Windows Setup Guide</a></div></div>
|
|
214
|
+
<div class="nav-section private-nav" data-level="1">
|
|
215
|
+
<a class="nav-title collapsible" href="#" data-target="nav-private-1" >
|
|
216
|
+
<i class="fas fa-chevron-right collapse-icon"></i><i class="fas fa-folder"></i> Private
|
|
217
|
+
</a>
|
|
218
|
+
<div class="nav-content collapsed" id="nav-private-1">
|
|
219
|
+
<a href="/private/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-check-circle" style="color: #10b981;"></i> Cache Control Anti Pattern</a>
|
|
220
|
+
<a href="/private/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-check-circle" style="color: #10b981;"></i> Next Steps Walkthrough</a>
|
|
221
|
+
<a href="/private/supabase-auth-implementation-completed.html" class="nav-item" data-tooltip="This document records the successful implementation of Supabase authentication in @knowcode/doc-builder v1.7.5+."><i class="fas fa-check-circle" style="color: #10b981;"></i> Supabase Auth Implementation Completed</a>
|
|
222
|
+
<a href="/private/supabase-auth-implementation-plan.html" class="nav-item" data-tooltip="Supabase Auth Implementation Plan for @knowcode/doc-builder."><i class="fas fa-check-circle" style="color: #10b981;"></i> Supabase Auth Implementation Plan</a>
|
|
223
|
+
<a href="/private/supabase-auth-integration-plan.html" class="nav-item" data-tooltip="Supabase Authentication Integration Plan for @knowcode/doc-builder."><i class="fas fa-check-circle" style="color: #10b981;"></i> Supabase Auth Integration Plan</a>
|
|
224
|
+
<a href="/private/supabase-auth-setup-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder supports enterprise-grade authentication through Supabase."><i class="fas fa-check-circle" style="color: #10b981;"></i> Supabase Auth Setup Guide</a>
|
|
225
|
+
<a href="/private/test-private-doc.html" class="nav-item" data-tooltip="Test Private Document."><i class="fas fa-file-alt"></i> Test Private Doc</a>
|
|
226
|
+
<a href="/private/user-management-tooling.html" class="nav-item" data-tooltip="The user management system is a set of tools designed to manage user access to Supabase-authenticated documentation sites built with."><i class="fas fa-check-circle" style="color: #10b981;"></i> User Management Tooling</a></div></div>
|
|
227
|
+
<div class="nav-section private-nav" data-level="2">
|
|
228
|
+
<a class="nav-title collapsible" href="/private/launch/README.html" data-target="nav-private-launch-2" >
|
|
229
|
+
<i class="fas fa-chevron-right collapse-icon"></i><i class="fas fa-folder"></i> Launch
|
|
230
|
+
</a>
|
|
231
|
+
<div class="nav-content collapsed" id="nav-private-launch-2">
|
|
232
|
+
<a href="/private/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-check-circle" style="color: #10b981;"></i> Launch Overview</a>
|
|
233
|
+
<a href="/private/launch/auth-cleanup-summary.html" class="nav-item" data-tooltip="All references to the old client-side authentication system have been removed from @knowcode/doc-builder."><i class="fas fa-check-circle" style="color: #10b981;"></i> Auth Cleanup Summary</a>
|
|
234
|
+
<a href="/private/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-times-circle" style="color: #ef4444;"></i> Bubble Plugin Specification</a>
|
|
235
|
+
<a href="/private/launch/go-to-market-strategy.html" class="nav-item" data-tooltip="Go-to-Market Strategy & Product Launch Plan."><i class="fas fa-edit" style="color: #f59e0b;"></i> Go To Market Strategy</a>
|
|
236
|
+
<a href="/private/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-check-circle" style="color: #10b981;"></i> Launch Announcements</a>
|
|
237
|
+
<a href="/private/launch/vercel-deployment-auth-setup.html" class="nav-item" data-tooltip="Vercel Deployment Authentication Setup Guide."><i class="fas fa-check-circle" style="color: #10b981;"></i> Vercel Deployment Auth Setup</a></div></div>
|
|
238
|
+
<div class="nav-section" data-level="1">
|
|
239
|
+
<a class="nav-title collapsible" href="#" data-target="nav-prompts-1" >
|
|
240
|
+
<i class="fas fa-chevron-right collapse-icon"></i><i class="fas fa-folder"></i> Prompts
|
|
241
|
+
</a>
|
|
242
|
+
<div class="nav-content collapsed" id="nav-prompts-1">
|
|
243
|
+
<a href="/prompts/markdown-document-standards.html" class="nav-item" data-tooltip="Detailed introduction to the topic..."><i class="fas fa-edit" style="color: #f59e0b;"></i> Markdown Document Standards</a></div></div>
|
|
244
|
+
</nav>
|
|
245
|
+
<div class="resize-handle"></div>
|
|
246
|
+
</aside>
|
|
247
|
+
|
|
248
|
+
<!-- Content Area -->
|
|
249
|
+
<main class="content">
|
|
250
|
+
<div class="content-inner">
|
|
251
|
+
<h1>Test Status Document</h1>
|
|
252
|
+
<p><i class="ph ph-barricade" aria-label="under construction"></i> This document is under construction and contains various status indicators.</p>
|
|
253
|
+
<h2>Status Tests</h2>
|
|
254
|
+
<ul>
|
|
255
|
+
<li><i class="ph ph-check-circle" aria-label="checked"></i> This item is completed</li>
|
|
256
|
+
<li><i class="ph ph-x-circle" aria-label="error"></i> This item has an error</li>
|
|
257
|
+
<li><i class="ph ph-warning-circle" aria-label="warning"></i> This item has a warning</li>
|
|
258
|
+
<li><i class="ph ph-barricade" aria-label="under construction"></i> This item is draft/under construction</li>
|
|
259
|
+
</ul>
|
|
260
|
+
<h2>Planning Section</h2>
|
|
261
|
+
<p><i class="ph ph-clipboard-text" aria-label="clipboard"></i> This is a planning document with roadmap items.</p>
|
|
262
|
+
|
|
263
|
+
</div>
|
|
264
|
+
</main>
|
|
265
|
+
</div>
|
|
266
|
+
|
|
267
|
+
<!-- Scripts -->
|
|
268
|
+
<script>
|
|
269
|
+
// Pass configuration to frontend
|
|
270
|
+
window.docBuilderConfig = {
|
|
271
|
+
features: {
|
|
272
|
+
showPdfDownload: true,
|
|
273
|
+
menuDefaultOpen: false
|
|
274
|
+
}
|
|
275
|
+
};
|
|
276
|
+
</script>
|
|
277
|
+
<script src="/js/main.js"></script>
|
|
278
|
+
<script src="https://unpkg.com/@supabase/supabase-js@2"></script>
|
|
279
|
+
<script src="/js/auth.js"></script>
|
|
280
|
+
</body>
|
|
281
|
+
</html>
|
|
@@ -98,8 +98,8 @@
|
|
|
98
98
|
"name": "Knowcode Ltd",
|
|
99
99
|
"url": "https://knowcode.tech"
|
|
100
100
|
},
|
|
101
|
-
"datePublished": "2025-07-
|
|
102
|
-
"dateModified": "2025-07-
|
|
101
|
+
"datePublished": "2025-07-29T09:30:31.383Z",
|
|
102
|
+
"dateModified": "2025-07-29T09:30:31.383Z",
|
|
103
103
|
"mainEntityOfPage": {
|
|
104
104
|
"@type": "WebPage",
|
|
105
105
|
"@id": "https://doc-builder-delta.vercel.app/vercel-cli-setup-guide.html"
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
|
|
133
133
|
<div class="header-actions">
|
|
134
134
|
<div class="deployment-info">
|
|
135
|
-
<span class="deployment-date" title="Built with doc-builder v1.9.5">Last updated: Jul 29, 2025,
|
|
135
|
+
<span class="deployment-date" title="Built with doc-builder v1.9.5">Last updated: Jul 29, 2025, 09:30 AM UTC</span>
|
|
136
136
|
</div>
|
|
137
137
|
|
|
138
138
|
|
|
@@ -182,64 +182,64 @@
|
|
|
182
182
|
|
|
183
183
|
<div class="nav-section" data-level="0">
|
|
184
184
|
<a class="nav-title" href="/README.html" >
|
|
185
|
-
<i class="
|
|
185
|
+
<i class="ph ph-house"></i> Documentation
|
|
186
186
|
</a>
|
|
187
187
|
<div class="nav-content" >
|
|
188
|
-
<a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="
|
|
189
|
-
<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="
|
|
190
|
-
<a href="/image-modal-test.html" class="nav-item" data-tooltip="This document tests the new image modal functionality in doc-builder."><i class="
|
|
191
|
-
<a href="/vercel-cli-setup-guide.html" class="nav-item active" data-tooltip="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems."><i class="
|
|
192
|
-
<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="
|
|
188
|
+
<a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
|
|
189
|
+
<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="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Index</a>
|
|
190
|
+
<a href="/image-modal-test.html" class="nav-item" data-tooltip="This document tests the new image modal functionality in doc-builder."><i class="ph ph-file-text"></i> Image Modal Test</a>
|
|
191
|
+
<a href="/vercel-cli-setup-guide.html" class="nav-item active" data-tooltip="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel Cli Setup Guide</a>
|
|
192
|
+
<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="ph ph-check-circle" style="color: #059669;"></i> Vercel First Time Setup Guide</a></div></div>
|
|
193
193
|
<div class="nav-section" data-level="1">
|
|
194
194
|
<a class="nav-title collapsible" href="#" data-target="nav-guides-1" >
|
|
195
|
-
<i class="
|
|
195
|
+
<i class="ph ph-caret-right collapse-icon"></i><i class="ph ph-book"></i> Guides
|
|
196
196
|
</a>
|
|
197
197
|
<div class="nav-content collapsed" id="nav-guides-1">
|
|
198
|
-
<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="
|
|
199
|
-
<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="
|
|
200
|
-
<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="
|
|
201
|
-
<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="
|
|
202
|
-
<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="
|
|
203
|
-
<a href="/guides/image-modal-guide.html" class="nav-item" data-tooltip="When users click on any image in your generated documentation, it opens in a professional modal overlay with: Full-screen viewing experience Smooth..."><i class="
|
|
204
|
-
<a href="/guides/phosphor-icons-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder automatically converts Unicode emojis in your markdown files to beautiful Phosphor icons in the generated HTML."><i class="
|
|
205
|
-
<a href="/guides/private-directory-authentication.html" class="nav-item" data-tooltip="The @knowcode/doc-builder provides flexible authentication options to protect your documentation."><i class="
|
|
206
|
-
<a href="/guides/private-directory-authentication-troubleshooting.html" class="nav-item" data-tooltip="Private Directory Authentication Troubleshooting."><i class="
|
|
207
|
-
<a href="/guides/public-site-deployment.html" class="nav-item" data-tooltip="The @knowcode/doc-builder now supports deploying public documentation sites without authentication."><i class="
|
|
208
|
-
<a href="/guides/search-engine-verification-guide.html" class="nav-item" data-tooltip="Search engine verification provides access to powerful webmaster tools:."><i class="
|
|
209
|
-
<a href="/guides/seo-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features to help your documentation rank better in search results and..."><i class="
|
|
210
|
-
<a href="/guides/seo-optimization-guide.html" class="nav-item" data-tooltip="
|
|
211
|
-
<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="
|
|
212
|
-
<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="
|
|
198
|
+
<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>
|
|
199
|
+
<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>
|
|
200
|
+
<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>
|
|
201
|
+
<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>
|
|
202
|
+
<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>
|
|
203
|
+
<a href="/guides/image-modal-guide.html" class="nav-item" data-tooltip="When users click on any image in your generated documentation, it opens in a professional modal overlay with: Full-screen viewing experience Smooth..."><i class="ph ph-check-circle" style="color: #059669;"></i> Image Modal Guide</a>
|
|
204
|
+
<a href="/guides/phosphor-icons-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder automatically converts Unicode emojis in your markdown files to beautiful Phosphor icons in the generated HTML."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Phosphor Icons Guide</a>
|
|
205
|
+
<a href="/guides/private-directory-authentication.html" class="nav-item" data-tooltip="The @knowcode/doc-builder provides flexible authentication options to protect your documentation."><i class="ph ph-check-circle" style="color: #059669;"></i> Private Directory Authentication</a>
|
|
206
|
+
<a href="/guides/private-directory-authentication-troubleshooting.html" class="nav-item" data-tooltip="Private Directory Authentication Troubleshooting."><i class="ph ph-check-circle" style="color: #059669;"></i> Private Directory Authentication Troubleshooting</a>
|
|
207
|
+
<a href="/guides/public-site-deployment.html" class="nav-item" data-tooltip="The @knowcode/doc-builder now supports deploying public documentation sites without authentication."><i class="ph ph-check-circle" style="color: #059669;"></i> Public Site Deployment</a>
|
|
208
|
+
<a href="/guides/search-engine-verification-guide.html" class="nav-item" data-tooltip="Search engine verification provides access to powerful webmaster tools:."><i class="ph ph-check-circle" style="color: #059669;"></i> Search Engine Verification Guide</a>
|
|
209
|
+
<a href="/guides/seo-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features to help your documentation rank better in search results and..."><i class="ph ph-check-circle" style="color: #059669;"></i> Seo Guide</a>
|
|
210
|
+
<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>
|
|
211
|
+
<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>
|
|
212
|
+
<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>
|
|
213
213
|
<div class="nav-section private-nav" data-level="1">
|
|
214
214
|
<a class="nav-title collapsible" href="#" data-target="nav-private-1" >
|
|
215
|
-
<i class="
|
|
215
|
+
<i class="ph ph-caret-right collapse-icon"></i><i class="ph ph-lock"></i> Private
|
|
216
216
|
</a>
|
|
217
217
|
<div class="nav-content collapsed" id="nav-private-1">
|
|
218
|
-
<a href="/private/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="
|
|
219
|
-
<a href="/private/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="
|
|
220
|
-
<a href="/private/supabase-auth-implementation-completed.html" class="nav-item" data-tooltip="This document records the successful implementation of Supabase authentication in @knowcode/doc-builder v1.7.5+."><i class="
|
|
221
|
-
<a href="/private/supabase-auth-implementation-plan.html" class="nav-item" data-tooltip="Supabase Auth Implementation Plan for @knowcode/doc-builder."><i class="
|
|
222
|
-
<a href="/private/supabase-auth-integration-plan.html" class="nav-item" data-tooltip="Supabase Authentication Integration Plan for @knowcode/doc-builder."><i class="
|
|
223
|
-
<a href="/private/supabase-auth-setup-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder supports enterprise-grade authentication through Supabase."><i class="
|
|
224
|
-
<a href="/private/test-private-doc.html" class="nav-item" data-tooltip="Test Private Document."><i class="
|
|
225
|
-
<a href="/private/user-management-tooling.html" class="nav-item" data-tooltip="The user management system is a set of tools designed to manage user access to Supabase-authenticated documentation sites built with."><i class="
|
|
218
|
+
<a href="/private/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="ph ph-check-circle" style="color: #059669;"></i> Cache Control Anti Pattern</a>
|
|
219
|
+
<a href="/private/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="ph ph-check-circle" style="color: #059669;"></i> Next Steps Walkthrough</a>
|
|
220
|
+
<a href="/private/supabase-auth-implementation-completed.html" class="nav-item" data-tooltip="This document records the successful implementation of Supabase authentication in @knowcode/doc-builder v1.7.5+."><i class="ph ph-check-circle" style="color: #059669;"></i> Supabase Auth Implementation Completed</a>
|
|
221
|
+
<a href="/private/supabase-auth-implementation-plan.html" class="nav-item" data-tooltip="Supabase Auth Implementation Plan for @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> Supabase Auth Implementation Plan</a>
|
|
222
|
+
<a href="/private/supabase-auth-integration-plan.html" class="nav-item" data-tooltip="Supabase Authentication Integration Plan for @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> Supabase Auth Integration Plan</a>
|
|
223
|
+
<a href="/private/supabase-auth-setup-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder supports enterprise-grade authentication through Supabase."><i class="ph ph-check-circle" style="color: #059669;"></i> Supabase Auth Setup Guide</a>
|
|
224
|
+
<a href="/private/test-private-doc.html" class="nav-item" data-tooltip="Test Private Document."><i class="ph ph-file-text"></i> Test Private Doc</a>
|
|
225
|
+
<a href="/private/user-management-tooling.html" class="nav-item" data-tooltip="The user management system is a set of tools designed to manage user access to Supabase-authenticated documentation sites built with."><i class="ph ph-check-circle" style="color: #059669;"></i> User Management Tooling</a></div></div>
|
|
226
226
|
<div class="nav-section private-nav" data-level="2">
|
|
227
227
|
<a class="nav-title collapsible" href="/private/launch/README.html" data-target="nav-private-launch-2" >
|
|
228
|
-
<i class="
|
|
228
|
+
<i class="ph ph-caret-right collapse-icon"></i><i class="ph ph-rocket-launch"></i> Launch
|
|
229
229
|
</a>
|
|
230
230
|
<div class="nav-content collapsed" id="nav-private-launch-2">
|
|
231
|
-
<a href="/private/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="
|
|
232
|
-
<a href="/private/launch/auth-cleanup-summary.html" class="nav-item" data-tooltip="All references to the old client-side authentication system have been removed from @knowcode/doc-builder."><i class="
|
|
233
|
-
<a href="/private/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="
|
|
234
|
-
<a href="/private/launch/go-to-market-strategy.html" class="nav-item" data-tooltip="Go-to-Market Strategy & Product Launch Plan."><i class="
|
|
235
|
-
<a href="/private/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="
|
|
236
|
-
<a href="/private/launch/vercel-deployment-auth-setup.html" class="nav-item" data-tooltip="Vercel Deployment Authentication Setup Guide."><i class="
|
|
231
|
+
<a href="/private/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="ph ph-check-circle" style="color: #059669;"></i> Launch Overview</a>
|
|
232
|
+
<a href="/private/launch/auth-cleanup-summary.html" class="nav-item" data-tooltip="All references to the old client-side authentication system have been removed from @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> Auth Cleanup Summary</a>
|
|
233
|
+
<a href="/private/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="ph ph-x-circle" style="color: #dc2626;"></i> Bubble Plugin Specification</a>
|
|
234
|
+
<a href="/private/launch/go-to-market-strategy.html" class="nav-item" data-tooltip="Go-to-Market Strategy & Product Launch Plan."><i class="ph ph-pencil-simple" style="color: #d97706;"></i> Go To Market Strategy</a>
|
|
235
|
+
<a href="/private/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="ph ph-check-circle" style="color: #059669;"></i> Launch Announcements</a>
|
|
236
|
+
<a href="/private/launch/vercel-deployment-auth-setup.html" class="nav-item" data-tooltip="Vercel Deployment Authentication Setup Guide."><i class="ph ph-check-circle" style="color: #059669;"></i> Vercel Deployment Auth Setup</a></div></div>
|
|
237
237
|
<div class="nav-section" data-level="1">
|
|
238
238
|
<a class="nav-title collapsible" href="#" data-target="nav-prompts-1" >
|
|
239
|
-
<i class="
|
|
239
|
+
<i class="ph ph-caret-right collapse-icon"></i><i class="ph ph-chat-circle-dots"></i> Prompts
|
|
240
240
|
</a>
|
|
241
241
|
<div class="nav-content collapsed" id="nav-prompts-1">
|
|
242
|
-
<a href="/prompts/markdown-document-standards.html" class="nav-item" data-tooltip="Detailed introduction to the topic..."><i class="
|
|
242
|
+
<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>
|
|
243
243
|
</nav>
|
|
244
244
|
<div class="resize-handle"></div>
|
|
245
245
|
</aside>
|