@knowcode/doc-builder 1.9.0 → 1.9.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.
Files changed (41) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/README.md +3 -0
  3. package/html/README.html +5 -3
  4. package/html/documentation-index.html +12 -4
  5. package/html/guides/authentication-default-change.html +5 -3
  6. package/html/guides/authentication-guide.html +5 -3
  7. package/html/guides/claude-workflow-guide.html +5 -3
  8. package/html/guides/documentation-standards.html +5 -3
  9. package/html/guides/html-embedding-guide.html +450 -0
  10. package/html/guides/image-modal-guide.html +504 -0
  11. package/html/guides/phosphor-icons-guide.html +5 -3
  12. package/html/guides/private-directory-authentication.html +5 -3
  13. package/html/guides/public-site-deployment.html +5 -3
  14. package/html/guides/search-engine-verification-guide.html +5 -3
  15. package/html/guides/seo-guide.html +5 -3
  16. package/html/guides/seo-optimization-guide.html +5 -3
  17. package/html/guides/troubleshooting-guide.html +5 -3
  18. package/html/guides/windows-setup-guide.html +5 -3
  19. package/html/image-modal-test.html +5 -3
  20. package/html/index.html +5 -3
  21. package/html/private/cache-control-anti-pattern.html +5 -3
  22. package/html/private/launch/README.html +5 -3
  23. package/html/private/launch/auth-cleanup-summary.html +5 -3
  24. package/html/private/launch/bubble-plugin-specification.html +5 -3
  25. package/html/private/launch/go-to-market-strategy.html +5 -3
  26. package/html/private/launch/launch-announcements.html +9 -7
  27. package/html/private/launch/vercel-deployment-auth-setup.html +5 -3
  28. package/html/private/next-steps-walkthrough.html +5 -3
  29. package/html/private/supabase-auth-implementation-completed.html +5 -3
  30. package/html/private/supabase-auth-implementation-plan.html +5 -3
  31. package/html/private/supabase-auth-integration-plan.html +5 -3
  32. package/html/private/supabase-auth-setup-guide.html +5 -3
  33. package/html/private/test-private-doc.html +5 -3
  34. package/html/private/user-management-tooling.html +5 -3
  35. package/html/prompts/markdown-document-standards.html +5 -3
  36. package/html/sitemap.xml +58 -46
  37. package/html/vercel-cli-setup-guide.html +5 -3
  38. package/html/vercel-first-time-setup-guide.html +5 -3
  39. package/lib/config.js +2 -0
  40. package/lib/emoji-mapper.js +12 -0
  41. package/package.json +1 -1
@@ -235,6 +235,18 @@ const emojiToPhosphor = {
235
235
  '👑': '<i class="ph ph-crown" aria-label="crown"></i>',
236
236
  '🔢': '<i class="ph ph-hash" aria-label="numbers"></i>',
237
237
  '🎓': '<i class="ph ph-graduation-cap" aria-label="graduation"></i>',
238
+ '🏔️': '<i class="ph ph-mountains" aria-label="mountain"></i>',
239
+ '🏞️': '<i class="ph ph-park" aria-label="nature"></i>',
240
+ '🌅': '<i class="ph ph-sunrise" aria-label="sunrise"></i>',
241
+ '♿': '<i class="ph ph-wheelchair" aria-label="accessibility"></i>',
242
+ '🌓': '<i class="ph ph-moon-stars" aria-label="half moon"></i>',
243
+ '🃏': '<i class="ph ph-cards" aria-label="joker card"></i>',
244
+ '🧩': '<i class="ph ph-puzzle-piece" aria-label="puzzle"></i>',
245
+ '⏳': '<i class="ph ph-hourglass" aria-label="hourglass"></i>',
246
+ '👆': '<i class="ph ph-hand-point-up" aria-label="point up"></i>',
247
+ '📑': '<i class="ph ph-file-text" aria-label="document"></i>',
248
+ '💀': '<i class="ph ph-skull" aria-label="skull"></i>',
249
+ '🔤': '<i class="ph ph-textbox" aria-label="letters"></i>',
238
250
  };
239
251
 
240
252
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knowcode/doc-builder",
3
- "version": "1.9.0",
3
+ "version": "1.9.2",
4
4
  "description": "Reusable documentation builder for markdown-based sites with Vercel deployment support",
5
5
  "main": "index.js",
6
6
  "bin": {