@knowcode/doc-builder 1.9.0 → 1.9.2

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.
Files changed (41) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/README.md +3 -0
  3. package/html/README.html +5 -3
  4. package/html/documentation-index.html +12 -4
  5. package/html/guides/authentication-default-change.html +5 -3
  6. package/html/guides/authentication-guide.html +5 -3
  7. package/html/guides/claude-workflow-guide.html +5 -3
  8. package/html/guides/documentation-standards.html +5 -3
  9. package/html/guides/html-embedding-guide.html +450 -0
  10. package/html/guides/image-modal-guide.html +504 -0
  11. package/html/guides/phosphor-icons-guide.html +5 -3
  12. package/html/guides/private-directory-authentication.html +5 -3
  13. package/html/guides/public-site-deployment.html +5 -3
  14. package/html/guides/search-engine-verification-guide.html +5 -3
  15. package/html/guides/seo-guide.html +5 -3
  16. package/html/guides/seo-optimization-guide.html +5 -3
  17. package/html/guides/troubleshooting-guide.html +5 -3
  18. package/html/guides/windows-setup-guide.html +5 -3
  19. package/html/image-modal-test.html +5 -3
  20. package/html/index.html +5 -3
  21. package/html/private/cache-control-anti-pattern.html +5 -3
  22. package/html/private/launch/README.html +5 -3
  23. package/html/private/launch/auth-cleanup-summary.html +5 -3
  24. package/html/private/launch/bubble-plugin-specification.html +5 -3
  25. package/html/private/launch/go-to-market-strategy.html +5 -3
  26. package/html/private/launch/launch-announcements.html +9 -7
  27. package/html/private/launch/vercel-deployment-auth-setup.html +5 -3
  28. package/html/private/next-steps-walkthrough.html +5 -3
  29. package/html/private/supabase-auth-implementation-completed.html +5 -3
  30. package/html/private/supabase-auth-implementation-plan.html +5 -3
  31. package/html/private/supabase-auth-integration-plan.html +5 -3
  32. package/html/private/supabase-auth-setup-guide.html +5 -3
  33. package/html/private/test-private-doc.html +5 -3
  34. package/html/private/user-management-tooling.html +5 -3
  35. package/html/prompts/markdown-document-standards.html +5 -3
  36. package/html/sitemap.xml +58 -46
  37. package/html/vercel-cli-setup-guide.html +5 -3
  38. package/html/vercel-first-time-setup-guide.html +5 -3
  39. package/lib/config.js +2 -0
  40. package/lib/emoji-mapper.js +12 -0
  41. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,35 @@ All notable changes to @knowcode/doc-builder will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.9.2] - 2025-07-28
9
+
10
+ ### Added
11
+ - **HTML File Support** - HTML files (.html, .htm) are now treated as attachments and automatically copied during build
12
+ - **Interactive Content Embedding** - Embed custom HTML pages, widgets, and interactive demos using iframes
13
+ - Comprehensive HTML Embedding Guide with security best practices and examples
14
+ - Support for maintaining HTML file directory structure in output
15
+
16
+ ### Changed
17
+ - Updated attachment types configuration to include web files (.html, .htm)
18
+ - Enhanced documentation to showcase HTML embedding capabilities
19
+
20
+ ## [1.9.1] - 2025-07-28
21
+
22
+ ### Added
23
+ - Added 12 new Unicode emoji to Phosphor icon mappings:
24
+ - 🏔️ → mountains icon
25
+ - 🏞️ → park/nature icon
26
+ - 🌅 → sunrise icon
27
+ - ♿ → wheelchair/accessibility icon
28
+ - 🌓 → moon-stars/half moon icon
29
+ - 🃏 → cards/joker card icon
30
+ - 🧩 → puzzle piece icon
31
+ - ⏳ → hourglass icon
32
+ - 👆 → hand pointing up icon
33
+ - 📑 → file-text/document icon
34
+ - 💀 → skull icon
35
+ - 🔤 → textbox/letters icon
36
+
8
37
  ## [1.9.0] - 2025-07-27
9
38
 
10
39
  ### Added
