@knowcode/doc-builder 1.5.15 ā 1.5.17
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/.claude/settings.local.json +2 -1
- package/CHANGELOG.md +28 -0
- package/README.md +103 -35
- package/assets/css/notion-style.css +2 -0
- package/assets/js/main.js +0 -18
- package/cli.js +22 -22
- package/html/README.html +209 -95
- package/html/css/notion-style.css +21 -13
- package/html/documentation-index.html +5 -4
- package/html/guides/authentication-guide.html +10 -10
- package/html/guides/claude-workflow-guide.html +5 -10
- package/html/guides/documentation-standards.html +5 -5
- package/html/guides/google-site-verification-guide.html +5 -4
- package/html/guides/phosphor-icons-guide.html +5 -4
- package/html/guides/seo-guide.html +9 -8
- package/html/guides/seo-optimization-guide.html +5 -4
- package/html/guides/troubleshooting-guide.html +15 -15
- package/html/guides/windows-setup-guide.html +667 -0
- package/html/index.html +209 -95
- package/html/js/main.js +0 -18
- package/html/sitemap.xml +22 -16
- package/html/vercel-cli-setup-guide.html +7 -6
- package/html/vercel-first-time-setup-guide.html +7 -6
- package/lib/core-builder.js +5 -6
- package/lib/deploy.js +6 -6
- package/package.json +1 -1
- package/recordings/mh-ls-22jul.txt +2305 -0
- package/scripts/setup.js +3 -3
- package/Screenshot 2025-07-21 at 11.52.33.png +0 -0
- package/Screenshot 2025-07-21 at 12.14.39.png +0 -0
- package/Screenshot 2025-07-21 at 17.13.17.png +0 -0
- package/Screenshot 2025-07-21 at 17.16.15.png +0 -0
- package/Screenshot 2025-07-22 at 12.14.13.png +0 -0
package/scripts/setup.js
CHANGED
|
@@ -22,9 +22,9 @@ console.log(chalk.cyan('\nš Welcome to @knowcode/doc-builder!\n'));
|
|
|
22
22
|
console.log('You can use doc-builder in several ways:\n');
|
|
23
23
|
|
|
24
24
|
console.log(chalk.yellow('1. Using npx (no installation required):'));
|
|
25
|
-
console.log(' npx @knowcode/doc-builder build');
|
|
26
|
-
console.log(' npx @knowcode/doc-builder dev');
|
|
27
|
-
console.log(' npx @knowcode/doc-builder deploy\n');
|
|
25
|
+
console.log(' npx @knowcode/doc-builder@latest build');
|
|
26
|
+
console.log(' npx @knowcode/doc-builder@latest dev');
|
|
27
|
+
console.log(' npx @knowcode/doc-builder@latest deploy\n');
|
|
28
28
|
|
|
29
29
|
console.log(chalk.yellow('2. After installing as a dependency:'));
|
|
30
30
|
console.log(' doc-builder build');
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|