@knowcode/doc-builder 1.9.21 → 1.9.22
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/doc-builder.config.js +1 -1
- package/doc-builder.config.js.backup.1754568137859 +126 -0
- package/html/README.html +3 -3
- package/html/about-doc-builder.html +3 -3
- package/html/documentation-index.html +3 -3
- package/html/guides/authentication-default-change.html +3 -3
- package/html/guides/authentication-guide.html +3 -3
- package/html/guides/claude-workflow-guide.html +3 -3
- package/html/guides/configuration-guide.html +3 -3
- package/html/guides/documentation-standards.html +3 -3
- package/html/guides/html-embedding-guide.html +3 -3
- package/html/guides/image-modal-guide.html +3 -3
- package/html/guides/phosphor-icons-guide.html +3 -3
- package/html/guides/private-directory-authentication-troubleshooting.html +3 -3
- package/html/guides/private-directory-authentication.html +3 -3
- package/html/guides/public-site-deployment.html +3 -3
- package/html/guides/search-engine-verification-guide.html +3 -3
- package/html/guides/seo-guide.html +3 -3
- package/html/guides/seo-optimization-guide.html +3 -3
- package/html/guides/supabase-authentication-complete-guide.html +3 -3
- package/html/guides/troubleshooting-guide.html +3 -3
- package/html/guides/windows-setup-guide.html +3 -3
- package/html/image-modal-test.html +3 -3
- package/html/index.html +3 -3
- package/html/private/cache-control-anti-pattern.html +3 -3
- package/html/private/launch/README.html +3 -3
- package/html/private/launch/auth-cleanup-summary.html +3 -3
- package/html/private/launch/bubble-plugin-specification.html +3 -3
- package/html/private/launch/go-to-market-strategy.html +3 -3
- package/html/private/launch/launch-announcements.html +3 -3
- package/html/private/launch/vercel-deployment-auth-setup.html +3 -3
- package/html/private/next-steps-walkthrough.html +3 -3
- package/html/private/supabase-auth-implementation-completed.html +3 -3
- package/html/private/supabase-auth-implementation-plan.html +3 -3
- package/html/private/supabase-auth-integration-plan.html +3 -3
- package/html/private/supabase-auth-setup-guide.html +3 -3
- package/html/private/test-private-doc.html +3 -3
- package/html/private/user-management-tooling.html +3 -3
- package/html/prompts/beautiful-documentation-design.html +3 -3
- package/html/prompts/markdown-document-standards.html +3 -3
- package/html/prompts/project-rename-strategy-sasha-publish.html +3 -3
- package/html/sitemap.xml +59 -59
- package/html/test-questions/how-does-it-work%3F.html +3 -3
- package/html/test-questions/step-1%3A%20getting-started.html +3 -3
- package/html/test-questions/what-is-the-purpose.html +3 -3
- package/html/vercel-cli-setup-guide.html +3 -3
- package/html/vercel-first-time-setup-guide.html +3 -3
- package/html-static/README.html +35 -35
- package/html-static/about-doc-builder.html +35 -35
- package/html-static/documentation-index.html +35 -35
- package/html-static/guides/authentication-default-change.html +35 -35
- package/html-static/guides/authentication-guide.html +35 -35
- package/html-static/guides/claude-workflow-guide.html +35 -35
- package/html-static/guides/configuration-guide.html +35 -35
- package/html-static/guides/documentation-standards.html +35 -35
- package/html-static/guides/html-embedding-guide.html +35 -35
- package/html-static/guides/image-modal-guide.html +35 -35
- package/html-static/guides/phosphor-icons-guide.html +35 -35
- package/html-static/guides/private-directory-authentication-troubleshooting.html +35 -35
- package/html-static/guides/private-directory-authentication.html +35 -35
- package/html-static/guides/public-site-deployment.html +35 -35
- package/html-static/guides/search-engine-verification-guide.html +35 -35
- package/html-static/guides/seo-guide.html +35 -35
- package/html-static/guides/seo-optimization-guide.html +35 -35
- package/html-static/guides/supabase-authentication-complete-guide.html +35 -35
- package/html-static/guides/troubleshooting-guide.html +35 -35
- package/html-static/guides/windows-setup-guide.html +35 -35
- package/html-static/image-modal-test.html +35 -35
- package/html-static/index.html +35 -35
- package/html-static/prompts/Screenshot 2025-08-02 at 08.49.55.png +0 -0
- package/html-static/prompts/beautiful-documentation-design.html +35 -35
- package/html-static/prompts/markdown-document-standards.html +35 -35
- package/html-static/prompts/project-rename-strategy-sasha-publish.html +35 -35
- package/html-static/sitemap.xml +37 -31
- package/html-static/test-questions/how-does-it-work%3F.html +35 -35
- package/html-static/test-questions/step-1%3A%20getting-started.html +35 -35
- package/html-static/test-questions/what-is-the-purpose.html +35 -35
- package/html-static/vercel-cli-setup-guide.html +35 -35
- package/html-static/vercel-first-time-setup-guide.html +35 -35
- package/lib/core-builder.js +32 -13
- package/package.json +1 -1
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
<script src="https://cdn.jsdelivr.net/npm/mermaid@10.6.1/dist/mermaid.min.js"></script>
|
|
45
45
|
|
|
46
46
|
<!-- Styles -->
|
|
47
|
-
<link rel="stylesheet" href="
|
|
47
|
+
<link rel="stylesheet" href="../css/notion-style.css">
|
|
48
48
|
|
|
49
49
|
|
|
50
50
|
|
|
@@ -66,8 +66,8 @@
|
|
|
66
66
|
"name": "Knowcode Ltd",
|
|
67
67
|
"url": "https://knowcode.tech"
|
|
68
68
|
},
|
|
69
|
-
"datePublished": "2025-08-
|
|
70
|
-
"dateModified": "2025-08-
|
|
69
|
+
"datePublished": "2025-08-07T12:04:03.331Z",
|
|
70
|
+
"dateModified": "2025-08-07T12:04:03.331Z",
|
|
71
71
|
"mainEntityOfPage": {
|
|
72
72
|
"@type": "WebPage",
|
|
73
73
|
"@id": "https://doc-builder-delta.vercel.app/guides/configuration-guide.html"
|
|
@@ -102,11 +102,11 @@
|
|
|
102
102
|
<!-- Header -->
|
|
103
103
|
<header class="header">
|
|
104
104
|
<div class="header-content">
|
|
105
|
-
<a href="
|
|
105
|
+
<a href="../index.html" class="logo">@knowcode/doc-builder</a>
|
|
106
106
|
|
|
107
107
|
<div class="header-actions">
|
|
108
108
|
<div class="deployment-info">
|
|
109
|
-
<span class="deployment-date" title="Built with doc-builder v1.9.
|
|
109
|
+
<span class="deployment-date" title="Built with doc-builder v1.9.21">Last updated: Aug 7, 2025, 12:04 PM UTC</span>
|
|
110
110
|
</div>
|
|
111
111
|
|
|
112
112
|
|
|
@@ -146,50 +146,50 @@
|
|
|
146
146
|
<i class="ph ph-caret-down" id="toggle-all-icon"></i> Documentation
|
|
147
147
|
</a>
|
|
148
148
|
<div class="nav-content">
|
|
149
|
-
<a href="
|
|
150
|
-
<a href="
|
|
151
|
-
<a href="
|
|
152
|
-
<a href="
|
|
153
|
-
<a href="
|
|
154
|
-
<a href="
|
|
149
|
+
<a href="README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
|
|
150
|
+
<a href="about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> About Doc Builder</a>
|
|
151
|
+
<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>
|
|
152
|
+
<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>
|
|
153
|
+
<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="ph ph-check-circle" style="color: #059669;"></i> Vercel Cli Setup Guide</a>
|
|
154
|
+
<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>
|
|
155
155
|
<div class="nav-section" data-level="1">
|
|
156
156
|
<a class="nav-title collapsible expanded" href="#" data-target="nav-guides-1" >
|
|
157
157
|
<i class="ph ph-caret-right collapse-icon"></i><i class="ph ph-book"></i> Guides
|
|
158
158
|
</a>
|
|
159
159
|
<div class="nav-content" id="nav-guides-1">
|
|
160
|
-
<a href="
|
|
161
|
-
<a href="
|
|
162
|
-
<a href="
|
|
163
|
-
<a href="
|
|
164
|
-
<a href="
|
|
165
|
-
<a href="
|
|
166
|
-
<a href="
|
|
167
|
-
<a href="
|
|
168
|
-
<a href="
|
|
169
|
-
<a href="
|
|
170
|
-
<a href="
|
|
171
|
-
<a href="
|
|
172
|
-
<a href="
|
|
173
|
-
<a href="
|
|
174
|
-
<a href="
|
|
175
|
-
<a href="
|
|
176
|
-
<a href="
|
|
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="ph ph-file-text"></i> Authentication Default Change</a>
|
|
161
|
+
<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>
|
|
162
|
+
<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>
|
|
163
|
+
<a href="guides/configuration-guide.html" class="nav-item active" data-tooltip="This guide explains how @knowcode/doc-builder handles configuration files and settings."><i class="ph ph-check-circle" style="color: #059669;"></i> Configuration Guide</a>
|
|
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="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Standards</a>
|
|
165
|
+
<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>
|
|
166
|
+
<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>
|
|
167
|
+
<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>
|
|
168
|
+
<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>
|
|
169
|
+
<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>
|
|
170
|
+
<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>
|
|
171
|
+
<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>
|
|
172
|
+
<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>
|
|
173
|
+
<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 for @knowcode/doc-builder</a>
|
|
174
|
+
<a href="guides/supabase-authentication-complete-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes built-in Supabase authentication that provides enterprise-grade security with zero configuration."><i class="ph ph-check-circle" style="color: #059669;"></i> Supabase Authentication Complete Guide</a>
|
|
175
|
+
<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>
|
|
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="ph ph-check-circle" style="color: #059669;"></i> Windows Setup Guide</a></div></div>
|
|
177
177
|
<div class="nav-section" data-level="1">
|
|
178
178
|
<a class="nav-title collapsible" href="#" data-target="nav-prompts-1" >
|
|
179
179
|
<i class="ph ph-caret-right collapse-icon"></i><i class="ph ph-chat-circle-dots"></i> Prompts
|
|
180
180
|
</a>
|
|
181
181
|
<div class="nav-content collapsed" id="nav-prompts-1">
|
|
182
|
-
<a href="
|
|
183
|
-
<a href="
|
|
184
|
-
<a href="
|
|
182
|
+
<a href="prompts/beautiful-documentation-design.html" class="nav-item" data-tooltip="🎨 Beautiful Documentation Design Guide."><i class="ph ph-check-circle" style="color: #059669;"></i> Beautiful Documentation Design</a>
|
|
183
|
+
<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>
|
|
184
|
+
<a href="prompts/project-rename-strategy-sasha-publish.html" class="nav-item" data-tooltip="This document outlines the comprehensive strategy for renaming the @knowcode/doc-builder project to "sasha-publish", including all package references,..."><i class="ph ph-x-circle" style="color: #dc2626;"></i> Project Rename Strategy Sasha Publish</a></div></div>
|
|
185
185
|
<div class="nav-section" data-level="1">
|
|
186
186
|
<a class="nav-title collapsible" href="#" data-target="nav-test-questions-1" >
|
|
187
187
|
<i class="ph ph-caret-right collapse-icon"></i><i class="ph ph-folder"></i> Test Questions
|
|
188
188
|
</a>
|
|
189
189
|
<div class="nav-content collapsed" id="nav-test-questions-1">
|
|
190
|
-
<a href="
|
|
191
|
-
<a href="
|
|
192
|
-
<a href="
|
|
190
|
+
<a href="test-questions/how-does-it-work%3F.html" class="nav-item" data-tooltip="This is a test file to verify that question marks work properly in filenames."><i class="ph ph-file-text"></i> How Does It Work?</a>
|
|
191
|
+
<a href="test-questions/step-1%3A%20getting-started.html" class="nav-item" data-tooltip="Step 1: Getting Started."><i class="ph ph-file-text"></i> Step 1: Getting Started</a>
|
|
192
|
+
<a href="test-questions/what-is-the-purpose.html" class="nav-item" data-tooltip="Understanding the purpose of our documentation system"><i class="ph ph-file-text"></i> What Is The Purpose?</a></div></div>
|
|
193
193
|
</nav>
|
|
194
194
|
<div class="resize-handle"></div>
|
|
195
195
|
</aside>
|
|
@@ -400,7 +400,7 @@
|
|
|
400
400
|
}
|
|
401
401
|
};
|
|
402
402
|
</script>
|
|
403
|
-
<script src="
|
|
403
|
+
<script src="../js/main.js"></script>
|
|
404
404
|
|
|
405
405
|
</body>
|
|
406
406
|
</html>
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
<script src="https://cdn.jsdelivr.net/npm/mermaid@10.6.1/dist/mermaid.min.js"></script>
|
|
45
45
|
|
|
46
46
|
<!-- Styles -->
|
|
47
|
-
<link rel="stylesheet" href="
|
|
47
|
+
<link rel="stylesheet" href="../css/notion-style.css">
|
|
48
48
|
|
|
49
49
|
|
|
50
50
|
|
|
@@ -66,8 +66,8 @@
|
|
|
66
66
|
"name": "Knowcode Ltd",
|
|
67
67
|
"url": "https://knowcode.tech"
|
|
68
68
|
},
|
|
69
|
-
"datePublished": "2025-08-
|
|
70
|
-
"dateModified": "2025-08-
|
|
69
|
+
"datePublished": "2025-08-07T12:04:03.334Z",
|
|
70
|
+
"dateModified": "2025-08-07T12:04:03.334Z",
|
|
71
71
|
"mainEntityOfPage": {
|
|
72
72
|
"@type": "WebPage",
|
|
73
73
|
"@id": "https://doc-builder-delta.vercel.app/guides/documentation-standards.html"
|
|
@@ -102,11 +102,11 @@
|
|
|
102
102
|
<!-- Header -->
|
|
103
103
|
<header class="header">
|
|
104
104
|
<div class="header-content">
|
|
105
|
-
<a href="
|
|
105
|
+
<a href="../index.html" class="logo">@knowcode/doc-builder</a>
|
|
106
106
|
|
|
107
107
|
<div class="header-actions">
|
|
108
108
|
<div class="deployment-info">
|
|
109
|
-
<span class="deployment-date" title="Built with doc-builder v1.9.
|
|
109
|
+
<span class="deployment-date" title="Built with doc-builder v1.9.21">Last updated: Aug 7, 2025, 12:04 PM UTC</span>
|
|
110
110
|
</div>
|
|
111
111
|
|
|
112
112
|
|
|
@@ -146,50 +146,50 @@
|
|
|
146
146
|
<i class="ph ph-caret-down" id="toggle-all-icon"></i> Documentation
|
|
147
147
|
</a>
|
|
148
148
|
<div class="nav-content">
|
|
149
|
-
<a href="
|
|
150
|
-
<a href="
|
|
151
|
-
<a href="
|
|
152
|
-
<a href="
|
|
153
|
-
<a href="
|
|
154
|
-
<a href="
|
|
149
|
+
<a href="README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
|
|
150
|
+
<a href="about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> About Doc Builder</a>
|
|
151
|
+
<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>
|
|
152
|
+
<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>
|
|
153
|
+
<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="ph ph-check-circle" style="color: #059669;"></i> Vercel Cli Setup Guide</a>
|
|
154
|
+
<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>
|
|
155
155
|
<div class="nav-section" data-level="1">
|
|
156
156
|
<a class="nav-title collapsible expanded" href="#" data-target="nav-guides-1" >
|
|
157
157
|
<i class="ph ph-caret-right collapse-icon"></i><i class="ph ph-book"></i> Guides
|
|
158
158
|
</a>
|
|
159
159
|
<div class="nav-content" id="nav-guides-1">
|
|
160
|
-
<a href="
|
|
161
|
-
<a href="
|
|
162
|
-
<a href="
|
|
163
|
-
<a href="
|
|
164
|
-
<a href="
|
|
165
|
-
<a href="
|
|
166
|
-
<a href="
|
|
167
|
-
<a href="
|
|
168
|
-
<a href="
|
|
169
|
-
<a href="
|
|
170
|
-
<a href="
|
|
171
|
-
<a href="
|
|
172
|
-
<a href="
|
|
173
|
-
<a href="
|
|
174
|
-
<a href="
|
|
175
|
-
<a href="
|
|
176
|
-
<a href="
|
|
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="ph ph-file-text"></i> Authentication Default Change</a>
|
|
161
|
+
<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>
|
|
162
|
+
<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>
|
|
163
|
+
<a href="guides/configuration-guide.html" class="nav-item" data-tooltip="This guide explains how @knowcode/doc-builder handles configuration files and settings."><i class="ph ph-check-circle" style="color: #059669;"></i> Configuration Guide</a>
|
|
164
|
+
<a href="guides/documentation-standards.html" class="nav-item active" 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>
|
|
165
|
+
<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>
|
|
166
|
+
<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>
|
|
167
|
+
<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>
|
|
168
|
+
<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>
|
|
169
|
+
<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>
|
|
170
|
+
<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>
|
|
171
|
+
<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>
|
|
172
|
+
<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>
|
|
173
|
+
<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 for @knowcode/doc-builder</a>
|
|
174
|
+
<a href="guides/supabase-authentication-complete-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes built-in Supabase authentication that provides enterprise-grade security with zero configuration."><i class="ph ph-check-circle" style="color: #059669;"></i> Supabase Authentication Complete Guide</a>
|
|
175
|
+
<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>
|
|
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="ph ph-check-circle" style="color: #059669;"></i> Windows Setup Guide</a></div></div>
|
|
177
177
|
<div class="nav-section" data-level="1">
|
|
178
178
|
<a class="nav-title collapsible" href="#" data-target="nav-prompts-1" >
|
|
179
179
|
<i class="ph ph-caret-right collapse-icon"></i><i class="ph ph-chat-circle-dots"></i> Prompts
|
|
180
180
|
</a>
|
|
181
181
|
<div class="nav-content collapsed" id="nav-prompts-1">
|
|
182
|
-
<a href="
|
|
183
|
-
<a href="
|
|
184
|
-
<a href="
|
|
182
|
+
<a href="prompts/beautiful-documentation-design.html" class="nav-item" data-tooltip="🎨 Beautiful Documentation Design Guide."><i class="ph ph-check-circle" style="color: #059669;"></i> Beautiful Documentation Design</a>
|
|
183
|
+
<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>
|
|
184
|
+
<a href="prompts/project-rename-strategy-sasha-publish.html" class="nav-item" data-tooltip="This document outlines the comprehensive strategy for renaming the @knowcode/doc-builder project to "sasha-publish", including all package references,..."><i class="ph ph-x-circle" style="color: #dc2626;"></i> Project Rename Strategy Sasha Publish</a></div></div>
|
|
185
185
|
<div class="nav-section" data-level="1">
|
|
186
186
|
<a class="nav-title collapsible" href="#" data-target="nav-test-questions-1" >
|
|
187
187
|
<i class="ph ph-caret-right collapse-icon"></i><i class="ph ph-folder"></i> Test Questions
|
|
188
188
|
</a>
|
|
189
189
|
<div class="nav-content collapsed" id="nav-test-questions-1">
|
|
190
|
-
<a href="
|
|
191
|
-
<a href="
|
|
192
|
-
<a href="
|
|
190
|
+
<a href="test-questions/how-does-it-work%3F.html" class="nav-item" data-tooltip="This is a test file to verify that question marks work properly in filenames."><i class="ph ph-file-text"></i> How Does It Work?</a>
|
|
191
|
+
<a href="test-questions/step-1%3A%20getting-started.html" class="nav-item" data-tooltip="Step 1: Getting Started."><i class="ph ph-file-text"></i> Step 1: Getting Started</a>
|
|
192
|
+
<a href="test-questions/what-is-the-purpose.html" class="nav-item" data-tooltip="Understanding the purpose of our documentation system"><i class="ph ph-file-text"></i> What Is The Purpose?</a></div></div>
|
|
193
193
|
</nav>
|
|
194
194
|
<div class="resize-handle"></div>
|
|
195
195
|
</aside>
|
|
@@ -622,7 +622,7 @@ open html/index.html
|
|
|
622
622
|
}
|
|
623
623
|
};
|
|
624
624
|
</script>
|
|
625
|
-
<script src="
|
|
625
|
+
<script src="../js/main.js"></script>
|
|
626
626
|
|
|
627
627
|
</body>
|
|
628
628
|
</html>
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
<script src="https://cdn.jsdelivr.net/npm/mermaid@10.6.1/dist/mermaid.min.js"></script>
|
|
45
45
|
|
|
46
46
|
<!-- Styles -->
|
|
47
|
-
<link rel="stylesheet" href="
|
|
47
|
+
<link rel="stylesheet" href="../css/notion-style.css">
|
|
48
48
|
|
|
49
49
|
|
|
50
50
|
|
|
@@ -66,8 +66,8 @@
|
|
|
66
66
|
"name": "Knowcode Ltd",
|
|
67
67
|
"url": "https://knowcode.tech"
|
|
68
68
|
},
|
|
69
|
-
"datePublished": "2025-08-
|
|
70
|
-
"dateModified": "2025-08-
|
|
69
|
+
"datePublished": "2025-08-07T12:04:03.336Z",
|
|
70
|
+
"dateModified": "2025-08-07T12:04:03.336Z",
|
|
71
71
|
"mainEntityOfPage": {
|
|
72
72
|
"@type": "WebPage",
|
|
73
73
|
"@id": "https://doc-builder-delta.vercel.app/guides/html-embedding-guide.html"
|
|
@@ -102,11 +102,11 @@
|
|
|
102
102
|
<!-- Header -->
|
|
103
103
|
<header class="header">
|
|
104
104
|
<div class="header-content">
|
|
105
|
-
<a href="
|
|
105
|
+
<a href="../index.html" class="logo">@knowcode/doc-builder</a>
|
|
106
106
|
|
|
107
107
|
<div class="header-actions">
|
|
108
108
|
<div class="deployment-info">
|
|
109
|
-
<span class="deployment-date" title="Built with doc-builder v1.9.
|
|
109
|
+
<span class="deployment-date" title="Built with doc-builder v1.9.21">Last updated: Aug 7, 2025, 12:04 PM UTC</span>
|
|
110
110
|
</div>
|
|
111
111
|
|
|
112
112
|
|
|
@@ -146,50 +146,50 @@
|
|
|
146
146
|
<i class="ph ph-caret-down" id="toggle-all-icon"></i> Documentation
|
|
147
147
|
</a>
|
|
148
148
|
<div class="nav-content">
|
|
149
|
-
<a href="
|
|
150
|
-
<a href="
|
|
151
|
-
<a href="
|
|
152
|
-
<a href="
|
|
153
|
-
<a href="
|
|
154
|
-
<a href="
|
|
149
|
+
<a href="README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="ph ph-file-text"></i> Overview</a>
|
|
150
|
+
<a href="about-doc-builder.html" class="nav-item" data-tooltip="About @knowcode/doc-builder."><i class="ph ph-check-circle" style="color: #059669;"></i> About Doc Builder</a>
|
|
151
|
+
<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>
|
|
152
|
+
<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>
|
|
153
|
+
<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="ph ph-check-circle" style="color: #059669;"></i> Vercel Cli Setup Guide</a>
|
|
154
|
+
<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>
|
|
155
155
|
<div class="nav-section" data-level="1">
|
|
156
156
|
<a class="nav-title collapsible expanded" href="#" data-target="nav-guides-1" >
|
|
157
157
|
<i class="ph ph-caret-right collapse-icon"></i><i class="ph ph-book"></i> Guides
|
|
158
158
|
</a>
|
|
159
159
|
<div class="nav-content" id="nav-guides-1">
|
|
160
|
-
<a href="
|
|
161
|
-
<a href="
|
|
162
|
-
<a href="
|
|
163
|
-
<a href="
|
|
164
|
-
<a href="
|
|
165
|
-
<a href="
|
|
166
|
-
<a href="
|
|
167
|
-
<a href="
|
|
168
|
-
<a href="
|
|
169
|
-
<a href="
|
|
170
|
-
<a href="
|
|
171
|
-
<a href="
|
|
172
|
-
<a href="
|
|
173
|
-
<a href="
|
|
174
|
-
<a href="
|
|
175
|
-
<a href="
|
|
176
|
-
<a href="
|
|
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="ph ph-file-text"></i> Authentication Default Change</a>
|
|
161
|
+
<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>
|
|
162
|
+
<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>
|
|
163
|
+
<a href="guides/configuration-guide.html" class="nav-item" data-tooltip="This guide explains how @knowcode/doc-builder handles configuration files and settings."><i class="ph ph-check-circle" style="color: #059669;"></i> Configuration Guide</a>
|
|
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="ph ph-pencil-simple" style="color: #d97706;"></i> Documentation Standards</a>
|
|
165
|
+
<a href="guides/html-embedding-guide.html" class="nav-item active" 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>
|
|
166
|
+
<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>
|
|
167
|
+
<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>
|
|
168
|
+
<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>
|
|
169
|
+
<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>
|
|
170
|
+
<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>
|
|
171
|
+
<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>
|
|
172
|
+
<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>
|
|
173
|
+
<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 for @knowcode/doc-builder</a>
|
|
174
|
+
<a href="guides/supabase-authentication-complete-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes built-in Supabase authentication that provides enterprise-grade security with zero configuration."><i class="ph ph-check-circle" style="color: #059669;"></i> Supabase Authentication Complete Guide</a>
|
|
175
|
+
<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>
|
|
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="ph ph-check-circle" style="color: #059669;"></i> Windows Setup Guide</a></div></div>
|
|
177
177
|
<div class="nav-section" data-level="1">
|
|
178
178
|
<a class="nav-title collapsible" href="#" data-target="nav-prompts-1" >
|
|
179
179
|
<i class="ph ph-caret-right collapse-icon"></i><i class="ph ph-chat-circle-dots"></i> Prompts
|
|
180
180
|
</a>
|
|
181
181
|
<div class="nav-content collapsed" id="nav-prompts-1">
|
|
182
|
-
<a href="
|
|
183
|
-
<a href="
|
|
184
|
-
<a href="
|
|
182
|
+
<a href="prompts/beautiful-documentation-design.html" class="nav-item" data-tooltip="🎨 Beautiful Documentation Design Guide."><i class="ph ph-check-circle" style="color: #059669;"></i> Beautiful Documentation Design</a>
|
|
183
|
+
<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>
|
|
184
|
+
<a href="prompts/project-rename-strategy-sasha-publish.html" class="nav-item" data-tooltip="This document outlines the comprehensive strategy for renaming the @knowcode/doc-builder project to "sasha-publish", including all package references,..."><i class="ph ph-x-circle" style="color: #dc2626;"></i> Project Rename Strategy Sasha Publish</a></div></div>
|
|
185
185
|
<div class="nav-section" data-level="1">
|
|
186
186
|
<a class="nav-title collapsible" href="#" data-target="nav-test-questions-1" >
|
|
187
187
|
<i class="ph ph-caret-right collapse-icon"></i><i class="ph ph-folder"></i> Test Questions
|
|
188
188
|
</a>
|
|
189
189
|
<div class="nav-content collapsed" id="nav-test-questions-1">
|
|
190
|
-
<a href="
|
|
191
|
-
<a href="
|
|
192
|
-
<a href="
|
|
190
|
+
<a href="test-questions/how-does-it-work%3F.html" class="nav-item" data-tooltip="This is a test file to verify that question marks work properly in filenames."><i class="ph ph-file-text"></i> How Does It Work?</a>
|
|
191
|
+
<a href="test-questions/step-1%3A%20getting-started.html" class="nav-item" data-tooltip="Step 1: Getting Started."><i class="ph ph-file-text"></i> Step 1: Getting Started</a>
|
|
192
|
+
<a href="test-questions/what-is-the-purpose.html" class="nav-item" data-tooltip="Understanding the purpose of our documentation system"><i class="ph ph-file-text"></i> What Is The Purpose?</a></div></div>
|
|
193
193
|
</nav>
|
|
194
194
|
<div class="resize-handle"></div>
|
|
195
195
|
</aside>
|
|
@@ -389,7 +389,7 @@
|
|
|
389
389
|
}
|
|
390
390
|
};
|
|
391
391
|
</script>
|
|
392
|
-
<script src="
|
|
392
|
+
<script src="../js/main.js"></script>
|
|
393
393
|
|
|
394
394
|
</body>
|
|
395
395
|
</html>
|