@knowcode/doc-builder 1.5.23 → 1.6.1

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.
@@ -17,7 +17,7 @@
17
17
  <meta property="og:title" content="Troubleshooting Guide for @knowcode/doc-builder">
18
18
  <meta property="og:description" content="This guide helps you resolve common issues when using @knowcode/doc-builder. Most problems have simple solutions, and this guide covers the most frequent ones.">
19
19
  <meta property="og:image" content="https://doc-builder-delta.vercel.app/og-default.png">
20
- <meta property="og:site_name" content="Doc Builder">
20
+ <meta property="og:site_name" content="@knowcode/doc-builder">
21
21
  <meta property="og:locale" content="en_US">
22
22
 
23
23
  <!-- Twitter Card -->
@@ -30,6 +30,7 @@
30
30
 
31
31
  <!-- Custom Meta Tags -->
32
32
  <meta name="google-site-verification" content="FtzcDTf5BQ9K5EfnGazQkgU2U4FiN3ITzM7gHwqUAqQ">
33
+ <meta name="msvalidate.01" content="B2D8C4C12C530D47AA962B24CAA09630">
33
34
 
34
35
  <!-- Fonts -->
35
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">
@@ -45,7 +46,7 @@
45
46
  <link rel="stylesheet" href="/css/notion-style.css">
46
47
 
47
48
  <!-- Favicon -->
48
- <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>">
49
+ <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>">
49
50
 
50
51
  <script type="application/ld+json">
51
52
  {
@@ -62,8 +63,8 @@
62
63
  "name": "Knowcode Ltd",
63
64
  "url": "https://knowcode.tech"
64
65
  },
