@knowcode/doc-builder 1.9.20 → 1.9.22

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 (88) hide show
  1. package/cli.js +15 -1
  2. package/doc-builder.config.js +4 -2
  3. package/doc-builder.config.js.backup.1754567425847 +124 -0
  4. package/doc-builder.config.js.backup.1754568137859 +126 -0
  5. package/html/README.html +3 -3
  6. package/html/about-doc-builder.html +3 -3
  7. package/html/documentation-index.html +3 -3
  8. package/html/guides/authentication-default-change.html +3 -3
  9. package/html/guides/authentication-guide.html +3 -3
  10. package/html/guides/claude-workflow-guide.html +3 -3
  11. package/html/guides/configuration-guide.html +3 -3
  12. package/html/guides/documentation-standards.html +3 -3
  13. package/html/guides/html-embedding-guide.html +3 -3
  14. package/html/guides/image-modal-guide.html +3 -3
  15. package/html/guides/phosphor-icons-guide.html +3 -3
  16. package/html/guides/private-directory-authentication-troubleshooting.html +3 -3
  17. package/html/guides/private-directory-authentication.html +3 -3
  18. package/html/guides/public-site-deployment.html +3 -3
  19. package/html/guides/search-engine-verification-guide.html +3 -3
  20. package/html/guides/seo-guide.html +3 -3
  21. package/html/guides/seo-optimization-guide.html +3 -3
  22. package/html/guides/supabase-authentication-complete-guide.html +3 -3
  23. package/html/guides/troubleshooting-guide.html +3 -3
  24. package/html/guides/windows-setup-guide.html +3 -3
  25. package/html/image-modal-test.html +3 -3
  26. package/html/index.html +3 -3
  27. package/html/private/cache-control-anti-pattern.html +3 -3
  28. package/html/private/launch/README.html +3 -3
  29. package/html/private/launch/auth-cleanup-summary.html +3 -3
  30. package/html/private/launch/bubble-plugin-specification.html +3 -3
  31. package/html/private/launch/go-to-market-strategy.html +3 -3
  32. package/html/private/launch/launch-announcements.html +3 -3
  33. package/html/private/launch/vercel-deployment-auth-setup.html +3 -3
  34. package/html/private/next-steps-walkthrough.html +3 -3
  35. package/html/private/supabase-auth-implementation-completed.html +3 -3
  36. package/html/private/supabase-auth-implementation-plan.html +3 -3
  37. package/html/private/supabase-auth-integration-plan.html +3 -3
  38. package/html/private/supabase-auth-setup-guide.html +3 -3
  39. package/html/private/test-private-doc.html +3 -3
  40. package/html/private/user-management-tooling.html +3 -3
  41. package/html/prompts/beautiful-documentation-design.html +3 -3
  42. package/html/prompts/markdown-document-standards.html +3 -3
  43. package/html/prompts/project-rename-strategy-sasha-publish.html +3 -3
  44. package/html/sitemap.xml +59 -59
  45. package/html/test-questions/how-does-it-work%3F.html +3 -3
  46. package/html/test-questions/step-1%3A%20getting-started.html +3 -3
  47. package/html/test-questions/what-is-the-purpose.html +3 -3
  48. package/html/vercel-cli-setup-guide.html +3 -3
  49. package/html/vercel-first-time-setup-guide.html +3 -3
  50. package/html-static/404.html +115 -0
  51. package/html-static/README.html +456 -0
  52. package/html-static/about-doc-builder.html +425 -0
  53. package/html-static/css/notion-style.css +2426 -0
  54. package/html-static/documentation-index.html +405 -0
  55. package/html-static/guides/authentication-default-change.html +304 -0
  56. package/html-static/guides/authentication-guide.html +443 -0
  57. package/html-static/guides/claude-workflow-guide.html +1008 -0
  58. package/html-static/guides/configuration-guide.html +406 -0
  59. package/html-static/guides/documentation-standards.html +628 -0
  60. package/html-static/guides/html-embedding-guide.html +395 -0
  61. package/html-static/guides/image-modal-guide.html +449 -0
  62. package/html-static/guides/phosphor-icons-guide.html +518 -0
  63. package/html-static/guides/private-directory-authentication-troubleshooting.html +489 -0
  64. package/html-static/guides/private-directory-authentication.html +475 -0
  65. package/html-static/guides/public-site-deployment.html +365 -0
  66. package/html-static/guides/search-engine-verification-guide.html +476 -0
  67. package/html-static/guides/seo-guide.html +595 -0
  68. package/html-static/guides/seo-optimization-guide.html +821 -0
  69. package/html-static/guides/supabase-authentication-complete-guide.html +800 -0
  70. package/html-static/guides/troubleshooting-guide.html +567 -0
  71. package/html-static/guides/windows-setup-guide.html +793 -0
  72. package/html-static/image-modal-test.html +252 -0
  73. package/html-static/index.html +456 -0
  74. package/html-static/js/main.js +1692 -0
  75. package/html-static/prompts/Screenshot 2025-08-02 at 08.49.55.png +0 -0
  76. package/html-static/prompts/beautiful-documentation-design.html +718 -0
  77. package/html-static/prompts/markdown-document-standards.html +356 -0
  78. package/html-static/prompts/project-rename-strategy-sasha-publish.html +464 -0
  79. package/html-static/robots.txt +5 -0
  80. package/html-static/sitemap.xml +195 -0
  81. package/html-static/test-questions/how-does-it-work%3F.html +228 -0
  82. package/html-static/test-questions/step-1%3A%20getting-started.html +223 -0
  83. package/html-static/test-questions/what-is-the-purpose.html +227 -0
  84. package/html-static/vercel-cli-setup-guide.html +429 -0
  85. package/html-static/vercel-first-time-setup-guide.html +388 -0
  86. package/lib/config.js +9 -2
  87. package/lib/core-builder.js +177 -14
  88. package/package.json +1 -1