package/README.md CHANGED
@@ -36,6 +36,7 @@ npx @knowcode/doc-builder@latest deploy
36
36
 
37
37
  - **Scans** your markdown files and automatically generates navigation
38
38
  - **Converts** markdown to HTML with syntax highlighting and diagram support
39
+ - **Enhances** images with clickable modals for full-screen viewing
39
40
  - **Styles** everything with a clean, Notion-inspired theme
40
41
  - **Deploys** to Vercel with a single command - leveraging their generous free tier
41
42
  - **Provides** optional features like authentication, dark mode, and changelog generation, SEO
@@ -74,10 +75,12 @@ This aligns perfectly with our mission: beautiful documentation should be access
74
75
  - 🔍 **SEO Optimized** - Meta tags & structured data
75
76
  - 🔐 **Optional Auth** - Supabase authentication (opt-in)
76
77
  - 📊 **Mermaid Diagrams** - Built-in diagram support
78
+ - 🖼️ **Image Modals** - Click any image for full-screen view
77
79
  - 🌙 **Dark Mode** - Automatic theme switching
78
80
  - ☁️ **Vercel Deploy** - One-command deployment
79
81
  - ✅ **Google Verification** - Search Console ready
80
82
  - 📎 **Attachment Support** - Excel, PDF & more deploy with docs
83
+ - 🌐 **HTML Embedding** - Include interactive HTML pages via iframes
81
84
 
82
85
  </td>
83
86
  </tr>
package/html/README.html CHANGED
@@ -98,8 +98,8 @@
98
98
  "name": "Knowcode Ltd",
99
99
  "url": "https://knowcode.tech"
100
100
  },
101
- "datePublished": "2025-07-27T08:30:10.756Z",
102
- "dateModified": "2025-07-27T08:30:10.756Z",
101
+ "datePublished": "2025-07-28T10:31:53.167Z",
102
+ "dateModified": "2025-07-28T10:31:53.167Z",
103
103
  "mainEntityOfPage": {
104
104
  "@type": "WebPage",
105
105
  "@id": "https://doc-builder-delta.vercel.app/README.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.0">Last updated: Jul 27, 2025, 08:30 AM UTC</span>
135
+ <span class="deployment-date" title="Built with doc-builder v1.9.1">Last updated: Jul 28, 2025, 10:31 AM UTC</span>
136
136
  </div>
137
137
 
138
138
 
@@ -199,6 +199,8 @@
199
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="fas fa-file-alt"></i> Authentication Guide</a>
200
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="fas fa-file-alt"></i> Claude Workflow Guide</a>
201
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="fas fa-file-alt"></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="fas fa-file-alt"></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="fas fa-file-alt"></i> Image Modal Guide</a>
202
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="fas fa-file-alt"></i> Phosphor Icons Guide</a>
203
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="fas fa-file-alt"></i> Private Directory Authentication</a>
204
206
  <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>
@@ -7,7 +7,7 @@
7
7
  <title>Documentation Index | @knowcode/doc-builder</title>
8
8
 
9
9
  <meta name="author" content="Lindsay Smith">
10
- <meta name="keywords" content="documentation, markdown, static site generator, vercel, notion-style, guide, claude">
10
+ <meta name="keywords" content="documentation, markdown, static site generator, vercel, notion-style, guide, guides">
11
11
  <meta name="robots" content="index, follow">
12
12
  <link rel="canonical" href="https://doc-builder-delta.vercel.app/documentation-index.html">
13
13
 
@@ -98,8 +98,8 @@
98
98
  "name": "Knowcode Ltd",
99
99
  "url": "https://knowcode.tech"
100
100
  },
