@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.
- package/README.md +1 -0
- package/cli.js +73 -0
- package/doc-builder.config.js +4 -0
- package/html/README.html +15 -13
- package/html/documentation-index.html +12 -11
- package/html/guides/authentication-guide.html +12 -11
- package/html/guides/claude-workflow-guide.html +9 -8
- package/html/guides/documentation-standards.html +12 -11
- package/html/guides/phosphor-icons-guide.html +12 -11
- package/html/guides/{google-site-verification-guide.html → search-engine-verification-guide.html} +147 -43
- package/html/guides/seo-guide.html +12 -11
- package/html/guides/seo-optimization-guide.html +10 -9
- package/html/guides/troubleshooting-guide.html +9 -8
- package/html/guides/windows-setup-guide.html +9 -8
- package/html/index.html +15 -13
- package/html/launch/README.html +12 -11
- package/html/launch/bubble-plugin-specification.html +12 -11
- package/html/launch/go-to-market-strategy.html +12 -11
- package/html/launch/launch-announcements.html +12 -11
- package/html/sitemap.xml +23 -23
- package/html/vercel-cli-setup-guide.html +12 -11
- package/html/vercel-first-time-setup-guide.html +13 -12
- package/lib/config.js +3 -0
- package/lib/core-builder.js +13 -1
- package/lib/emoji-mapper.js +7 -0
- package/package.json +1 -1
|
@@ -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 contains ready-to-use announcement templates for launching @knowcode/doc-builder across various platforms and channels.">
|
|
7
|
-
<title>Launch Announcement Templates |
|
|
7
|
+
<title>Launch Announcement Templates | @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, doc, builder">
|
|
@@ -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/launch-announcements.html">
|
|
17
|
-
<meta property="og:title" content="Launch Announcement Templates |
|
|
17
|
+
<meta property="og:title" content="Launch Announcement Templates | @knowcode/doc-builder">
|
|
18
18
|
<meta property="og:description" content="This document contains ready-to-use announcement templates for launching @knowcode/doc-builder across various platforms and channels.">
|
|
19
19
|
<meta property="og:image" content="https://doc-builder-delta.vercel.app/og-default.png">
|
|
20
|
-
<meta property="og:site_name" content="
|
|
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 Announcement Templates |
|
|
27
|
+
<meta name="twitter:title" content="Launch Announcement Templates | @knowcode/doc-builder">
|
|
28
28
|
<meta name="twitter:description" content="This document contains ready-to-use announcement templates for launching @knowcode/doc-builder across various platforms and channels.">
|
|
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
|
|
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-
|
|
66
|
-
"dateModified": "2025-07-
|
|
66
|
+
"datePublished": "2025-07-23T06:51:04.528Z",
|
|
67
|
+
"dateModified": "2025-07-23T06:51:04.528Z",
|
|
67
68
|
"mainEntityOfPage": {
|
|
68
69
|
"@type": "WebPage",
|
|
69
70
|
"@id": "https://doc-builder-delta.vercel.app/launch/launch-announcements.html"
|
|
@@ -74,7 +75,7 @@
|
|
|
74
75
|
{
|
|
75
76
|
"@type": "ListItem",
|
|
76
77
|
"position": 1,
|
|
77
|
-
"name": "
|
|
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"
|
|
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.
|
|
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'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/sitemap.xml
CHANGED
|
@@ -2,127 +2,127 @@
|
|
|
2
2
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
|
3
3
|
<url>
|
|
4
4
|
<loc>https://doc-builder-delta.vercel.app/404.html</loc>
|
|
5
|
-
<lastmod>2025-07-
|
|
5
|
+
<lastmod>2025-07-23T06:51:04.575Z</lastmod>
|
|
6
6
|
<changefreq>monthly</changefreq>
|
|
7
7
|
<priority>0.6</priority>
|
|
8
8
|
</url>
|
|
9
9
|
<url>
|
|
10
10
|
<loc>https://doc-builder-delta.vercel.app/README.html</loc>
|
|
11
|
-
<lastmod>2025-07-
|
|
11
|
+
<lastmod>2025-07-23T06:51:04.575Z</lastmod>
|
|
12
12
|
<changefreq>monthly</changefreq>
|
|
13
13
|
<priority>0.6</priority>
|
|
14
14
|
</url>
|
|
15
15
|
<url>
|
|
16
16
|
<loc>https://doc-builder-delta.vercel.app/claude-workflow-guide.html</loc>
|
|
17
|
-
<lastmod>2025-07-
|
|
17
|
+
<lastmod>2025-07-23T06:51:04.575Z</lastmod>
|
|
18
18
|
<changefreq>monthly</changefreq>
|
|
19
19
|
<priority>0.8</priority>
|
|
20
20
|
</url>
|
|
21
21
|
<url>
|
|
22
22
|
<loc>https://doc-builder-delta.vercel.app/documentation-index.html</loc>
|
|
23
|
-
<lastmod>2025-07-
|
|
23
|
+
<lastmod>2025-07-23T06:51:04.575Z</lastmod>
|
|
24
24
|
<changefreq>monthly</changefreq>
|
|
25
25
|
<priority>0.6</priority>
|
|
26
26
|
</url>
|
|
27
27
|
<url>
|
|
28
28
|
<loc>https://doc-builder-delta.vercel.app/guides/authentication-guide.html</loc>
|
|
29
|
-
<lastmod>2025-07-
|
|
29
|
+
<lastmod>2025-07-23T06:51:04.575Z</lastmod>
|
|
30
30
|
<changefreq>monthly</changefreq>
|
|
31
31
|
<priority>0.8</priority>
|
|
32
32
|
</url>
|
|
33
33
|
<url>
|
|
34
34
|
<loc>https://doc-builder-delta.vercel.app/guides/claude-workflow-guide.html</loc>
|
|
35
|
-
<lastmod>2025-07-
|
|
35
|
+
<lastmod>2025-07-23T06:51:04.575Z</lastmod>
|
|
36
36
|
<changefreq>monthly</changefreq>
|
|
37
37
|
<priority>0.8</priority>
|
|
38
38
|
</url>
|
|
39
39
|
<url>
|
|
40
40
|
<loc>https://doc-builder-delta.vercel.app/guides/document-standards.html</loc>
|
|
41
|
-
<lastmod>2025-07-
|
|
41
|
+
<lastmod>2025-07-23T06:51:04.575Z</lastmod>
|
|
42
42
|
<changefreq>monthly</changefreq>
|
|
43
43
|
<priority>0.8</priority>
|
|
44
44
|
</url>
|
|
45
45
|
<url>
|
|
46
46
|
<loc>https://doc-builder-delta.vercel.app/guides/documentation-standards.html</loc>
|
|
47
|
-
<lastmod>2025-07-
|
|
47
|
+
<lastmod>2025-07-23T06:51:04.575Z</lastmod>
|
|
48
48
|
<changefreq>monthly</changefreq>
|
|
49
49
|
<priority>0.8</priority>
|
|
50
50
|
</url>
|
|
51
51
|
<url>
|
|
52
|
-
<loc>https://doc-builder-delta.vercel.app/guides/
|
|
53
|
-
<lastmod>2025-07-
|
|
52
|
+
<loc>https://doc-builder-delta.vercel.app/guides/phosphor-icons-guide.html</loc>
|
|
53
|
+
<lastmod>2025-07-23T06:51:04.575Z</lastmod>
|
|
54
54
|
<changefreq>monthly</changefreq>
|
|
55
55
|
<priority>0.8</priority>
|
|
56
56
|
</url>
|
|
57
57
|
<url>
|
|
58
|
-
<loc>https://doc-builder-delta.vercel.app/guides/
|
|
59
|
-
<lastmod>2025-07-
|
|
58
|
+
<loc>https://doc-builder-delta.vercel.app/guides/search-engine-verification-guide.html</loc>
|
|
59
|
+
<lastmod>2025-07-23T06:51:04.575Z</lastmod>
|
|
60
60
|
<changefreq>monthly</changefreq>
|
|
61
61
|
<priority>0.8</priority>
|
|
62
62
|
</url>
|
|
63
63
|
<url>
|
|
64
64
|
<loc>https://doc-builder-delta.vercel.app/guides/seo-guide.html</loc>
|
|
65
|
-
<lastmod>2025-07-
|
|
65
|
+
<lastmod>2025-07-23T06:51:04.575Z</lastmod>
|
|
66
66
|
<changefreq>monthly</changefreq>
|
|
67
67
|
<priority>0.8</priority>
|
|
68
68
|
</url>
|
|
69
69
|
<url>
|
|
70
70
|
<loc>https://doc-builder-delta.vercel.app/guides/seo-optimization-guide.html</loc>
|
|
71
|
-
<lastmod>2025-07-
|
|
71
|
+
<lastmod>2025-07-23T06:51:04.575Z</lastmod>
|
|
72
72
|
<changefreq>monthly</changefreq>
|
|
73
73
|
<priority>0.8</priority>
|
|
74
74
|
</url>
|
|
75
75
|
<url>
|
|
76
76
|
<loc>https://doc-builder-delta.vercel.app/guides/troubleshooting-guide.html</loc>
|
|
77
|
-
<lastmod>2025-07-
|
|
77
|
+
<lastmod>2025-07-23T06:51:04.575Z</lastmod>
|
|
78
78
|
<changefreq>monthly</changefreq>
|
|
79
79
|
<priority>0.8</priority>
|
|
80
80
|
</url>
|
|
81
81
|
<url>
|
|
82
82
|
<loc>https://doc-builder-delta.vercel.app/guides/windows-setup-guide.html</loc>
|
|
83
|
-
<lastmod>2025-07-
|
|
83
|
+
<lastmod>2025-07-23T06:51:04.575Z</lastmod>
|
|
84
84
|
<changefreq>monthly</changefreq>
|
|
85
85
|
<priority>0.8</priority>
|
|
86
86
|
</url>
|
|
87
87
|
<url>
|
|
88
88
|
<loc>https://doc-builder-delta.vercel.app/index.html</loc>
|
|
89
|
-
<lastmod>2025-07-
|
|
89
|
+
<lastmod>2025-07-23T06:51:04.575Z</lastmod>
|
|
90
90
|
<changefreq>weekly</changefreq>
|
|
91
91
|
<priority>1.0</priority>
|
|
92
92
|
</url>
|
|
93
93
|
<url>
|
|
94
94
|
<loc>https://doc-builder-delta.vercel.app/launch/README.html</loc>
|
|
95
|
-
<lastmod>2025-07-
|
|
95
|
+
<lastmod>2025-07-23T06:51:04.575Z</lastmod>
|
|
96
96
|
<changefreq>monthly</changefreq>
|
|
97
97
|
<priority>0.6</priority>
|
|
98
98
|
</url>
|
|
99
99
|
<url>
|
|
100
100
|
<loc>https://doc-builder-delta.vercel.app/launch/bubble-plugin-specification.html</loc>
|
|
101
|
-
<lastmod>2025-07-
|
|
101
|
+
<lastmod>2025-07-23T06:51:04.575Z</lastmod>
|
|
102
102
|
<changefreq>monthly</changefreq>
|
|
103
103
|
<priority>0.6</priority>
|
|
104
104
|
</url>
|
|
105
105
|
<url>
|
|
106
106
|
<loc>https://doc-builder-delta.vercel.app/launch/go-to-market-strategy.html</loc>
|
|
107
|
-
<lastmod>2025-07-
|
|
107
|
+
<lastmod>2025-07-23T06:51:04.575Z</lastmod>
|
|
108
108
|
<changefreq>monthly</changefreq>
|
|
109
109
|
<priority>0.6</priority>
|
|
110
110
|
</url>
|
|
111
111
|
<url>
|
|
112
112
|
<loc>https://doc-builder-delta.vercel.app/launch/launch-announcements.html</loc>
|
|
113
|
-
<lastmod>2025-07-
|
|
113
|
+
<lastmod>2025-07-23T06:51:04.575Z</lastmod>
|
|
114
114
|
<changefreq>monthly</changefreq>
|
|
115
115
|
<priority>0.6</priority>
|
|
116
116
|
</url>
|
|
117
117
|
<url>
|
|
118
118
|
<loc>https://doc-builder-delta.vercel.app/vercel-cli-setup-guide.html</loc>
|
|
119
|
-
<lastmod>2025-07-
|
|
119
|
+
<lastmod>2025-07-23T06:51:04.575Z</lastmod>
|
|
120
120
|
<changefreq>monthly</changefreq>
|
|
121
121
|
<priority>0.8</priority>
|
|
122
122
|
</url>
|
|
123
123
|
<url>
|
|
124
124
|
<loc>https://doc-builder-delta.vercel.app/vercel-first-time-setup-guide.html</loc>
|
|
125
|
-
<lastmod>2025-07-
|
|
125
|
+
<lastmod>2025-07-23T06:51:04.575Z</lastmod>
|
|
126
126
|
<changefreq>monthly</changefreq>
|
|
127
127
|
<priority>0.8</priority>
|
|
128
128
|
</url>
|
|
@@ -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 guide provides comprehensive instructions for installing the Vercel CLI across different operating systems. While `@knowcode/doc-builder` handles most...">
|
|
7
|
-
<title>Vercel CLI Setup Guide |
|
|
7
|
+
<title>Vercel CLI Setup Guide | @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, cli, https">
|
|
@@ -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/vercel-cli-setup-guide.html">
|
|
17
|
-
<meta property="og:title" content="Vercel CLI Setup Guide |
|
|
17
|
+
<meta property="og:title" content="Vercel CLI Setup Guide | @knowcode/doc-builder">
|
|
18
18
|
<meta property="og:description" content="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems. While `@knowcode/doc-builder` handles most...">
|
|
19
19
|
<meta property="og:image" content="https://doc-builder-delta.vercel.app/og-default.png">
|
|
20
|
-
<meta property="og:site_name" content="
|
|
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="Vercel CLI Setup Guide |
|
|
27
|
+
<meta name="twitter:title" content="Vercel CLI Setup Guide | @knowcode/doc-builder">
|
|
28
28
|
<meta name="twitter:description" content="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems. While `@knowcode/doc-builder` handles most...">
|
|
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
|
|
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-
|
|
66
|
-
"dateModified": "2025-07-
|
|
66
|
+
"datePublished": "2025-07-23T06:51:04.532Z",
|
|
67
|
+
"dateModified": "2025-07-23T06:51:04.532Z",
|
|
67
68
|
"mainEntityOfPage": {
|
|
68
69
|
"@type": "WebPage",
|
|
69
70
|
"@id": "https://doc-builder-delta.vercel.app/vercel-cli-setup-guide.html"
|
|
@@ -74,7 +75,7 @@
|
|
|
74
75
|
{
|
|
75
76
|
"@type": "ListItem",
|
|
76
77
|
"position": 1,
|
|
77
|
-
"name": "
|
|
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"
|
|
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.
|
|
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'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>
|
|
@@ -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 guide walks you through the Vercel deployment process when using `@knowcode/doc-builder deploy`.">
|
|
7
|
-
<title>Vercel First-Time Setup Guide |
|
|
7
|
+
<title>Vercel First-Time Setup Guide | @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, your, deployment">
|
|
@@ -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/vercel-first-time-setup-guide.html">
|
|
17
|
-
<meta property="og:title" content="Vercel First-Time Setup Guide |
|
|
17
|
+
<meta property="og:title" content="Vercel First-Time Setup Guide | @knowcode/doc-builder">
|
|
18
18
|
<meta property="og:description" content="This guide walks you through the Vercel deployment process when using `@knowcode/doc-builder deploy`.">
|
|
19
19
|
<meta property="og:image" content="https://doc-builder-delta.vercel.app/og-default.png">
|
|
20
|
-
<meta property="og:site_name" content="
|
|
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="Vercel First-Time Setup Guide |
|
|
27
|
+
<meta name="twitter:title" content="Vercel First-Time Setup Guide | @knowcode/doc-builder">
|
|
28
28
|
<meta name="twitter:description" content="This guide walks you through the Vercel deployment process when using `@knowcode/doc-builder deploy`.">
|
|
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
|
|
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-
|
|
66
|
-
"dateModified": "2025-07-
|
|
66
|
+
"datePublished": "2025-07-23T06:51:04.537Z",
|
|
67
|
+
"dateModified": "2025-07-23T06:51:04.537Z",
|
|
67
68
|
"mainEntityOfPage": {
|
|
68
69
|
"@type": "WebPage",
|
|
69
70
|
"@id": "https://doc-builder-delta.vercel.app/vercel-first-time-setup-guide.html"
|
|
@@ -74,7 +75,7 @@
|
|
|
74
75
|
{
|
|
75
76
|
"@type": "ListItem",
|
|
76
77
|
"position": 1,
|
|
77
|
-
"name": "
|
|
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"
|
|
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.
|
|
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'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>
|
|
@@ -283,7 +284,7 @@
|
|
|
283
284
|
<li>Submit it in Google Search Console</li>
|
|
284
285
|
</ul>
|
|
285
286
|
</li>
|
|
286
|
-
<li><p><strong>Full Instructions</strong>: See the <a href="./guides/
|
|
287
|
+
<li><p><strong>Full Instructions</strong>: See the <a href="./guides/search-engine-verification-guide.md">Search Engine Verification Guide</a></p>
|
|
287
288
|
</li>
|
|
288
289
|
</ol>
|
|
289
290
|
<h3>Custom Domain (Optional)</h3>
|
package/lib/config.js
CHANGED
|
@@ -14,6 +14,9 @@ const defaultConfig = {
|
|
|
14
14
|
siteName: 'Documentation',
|
|
15
15
|
siteDescription: 'Documentation site built with @knowcode/doc-builder',
|
|
16
16
|
|
|
17
|
+
// Favicon - can be an emoji or a path to an image file
|
|
18
|
+
favicon: '✨',
|
|
19
|
+
|
|
17
20
|
// Features
|
|
18
21
|
features: {
|
|
19
22
|
authentication: false,
|
package/lib/core-builder.js
CHANGED
|
@@ -192,6 +192,18 @@ function processMarkdownContent(content, config = {}) {
|
|
|
192
192
|
return html;
|
|
193
193
|
}
|
|
194
194
|
|
|
195
|
+
/**
|
|
196
|
+
* Generate favicon tag based on config
|
|
197
|
+
*/
|
|
198
|
+
function generateFaviconTag(favicon) {
|
|
199
|
+
// If it's a single character (emoji), use SVG data URI
|
|
200
|
+
if (favicon && favicon.length <= 2) {
|
|
201
|
+
return `<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>${favicon}</text></svg>">`;
|
|
202
|
+
}
|
|
203
|
+
// Otherwise assume it's a path to an image file
|
|
204
|
+
return `<link rel="icon" href="${favicon}">`;
|
|
205
|
+
}
|
|
206
|
+
|
|
195
207
|
// Generate HTML from template
|
|
196
208
|
function generateHTML(title, content, navigation, currentPath = '', config = {}, originalContent = '', frontMatter = {}) {
|
|
197
209
|
const depth = currentPath.split('/').filter(p => p).length;
|
|
@@ -293,7 +305,7 @@ ${seoTags}
|
|
|
293
305
|
<link rel="stylesheet" href="/css/notion-style.css">
|
|
294
306
|
|
|
295
307
|
<!-- Favicon -->
|
|
296
|
-
|
|
308
|
+
${generateFaviconTag(config.favicon || '✨')}
|
|
297
309
|
|
|
298
310
|
${jsonLd}
|
|
299
311
|
</head>
|
package/lib/emoji-mapper.js
CHANGED
|
@@ -14,6 +14,7 @@ const emojiToPhosphor = {
|
|
|
14
14
|
'⚠️': '<i class="ph ph-warning-circle" aria-label="warning"></i>',
|
|
15
15
|
'⛔': '<i class="ph ph-prohibit" aria-label="prohibited"></i>',
|
|
16
16
|
'🚫': '<i class="ph ph-prohibit-inset" aria-label="not allowed"></i>',
|
|
17
|
+
'🚨': '<i class="ph ph-siren" aria-label="alert"></i>',
|
|
17
18
|
|
|
18
19
|
// Development & Tech
|
|
19
20
|
'💻': '<i class="ph ph-laptop" aria-label="laptop"></i>',
|
|
@@ -74,10 +75,12 @@ const emojiToPhosphor = {
|
|
|
74
75
|
'⚓': '<i class="ph ph-anchor" aria-label="anchor"></i>',
|
|
75
76
|
'🧭': '<i class="ph ph-compass" aria-label="navigation"></i>',
|
|
76
77
|
'🗺️': '<i class="ph ph-map-trifold" aria-label="map"></i>',
|
|
78
|
+
'🌐': '<i class="ph ph-globe" aria-label="global"></i>',
|
|
77
79
|
|
|
78
80
|
// Communication
|
|
79
81
|
'📧': '<i class="ph ph-envelope" aria-label="email"></i>',
|
|
80
82
|
'📨': '<i class="ph ph-envelope-open" aria-label="inbox"></i>',
|
|
83
|
+
'📤': '<i class="ph ph-tray-arrow-up" aria-label="outbox"></i>',
|
|
81
84
|
'📬': '<i class="ph ph-mailbox" aria-label="mailbox"></i>',
|
|
82
85
|
'📮': '<i class="ph ph-mailbox" aria-label="postbox"></i>',
|
|
83
86
|
'💬': '<i class="ph ph-chat-circle" aria-label="chat"></i>',
|
|
@@ -155,6 +158,8 @@ const emojiToPhosphor = {
|
|
|
155
158
|
'👏': '<i class="ph ph-hands-clapping" aria-label="applause"></i>',
|
|
156
159
|
'🙌': '<i class="ph ph-hands-clapping" aria-label="celebrate"></i>',
|
|
157
160
|
'💪': '<i class="ph ph-hand-fist" aria-label="strong"></i>',
|
|
161
|
+
'💼': '<i class="ph ph-briefcase" aria-label="business"></i>',
|
|
162
|
+
'🧠': '<i class="ph ph-brain" aria-label="thinking"></i>',
|
|
158
163
|
|
|
159
164
|
// Objects & Things
|
|
160
165
|
'🏠': '<i class="ph ph-house" aria-label="home"></i>',
|
|
@@ -186,6 +191,8 @@ const emojiToPhosphor = {
|
|
|
186
191
|
'💵': '<i class="ph ph-currency-dollar" aria-label="dollar"></i>',
|
|
187
192
|
'💳': '<i class="ph ph-credit-card" aria-label="payment"></i>',
|
|
188
193
|
'🏦': '<i class="ph ph-bank" aria-label="bank"></i>',
|
|
194
|
+
'🏥': '<i class="ph ph-hospital" aria-label="hospital"></i>',
|
|
195
|
+
'🏛️': '<i class="ph ph-buildings" aria-label="institution"></i>',
|
|
189
196
|
'🛒': '<i class="ph ph-shopping-cart" aria-label="cart"></i>',
|
|
190
197
|
'🛍️': '<i class="ph ph-shopping-bag" aria-label="shopping"></i>',
|
|
191
198
|
'📦': '<i class="ph ph-package" aria-label="package"></i>',
|