@knowcode/doc-builder 1.5.12 → 1.5.14

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.
@@ -36,6 +36,7 @@
36
36
 
37
37
  <!-- Icons -->
38
38
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
39
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/regular/style.css">
39
40
 
40
41
  <!-- Mermaid -->
41
42
  <script src="https://cdn.jsdelivr.net/npm/mermaid@10.6.1/dist/mermaid.min.js"></script>
@@ -61,8 +62,8 @@
61
62
  "name": "Knowcode Ltd",
62
63
  "url": "https://knowcode.tech"
63
64
  },
64
- "datePublished": "2025-07-22T08:32:13.114Z",
65
- "dateModified": "2025-07-22T08:32:13.114Z",
65
+ "datePublished": "2025-07-22T11:08:52.114Z",
66
+ "dateModified": "2025-07-22T11:08:52.114Z",
66
67
  "mainEntityOfPage": {
67
68
  "@type": "WebPage",
68
69
  "@id": "https://doc-builder-delta.vercel.app/guides/claude-workflow-guide.html"
@@ -101,7 +102,7 @@
101
102
 
102
103
  <div class="header-actions">
103
104
  <div class="deployment-info">
104
- <span class="deployment-date" title="Built with doc-builder v1.5.9">Last updated: Jul 22, 2025, 08:32 AM UTC</span>
105
+ <span class="deployment-date" title="Built with doc-builder v1.5.13">Last updated: Jul 22, 2025, 11:08 AM UTC</span>
105
106
  </div>
106
107
 
107
108
 
@@ -152,8 +153,8 @@
152
153
  <div class="nav-content" >
153
154
  <a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="fas fa-file-alt"></i> Overview</a>
154
155
  <a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="fas fa-file-alt"></i> Documentation Index</a>
155
- <a href="/vercel-cli-setup-guide.html" class="nav-item" data-tooltip="This guide provides comprehensive instructions for installing and configuring the Vercel CLI across different operating systems and environments."><i class="fas fa-file-alt"></i> Vercel Cli Setup Guide</a>
156
- <a href="/vercel-first-time-setup-guide.html" class="nav-item" data-tooltip="This guide provides a detailed explanation of every prompt you&#039;ll encounter during the first-time Vercel setup process when using."><i class="fas fa-file-alt"></i> Vercel First Time Setup Guide</a></div></div>
156
+ <a href="/vercel-cli-setup-guide.html" class="nav-item" data-tooltip="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems."><i class="fas fa-file-alt"></i> Vercel Cli Setup Guide</a>
157
+ <a href="/vercel-first-time-setup-guide.html" class="nav-item" data-tooltip="This guide walks you through the streamlined Vercel deployment process when using."><i class="fas fa-file-alt"></i> Vercel First Time Setup Guide</a></div></div>
157
158
  <div class="nav-section" data-level="1">
158
159
  <a class="nav-title collapsible expanded" href="#" data-target="nav-guides-1" >
159
160
  <i class="fas fa-chevron-right collapse-icon"></i><i class="fas fa-folder"></i> Guides
@@ -163,6 +164,7 @@
163
164
  <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>
164
165
  <a href="/guides/documentation-standards.html" class="nav-item" data-tooltip="This document defines the documentation standards and conventions for the @knowcode/doc-builder project."><i class="fas fa-file-alt"></i> Documentation Standards</a>
165
166
  <a href="/guides/google-site-verification-guide.html" class="nav-item" data-tooltip="Google Search Console verification allows you to: Monitor your site&#039;s performance in Google Search Submit sitemaps for better indexing View search..."><i class="fas fa-file-alt"></i> Google Site Verification 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="fas fa-file-alt"></i> Phosphor Icons Guide</a>
166
168
  <a href="/guides/seo-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features to help your documentation rank better in search results and..."><i class="fas fa-file-alt"></i> Seo Guide</a>
167
169
  <a href="/guides/seo-optimization-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features that automatically optimize your documentation for search..."><i class="fas fa-file-alt"></i> Seo Optimization Guide</a>
168
170
  <a href="/guides/troubleshooting-guide.html" class="nav-item" data-tooltip="This guide helps you resolve common issues when using @knowcode/doc-builder."><i class="fas fa-file-alt"></i> Troubleshooting Guide</a></div></div>
@@ -174,7 +176,7 @@
174
176
  <main class="content">
175
177
  <div class="content-inner">
176
178
  <h1>Claude + CLAUDE.md Documentation Workflow Guide</h1>
177
- <p><strong>Generated</strong>: 2025-07-21 10:00 UTC<br><strong>Status</strong>: Complete<br><strong>Verified</strong>: ✅</p>
179
+ <p><strong>Generated</strong>: 2025-07-21 10:00 UTC<br><strong>Status</strong>: Complete<br><strong>Verified</strong>: <i class="ph ph-check-circle" aria-label="checked"></i></p>
178
180
  <h2>Overview</h2>
179
181
  <p>This guide demonstrates an efficient workflow for using Claude Code with a refined CLAUDE.md file to create high-quality documentation and deploy it to Vercel using the @knowcode/doc-builder tool.</p>
180
182
  <h2>Workflow Overview</h2>
@@ -213,7 +215,7 @@
213
215
 
214
216
  ### Content Requirements
215
217
  - Include mermaid diagrams for complex workflows
216
- - Mark verified () vs speculated () information
218
+ - Mark verified (<i class="ph ph-check-circle" aria-label="checked"></i>) vs speculated (<i class="ph ph-question" aria-label="question"></i>) information
217
219
  - Add timestamps to all documents
218
220
  - Include practical examples
219
221
 
@@ -225,7 +227,7 @@
225
227
 
226
228
  ### Metadata Format
227
229
  </code></pre>
228
- <p><strong>Generated</strong>: YYYY-MM-DD HH:MM UTC<br><strong>Status</strong>: Draft/Complete<br><strong>Verified</strong>: ✅/❓</p>
230
+ <p><strong>Generated</strong>: YYYY-MM-DD HH:MM UTC<br><strong>Status</strong>: Draft/Complete<br><strong>Verified</strong>: <i class="ph ph-check-circle" aria-label="checked"></i>/<i class="ph ph-question" aria-label="question"></i></p>
229
231
  <pre><code>
230
232
  </code></pre>
231
233
  <h3>1.2 Global CLAUDE.md Best Practices</h3>
@@ -474,25 +476,25 @@ npm run deploy:docs
474
476
  ## Best Practices Summary
475
477
 
476
478
  ### Documentation Creation
477
- 1. Use CLAUDE.md to maintain consistency
478
- 2. Include visual diagrams for complex concepts
479
- 3. Provide practical examples
480
- 4. Mark verification status
481
- 5. Keep documentation close to code
479
+ 1. <i class="ph ph-check-circle" aria-label="checked"></i> Use CLAUDE.md to maintain consistency
480
+ 2. <i class="ph ph-check-circle" aria-label="checked"></i> Include visual diagrams for complex concepts
481
+ 3. <i class="ph ph-check-circle" aria-label="checked"></i> Provide practical examples
482
+ 4. <i class="ph ph-check-circle" aria-label="checked"></i> Mark verification status
483
+ 5. <i class="ph ph-check-circle" aria-label="checked"></i> Keep documentation close to code
482
484
 
483
485
  ### Claude Interaction
484
- 1. Provide clear, specific requests
485
- 2. Reference existing patterns
486
- 3. Request iterative improvements
487
- 4. Verify technical accuracy
488
- 5. Ask for troubleshooting sections
486
+ 1. <i class="ph ph-check-circle" aria-label="checked"></i> Provide clear, specific requests
487
+ 2. <i class="ph ph-check-circle" aria-label="checked"></i> Reference existing patterns
488
+ 3. <i class="ph ph-check-circle" aria-label="checked"></i> Request iterative improvements
489
+ 4. <i class="ph ph-check-circle" aria-label="checked"></i> Verify technical accuracy
490
+ 5. <i class="ph ph-check-circle" aria-label="checked"></i> Ask for troubleshooting sections
489
491
 
490
492
  ### Deployment
491
- 1. Test locally before deploying
492
- 2. Use preview deployments first
493
- 3. Configure custom domains
494
- 4. Enable HTTPS
495
- 5. Monitor deployment health
493
+ 1. <i class="ph ph-check-circle" aria-label="checked"></i> Test locally before deploying
494
+ 2. <i class="ph ph-check-circle" aria-label="checked"></i> Use preview deployments first
495
+ 3. <i class="ph ph-check-circle" aria-label="checked"></i> Configure custom domains
496
+ 4. <i class="ph ph-check-circle" aria-label="checked"></i> Enable HTTPS
497
+ 5. <i class="ph ph-check-circle" aria-label="checked"></i> Monitor deployment health
496
498
 
497
499
  ## Common Issues and Solutions
498
500
 
@@ -36,6 +36,7 @@
36
36
 
37
37
  <!-- Icons -->
38
38
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
39
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/regular/style.css">
39
40
 
40
41
  <!-- Mermaid -->
41
42
  <script src="https://cdn.jsdelivr.net/npm/mermaid@10.6.1/dist/mermaid.min.js"></script>
@@ -61,8 +62,8 @@
61
62
  "name": "Knowcode Ltd",
62
63
  "url": "https://knowcode.tech"
63
64
  },