101
- "datePublished": "2025-07-27T08:30:10.766Z",
102
- "dateModified": "2025-07-27T08:30:10.766Z",
101
+ "datePublished": "2025-07-28T10:31:53.181Z",
102
+ "dateModified": "2025-07-28T10:31:53.181Z",
103
103
  "mainEntityOfPage": {
104
104
  "@type": "WebPage",
105
105
  "@id": "https://doc-builder-delta.vercel.app/documentation-index.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.0">Last updated: Jul 27, 2025, 08:30 AM UTC</span>
135
+ <span class="deployment-date" title="Built with doc-builder v1.9.1">Last updated: Jul 28, 2025, 10:31 AM UTC</span>
136
136
  </div>
137
137
 
138
138
 
@@ -199,6 +199,8 @@
199
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="fas fa-file-alt"></i> Authentication Guide</a>
200
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="fas fa-file-alt"></i> Claude Workflow Guide</a>
201
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="fas fa-file-alt"></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="fas fa-file-alt"></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="fas fa-file-alt"></i> Image Modal Guide</a>
202
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="fas fa-file-alt"></i> Phosphor Icons Guide</a>
203
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="fas fa-file-alt"></i> Private Directory Authentication</a>
204
206
  <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>
@@ -255,6 +257,7 @@
255
257
  └── guides/ # How-to guides and standards
256
258
  ├── authentication-guide.md # Authentication setup and usage
257
259
  ├── documentation-standards.md # Documentation standards
260
+ ├── image-modal-guide.md # Image modal feature guide
258
261
  ├── phosphor-icons-guide.md # Emoji to icon conversion
259
262
  ├── seo-guide.md # SEO features and configuration
260
263
  ├── seo-optimization-guide.md # SEO best practices
@@ -306,6 +309,11 @@
306
309
  <td>Setting up password protection</td>
307
310
  </tr>
308
311
  <tr>
312
+ <td>Image Modal Guide</td>
313
+ <td><a href="./guides/image-modal-guide.md">guides/image-modal-guide.md</a></td>
314
+ <td>Full-screen image viewing feature</td>
315
+ </tr>
316
+ <tr>
309
317
  <td>SEO Guide</td>
310
318
  <td><a href="./guides/seo-guide.md">guides/seo-guide.md</a></td>
311
319
  <td>SEO features and configuration</td>
@@ -98,8 +98,8 @@
98
98
  "name": "Knowcode Ltd",
99
99
  "url": "https://knowcode.tech"
100
100
  },
101
- "datePublished": "2025-07-27T08:30:10.769Z",
102
- "dateModified": "2025-07-27T08:30:10.769Z",
101
+ "datePublished": "2025-07-28T10:31:53.185Z",
102
+ "dateModified": "2025-07-28T10:31:53.185Z",
103
103
  "mainEntityOfPage": {
104
104
  "@type": "WebPage",
105
105
  "@id": "https://doc-builder-delta.vercel.app/guides/authentication-default-change.html"
@@ -138,7 +138,7 @@
138
138
 
139
139
  <div class="header-actions">
140
140
  <div class="deployment-info">
141
- <span class="deployment-date" title="Built with doc-builder v1.9.0">Last updated: Jul 27, 2025, 08:30 AM UTC</span>
141
+ <span class="deployment-date" title="Built with doc-builder v1.9.1">Last updated: Jul 28, 2025, 10:31 AM UTC</span>
142
142
  </div>
143
143
 
144
144
 
@@ -205,6 +205,8 @@
205
205
  <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-file-alt"></i> Authentication Guide</a>
206
206
  <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>
207
207
  <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>
208
+ <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-file-alt"></i> Html Embedding Guide</a>
209
+ <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-file-alt"></i> Image Modal Guide</a>
208
210
  <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>
209
211
  <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-file-alt"></i> Private Directory Authentication</a>
210
212
  <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>
@@ -98,8 +98,8 @@
98
98
  "name": "Knowcode Ltd",
99
99
  "url": "https://knowcode.tech"
100
100
  },
