@knowcode/doc-builder 1.6.0 → 1.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/html/README.html +8 -7
- package/html/documentation-index.html +4 -4
- package/html/guides/authentication-guide.html +4 -4
- package/html/guides/claude-workflow-guide.html +4 -4
- package/html/guides/documentation-standards.html +4 -4
- package/html/guides/phosphor-icons-guide.html +4 -4
- package/html/guides/search-engine-verification-guide.html +4 -4
- package/html/guides/seo-guide.html +4 -4
- package/html/guides/seo-optimization-guide.html +4 -4
- package/html/guides/troubleshooting-guide.html +4 -4
- package/html/guides/windows-setup-guide.html +4 -4
- package/html/index.html +8 -7
- package/html/launch/README.html +4 -4
- package/html/launch/bubble-plugin-specification.html +4 -4
- package/html/launch/go-to-market-strategy.html +4 -4
- package/html/launch/launch-announcements.html +5 -5
- package/html/sitemap.xml +21 -27
- package/html/vercel-cli-setup-guide.html +4 -4
- package/html/vercel-first-time-setup-guide.html +4 -4
- package/lib/config.js +3 -0
- package/lib/core-builder.js +13 -1
- package/lib/emoji-mapper.js +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -203,6 +203,7 @@ module.exports = {
|
|
|
203
203
|
// Site info
|
|
204
204
|
siteName: '@knowcode/doc-builder',
|
|
205
205
|
siteDescription: 'Transform markdown into beautiful documentation',
|
|
206
|
+
favicon: '✨', // Can be emoji or path to image file
|
|
206
207
|
|
|
207
208
|
// Production URL (optional)
|
|
208
209
|
productionUrl: 'https://my-docs.vercel.app', // Custom URL to display after deployment
|
package/html/README.html
CHANGED
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
<link rel="stylesheet" href="/css/notion-style.css">
|
|
47
47
|
|
|
48
48
|
<!-- Favicon -->
|
|
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
|
|
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>">
|
|
50
50
|
|
|
51
51
|
<script type="application/ld+json">
|
|
52
52
|
{
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"name": "Knowcode Ltd",
|
|
64
64
|
"url": "https://knowcode.tech"
|
|
65
65
|
},
|
|
66
|
-
"datePublished": "2025-07-
|
|
67
|
-
"dateModified": "2025-07-
|
|
66
|
+
"datePublished": "2025-07-23T06:59:15.966Z",
|
|
67
|
+
"dateModified": "2025-07-23T06:59:15.966Z",
|
|
68
68
|
"mainEntityOfPage": {
|
|
69
69
|
"@type": "WebPage",
|
|
70
70
|
"@id": "https://doc-builder-delta.vercel.app/README.html"
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
|
|
98
98
|
<div class="header-actions">
|
|
99
99
|
<div class="deployment-info">
|
|
100
|
-
<span class="deployment-date" title="Built with doc-builder v1.
|
|
100
|
+
<span class="deployment-date" title="Built with doc-builder v1.6.1">Last updated: Jul 23, 2025, 06:59 AM UTC</span>
|
|
101
101
|
</div>
|
|
102
102
|
|
|
103
103
|
|
|
@@ -293,7 +293,8 @@ module.exports = {
|
|
|
293
293
|
siteName: '@knowcode/doc-builder',
|
|
294
294
|
siteDescription: 'Transform markdown into beautiful documentation',
|
|
295
295
|
docsDir: 'docs',
|
|
296
|
-
outputDir: 'html'
|
|
296
|
+
outputDir: 'html',
|
|
297
|
+
favicon: '<i class="ph ph-sparkle" aria-label="special"></i>' // Can be emoji or path to image
|
|
297
298
|
};
|
|
298
299
|
</code></pre>
|
|
299
300
|
<p><em>The CLI creates and updates this for you</em></p>
|
|
@@ -400,8 +401,8 @@ docBuilder.build({
|
|
|
400
401
|
<p><strong>Connect with us:</strong></p>
|
|
401
402
|
<ul>
|
|
402
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>
|
|
403
|
-
<li
|
|
404
|
-
<li
|
|
404
|
+
<li><i class="ph ph-github-logo" aria-label="github"></i> <a href="https://github.com/wapdat/doc-builder">GitHub Repo</a></li>
|
|
405
|
+
<li><i class="ph ph-globe" aria-label="global"></i> <a href="https://knowcode.com">Website</a></li>
|
|
405
406
|
<li><i class="ph ph-chat-circle" aria-label="chat"></i> <a href="https://github.com/wapdat/doc-builder/discussions">Discussions</a></li>
|
|
406
407
|
</ul>
|
|
407
408
|
</td>
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
<link rel="stylesheet" href="/css/notion-style.css">
|
|
47
47
|
|
|
48
48
|
<!-- Favicon -->
|
|
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
|
|
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>">
|
|
50
50
|
|
|
51
51
|
<script type="application/ld+json">
|
|
52
52
|
{
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"name": "Knowcode Ltd",
|
|
64
64
|
"url": "https://knowcode.tech"
|
|
65
65
|
},
|
|
66
|
-
"datePublished": "2025-07-
|
|
67
|
-
"dateModified": "2025-07-
|
|
66
|
+
"datePublished": "2025-07-23T06:59:15.977Z",
|
|
67
|
+
"dateModified": "2025-07-23T06:59:15.977Z",
|
|
68
68
|
"mainEntityOfPage": {
|
|
69
69
|
"@type": "WebPage",
|
|
70
70
|
"@id": "https://doc-builder-delta.vercel.app/documentation-index.html"
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
|
|
98
98
|
<div class="header-actions">
|
|
99
99
|
<div class="deployment-info">
|
|
100
|
-
<span class="deployment-date" title="Built with doc-builder v1.
|
|
100
|
+
<span class="deployment-date" title="Built with doc-builder v1.6.1">Last updated: Jul 23, 2025, 06:59 AM UTC</span>
|
|
101
101
|
</div>
|
|
102
102
|
|
|
103
103
|
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
<link rel="stylesheet" href="/css/notion-style.css">
|
|
47
47
|
|
|
48
48
|
<!-- Favicon -->
|
|
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
|
|
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>">
|
|
50
50
|
|
|
51
51
|
<script type="application/ld+json">
|
|
52
52
|
{
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"name": "Knowcode Ltd",
|
|
64
64
|
"url": "https://knowcode.tech"
|
|
65
65
|
},
|
|
66
|
-
"datePublished": "2025-07-
|
|
67
|
-
"dateModified": "2025-07-
|
|
66
|
+
"datePublished": "2025-07-23T06:59:15.983Z",
|
|
67
|
+
"dateModified": "2025-07-23T06:59:15.983Z",
|
|
68
68
|
"mainEntityOfPage": {
|
|
69
69
|
"@type": "WebPage",
|
|
70
70
|
"@id": "https://doc-builder-delta.vercel.app/guides/authentication-guide.html"
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
|
|
104
104
|
<div class="header-actions">
|
|
105
105
|
<div class="deployment-info">
|
|
106
|
-
<span class="deployment-date" title="Built with doc-builder v1.
|
|
106
|
+
<span class="deployment-date" title="Built with doc-builder v1.6.1">Last updated: Jul 23, 2025, 06:59 AM UTC</span>
|
|
107
107
|
</div>
|
|
108
108
|
|
|
109
109
|
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
<link rel="stylesheet" href="/css/notion-style.css">
|
|
47
47
|
|
|
48
48
|
<!-- Favicon -->
|
|
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
|
|
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>">
|
|
50
50
|
|
|
51
51
|
<script type="application/ld+json">
|
|
52
52
|
{
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"name": "Knowcode Ltd",
|
|
64
64
|
"url": "https://knowcode.tech"
|
|
65
65
|
},
|
|
66
|
-
"datePublished": "2025-07-
|
|
67
|
-
"dateModified": "2025-07-
|
|
66
|
+
"datePublished": "2025-07-23T06:59:15.989Z",
|
|
67
|
+
"dateModified": "2025-07-23T06:59:15.989Z",
|
|
68
68
|
"mainEntityOfPage": {
|
|
69
69
|
"@type": "WebPage",
|
|
70
70
|
"@id": "https://doc-builder-delta.vercel.app/guides/claude-workflow-guide.html"
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
|
|
104
104
|
<div class="header-actions">
|
|
105
105
|
<div class="deployment-info">
|
|
106
|
-
<span class="deployment-date" title="Built with doc-builder v1.
|
|
106
|
+
<span class="deployment-date" title="Built with doc-builder v1.6.1">Last updated: Jul 23, 2025, 06:59 AM UTC</span>
|
|
107
107
|
</div>
|
|
108
108
|
|
|
109
109
|
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
<link rel="stylesheet" href="/css/notion-style.css">
|
|
47
47
|
|
|
48
48
|
<!-- Favicon -->
|
|
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
|
|
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>">
|
|
50
50
|
|
|
51
51
|
<script type="application/ld+json">
|
|
52
52
|
{
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"name": "Knowcode Ltd",
|
|
64
64
|
"url": "https://knowcode.tech"
|
|
65
65
|
},
|
|
66
|
-
"datePublished": "2025-07-
|
|
67
|
-
"dateModified": "2025-07-
|
|
66
|
+
"datePublished": "2025-07-23T06:59:15.993Z",
|
|
67
|
+
"dateModified": "2025-07-23T06:59:15.993Z",
|
|
68
68
|
"mainEntityOfPage": {
|
|
69
69
|
"@type": "WebPage",
|
|
70
70
|
"@id": "https://doc-builder-delta.vercel.app/guides/documentation-standards.html"
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
|
|
104
104
|
<div class="header-actions">
|
|
105
105
|
<div class="deployment-info">
|
|
106
|
-
<span class="deployment-date" title="Built with doc-builder v1.
|
|
106
|
+
<span class="deployment-date" title="Built with doc-builder v1.6.1">Last updated: Jul 23, 2025, 06:59 AM UTC</span>
|
|
107
107
|
</div>
|
|
108
108
|
|
|
109
109
|
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
<link rel="stylesheet" href="/css/notion-style.css">
|
|
47
47
|
|
|
48
48
|
<!-- Favicon -->
|
|
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
|
|
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>">
|
|
50
50
|
|
|
51
51
|
<script type="application/ld+json">
|
|
52
52
|
{
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"name": "Knowcode Ltd",
|
|
64
64
|
"url": "https://knowcode.tech"
|
|
65
65
|
},
|
|
66
|
-
"datePublished": "2025-07-
|
|
67
|
-
"dateModified": "2025-07-
|
|
66
|
+
"datePublished": "2025-07-23T06:59:15.996Z",
|
|
67
|
+
"dateModified": "2025-07-23T06:59:15.996Z",
|
|
68
68
|
"mainEntityOfPage": {
|
|
69
69
|
"@type": "WebPage",
|
|
70
70
|
"@id": "https://doc-builder-delta.vercel.app/guides/phosphor-icons-guide.html"
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
|
|
104
104
|
<div class="header-actions">
|
|
105
105
|
<div class="deployment-info">
|
|
106
|
-
<span class="deployment-date" title="Built with doc-builder v1.
|
|
106
|
+
<span class="deployment-date" title="Built with doc-builder v1.6.1">Last updated: Jul 23, 2025, 06:59 AM UTC</span>
|
|
107
107
|
</div>
|
|
108
108
|
|
|
109
109
|
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
<link rel="stylesheet" href="/css/notion-style.css">
|
|
47
47
|
|
|
48
48
|
<!-- Favicon -->
|
|
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
|
|
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>">
|
|
50
50
|
|
|
51
51
|
<script type="application/ld+json">
|
|
52
52
|
{
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"name": "Knowcode Ltd",
|
|
64
64
|
"url": "https://knowcode.tech"
|
|
65
65
|
},
|
|
66
|
-
"datePublished": "2025-07-
|
|
67
|
-
"dateModified": "2025-07-
|
|
66
|
+
"datePublished": "2025-07-23T06:59:16.005Z",
|
|
67
|
+
"dateModified": "2025-07-23T06:59:16.005Z",
|
|
68
68
|
"mainEntityOfPage": {
|
|
69
69
|
"@type": "WebPage",
|
|
70
70
|
"@id": "https://doc-builder-delta.vercel.app/guides/search-engine-verification-guide.html"
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
|
|
104
104
|
<div class="header-actions">
|
|
105
105
|
<div class="deployment-info">
|
|
106
|
-
<span class="deployment-date" title="Built with doc-builder v1.
|
|
106
|
+
<span class="deployment-date" title="Built with doc-builder v1.6.1">Last updated: Jul 23, 2025, 06:59 AM UTC</span>
|
|
107
107
|
</div>
|
|
108
108
|
|
|
109
109
|
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
<link rel="stylesheet" href="/css/notion-style.css">
|
|
47
47
|
|
|
48
48
|
<!-- Favicon -->
|
|
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
|
|
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>">
|
|
50
50
|
|
|
51
51
|
<script type="application/ld+json">
|
|
52
52
|
{
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"name": "Knowcode Ltd",
|
|
64
64
|
"url": "https://knowcode.tech"
|
|
65
65
|
},
|
|
66
|
-
"datePublished": "2025-07-
|
|
67
|
-
"dateModified": "2025-07-
|
|
66
|
+
"datePublished": "2025-07-23T06:59:16.009Z",
|
|
67
|
+
"dateModified": "2025-07-23T06:59:16.009Z",
|
|
68
68
|
"mainEntityOfPage": {
|
|
69
69
|
"@type": "WebPage",
|
|
70
70
|
"@id": "https://doc-builder-delta.vercel.app/guides/seo-guide.html"
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
|
|
104
104
|
<div class="header-actions">
|
|
105
105
|
<div class="deployment-info">
|
|
106
|
-
<span class="deployment-date" title="Built with doc-builder v1.
|
|
106
|
+
<span class="deployment-date" title="Built with doc-builder v1.6.1">Last updated: Jul 23, 2025, 06:59 AM UTC</span>
|
|
107
107
|
</div>
|
|
108
108
|
|
|
109
109
|
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
<link rel="stylesheet" href="/css/notion-style.css">
|
|
47
47
|
|
|
48
48
|
<!-- Favicon -->
|
|
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
|
|
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>">
|
|
50
50
|
|
|
51
51
|
<script type="application/ld+json">
|
|
52
52
|
{
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"name": "Knowcode Ltd",
|
|
64
64
|
"url": "https://knowcode.tech"
|
|
65
65
|
},
|
|
66
|
-
"datePublished": "2025-07-
|
|
67
|
-
"dateModified": "2025-07-
|
|
66
|
+
"datePublished": "2025-07-23T06:59:16.017Z",
|
|
67
|
+
"dateModified": "2025-07-23T06:59:16.017Z",
|
|
68
68
|
"mainEntityOfPage": {
|
|
69
69
|
"@type": "WebPage",
|
|
70
70
|
"@id": "https://doc-builder-delta.vercel.app/guides/seo-optimization-guide.html"
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
|
|
104
104
|
<div class="header-actions">
|
|
105
105
|
<div class="deployment-info">
|
|
106
|
-
<span class="deployment-date" title="Built with doc-builder v1.
|
|
106
|
+
<span class="deployment-date" title="Built with doc-builder v1.6.1">Last updated: Jul 23, 2025, 06:59 AM UTC</span>
|
|
107
107
|
</div>
|
|
108
108
|
|
|
109
109
|
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
<link rel="stylesheet" href="/css/notion-style.css">
|
|
47
47
|
|
|
48
48
|
<!-- Favicon -->
|
|
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
|
|
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>">
|
|
50
50
|
|
|
51
51
|
<script type="application/ld+json">
|
|
52
52
|
{
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"name": "Knowcode Ltd",
|
|
64
64
|
"url": "https://knowcode.tech"
|
|
65
65
|
},
|
|
66
|
-
"datePublished": "2025-07-
|
|
67
|
-
"dateModified": "2025-07-
|
|
66
|
+
"datePublished": "2025-07-23T06:59:16.021Z",
|
|
67
|
+
"dateModified": "2025-07-23T06:59:16.021Z",
|
|
68
68
|
"mainEntityOfPage": {
|
|
69
69
|
"@type": "WebPage",
|
|
70
70
|
"@id": "https://doc-builder-delta.vercel.app/guides/troubleshooting-guide.html"
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
|
|
104
104
|
<div class="header-actions">
|
|
105
105
|
<div class="deployment-info">
|
|
106
|
-
<span class="deployment-date" title="Built with doc-builder v1.
|
|
106
|
+
<span class="deployment-date" title="Built with doc-builder v1.6.1">Last updated: Jul 23, 2025, 06:59 AM UTC</span>
|
|
107
107
|
</div>
|
|
108
108
|
|
|
109
109
|
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
<link rel="stylesheet" href="/css/notion-style.css">
|
|
47
47
|
|
|
48
48
|
<!-- Favicon -->
|
|
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
|
|
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>">
|
|
50
50
|
|
|
51
51
|
<script type="application/ld+json">
|
|
52
52
|
{
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"name": "Knowcode Ltd",
|
|
64
64
|
"url": "https://knowcode.tech"
|
|
65
65
|
},
|
|
66
|
-
"datePublished": "2025-07-
|
|
67
|
-
"dateModified": "2025-07-
|
|
66
|
+
"datePublished": "2025-07-23T06:59:16.029Z",
|
|
67
|
+
"dateModified": "2025-07-23T06:59:16.029Z",
|
|
68
68
|
"mainEntityOfPage": {
|
|
69
69
|
"@type": "WebPage",
|
|
70
70
|
"@id": "https://doc-builder-delta.vercel.app/guides/windows-setup-guide.html"
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
|
|
104
104
|
<div class="header-actions">
|
|
105
105
|
<div class="deployment-info">
|
|
106
|
-
<span class="deployment-date" title="Built with doc-builder v1.
|
|
106
|
+
<span class="deployment-date" title="Built with doc-builder v1.6.1">Last updated: Jul 23, 2025, 06:59 AM UTC</span>
|
|
107
107
|
</div>
|
|
108
108
|
|
|
109
109
|
|
package/html/index.html
CHANGED
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
<link rel="stylesheet" href="/css/notion-style.css">
|
|
47
47
|
|
|
48
48
|
<!-- Favicon -->
|
|
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
|
|
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>">
|
|
50
50
|
|
|
51
51
|
<script type="application/ld+json">
|
|
52
52
|
{
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"name": "Knowcode Ltd",
|
|
64
64
|
"url": "https://knowcode.tech"
|
|
65
65
|
},
|
|
66
|
-
"datePublished": "2025-07-
|
|
67
|
-
"dateModified": "2025-07-
|
|
66
|
+
"datePublished": "2025-07-23T06:59:15.966Z",
|
|
67
|
+
"dateModified": "2025-07-23T06:59:15.966Z",
|
|
68
68
|
"mainEntityOfPage": {
|
|
69
69
|
"@type": "WebPage",
|
|
70
70
|
"@id": "https://doc-builder-delta.vercel.app/README.html"
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
|
|
98
98
|
<div class="header-actions">
|
|
99
99
|
<div class="deployment-info">
|
|
100
|
-
<span class="deployment-date" title="Built with doc-builder v1.
|
|
100
|
+
<span class="deployment-date" title="Built with doc-builder v1.6.1">Last updated: Jul 23, 2025, 06:59 AM UTC</span>
|
|
101
101
|
</div>
|
|
102
102
|
|
|
103
103
|
|
|
@@ -293,7 +293,8 @@ module.exports = {
|
|
|
293
293
|
siteName: '@knowcode/doc-builder',
|
|
294
294
|
siteDescription: 'Transform markdown into beautiful documentation',
|
|
295
295
|
docsDir: 'docs',
|
|
296
|
-
outputDir: 'html'
|
|
296
|
+
outputDir: 'html',
|
|
297
|
+
favicon: '<i class="ph ph-sparkle" aria-label="special"></i>' // Can be emoji or path to image
|
|
297
298
|
};
|
|
298
299
|
</code></pre>
|
|
299
300
|
<p><em>The CLI creates and updates this for you</em></p>
|
|
@@ -400,8 +401,8 @@ docBuilder.build({
|
|
|
400
401
|
<p><strong>Connect with us:</strong></p>
|
|
401
402
|
<ul>
|
|
402
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>
|
|
403
|
-
<li
|
|
404
|
-
<li
|
|
404
|
+
<li><i class="ph ph-github-logo" aria-label="github"></i> <a href="https://github.com/wapdat/doc-builder">GitHub Repo</a></li>
|
|
405
|
+
<li><i class="ph ph-globe" aria-label="global"></i> <a href="https://knowcode.com">Website</a></li>
|
|
405
406
|
<li><i class="ph ph-chat-circle" aria-label="chat"></i> <a href="https://github.com/wapdat/doc-builder/discussions">Discussions</a></li>
|
|
406
407
|
</ul>
|
|
407
408
|
</td>
|
package/html/launch/README.html
CHANGED
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
<link rel="stylesheet" href="/css/notion-style.css">
|
|
47
47
|
|
|
48
48
|
<!-- Favicon -->
|
|
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
|
|
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>">
|
|
50
50
|
|
|
51
51
|
<script type="application/ld+json">
|
|
52
52
|
{
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"name": "Knowcode Ltd",
|
|
64
64
|
"url": "https://knowcode.tech"
|
|
65
65
|
},
|
|
66
|
-
"datePublished": "2025-07-
|
|
67
|
-
"dateModified": "2025-07-
|
|
66
|
+
"datePublished": "2025-07-23T06:59:16.035Z",
|
|
67
|
+
"dateModified": "2025-07-23T06:59:16.035Z",
|
|
68
68
|
"mainEntityOfPage": {
|
|
69
69
|
"@type": "WebPage",
|
|
70
70
|
"@id": "https://doc-builder-delta.vercel.app/launch/README.html"
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
|
|
104
104
|
<div class="header-actions">
|
|
105
105
|
<div class="deployment-info">
|
|
106
|
-
<span class="deployment-date" title="Built with doc-builder v1.
|
|
106
|
+
<span class="deployment-date" title="Built with doc-builder v1.6.1">Last updated: Jul 23, 2025, 06:59 AM UTC</span>
|
|
107
107
|
</div>
|
|
108
108
|
|
|
109
109
|
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
<link rel="stylesheet" href="/css/notion-style.css">
|
|
47
47
|
|
|
48
48
|
<!-- Favicon -->
|
|
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
|
|
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>">
|
|
50
50
|
|
|
51
51
|
<script type="application/ld+json">
|
|
52
52
|
{
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"name": "Knowcode Ltd",
|
|
64
64
|
"url": "https://knowcode.tech"
|
|
65
65
|
},
|
|
66
|
-
"datePublished": "2025-07-
|
|
67
|
-
"dateModified": "2025-07-
|
|
66
|
+
"datePublished": "2025-07-23T06:59:16.042Z",
|
|
67
|
+
"dateModified": "2025-07-23T06:59:16.042Z",
|
|
68
68
|
"mainEntityOfPage": {
|
|
69
69
|
"@type": "WebPage",
|
|
70
70
|
"@id": "https://doc-builder-delta.vercel.app/launch/bubble-plugin-specification.html"
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
|
|
104
104
|
<div class="header-actions">
|
|
105
105
|
<div class="deployment-info">
|
|
106
|
-
<span class="deployment-date" title="Built with doc-builder v1.
|
|
106
|
+
<span class="deployment-date" title="Built with doc-builder v1.6.1">Last updated: Jul 23, 2025, 06:59 AM UTC</span>
|
|
107
107
|
</div>
|
|
108
108
|
|
|
109
109
|
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
<link rel="stylesheet" href="/css/notion-style.css">
|
|
47
47
|
|
|
48
48
|
<!-- Favicon -->
|
|
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
|
|
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>">
|
|
50
50
|
|
|
51
51
|
<script type="application/ld+json">
|
|
52
52
|
{
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"name": "Knowcode Ltd",
|
|
64
64
|
"url": "https://knowcode.tech"
|
|
65
65
|
},
|
|
66
|
-
"datePublished": "2025-07-
|
|
67
|
-
"dateModified": "2025-07-
|
|
66
|
+
"datePublished": "2025-07-23T06:59:16.049Z",
|
|
67
|
+
"dateModified": "2025-07-23T06:59:16.049Z",
|
|
68
68
|
"mainEntityOfPage": {
|
|
69
69
|
"@type": "WebPage",
|
|
70
70
|
"@id": "https://doc-builder-delta.vercel.app/launch/go-to-market-strategy.html"
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
|
|
104
104
|
<div class="header-actions">
|
|
105
105
|
<div class="deployment-info">
|
|
106
|
-
<span class="deployment-date" title="Built with doc-builder v1.
|
|
106
|
+
<span class="deployment-date" title="Built with doc-builder v1.6.1">Last updated: Jul 23, 2025, 06:59 AM UTC</span>
|
|
107
107
|
</div>
|
|
108
108
|
|
|
109
109
|
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
<link rel="stylesheet" href="/css/notion-style.css">
|
|
47
47
|
|
|
48
48
|
<!-- Favicon -->
|
|
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
|
|
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>">
|
|
50
50
|
|
|
51
51
|
<script type="application/ld+json">
|
|
52
52
|
{
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"name": "Knowcode Ltd",
|
|
64
64
|
"url": "https://knowcode.tech"
|
|
65
65
|
},
|
|
66
|
-
"datePublished": "2025-07-
|
|
67
|
-
"dateModified": "2025-07-
|
|
66
|
+
"datePublished": "2025-07-23T06:59:16.055Z",
|
|
67
|
+
"dateModified": "2025-07-23T06:59:16.055Z",
|
|
68
68
|
"mainEntityOfPage": {
|
|
69
69
|
"@type": "WebPage",
|
|
70
70
|
"@id": "https://doc-builder-delta.vercel.app/launch/launch-announcements.html"
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
|
|
104
104
|
<div class="header-actions">
|
|
105
105
|
<div class="deployment-info">
|
|
106
|
-
<span class="deployment-date" title="Built with doc-builder v1.
|
|
106
|
+
<span class="deployment-date" title="Built with doc-builder v1.6.1">Last updated: Jul 23, 2025, 06:59 AM UTC</span>
|
|
107
107
|
</div>
|
|
108
108
|
|
|
109
109
|
|
|
@@ -416,7 +416,7 @@ npx @knowcode/doc-builder@latest deploy
|
|
|
416
416
|
<ul>
|
|
417
417
|
<li><i class="ph ph-rocket-launch" aria-label="launch"></i> <a href="https://doc-builder-delta.vercel.app">Live Demo</a></li>
|
|
418
418
|
<li><i class="ph ph-package" aria-label="package"></i> <a href="https://www.npmjs.com/package/@knowcode/doc-builder">NPM Package</a></li>
|
|
419
|
-
<li
|
|
419
|
+
<li><i class="ph ph-github-logo" aria-label="github"></i> <a href="https://github.com/knowcode/doc-builder">GitHub Repo</a> (coming soon)</li>
|
|
420
420
|
</ul>
|
|
421
421
|
<p>What's your biggest documentation pain point? Let me know in the comments!</p>
|
|
422
422
|
<h2>Reddit Posts</h2>
|
package/html/sitemap.xml
CHANGED
|
@@ -2,133 +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:59:16.072Z</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:59:16.072Z</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:59:16.072Z</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:59:16.072Z</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:59:16.072Z</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:59:16.072Z</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:59:16.072Z</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-
|
|
48
|
-
<changefreq>monthly</changefreq>
|
|
49
|
-
<priority>0.8</priority>
|
|
50
|
-
</url>
|
|
51
|
-
<url>
|
|
52
|
-
<loc>https://doc-builder-delta.vercel.app/guides/google-site-verification-guide.html</loc>
|
|
53
|
-
<lastmod>2025-07-22T21:00:00.652Z</lastmod>
|
|
47
|
+
<lastmod>2025-07-23T06:59:16.072Z</lastmod>
|
|
54
48
|
<changefreq>monthly</changefreq>
|
|
55
49
|
<priority>0.8</priority>
|
|
56
50
|
</url>
|
|
57
51
|
<url>
|
|
58
52
|
<loc>https://doc-builder-delta.vercel.app/guides/phosphor-icons-guide.html</loc>
|
|
59
|
-
<lastmod>2025-07-
|
|
53
|
+
<lastmod>2025-07-23T06:59:16.072Z</lastmod>
|
|
60
54
|
<changefreq>monthly</changefreq>
|
|
61
55
|
<priority>0.8</priority>
|
|
62
56
|
</url>
|
|
63
57
|
<url>
|
|
64
58
|
<loc>https://doc-builder-delta.vercel.app/guides/search-engine-verification-guide.html</loc>
|
|
65
|
-
<lastmod>2025-07-
|
|
59
|
+
<lastmod>2025-07-23T06:59:16.072Z</lastmod>
|
|
66
60
|
<changefreq>monthly</changefreq>
|
|
67
61
|
<priority>0.8</priority>
|
|
68
62
|
</url>
|
|
69
63
|
<url>
|
|
70
64
|
<loc>https://doc-builder-delta.vercel.app/guides/seo-guide.html</loc>
|
|
71
|
-
<lastmod>2025-07-
|
|
65
|
+
<lastmod>2025-07-23T06:59:16.072Z</lastmod>
|
|
72
66
|
<changefreq>monthly</changefreq>
|
|
73
67
|
<priority>0.8</priority>
|
|
74
68
|
</url>
|
|
75
69
|
<url>
|
|
76
70
|
<loc>https://doc-builder-delta.vercel.app/guides/seo-optimization-guide.html</loc>
|
|
77
|
-
<lastmod>2025-07-
|
|
71
|
+
<lastmod>2025-07-23T06:59:16.072Z</lastmod>
|
|
78
72
|
<changefreq>monthly</changefreq>
|
|
79
73
|
<priority>0.8</priority>
|
|
80
74
|
</url>
|
|
81
75
|
<url>
|
|
82
76
|
<loc>https://doc-builder-delta.vercel.app/guides/troubleshooting-guide.html</loc>
|
|
83
|
-
<lastmod>2025-07-
|
|
77
|
+
<lastmod>2025-07-23T06:59:16.072Z</lastmod>
|
|
84
78
|
<changefreq>monthly</changefreq>
|
|
85
79
|
<priority>0.8</priority>
|
|
86
80
|
</url>
|
|
87
81
|
<url>
|
|
88
82
|
<loc>https://doc-builder-delta.vercel.app/guides/windows-setup-guide.html</loc>
|
|
89
|
-
<lastmod>2025-07-
|
|
83
|
+
<lastmod>2025-07-23T06:59:16.072Z</lastmod>
|
|
90
84
|
<changefreq>monthly</changefreq>
|
|
91
85
|
<priority>0.8</priority>
|
|
92
86
|
</url>
|
|
93
87
|
<url>
|
|
94
88
|
<loc>https://doc-builder-delta.vercel.app/index.html</loc>
|
|
95
|
-
<lastmod>2025-07-
|
|
89
|
+
<lastmod>2025-07-23T06:59:16.072Z</lastmod>
|
|
96
90
|
<changefreq>weekly</changefreq>
|
|
97
91
|
<priority>1.0</priority>
|
|
98
92
|
</url>
|
|
99
93
|
<url>
|
|
100
94
|
<loc>https://doc-builder-delta.vercel.app/launch/README.html</loc>
|
|
101
|
-
<lastmod>2025-07-
|
|
95
|
+
<lastmod>2025-07-23T06:59:16.072Z</lastmod>
|
|
102
96
|
<changefreq>monthly</changefreq>
|
|
103
97
|
<priority>0.6</priority>
|
|
104
98
|
</url>
|
|
105
99
|
<url>
|
|
106
100
|
<loc>https://doc-builder-delta.vercel.app/launch/bubble-plugin-specification.html</loc>
|
|
107
|
-
<lastmod>2025-07-
|
|
101
|
+
<lastmod>2025-07-23T06:59:16.072Z</lastmod>
|
|
108
102
|
<changefreq>monthly</changefreq>
|
|
109
103
|
<priority>0.6</priority>
|
|
110
104
|
</url>
|
|
111
105
|
<url>
|
|
112
106
|
<loc>https://doc-builder-delta.vercel.app/launch/go-to-market-strategy.html</loc>
|
|
113
|
-
<lastmod>2025-07-
|
|
107
|
+
<lastmod>2025-07-23T06:59:16.072Z</lastmod>
|
|
114
108
|
<changefreq>monthly</changefreq>
|
|
115
109
|
<priority>0.6</priority>
|
|
116
110
|
</url>
|
|
117
111
|
<url>
|
|
118
112
|
<loc>https://doc-builder-delta.vercel.app/launch/launch-announcements.html</loc>
|
|
119
|
-
<lastmod>2025-07-
|
|
113
|
+
<lastmod>2025-07-23T06:59:16.072Z</lastmod>
|
|
120
114
|
<changefreq>monthly</changefreq>
|
|
121
115
|
<priority>0.6</priority>
|
|
122
116
|
</url>
|
|
123
117
|
<url>
|
|
124
118
|
<loc>https://doc-builder-delta.vercel.app/vercel-cli-setup-guide.html</loc>
|
|
125
|
-
<lastmod>2025-07-
|
|
119
|
+
<lastmod>2025-07-23T06:59:16.072Z</lastmod>
|
|
126
120
|
<changefreq>monthly</changefreq>
|
|
127
121
|
<priority>0.8</priority>
|
|
128
122
|
</url>
|
|
129
123
|
<url>
|
|
130
124
|
<loc>https://doc-builder-delta.vercel.app/vercel-first-time-setup-guide.html</loc>
|
|
131
|
-
<lastmod>2025-07-
|
|
125
|
+
<lastmod>2025-07-23T06:59:16.072Z</lastmod>
|
|
132
126
|
<changefreq>monthly</changefreq>
|
|
133
127
|
<priority>0.8</priority>
|
|
134
128
|
</url>
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
<link rel="stylesheet" href="/css/notion-style.css">
|
|
47
47
|
|
|
48
48
|
<!-- Favicon -->
|
|
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
|
|
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>">
|
|
50
50
|
|
|
51
51
|
<script type="application/ld+json">
|
|
52
52
|
{
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"name": "Knowcode Ltd",
|
|
64
64
|
"url": "https://knowcode.tech"
|
|
65
65
|
},
|
|
66
|
-
"datePublished": "2025-07-
|
|
67
|
-
"dateModified": "2025-07-
|
|
66
|
+
"datePublished": "2025-07-23T06:59:16.057Z",
|
|
67
|
+
"dateModified": "2025-07-23T06:59:16.057Z",
|
|
68
68
|
"mainEntityOfPage": {
|
|
69
69
|
"@type": "WebPage",
|
|
70
70
|
"@id": "https://doc-builder-delta.vercel.app/vercel-cli-setup-guide.html"
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
|
|
98
98
|
<div class="header-actions">
|
|
99
99
|
<div class="deployment-info">
|
|
100
|
-
<span class="deployment-date" title="Built with doc-builder v1.
|
|
100
|
+
<span class="deployment-date" title="Built with doc-builder v1.6.1">Last updated: Jul 23, 2025, 06:59 AM UTC</span>
|
|
101
101
|
</div>
|
|
102
102
|
|
|
103
103
|
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
<link rel="stylesheet" href="/css/notion-style.css">
|
|
47
47
|
|
|
48
48
|
<!-- Favicon -->
|
|
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
|
|
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>">
|
|
50
50
|
|
|
51
51
|
<script type="application/ld+json">
|
|
52
52
|
{
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"name": "Knowcode Ltd",
|
|
64
64
|
"url": "https://knowcode.tech"
|
|
65
65
|
},
|
|
66
|
-
"datePublished": "2025-07-
|
|
67
|
-
"dateModified": "2025-07-
|
|
66
|
+
"datePublished": "2025-07-23T06:59:16.060Z",
|
|
67
|
+
"dateModified": "2025-07-23T06:59:16.060Z",
|
|
68
68
|
"mainEntityOfPage": {
|
|
69
69
|
"@type": "WebPage",
|
|
70
70
|
"@id": "https://doc-builder-delta.vercel.app/vercel-first-time-setup-guide.html"
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
|
|
98
98
|
<div class="header-actions">
|
|
99
99
|
<div class="deployment-info">
|
|
100
|
-
<span class="deployment-date" title="Built with doc-builder v1.
|
|
100
|
+
<span class="deployment-date" title="Built with doc-builder v1.6.1">Last updated: Jul 23, 2025, 06:59 AM UTC</span>
|
|
101
101
|
</div>
|
|
102
102
|
|
|
103
103
|
|
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>',
|
|
@@ -33,6 +34,7 @@ const emojiToPhosphor = {
|
|
|
33
34
|
'🐛': '<i class="ph ph-bug" aria-label="bug"></i>',
|
|
34
35
|
'🐞': '<i class="ph ph-bug-beetle" aria-label="bug"></i>',
|
|
35
36
|
'🤖': '<i class="ph ph-robot" aria-label="automation"></i>',
|
|
37
|
+
'🐙': '<i class="ph ph-github-logo" aria-label="github"></i>',
|
|
36
38
|
|
|
37
39
|
// Documents & Files
|
|
38
40
|
'📝': '<i class="ph ph-note-pencil" aria-label="edit"></i>',
|
|
@@ -74,10 +76,12 @@ const emojiToPhosphor = {
|
|
|
74
76
|
'⚓': '<i class="ph ph-anchor" aria-label="anchor"></i>',
|
|
75
77
|
'🧭': '<i class="ph ph-compass" aria-label="navigation"></i>',
|
|
76
78
|
'🗺️': '<i class="ph ph-map-trifold" aria-label="map"></i>',
|
|
79
|
+
'🌐': '<i class="ph ph-globe" aria-label="global"></i>',
|
|
77
80
|
|
|
78
81
|
// Communication
|
|
79
82
|
'📧': '<i class="ph ph-envelope" aria-label="email"></i>',
|
|
80
83
|
'📨': '<i class="ph ph-envelope-open" aria-label="inbox"></i>',
|
|
84
|
+
'📤': '<i class="ph ph-tray-arrow-up" aria-label="outbox"></i>',
|
|
81
85
|
'📬': '<i class="ph ph-mailbox" aria-label="mailbox"></i>',
|
|
82
86
|
'📮': '<i class="ph ph-mailbox" aria-label="postbox"></i>',
|
|
83
87
|
'💬': '<i class="ph ph-chat-circle" aria-label="chat"></i>',
|
|
@@ -155,6 +159,8 @@ const emojiToPhosphor = {
|
|
|
155
159
|
'👏': '<i class="ph ph-hands-clapping" aria-label="applause"></i>',
|
|
156
160
|
'🙌': '<i class="ph ph-hands-clapping" aria-label="celebrate"></i>',
|
|
157
161
|
'💪': '<i class="ph ph-hand-fist" aria-label="strong"></i>',
|
|
162
|
+
'💼': '<i class="ph ph-briefcase" aria-label="business"></i>',
|
|
163
|
+
'🧠': '<i class="ph ph-brain" aria-label="thinking"></i>',
|
|
158
164
|
|
|
159
165
|
// Objects & Things
|
|
160
166
|
'🏠': '<i class="ph ph-house" aria-label="home"></i>',
|
|
@@ -186,6 +192,8 @@ const emojiToPhosphor = {
|
|
|
186
192
|
'💵': '<i class="ph ph-currency-dollar" aria-label="dollar"></i>',
|
|
187
193
|
'💳': '<i class="ph ph-credit-card" aria-label="payment"></i>',
|
|
188
194
|
'🏦': '<i class="ph ph-bank" aria-label="bank"></i>',
|
|
195
|
+
'🏥': '<i class="ph ph-hospital" aria-label="hospital"></i>',
|
|
196
|
+
'🏛️': '<i class="ph ph-buildings" aria-label="institution"></i>',
|
|
189
197
|
'🛒': '<i class="ph ph-shopping-cart" aria-label="cart"></i>',
|
|
190
198
|
'🛍️': '<i class="ph ph-shopping-bag" aria-label="shopping"></i>',
|
|
191
199
|
'📦': '<i class="ph ph-package" aria-label="package"></i>',
|