65
- "datePublished": "2025-07-22T19:23:11.950Z",
66
- "dateModified": "2025-07-22T19:23:11.950Z",
66
+ "datePublished": "2025-07-23T06:51:04.475Z",
67
+ "dateModified": "2025-07-23T06:51:04.475Z",
67
68
  "mainEntityOfPage": {
68
69
  "@type": "WebPage",
69
70
  "@id": "https://doc-builder-delta.vercel.app/guides/troubleshooting-guide.html"
@@ -74,7 +75,7 @@
74
75
  {
75
76
  "@type": "ListItem",
76
77
  "position": 1,
77
- "name": "Doc Builder",
78
+ "name": "@knowcode/doc-builder",
78
79
  "item": "https://doc-builder-delta.vercel.app"
79
80
  },
80
81
  {
@@ -98,11 +99,11 @@
98
99
  <!-- Header -->
99
100
  <header class="header">
100
101
  <div class="header-content">
101
- <a href="/index.html" class="logo">Doc Builder</a>
102
+ <a href="/index.html" class="logo">@knowcode/doc-builder</a>
102
103
 
103
104
  <div class="header-actions">
104
105
  <div class="deployment-info">
105
- <span class="deployment-date" title="Built with doc-builder v1.5.22">Last updated: Jul 22, 2025, 07:23 PM UTC</span>
106
+ <span class="deployment-date" title="Built with doc-builder v1.6.0">Last updated: Jul 23, 2025, 06:51 AM UTC</span>
106
107
  </div>
107
108
 
108
109
 
@@ -163,8 +164,8 @@
163
164
  <a href="/guides/authentication-guide.html" class="nav-item" data-tooltip="This guide explains how to configure and use the built-in authentication feature in @knowcode/doc-builder to protect your documentation with basic..."><i class="fas fa-file-alt"></i> Authentication Guide</a>
164
165
  <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>
165
166
  <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>
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
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>
168
+ <a href="/guides/search-engine-verification-guide.html" class="nav-item" data-tooltip="Search engine verification provides access to powerful webmaster tools:."><i class="fas fa-file-alt"></i> Search Engine Verification Guide</a>
168
169
  <a href="/guides/seo-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features to help your documentation rank better in search results and..."><i class="fas fa-file-alt"></i> Seo Guide</a>
169
170
  <a href="/guides/seo-optimization-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features that automatically optimize your documentation for search..."><i class="fas fa-file-alt"></i> Seo Optimization Guide</a>
170
171
  <a href="/guides/troubleshooting-guide.html" class="nav-item active" data-tooltip="This guide helps you resolve common issues when using @knowcode/doc-builder."><i class="fas fa-file-alt"></i> Troubleshooting Guide</a>
@@ -17,7 +17,7 @@
17
17
  <meta property="og:title" content="Windows Setup Guide for Claude Code &amp; @knowcode/do...">
18
18
  <meta property="og:description" content="This guide helps Windows users set up the complete AI-powered documentation workflow using Claude Code, @knowcode/doc-builder, and Vercel. Based on real...">
19
19
  <meta property="og:image" content="https://doc-builder-delta.vercel.app/og-default.png">
20
- <meta property="og:site_name" content="Doc Builder">
20
+ <meta property="og:site_name" content="@knowcode/doc-builder">
21
21
  <meta property="og:locale" content="en_US">
22
22
 
23
23
  <!-- Twitter Card -->
@@ -30,6 +30,7 @@
30
30
 
31
31
  <!-- Custom Meta Tags -->
32
32
  <meta name="google-site-verification" content="FtzcDTf5BQ9K5EfnGazQkgU2U4FiN3ITzM7gHwqUAqQ">
33
+ <meta name="msvalidate.01" content="B2D8C4C12C530D47AA962B24CAA09630">
33
34
 
34
35
  <!-- Fonts -->
35
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">
@@ -45,7 +46,7 @@
45
46
  <link rel="stylesheet" href="/css/notion-style.css">
46
47
 
47
48
  <!-- Favicon -->
48
- <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>">
49
+ <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>">
49
50
 
50
51
  <script type="application/ld+json">
51
52
  {
@@ -62,8 +63,8 @@
62
63
  "name": "Knowcode Ltd",
63
64
  "url": "https://knowcode.tech"
64
65
  },
65
- "datePublished": "2025-07-22T19:23:11.956Z",
66
- "dateModified": "2025-07-22T19:23:11.956Z",
66
+ "datePublished": "2025-07-23T06:51:04.491Z",
67
+ "dateModified": "2025-07-23T06:51:04.491Z",
67
68
  "mainEntityOfPage": {
68
69
  "@type": "WebPage",
69
70
  "@id": "https://doc-builder-delta.vercel.app/guides/windows-setup-guide.html"
@@ -74,7 +75,7 @@
74
75
  {
75
76
  "@type": "ListItem",
76
77
  "position": 1,
77
- "name": "Doc Builder",
78
+ "name": "@knowcode/doc-builder",
78
79
  "item": "https://doc-builder-delta.vercel.app"
79
80
  },
80
81
  {
@@ -98,11 +99,11 @@
98
99
  <!-- Header -->
99
100
  <header class="header">
100
101
  <div class="header-content">
101
- <a href="/index.html" class="logo">Doc Builder</a>
102
+ <a href="/index.html" class="logo">@knowcode/doc-builder</a>
102
103
 
103
104
  <div class="header-actions">
104
105
  <div class="deployment-info">
105
- <span class="deployment-date" title="Built with doc-builder v1.5.22">Last updated: Jul 22, 2025, 07:23 PM UTC</span>
106
+ <span class="deployment-date" title="Built with doc-builder v1.6.0">Last updated: Jul 23, 2025, 06:51 AM UTC</span>
106
107
  </div>
107
108
 
108
109
 
@@ -163,8 +164,8 @@
163
164
  <a href="/guides/authentication-guide.html" class="nav-item" data-tooltip="This guide explains how to configure and use the built-in authentication feature in @knowcode/doc-builder to protect your documentation with basic..."><i class="fas fa-file-alt"></i> Authentication Guide</a>
164
165
  <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>
165
166
  <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>
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
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>
168
+ <a href="/guides/search-engine-verification-guide.html" class="nav-item" data-tooltip="Search engine verification provides access to powerful webmaster tools:."><i class="fas fa-file-alt"></i> Search Engine Verification Guide</a>
168
169
  <a href="/guides/seo-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features to help your documentation rank better in search results and..."><i class="fas fa-file-alt"></i> Seo Guide</a>
169
170
  <a href="/guides/seo-optimization-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features that automatically optimize your documentation for search..."><i class="fas fa-file-alt"></i> Seo Optimization Guide</a>
170
171
  <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>
package/html/index.html CHANGED
@@ -4,7 +4,7 @@
4
4
  <meta charset="UTF-8">
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <meta name="description" content="&lt;div align=&quot;center&quot;&gt;">
7
- <title>@knowcode/doc-builder | Doc Builder</title>
7
+ <title>@knowcode/doc-builder | @knowcode/doc-builder</title>
8
8
 
9
9
  <meta name="author" content="Lindsay Smith">
10
10
  <meta name="keywords" content="documentation, markdown, static site generator, vercel, notion-style, width, table">
@@ -14,22 +14,23 @@
14
14
  <!-- Open Graph / Facebook -->
15
15
  <meta property="og:type" content="article">
16
16
  <meta property="og:url" content="https://doc-builder-delta.vercel.app/README.html">
17
- <meta property="og:title" content="@knowcode/doc-builder | Doc Builder">
17
+ <meta property="og:title" content="@knowcode/doc-builder | @knowcode/doc-builder">
18
18
  <meta property="og:description" content="&lt;div align=&quot;center&quot;&gt;">
19
19
  <meta property="og:image" content="https://doc-builder-delta.vercel.app/og-default.png">
20
- <meta property="og:site_name" content="Doc Builder">
20
+ <meta property="og:site_name" content="@knowcode/doc-builder">
21
21
  <meta property="og:locale" content="en_US">
22
22
 
23
23
  <!-- Twitter Card -->
24
24
  <meta name="twitter:card" content="summary_large_image">
25
25
  <meta name="twitter:site" content="@planbbackups">
26
26
  <meta name="twitter:creator" content="@planbbackups">
27
- <meta name="twitter:title" content="@knowcode/doc-builder | Doc Builder">
27
+ <meta name="twitter:title" content="@knowcode/doc-builder | @knowcode/doc-builder">
28
28
  <meta name="twitter:description" content="&lt;div align=&quot;center&quot;&gt;">
29
29
  <meta name="twitter:image" content="https://doc-builder-delta.vercel.app/og-default.png">
30
30
 
31
31
  <!-- Custom Meta Tags -->
32
32
  <meta name="google-site-verification" content="FtzcDTf5BQ9K5EfnGazQkgU2U4FiN3ITzM7gHwqUAqQ">
33
+ <meta name="msvalidate.01" content="B2D8C4C12C530D47AA962B24CAA09630">
33
34
 
34
35
  <!-- Fonts -->
35
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">
@@ -45,7 +46,7 @@
45
46
  <link rel="stylesheet" href="/css/notion-style.css">
46
47
 
47
48
  <!-- Favicon -->
48
- <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>">
49
+ <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>">
49
50
 
50
51
  <script type="application/ld+json">
51
52
  {
@@ -62,8 +63,8 @@
62
63
  "name": "Knowcode Ltd",
63
64
  "url": "https://knowcode.tech"
64
65
  },
65
- "datePublished": "2025-07-22T19:23:11.898Z",
66
- "dateModified": "2025-07-22T19:23:11.898Z",
66
+ "datePublished": "2025-07-23T06:51:04.406Z",
67
+ "dateModified": "2025-07-23T06:51:04.406Z",
67
68
  "mainEntityOfPage": {
68
69
  "@type": "WebPage",
69
70
  "@id": "https://doc-builder-delta.vercel.app/README.html"
@@ -74,7 +75,7 @@
74
75
  {
75
76
  "@type": "ListItem",
76
77
  "position": 1,
77
- "name": "Doc Builder",
78
+ "name": "@knowcode/doc-builder",
78
79
  "item": "https://doc-builder-delta.vercel.app"
79
80
  },
80
81
  {
@@ -92,11 +93,11 @@
92
93
  <!-- Header -->
93
94
  <header class="header">
94
95
  <div class="header-content">
95
- <a href="/index.html" class="logo">Doc Builder</a>
96
+ <a href="/index.html" class="logo">@knowcode/doc-builder</a>
96
97
 
97
98
  <div class="header-actions">
98
99
  <div class="deployment-info">
99
- <span class="deployment-date" title="Built with doc-builder v1.5.22">Last updated: Jul 22, 2025, 07:23 PM UTC</span>
100
+ <span class="deployment-date" title="Built with doc-builder v1.6.0">Last updated: Jul 23, 2025, 06:51 AM UTC</span>
100
101
  </div>
101
102
 
102
103
 
@@ -157,8 +158,8 @@
157
158
  <a href="/guides/authentication-guide.html" class="nav-item" data-tooltip="This guide explains how to configure and use the built-in authentication feature in @knowcode/doc-builder to protect your documentation with basic..."><i class="fas fa-file-alt"></i> Authentication Guide</a>
158
159
  <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>
159
160
  <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>
160
- <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>
161
161
  <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>
162
+ <a href="/guides/search-engine-verification-guide.html" class="nav-item" data-tooltip="Search engine verification provides access to powerful webmaster tools:."><i class="fas fa-file-alt"></i> Search Engine Verification Guide</a>
162
163
  <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>
163
164
  <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>
164
165
  <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>
@@ -292,7 +293,8 @@ module.exports = {
292
293
  siteName: &#39;@knowcode/doc-builder&#39;,
293
294
  siteDescription: &#39;Transform markdown into beautiful documentation&#39;,
294
295
  docsDir: &#39;docs&#39;,
295
- outputDir: &#39;html&#39;
296
+ outputDir: &#39;html&#39;,
297
+ favicon: &#39;<i class="ph ph-sparkle" aria-label="special"></i>&#39; // Can be emoji or path to image
296
298
  };
297
299
  </code></pre>
298
300
  <p><em>The CLI creates and updates this for you</em></p>
@@ -400,7 +402,7 @@ docBuilder.build({
400
402
  <ul>
401
403
  <li><i class="ph ph-package" aria-label="package"></i> <a href="https://www.npmjs.com/package/@knowcode/doc-builder">NPM Package</a></li>
402
404
  <li>🐙 <a href="https://github.com/wapdat/doc-builder">GitHub Repo</a></li>
403
- <li>🌐 <a href="https://knowcode.com">Website</a></li>
405
+ <li><i class="ph ph-globe" aria-label="global"></i> <a href="https://knowcode.com">Website</a></li>
404
406
  <li><i class="ph ph-chat-circle" aria-label="chat"></i> <a href="https://github.com/wapdat/doc-builder/discussions">Discussions</a></li>
405
407
  </ul>
406
408
  </td>
@@ -4,7 +4,7 @@
4
4
  <meta charset="UTF-8">
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <meta name="description" content="This directory contains all documentation related to the commercial launch of @knowcode/doc-builder, including go-to-market strategy, platform integrations,...">
7
- <title>Launch Documentation | Doc Builder</title>
7
+ <title>Launch Documentation | @knowcode/doc-builder</title>
8
8
 
9
9
  <meta name="author" content="Lindsay Smith">
10
10
  <meta name="keywords" content="documentation, markdown, static site generator, vercel, notion-style, launch, marketing">
@@ -14,22 +14,23 @@
14
14
  <!-- Open Graph / Facebook -->
15
15
  <meta property="og:type" content="article">
16
16
  <meta property="og:url" content="https://doc-builder-delta.vercel.app/launch/README.html">
17
- <meta property="og:title" content="Launch Documentation | Doc Builder">
17
+ <meta property="og:title" content="Launch Documentation | @knowcode/doc-builder">
18
18
  <meta property="og:description" content="This directory contains all documentation related to the commercial launch of @knowcode/doc-builder, including go-to-market strategy, platform integrations,...">
19
19
  <meta property="og:image" content="https://doc-builder-delta.vercel.app/og-default.png">
20
- <meta property="og:site_name" content="Doc Builder">
20
+ <meta property="og:site_name" content="@knowcode/doc-builder">
21
21
  <meta property="og:locale" content="en_US">
22
22
 
23
23
  <!-- Twitter Card -->
24
24
  <meta name="twitter:card" content="summary_large_image">
25
25
  <meta name="twitter:site" content="@planbbackups">
26
26
  <meta name="twitter:creator" content="@planbbackups">
27
- <meta name="twitter:title" content="Launch Documentation | Doc Builder">
27
+ <meta name="twitter:title" content="Launch Documentation | @knowcode/doc-builder">
28
28
  <meta name="twitter:description" content="This directory contains all documentation related to the commercial launch of @knowcode/doc-builder, including go-to-market strategy, platform integrations,...">
29
29
  <meta name="twitter:image" content="https://doc-builder-delta.vercel.app/og-default.png">
30
30
 
31
31
  <!-- Custom Meta Tags -->
32
32
  <meta name="google-site-verification" content="FtzcDTf5BQ9K5EfnGazQkgU2U4FiN3ITzM7gHwqUAqQ">
33
+ <meta name="msvalidate.01" content="B2D8C4C12C530D47AA962B24CAA09630">
33
34
 
34
35
  <!-- Fonts -->
35
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">
@@ -45,7 +46,7 @@
45
46
  <link rel="stylesheet" href="/css/notion-style.css">
46
47
 
47
48
  <!-- Favicon -->
48
- <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>">
49
+ <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>">
49
50
 
50
51
  <script type="application/ld+json">
51
52
  {
@@ -62,8 +63,8 @@
62
63
  "name": "Knowcode Ltd",
63
64
  "url": "https://knowcode.tech"
64
65
  },
65
- "datePublished": "2025-07-22T19:23:11.958Z",
66
- "dateModified": "2025-07-22T19:23:11.958Z",
66
+ "datePublished": "2025-07-23T06:51:04.498Z",
67
+ "dateModified": "2025-07-23T06:51:04.498Z",
67
68
  "mainEntityOfPage": {
68
69
  "@type": "WebPage",
69
70
  "@id": "https://doc-builder-delta.vercel.app/launch/README.html"
@@ -74,7 +75,7 @@
74
75
  {
75
76
  "@type": "ListItem",
76
77
  "position": 1,
77
- "name": "Doc Builder",
78
+ "name": "@knowcode/doc-builder",
78
79
  "item": "https://doc-builder-delta.vercel.app"
79
80
  },
80
81
  {
@@ -98,11 +99,11 @@
98
99
  <!-- Header -->
99
100
  <header class="header">
100
101
  <div class="header-content">
101
- <a href="/index.html" class="logo">Doc Builder</a>
102
+ <a href="/index.html" class="logo">@knowcode/doc-builder</a>
102
103
 
103
104
  <div class="header-actions">
104
105
  <div class="deployment-info">
105
- <span class="deployment-date" title="Built with doc-builder v1.5.22">Last updated: Jul 22, 2025, 07:23 PM UTC</span>
106
+ <span class="deployment-date" title="Built with doc-builder v1.6.0">Last updated: Jul 23, 2025, 06:51 AM UTC</span>
106
107
  </div>
107
108
 
108
109
 
@@ -163,8 +164,8 @@
163
164
  <a href="/guides/authentication-guide.html" class="nav-item" data-tooltip="This guide explains how to configure and use the built-in authentication feature in @knowcode/doc-builder to protect your documentation with basic..."><i class="fas fa-file-alt"></i> Authentication Guide</a>
164
165
  <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>
165
166
  <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>
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
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>
168
+ <a href="/guides/search-engine-verification-guide.html" class="nav-item" data-tooltip="Search engine verification provides access to powerful webmaster tools:."><i class="fas fa-file-alt"></i> Search Engine Verification Guide</a>
168
169
  <a href="/guides/seo-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features to help your documentation rank better in search results and..."><i class="fas fa-file-alt"></i> Seo Guide</a>
169
170
  <a href="/guides/seo-optimization-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features that automatically optimize your documentation for search..."><i class="fas fa-file-alt"></i> Seo Optimization Guide</a>
170
171
  <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>
@@ -4,7 +4,7 @@
4
4
  <meta charset="UTF-8">
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <meta name="description" content="This document outlines the technical specification for creating a Bubble.io plugin that integrates @knowcode/doc-builder, enabling Bubble developers to...">
7
- <title>Bubble.io Plugin Specification | Doc Builder</title>
7
+ <title>Bubble.io Plugin Specification | @knowcode/doc-builder</title>
8
8
 
9
9
  <meta name="author" content="Lindsay Smith">
10
10
  <meta name="keywords" content="documentation, markdown, static site generator, vercel, notion-style, text, bubble">
@@ -14,22 +14,23 @@
14
14
  <!-- Open Graph / Facebook -->
15
15
  <meta property="og:type" content="article">
16
16
  <meta property="og:url" content="https://doc-builder-delta.vercel.app/launch/bubble-plugin-specification.html">
17
- <meta property="og:title" content="Bubble.io Plugin Specification | Doc Builder">
17
+ <meta property="og:title" content="Bubble.io Plugin Specification | @knowcode/doc-builder">
18
18
  <meta property="og:description" content="This document outlines the technical specification for creating a Bubble.io plugin that integrates @knowcode/doc-builder, enabling Bubble developers to...">
19
19
  <meta property="og:image" content="https://doc-builder-delta.vercel.app/og-default.png">
20
- <meta property="og:site_name" content="Doc Builder">
20
+ <meta property="og:site_name" content="@knowcode/doc-builder">
21
21
  <meta property="og:locale" content="en_US">
22
22
 
23
23
  <!-- Twitter Card -->
24
24
  <meta name="twitter:card" content="summary_large_image">
25
25
  <meta name="twitter:site" content="@planbbackups">
26
26
  <meta name="twitter:creator" content="@planbbackups">
27
- <meta name="twitter:title" content="Bubble.io Plugin Specification | Doc Builder">
27
+ <meta name="twitter:title" content="Bubble.io Plugin Specification | @knowcode/doc-builder">
28
28
  <meta name="twitter:description" content="This document outlines the technical specification for creating a Bubble.io plugin that integrates @knowcode/doc-builder, enabling Bubble developers to...">
29
29
  <meta name="twitter:image" content="https://doc-builder-delta.vercel.app/og-default.png">
30
30
 
31
31
  <!-- Custom Meta Tags -->
32
32
  <meta name="google-site-verification" content="FtzcDTf5BQ9K5EfnGazQkgU2U4FiN3ITzM7gHwqUAqQ">
33
+ <meta name="msvalidate.01" content="B2D8C4C12C530D47AA962B24CAA09630">
33
34
 
34
35
  <!-- Fonts -->
35
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">
@@ -45,7 +46,7 @@
45
46
  <link rel="stylesheet" href="/css/notion-style.css">
46
47
 
47
48
  <!-- Favicon -->
48
- <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>">
49
+ <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>">
49
50
 
50
51
  <script type="application/ld+json">
51
52
  {
@@ -62,8 +63,8 @@
62
63
  "name": "Knowcode Ltd",
63
64
  "url": "https://knowcode.tech"
64
65
  },
65
- "datePublished": "2025-07-22T19:23:11.963Z",
66
- "dateModified": "2025-07-22T19:23:11.963Z",
66
+ "datePublished": "2025-07-23T06:51:04.507Z",
67
+ "dateModified": "2025-07-23T06:51:04.507Z",
67
68
  "mainEntityOfPage": {
68
69
  "@type": "WebPage",
69
70
  "@id": "https://doc-builder-delta.vercel.app/launch/bubble-plugin-specification.html"
@@ -74,7 +75,7 @@
74
75
  {
75
76
  "@type": "ListItem",
76
77
  "position": 1,
77
- "name": "Doc Builder",
78
+ "name": "@knowcode/doc-builder",
78
79
  "item": "https://doc-builder-delta.vercel.app"
79
80
  },
80
81
  {
@@ -98,11 +99,11 @@
98
99
  <!-- Header -->
99
100
  <header class="header">
100
101
  <div class="header-content">
101
- <a href="/index.html" class="logo">Doc Builder</a>
102
+ <a href="/index.html" class="logo">@knowcode/doc-builder</a>
102
103
 
103
104
  <div class="header-actions">
104
105
  <div class="deployment-info">
105
- <span class="deployment-date" title="Built with doc-builder v1.5.22">Last updated: Jul 22, 2025, 07:23 PM UTC</span>
106
+ <span class="deployment-date" title="Built with doc-builder v1.6.0">Last updated: Jul 23, 2025, 06:51 AM UTC</span>
106
107
  </div>
107
108
 
108
109
 
@@ -163,8 +164,8 @@
163
164
  <a href="/guides/authentication-guide.html" class="nav-item" data-tooltip="This guide explains how to configure and use the built-in authentication feature in @knowcode/doc-builder to protect your documentation with basic..."><i class="fas fa-file-alt"></i> Authentication Guide</a>
164
165
  <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>
165
166
  <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>
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
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>
168
+ <a href="/guides/search-engine-verification-guide.html" class="nav-item" data-tooltip="Search engine verification provides access to powerful webmaster tools:."><i class="fas fa-file-alt"></i> Search Engine Verification Guide</a>
168
169
  <a href="/guides/seo-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features to help your documentation rank better in search results and..."><i class="fas fa-file-alt"></i> Seo Guide</a>
169
170
  <a href="/guides/seo-optimization-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features that automatically optimize your documentation for search..."><i class="fas fa-file-alt"></i> Seo Optimization Guide</a>
170
171
  <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>
@@ -4,7 +4,7 @@
4
4
  <meta charset="UTF-8">
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <meta name="description" content="@knowcode/doc-builder has reached a functional MVP state with 21 published versions on npm. To transition from an open-source tool to a fully launched...">
7
- <title>Go-to-Market Strategy &amp; Product Launch Plan | Doc Builder</title>
7
+ <title>Go-to-Market Strategy &amp; Product Launch Plan</title>
8
8
 
9
9
  <meta name="author" content="Lindsay Smith">
10
10
  <meta name="keywords" content="documentation, markdown, static site generator, vercel, notion-style, launch, bubble">
@@ -14,22 +14,23 @@
14
14
  <!-- Open Graph / Facebook -->
15
15
  <meta property="og:type" content="article">
16
16
  <meta property="og:url" content="https://doc-builder-delta.vercel.app/launch/go-to-market-strategy.html">
17
- <meta property="og:title" content="Go-to-Market Strategy &amp; Product Launch Plan | Doc Builder">
17
+ <meta property="og:title" content="Go-to-Market Strategy &amp; Product Launch Plan">
18
18
  <meta property="og:description" content="@knowcode/doc-builder has reached a functional MVP state with 21 published versions on npm. To transition from an open-source tool to a fully launched...">
19
19
  <meta property="og:image" content="https://doc-builder-delta.vercel.app/og-default.png">
20
- <meta property="og:site_name" content="Doc Builder">
20
+ <meta property="og:site_name" content="@knowcode/doc-builder">
21
21
  <meta property="og:locale" content="en_US">
22
22
 
23
23
  <!-- Twitter Card -->
24
24
  <meta name="twitter:card" content="summary_large_image">
25
25
  <meta name="twitter:site" content="@planbbackups">
26
26
  <meta name="twitter:creator" content="@planbbackups">
27
- <meta name="twitter:title" content="Go-to-Market Strategy &amp; Product Launch Plan | Doc Builder">
27
+ <meta name="twitter:title" content="Go-to-Market Strategy &amp; Product Launch Plan">
28
28
  <meta name="twitter:description" content="@knowcode/doc-builder has reached a functional MVP state with 21 published versions on npm. To transition from an open-source tool to a fully launched...">
29
29
  <meta name="twitter:image" content="https://doc-builder-delta.vercel.app/og-default.png">
30
30
 
31
31
  <!-- Custom Meta Tags -->
32
32
  <meta name="google-site-verification" content="FtzcDTf5BQ9K5EfnGazQkgU2U4FiN3ITzM7gHwqUAqQ">
33
+ <meta name="msvalidate.01" content="B2D8C4C12C530D47AA962B24CAA09630">
33
34
 
34
35
  <!-- Fonts -->
35
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">
@@ -45,7 +46,7 @@
45
46
  <link rel="stylesheet" href="/css/notion-style.css">
46
47
 
47
48
  <!-- Favicon -->
48
- <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>">
49
+ <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>">
49
50
 
50
51
  <script type="application/ld+json">
51
52
  {
@@ -62,8 +63,8 @@
62
63
  "name": "Knowcode Ltd",
63
64
  "url": "https://knowcode.tech"
64
65
  },
65
- "datePublished": "2025-07-22T19:23:11.968Z",
66
- "dateModified": "2025-07-22T19:23:11.968Z",
66
+ "datePublished": "2025-07-23T06:51:04.515Z",
67
+ "dateModified": "2025-07-23T06:51:04.515Z",
67
68
  "mainEntityOfPage": {
68
69
  "@type": "WebPage",
69
70
  "@id": "https://doc-builder-delta.vercel.app/launch/go-to-market-strategy.html"
@@ -74,7 +75,7 @@
74
75
  {
75
76
  "@type": "ListItem",
76
77
  "position": 1,
77
- "name": "Doc Builder",
78
+ "name": "@knowcode/doc-builder",
78
79
  "item": "https://doc-builder-delta.vercel.app"
79
80
  },
80
81
  {
@@ -98,11 +99,11 @@
98
99
  <!-- Header -->
99
100
  <header class="header">
100
101
  <div class="header-content">
101
- <a href="/index.html" class="logo">Doc Builder</a>
102
+ <a href="/index.html" class="logo">@knowcode/doc-builder</a>
102
103
 
103
104
  <div class="header-actions">
104
105
  <div class="deployment-info">
105
- <span class="deployment-date" title="Built with doc-builder v1.5.22">Last updated: Jul 22, 2025, 07:23 PM UTC</span>
106
+ <span class="deployment-date" title="Built with doc-builder v1.6.0">Last updated: Jul 23, 2025, 06:51 AM UTC</span>
106
107
  </div>
107
108
 
108
109
 
@@ -163,8 +164,8 @@
163
164
  <a href="/guides/authentication-guide.html" class="nav-item" data-tooltip="This guide explains how to configure and use the built-in authentication feature in @knowcode/doc-builder to protect your documentation with basic..."><i class="fas fa-file-alt"></i> Authentication Guide</a>
164
165
  <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>
165
166
  <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>
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
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>
168
+ <a href="/guides/search-engine-verification-guide.html" class="nav-item" data-tooltip="Search engine verification provides access to powerful webmaster tools:."><i class="fas fa-file-alt"></i> Search Engine Verification Guide</a>
168
169
  <a href="/guides/seo-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features to help your documentation rank better in search results and..."><i class="fas fa-file-alt"></i> Seo Guide</a>
169
170
  <a href="/guides/seo-optimization-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features that automatically optimize your documentation for search..."><i class="fas fa-file-alt"></i> Seo Optimization Guide</a>
170
171
  <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>