64
- "datePublished": "2025-07-22T08:32:13.118Z",
65
- "dateModified": "2025-07-22T08:32:13.118Z",
65
+ "datePublished": "2025-07-22T11:08:52.118Z",
66
+ "dateModified": "2025-07-22T11:08:52.118Z",
66
67
  "mainEntityOfPage": {
67
68
  "@type": "WebPage",
68
69
  "@id": "https://doc-builder-delta.vercel.app/guides/documentation-standards.html"
@@ -101,7 +102,7 @@
101
102
 
102
103
  <div class="header-actions">
103
104
  <div class="deployment-info">
104
- <span class="deployment-date" title="Built with doc-builder v1.5.9">Last updated: Jul 22, 2025, 08:32 AM UTC</span>
105
+ <span class="deployment-date" title="Built with doc-builder v1.5.13">Last updated: Jul 22, 2025, 11:08 AM UTC</span>
105
106
  </div>
106
107
 
107
108
 
@@ -152,8 +153,8 @@
152
153
  <div class="nav-content" >
153
154
  <a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="fas fa-file-alt"></i> Overview</a>
154
155
  <a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="fas fa-file-alt"></i> Documentation Index</a>
155
- <a href="/vercel-cli-setup-guide.html" class="nav-item" data-tooltip="This guide provides comprehensive instructions for installing and configuring the Vercel CLI across different operating systems and environments."><i class="fas fa-file-alt"></i> Vercel Cli Setup Guide</a>
156
- <a href="/vercel-first-time-setup-guide.html" class="nav-item" data-tooltip="This guide provides a detailed explanation of every prompt you&#039;ll encounter during the first-time Vercel setup process when using."><i class="fas fa-file-alt"></i> Vercel First Time Setup Guide</a></div></div>
156
+ <a href="/vercel-cli-setup-guide.html" class="nav-item" data-tooltip="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems."><i class="fas fa-file-alt"></i> Vercel Cli Setup Guide</a>
157
+ <a href="/vercel-first-time-setup-guide.html" class="nav-item" data-tooltip="This guide walks you through the streamlined Vercel deployment process when using."><i class="fas fa-file-alt"></i> Vercel First Time Setup Guide</a></div></div>
157
158
  <div class="nav-section" data-level="1">
158
159
  <a class="nav-title collapsible expanded" href="#" data-target="nav-guides-1" >
159
160
  <i class="fas fa-chevron-right collapse-icon"></i><i class="fas fa-folder"></i> Guides
@@ -163,6 +164,7 @@
163
164
  <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>
164
165
  <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>
165
166
  <a href="/guides/google-site-verification-guide.html" class="nav-item" data-tooltip="Google Search Console verification allows you to: Monitor your site&#039;s performance in Google Search Submit sitemaps for better indexing View search..."><i class="fas fa-file-alt"></i> Google Site Verification 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="fas fa-file-alt"></i> Phosphor Icons Guide</a>
166
168
  <a href="/guides/seo-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features to help your documentation rank better in search results and..."><i class="fas fa-file-alt"></i> Seo Guide</a>
167
169
  <a href="/guides/seo-optimization-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features that automatically optimize your documentation for search..."><i class="fas fa-file-alt"></i> Seo Optimization Guide</a>
168
170
  <a href="/guides/troubleshooting-guide.html" class="nav-item" data-tooltip="This guide helps you resolve common issues when using @knowcode/doc-builder."><i class="fas fa-file-alt"></i> Troubleshooting Guide</a></div></div>
@@ -174,7 +176,7 @@
174
176
  <main class="content">
175
177
  <div class="content-inner">
176
178
  <h1>Document Standards for @knowcode/doc-builder</h1>
177
- <p><strong>Generated</strong>: 2025-07-21 18:00 UTC<br><strong>Status</strong>: Complete<br><strong>Verified</strong>: ✅</p>
179
+ <p><strong>Generated</strong>: 2025-07-21 18:00 UTC<br><strong>Status</strong>: Complete<br><strong>Verified</strong>: <i class="ph ph-check-circle" aria-label="checked"></i></p>
178
180
  <h2>Overview</h2>
179
181
  <p>This document defines the documentation standards and conventions for the @knowcode/doc-builder project. All documentation created for or by this project should follow these guidelines to ensure consistency, clarity, and maintainability.</p>
180
182
  <h2>Document Structure Standards</h2>
@@ -184,7 +186,7 @@
184
186
 
185
187
  **Generated**: YYYY-MM-DD HH:MM UTC
186
188
  **Status**: Draft/In Progress/Complete
187
- **Verified**: (for verified information) / (for speculated information)
189
+ **Verified**: <i class="ph ph-check-circle" aria-label="checked"></i> (for verified information) / <i class="ph ph-question" aria-label="question"></i> (for speculated information)
188
190
 
189
191
  ## Overview
190
192
 
@@ -243,16 +245,16 @@ Brief description of the document&#39;s contents and purpose.
243
245
  <h3>2. Information Verification</h3>
244
246
  <p>Mark all information with verification status:</p>
245
247
  <ul>
246
- <li>✅ <strong>Verified</strong>: Information confirmed through testing or official sources</li>
247
- <li>❓ <strong>Speculated</strong>: Assumptions or unconfirmed information</li>
248
- <li>⚠️ <strong>Warning</strong>: Important caveats or potential issues</li>
248
+ <li><i class="ph ph-check-circle" aria-label="checked"></i> <strong>Verified</strong>: Information confirmed through testing or official sources</li>
249
+ <li><i class="ph ph-question" aria-label="question"></i> <strong>Speculated</strong>: Assumptions or unconfirmed information</li>
250
+ <li><i class="ph ph-warning-circle" aria-label="warning"></i> <strong>Warning</strong>: Important caveats or potential issues</li>
249
251
  <li>🚧 <strong>In Progress</strong>: Features or documentation under development</li>
250
252
  </ul>
251
253
  <p>Example:</p>
252
254
  <pre><code class="language-markdown">### Feature Status
253
- - **Markdown parsing**: Fully implemented and tested
254
- - **Performance impact**: Estimated 100ms for 50 files
255
- - ⚠️ **Large files**: May timeout on files &gt; 10MB
255
+ - <i class="ph ph-check-circle" aria-label="checked"></i> **Markdown parsing**: Fully implemented and tested
256
+ - <i class="ph ph-question" aria-label="question"></i> **Performance impact**: Estimated 100ms for 50 files
257
+ - <i class="ph ph-warning-circle" aria-label="warning"></i> **Large files**: May timeout on files &gt; 10MB
256
258
  - 🚧 **Search feature**: Currently in development
257
259
  </code></pre>
258
260
  <h3>3. Code Examples</h3>
@@ -268,9 +270,9 @@ const config = {
268
270
 
269
271
  try {
270
272
  await build(config);
271
- console.log(&#39;✅ Build successful&#39;);
273
+ console.log(&#39;<i class="ph ph-check-circle" aria-label="checked"></i> Build successful&#39;);
272
274
  } catch (error) {
273
- console.error(&#39;❌ Build failed:&#39;, error.message);
275
+ console.error(&#39;<i class="ph ph-x-circle" aria-label="error"></i> Build failed:&#39;, error.message);
274
276
  }
275
277
  </code></pre>
276
278
  <p>Guidelines:</p>
@@ -360,9 +362,9 @@ npx doc-builder deploy --prod
360
362
  <p>Keep tables readable and well-formatted:</p>
361
363
  <pre><code class="language-markdown">| Feature | Status | Version | Notes |
362
364
  |---------|--------|---------|-------|
363
- | Mermaid | Ready | 1.0.0 | Full support |
365
+ | Mermaid | <i class="ph ph-check-circle" aria-label="checked"></i> Ready | 1.0.0 | Full support |
364
366
  | Search | 🚧 WIP | 1.5.0 | In development |
365
- | Auth | Ready | 1.3.0 | Optional feature |
367
+ | Auth | <i class="ph ph-check-circle" aria-label="checked"></i> Ready | 1.3.0 | Optional feature |
366
368
  </code></pre>
367
369
  <h3>Links</h3>
368
370
  <ul>
@@ -407,7 +409,7 @@ npx doc-builder deploy --prod
407
409
 
408
410
  **Generated**: [date]
409
411
  **Status**: Complete
410
- **Verified**:
412
+ **Verified**: <i class="ph ph-check-circle" aria-label="checked"></i>
411
413
 
412
414
  ## Overview
413
415
  What the feature does and why it exists
@@ -430,7 +432,7 @@ Common issues and solutions
430
432
 
431
433
  **Generated**: [date]
432
434
  **Status**: Complete
433
- **Verified**:
435
+ **Verified**: <i class="ph ph-check-circle" aria-label="checked"></i>
434
436
 
435
437
  ## Overview
436
438
  Technical context and goals
@@ -453,7 +455,7 @@ Benchmarks and optimization
453
455
 
454
456
  **Generated**: [date]
455
457
  **Status**: Complete
456
- **Verified**:
458
+ **Verified**: <i class="ph ph-check-circle" aria-label="checked"></i>
457
459
 
458
460
  ## Overview
459
461
  What the API does
@@ -36,6 +36,7 @@
36
36
 
37
37
  <!-- Icons -->
38
38
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
39
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/regular/style.css">
39
40
 
40
41
  <!-- Mermaid -->
41
42
  <script src="https://cdn.jsdelivr.net/npm/mermaid@10.6.1/dist/mermaid.min.js"></script>
@@ -61,8 +62,8 @@
61
62
  "name": "Knowcode Ltd",
62
63
  "url": "https://knowcode.tech"
63
64
  },
64
- "datePublished": "2025-07-22T08:32:13.126Z",
65
- "dateModified": "2025-07-22T08:32:13.126Z",
65
+ "datePublished": "2025-07-22T11:08:52.124Z",
66
+ "dateModified": "2025-07-22T11:08:52.124Z",
66
67
  "mainEntityOfPage": {
67
68
  "@type": "WebPage",
68
69
  "@id": "https://doc-builder-delta.vercel.app/guides/google-site-verification-guide.html"
@@ -101,7 +102,7 @@
101
102
 
102
103
  <div class="header-actions">
103
104
  <div class="deployment-info">
104
- <span class="deployment-date" title="Built with doc-builder v1.5.9">Last updated: Jul 22, 2025, 08:32 AM UTC</span>
105
+ <span class="deployment-date" title="Built with doc-builder v1.5.13">Last updated: Jul 22, 2025, 11:08 AM UTC</span>
105
106
  </div>
106
107
 
107
108
 
@@ -152,8 +153,8 @@
152
153
  <div class="nav-content" >
153
154
  <a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="fas fa-file-alt"></i> Overview</a>
154
155
  <a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="fas fa-file-alt"></i> Documentation Index</a>
155
- <a href="/vercel-cli-setup-guide.html" class="nav-item" data-tooltip="This guide provides comprehensive instructions for installing and configuring the Vercel CLI across different operating systems and environments."><i class="fas fa-file-alt"></i> Vercel Cli Setup Guide</a>
156
- <a href="/vercel-first-time-setup-guide.html" class="nav-item" data-tooltip="This guide provides a detailed explanation of every prompt you&#039;ll encounter during the first-time Vercel setup process when using."><i class="fas fa-file-alt"></i> Vercel First Time Setup Guide</a></div></div>
156
+ <a href="/vercel-cli-setup-guide.html" class="nav-item" data-tooltip="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems."><i class="fas fa-file-alt"></i> Vercel Cli Setup Guide</a>
157
+ <a href="/vercel-first-time-setup-guide.html" class="nav-item" data-tooltip="This guide walks you through the streamlined Vercel deployment process when using."><i class="fas fa-file-alt"></i> Vercel First Time Setup Guide</a></div></div>
157
158
  <div class="nav-section" data-level="1">
158
159
  <a class="nav-title collapsible expanded" href="#" data-target="nav-guides-1" >
159
160
  <i class="fas fa-chevron-right collapse-icon"></i><i class="fas fa-folder"></i> Guides
@@ -163,6 +164,7 @@
163
164
  <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>
164
165
  <a href="/guides/documentation-standards.html" class="nav-item" data-tooltip="This document defines the documentation standards and conventions for the @knowcode/doc-builder project."><i class="fas fa-file-alt"></i> Documentation Standards</a>
165
166
  <a href="/guides/google-site-verification-guide.html" class="nav-item active" data-tooltip="Google Search Console verification allows you to: Monitor your site&#039;s performance in Google Search Submit sitemaps for better indexing View search..."><i class="fas fa-file-alt"></i> Google Site Verification 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="fas fa-file-alt"></i> Phosphor Icons Guide</a>
166
168
  <a href="/guides/seo-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features to help your documentation rank better in search results and..."><i class="fas fa-file-alt"></i> Seo Guide</a>
167
169
  <a href="/guides/seo-optimization-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features that automatically optimize your documentation for search..."><i class="fas fa-file-alt"></i> Seo Optimization Guide</a>
168
170
  <a href="/guides/troubleshooting-guide.html" class="nav-item" data-tooltip="This guide helps you resolve common issues when using @knowcode/doc-builder."><i class="fas fa-file-alt"></i> Troubleshooting Guide</a></div></div>