101
- "datePublished": "2025-07-27T08:30:10.771Z",
102
- "dateModified": "2025-07-27T08:30:10.771Z",
101
+ "datePublished": "2025-07-28T10:31:53.188Z",
102
+ "dateModified": "2025-07-28T10:31:53.188Z",
103
103
  "mainEntityOfPage": {
104
104
  "@type": "WebPage",
105
105
  "@id": "https://doc-builder-delta.vercel.app/guides/authentication-guide.html"
@@ -138,7 +138,7 @@
138
138
 
139
139
  <div class="header-actions">
140
140
  <div class="deployment-info">
141
- <span class="deployment-date" title="Built with doc-builder v1.9.0">Last updated: Jul 27, 2025, 08:30 AM UTC</span>
141
+ <span class="deployment-date" title="Built with doc-builder v1.9.1">Last updated: Jul 28, 2025, 10:31 AM UTC</span>
142
142
  </div>
143
143
 
144
144
 
@@ -205,6 +205,8 @@
205
205
  <a href="/guides/authentication-guide.html" class="nav-item active" data-tooltip="@knowcode/doc-builder supports enterprise-grade authentication through Supabase - a secure, scalable authentication platform."><i class="fas fa-file-alt"></i> Authentication Guide</a>
206
206
  <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>
207
207
  <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>
208
+ <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-file-alt"></i> Html Embedding Guide</a>
209
+ <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-file-alt"></i> Image Modal Guide</a>
208
210
  <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>
209
211
  <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-file-alt"></i> Private Directory Authentication</a>
210
212
  <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>
@@ -98,8 +98,8 @@
98
98
  "name": "Knowcode Ltd",
99
99
  "url": "https://knowcode.tech"
100
100
  },
101
- "datePublished": "2025-07-27T08:30:10.774Z",
102
- "dateModified": "2025-07-27T08:30:10.774Z",
101
+ "datePublished": "2025-07-28T10:31:53.192Z",
102
+ "dateModified": "2025-07-28T10:31:53.192Z",
103
103
  "mainEntityOfPage": {
104
104
  "@type": "WebPage",
105
105
  "@id": "https://doc-builder-delta.vercel.app/guides/claude-workflow-guide.html"
@@ -138,7 +138,7 @@
138
138
 
139
139
  <div class="header-actions">
140
140
  <div class="deployment-info">
141
- <span class="deployment-date" title="Built with doc-builder v1.9.0">Last updated: Jul 27, 2025, 08:30 AM UTC</span>
141
+ <span class="deployment-date" title="Built with doc-builder v1.9.1">Last updated: Jul 28, 2025, 10:31 AM UTC</span>
142
142
  </div>
143
143
 
144
144
 
@@ -205,6 +205,8 @@
205
205
  <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-file-alt"></i> Authentication Guide</a>
206
206
  <a href="/guides/claude-workflow-guide.html" class="nav-item active" 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>
207
207
  <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>
208
+ <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-file-alt"></i> Html Embedding Guide</a>
209
+ <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-file-alt"></i> Image Modal Guide</a>
208
210
  <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>
209
211
  <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-file-alt"></i> Private Directory Authentication</a>
210
212
  <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>
@@ -98,8 +98,8 @@
98
98
  "name": "Knowcode Ltd",
99
99
  "url": "https://knowcode.tech"
100
100
  },
101
- "datePublished": "2025-07-27T08:30:10.778Z",
102
- "dateModified": "2025-07-27T08:30:10.778Z",
101
+ "datePublished": "2025-07-28T10:31:53.196Z",
102
+ "dateModified": "2025-07-28T10:31:53.196Z",
103
103
  "mainEntityOfPage": {
104
104
  "@type": "WebPage",
105
105
  "@id": "https://doc-builder-delta.vercel.app/guides/documentation-standards.html"
@@ -138,7 +138,7 @@
138
138
 
139
139
  <div class="header-actions">
140
140
  <div class="deployment-info">
141
- <span class="deployment-date" title="Built with doc-builder v1.9.0">Last updated: Jul 27, 2025, 08:30 AM UTC</span>
141
+ <span class="deployment-date" title="Built with doc-builder v1.9.1">Last updated: Jul 28, 2025, 10:31 AM UTC</span>
142
142
  </div>
143
143
 
144
144
 
@@ -205,6 +205,8 @@
205
205
  <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-file-alt"></i> Authentication Guide</a>
206
206
  <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>
207
207
  <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="fas fa-file-alt"></i> Documentation Standards</a>
208
+ <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-file-alt"></i> Html Embedding Guide</a>
209
+ <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-file-alt"></i> Image Modal Guide</a>
208
210
  <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>
209
211
  <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-file-alt"></i> Private Directory Authentication</a>
210
212
  <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>