@adminide-stack/yantra-help-browser 12.0.16-alpha.6 → 12.0.16

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 (357) hide show
  1. package/lib/components/HelpCenterFooter.d.ts.map +1 -1
  2. package/lib/components/HelpCenterFooter.js +186 -90
  3. package/lib/components/HelpCenterFooter.js.map +1 -1
  4. package/lib/components/HelpCenterHeader.d.ts +1 -5
  5. package/lib/components/HelpCenterHeader.d.ts.map +1 -1
  6. package/lib/components/HelpCenterHeader.js +123 -69
  7. package/lib/components/HelpCenterHeader.js.map +1 -1
  8. package/lib/components/Icons.d.ts +55 -0
  9. package/lib/components/Icons.d.ts.map +1 -0
  10. package/lib/components/Icons.js +186 -0
  11. package/lib/components/Icons.js.map +1 -0
  12. package/lib/components/Logo.d.ts +1 -2
  13. package/lib/components/Logo.d.ts.map +1 -1
  14. package/lib/components/Logo.js +5 -8
  15. package/lib/components/Logo.js.map +1 -1
  16. package/lib/components/PageHero.d.ts +9 -0
  17. package/lib/components/PageHero.d.ts.map +1 -0
  18. package/lib/components/PageHero.js +47 -0
  19. package/lib/components/PageHero.js.map +1 -0
  20. package/lib/components/SearchBar.d.ts +8 -0
  21. package/lib/components/SearchBar.d.ts.map +1 -0
  22. package/lib/components/SearchBar.js +262 -0
  23. package/lib/components/SearchBar.js.map +1 -0
  24. package/lib/components/SidebarSearch.d.ts +8 -0
  25. package/lib/components/SidebarSearch.d.ts.map +1 -0
  26. package/lib/components/SidebarSearch.js +114 -0
  27. package/lib/components/SidebarSearch.js.map +1 -0
  28. package/lib/components/navbar/index.d.ts.map +1 -1
  29. package/lib/components/navbar/index.js +32 -36
  30. package/lib/components/navbar/index.js.map +1 -1
  31. package/lib/compute.d.ts +17 -0
  32. package/lib/compute.d.ts.map +1 -1
  33. package/lib/compute.js +111 -3
  34. package/lib/compute.js.map +1 -1
  35. package/lib/pages/About/index.d.ts +3 -0
  36. package/lib/pages/About/index.d.ts.map +1 -0
  37. package/lib/pages/About/index.js +69 -0
  38. package/lib/pages/About/index.js.map +1 -0
  39. package/lib/pages/Blog/index.d.ts +3 -0
  40. package/lib/pages/Blog/index.d.ts.map +1 -0
  41. package/lib/pages/Blog/index.js +172 -0
  42. package/lib/pages/Blog/index.js.map +1 -0
  43. package/lib/pages/BlogPost/index.d.ts +3 -0
  44. package/lib/pages/BlogPost/index.d.ts.map +1 -0
  45. package/lib/pages/BlogPost/index.js +209 -0
  46. package/lib/pages/BlogPost/index.js.map +1 -0
  47. package/lib/pages/Careers/index.d.ts +3 -0
  48. package/lib/pages/Careers/index.d.ts.map +1 -0
  49. package/lib/pages/Careers/index.js +78 -0
  50. package/lib/pages/Careers/index.js.map +1 -0
  51. package/lib/pages/CategoryCollection/index.d.ts.map +1 -1
  52. package/lib/pages/CategoryCollection/index.js +86 -80
  53. package/lib/pages/CategoryCollection/index.js.map +1 -1
  54. package/lib/pages/Community/index.d.ts +3 -0
  55. package/lib/pages/Community/index.d.ts.map +1 -0
  56. package/lib/pages/Community/index.js +72 -0
  57. package/lib/pages/Community/index.js.map +1 -0
  58. package/lib/pages/Contact/index.d.ts +3 -0
  59. package/lib/pages/Contact/index.d.ts.map +1 -0
  60. package/lib/pages/Contact/index.js +128 -0
  61. package/lib/pages/Contact/index.js.map +1 -0
  62. package/lib/pages/GetStarted/components/ExampleCard.d.ts.map +1 -1
  63. package/lib/pages/GetStarted/components/GetStartedHero.d.ts.map +1 -1
  64. package/lib/pages/GetStarted/components/InfoSection.d.ts.map +1 -1
  65. package/lib/pages/GetStarted/components/TipCard.d.ts.map +1 -1
  66. package/lib/pages/GetStarted/components/UseCase.d.ts.map +1 -1
  67. package/lib/pages/GetStarted/index.d.ts.map +1 -1
  68. package/lib/pages/GetStarted/index.js +333 -713
  69. package/lib/pages/GetStarted/index.js.map +1 -1
  70. package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts +2 -0
  71. package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts.map +1 -1
  72. package/lib/pages/HelpCenter/components/HelpCategoryCard.js +154 -68
  73. package/lib/pages/HelpCenter/components/HelpCategoryCard.js.map +1 -1
  74. package/lib/pages/HelpCenter/components/Icons.d.ts +10 -0
  75. package/lib/pages/HelpCenter/components/Icons.d.ts.map +1 -1
  76. package/lib/pages/HelpCenter/components/Icons.js +338 -78
  77. package/lib/pages/HelpCenter/components/Icons.js.map +1 -1
  78. package/lib/pages/HelpCenter/components/PopularArticle.d.ts +3 -0
  79. package/lib/pages/HelpCenter/components/PopularArticle.d.ts.map +1 -1
  80. package/lib/pages/HelpCenter/components/PopularArticle.js +22 -37
  81. package/lib/pages/HelpCenter/components/PopularArticle.js.map +1 -1
  82. package/lib/pages/HelpCenter/index.d.ts.map +1 -1
  83. package/lib/pages/HelpCenter/index.js +261 -44
  84. package/lib/pages/HelpCenter/index.js.map +1 -1
  85. package/lib/pages/HelpCenter/mockData.d.ts +16 -0
  86. package/lib/pages/HelpCenter/mockData.d.ts.map +1 -1
  87. package/lib/pages/HelpCenter/mockData.js +83 -12
  88. package/lib/pages/HelpCenter/mockData.js.map +1 -1
  89. package/lib/pages/LandingPage/components/ArticleCard.d.ts +2 -2
  90. package/lib/pages/LandingPage/components/ArticleCard.d.ts.map +1 -1
  91. package/lib/pages/LandingPage/components/ArticleCard.js +31 -20
  92. package/lib/pages/LandingPage/components/ArticleCard.js.map +1 -1
  93. package/lib/pages/LandingPage/components/Assets.d.ts.map +1 -1
  94. package/lib/pages/LandingPage/components/CategoriesSection.d.ts +2 -1
  95. package/lib/pages/LandingPage/components/CategoriesSection.d.ts.map +1 -1
  96. package/lib/pages/LandingPage/components/CategoriesSection.js +33 -23
  97. package/lib/pages/LandingPage/components/CategoriesSection.js.map +1 -1
  98. package/lib/pages/LandingPage/components/CategoryCard.d.ts +1 -1
  99. package/lib/pages/LandingPage/components/CategoryCard.d.ts.map +1 -1
  100. package/lib/pages/LandingPage/components/CategoryCard.js +35 -13
  101. package/lib/pages/LandingPage/components/CategoryCard.js.map +1 -1
  102. package/lib/pages/LandingPage/components/FeaturedSection.d.ts +2 -1
  103. package/lib/pages/LandingPage/components/FeaturedSection.d.ts.map +1 -1
  104. package/lib/pages/LandingPage/components/FeaturedSection.js +24 -9
  105. package/lib/pages/LandingPage/components/FeaturedSection.js.map +1 -1
  106. package/lib/pages/LandingPage/components/HeroSection.d.ts +1 -7
  107. package/lib/pages/LandingPage/components/HeroSection.d.ts.map +1 -1
  108. package/lib/pages/LandingPage/components/HeroSection.js +108 -40
  109. package/lib/pages/LandingPage/components/HeroSection.js.map +1 -1
  110. package/lib/pages/LandingPage/components/ResourceCard.d.ts +1 -1
  111. package/lib/pages/LandingPage/components/ResourceCard.d.ts.map +1 -1
  112. package/lib/pages/LandingPage/components/ResourceCard.js +24 -19
  113. package/lib/pages/LandingPage/components/ResourceCard.js.map +1 -1
  114. package/lib/pages/LandingPage/components/ResourcesSection.d.ts +2 -2
  115. package/lib/pages/LandingPage/components/ResourcesSection.d.ts.map +1 -1
  116. package/lib/pages/LandingPage/components/ResourcesSection.js +28 -14
  117. package/lib/pages/LandingPage/components/ResourcesSection.js.map +1 -1
  118. package/lib/pages/LandingPage/index.d.ts.map +1 -1
  119. package/lib/pages/LandingPage/index.js +189 -130
  120. package/lib/pages/LandingPage/index.js.map +1 -1
  121. package/lib/pages/Markdown/MarkdownPageLayout.d.ts +3 -0
  122. package/lib/pages/Markdown/MarkdownPageLayout.d.ts.map +1 -0
  123. package/lib/pages/Markdown/MarkdownPageLayout.js +318 -0
  124. package/lib/pages/Markdown/MarkdownPageLayout.js.map +1 -0
  125. package/lib/pages/Markdown/MarkdownPageWithParams.d.ts +9 -0
  126. package/lib/pages/Markdown/MarkdownPageWithParams.d.ts.map +1 -0
  127. package/lib/pages/Markdown/MarkdownPageWithParams.js +65 -0
  128. package/lib/pages/Markdown/MarkdownPageWithParams.js.map +1 -0
  129. package/lib/pages/Markdown/index.d.ts +3 -0
  130. package/lib/pages/Markdown/index.d.ts.map +1 -0
  131. package/lib/pages/Markdown/index.js +5 -0
  132. package/lib/pages/Markdown/index.js.map +1 -0
  133. package/lib/pages/Privacy/index.d.ts +3 -0
  134. package/lib/pages/Privacy/index.d.ts.map +1 -0
  135. package/lib/pages/Privacy/index.js +449 -0
  136. package/lib/pages/Privacy/index.js.map +1 -0
  137. package/lib/pages/ReleaseNotes/index.d.ts +3 -0
  138. package/lib/pages/ReleaseNotes/index.d.ts.map +1 -0
  139. package/lib/pages/ReleaseNotes/index.js +61 -0
  140. package/lib/pages/ReleaseNotes/index.js.map +1 -0
  141. package/lib/pages/StatusPage/index.d.ts +3 -0
  142. package/lib/pages/StatusPage/index.d.ts.map +1 -0
  143. package/lib/pages/StatusPage/index.js +85 -0
  144. package/lib/pages/StatusPage/index.js.map +1 -0
  145. package/lib/pages/Terms/index.d.ts +3 -0
  146. package/lib/pages/Terms/index.d.ts.map +1 -0
  147. package/lib/pages/Terms/index.js +60 -0
  148. package/lib/pages/Terms/index.js.map +1 -0
  149. package/lib/routes.json +138 -1
  150. package/lib/templates/content/account-management/account-setup.md +83 -0
  151. package/lib/templates/content/account-management/delete-account.md +81 -0
  152. package/lib/templates/content/account-management/preferences.md +98 -0
  153. package/lib/templates/content/account-management/privacy-settings.md +94 -0
  154. package/lib/templates/content/account-management/profile-settings.md +78 -0
  155. package/lib/templates/content/ai-employees/ai-employees-overview.md +97 -0
  156. package/lib/templates/content/ai-employees/getting-started-ai-employees.md +119 -0
  157. package/lib/templates/content/ai-employees/how-ai-employees-work.md +123 -0
  158. package/lib/templates/content/ai-employees/supervised-mode.md +141 -0
  159. package/lib/templates/content/blog/how-yantra-browser-automates-workflows.md +120 -0
  160. package/lib/templates/content/blog/introducing-yantra-browser.md +90 -0
  161. package/lib/templates/content/blog/yantra-browser-productivity-tips.md +98 -0
  162. package/lib/templates/content/browser-extension/browser-extension-overview.md +60 -0
  163. package/lib/templates/content/browser-extension/extension-security.md +126 -0
  164. package/lib/templates/content/browser-extension/getting-started-extension.md +96 -0
  165. package/lib/templates/content/browser-extension/how-it-works.md +112 -0
  166. package/lib/templates/content/browser-extension/troubleshooting-extension.md +138 -0
  167. package/lib/templates/content/browser-extension/use-cases-workflows.md +123 -0
  168. package/lib/templates/content/content-manifest.json +6245 -0
  169. package/lib/templates/content/data-privacy/data-collection.md +78 -0
  170. package/lib/templates/content/data-privacy/privacy-policy.md +100 -0
  171. package/lib/templates/content/data-subject-privacy/data-access.md +90 -0
  172. package/lib/templates/content/data-subject-privacy/data-portability.md +97 -0
  173. package/lib/templates/content/data-subject-privacy/privacy-requests.md +95 -0
  174. package/lib/templates/content/file-uploads/file-upload-overview.md +93 -0
  175. package/lib/templates/content/getting-started/getting-started-guide.md +88 -0
  176. package/lib/templates/content/integrations/crm-integrations.md +130 -0
  177. package/lib/templates/content/integrations/github-integration.md +95 -0
  178. package/lib/templates/content/integrations/integrations-overview.md +142 -0
  179. package/lib/templates/content/integrations/monitoring-integrations.md +109 -0
  180. package/lib/templates/content/integrations/productivity-integrations.md +129 -0
  181. package/lib/templates/content/integrations/slack-integration.md +79 -0
  182. package/lib/templates/content/openclaw/openclaw-architecture.md +202 -0
  183. package/lib/templates/content/openclaw/openclaw-contribution.md +107 -0
  184. package/lib/templates/content/openclaw/openclaw-overview.md +152 -0
  185. package/lib/templates/content/platform-features/always-watching.md +63 -0
  186. package/lib/templates/content/platform-features/instant-context.md +67 -0
  187. package/lib/templates/content/platform-features/instant-onboarding.md +80 -0
  188. package/lib/templates/content/platform-features/platform-overview.md +58 -0
  189. package/lib/templates/content/platform-features/proactive-alerts.md +88 -0
  190. package/lib/templates/content/platform-features/smart-escalation.md +93 -0
  191. package/lib/templates/content/product-features/ai-models.md +89 -0
  192. package/lib/templates/content/product-features/collaboration-tools.md +88 -0
  193. package/lib/templates/content/product-features/conversation-features.md +76 -0
  194. package/lib/templates/content/product-features/export-features.md +87 -0
  195. package/lib/templates/content/product-features/follow-up-questions.md +82 -0
  196. package/lib/templates/content/product-features/real-time-search.md +84 -0
  197. package/lib/templates/content/product-features/saved-searches.md +75 -0
  198. package/lib/templates/content/product-features/search-features.md +82 -0
  199. package/lib/templates/content/product-features/search-history.md +86 -0
  200. package/lib/templates/content/product-features/source-citations.md +100 -0
  201. package/lib/templates/content/scope-api/api-overview.md +104 -0
  202. package/lib/templates/content/search-modes/deep-research.md +109 -0
  203. package/lib/templates/content/search-modes/labs-features.md +81 -0
  204. package/lib/templates/content/search-modes/pro-search.md +75 -0
  205. package/lib/templates/content/search-modes/regular-search.md +86 -0
  206. package/lib/templates/content/security-compliance/audit-trail.md +112 -0
  207. package/lib/templates/content/security-compliance/compliance.md +120 -0
  208. package/lib/templates/content/security-compliance/data-encryption.md +94 -0
  209. package/lib/templates/content/security-compliance/security-overview.md +186 -0
  210. package/lib/templates/content/security-compliance/vm-isolation.md +126 -0
  211. package/lib/templates/content/solutions-engineering/bug-tracking-context.md +126 -0
  212. package/lib/templates/content/solutions-engineering/engineering-overview.md +107 -0
  213. package/lib/templates/content/solutions-engineering/error-monitoring.md +120 -0
  214. package/lib/templates/content/solutions-engineering/institutional-memory.md +120 -0
  215. package/lib/templates/content/solutions-marketing/brand-monitoring.md +135 -0
  216. package/lib/templates/content/solutions-marketing/content-automation.md +111 -0
  217. package/lib/templates/content/solutions-marketing/marketing-overview.md +108 -0
  218. package/lib/templates/content/solutions-marketing/social-media-management.md +108 -0
  219. package/lib/templates/content/solutions-sales/call-preparation.md +106 -0
  220. package/lib/templates/content/solutions-sales/crm-automation.md +119 -0
  221. package/lib/templates/content/solutions-sales/lead-management.md +108 -0
  222. package/lib/templates/content/solutions-sales/sales-overview.md +120 -0
  223. package/lib/templates/content/spaces-library/spaces-overview.md +89 -0
  224. package/lib/templates/content/student-hub/academic-research.md +106 -0
  225. package/lib/templates/content/student-hub/student-discounts.md +78 -0
  226. package/lib/templates/content/student-hub/student-overview.md +86 -0
  227. package/lib/templates/content/student-hub/study-tools.md +121 -0
  228. package/lib/templates/content/subscription-billing/billing-cycle.md +71 -0
  229. package/lib/templates/content/subscription-billing/billing-overview.md +72 -0
  230. package/lib/templates/content/subscription-billing/billing-support.md +74 -0
  231. package/lib/templates/content/subscription-billing/currency-support.md +57 -0
  232. package/lib/templates/content/subscription-billing/enterprise-pricing.md +74 -0
  233. package/lib/templates/content/subscription-billing/invoice-management.md +86 -0
  234. package/lib/templates/content/subscription-billing/payment-methods.md +77 -0
  235. package/lib/templates/content/subscription-billing/promotional-offers.md +81 -0
  236. package/lib/templates/content/subscription-billing/refund-policy.md +80 -0
  237. package/lib/templates/content/subscription-billing/student-discounts.md +88 -0
  238. package/lib/templates/content/subscription-billing/tax-information.md +86 -0
  239. package/lib/templates/content/technical-questions/ai-models-technical.md +87 -0
  240. package/lib/templates/content/technical-questions/api-technical.md +158 -0
  241. package/lib/templates/content/technical-questions/data-processing.md +102 -0
  242. package/lib/templates/content/technical-questions/database-architecture.md +120 -0
  243. package/lib/templates/content/technical-questions/infrastructure.md +132 -0
  244. package/lib/templates/content/technical-questions/performance-optimization.md +105 -0
  245. package/lib/templates/content/technical-questions/search-algorithms.md +105 -0
  246. package/lib/templates/content/technical-questions/technical-overview.md +107 -0
  247. package/lib/templates/content/threads/conversation-management.md +103 -0
  248. package/lib/templates/content/threads/threads-overview.md +92 -0
  249. package/lib/templates/content/troubleshooting/common-issues.md +115 -0
  250. package/lib/templates/content/use-cases/engineering-use-cases.md +123 -0
  251. package/lib/templates/content/use-cases/marketing-use-cases.md +128 -0
  252. package/lib/templates/content/use-cases/sales-use-cases.md +123 -0
  253. package/lib/templates/content/use-cases/support-use-cases.md +120 -0
  254. package/lib/templates/content/use-cases/use-cases-overview.md +115 -0
  255. package/lib/templates/content/what-is-yantra/getting-started-yantra.md +85 -0
  256. package/lib/{content → templates/content}/what-is-yantra/how-yantra-works.md +1 -1
  257. package/lib/{content → templates/content}/what-is-yantra/practical-tips-yantra.md +2 -1
  258. package/lib/{content → templates/content}/what-is-yantra/what-is-yantra-intro.md +1 -1
  259. package/lib/{content → templates/content}/what-is-yantra/yantra-discord-community.md +4 -1
  260. package/lib/{content → templates/content}/yantra-assistant/android-app.md +10 -0
  261. package/lib/{content → templates/content}/yantra-assistant/ios-app.md +10 -0
  262. package/lib/{content → templates/content}/yantra-assistant/mobile-app-overview.md +8 -0
  263. package/lib/{content → templates/content}/yantra-assistant/voice-assistant.md +10 -0
  264. package/lib/{content → templates/content}/yantra-enterprise/admin-dashboard.md +10 -0
  265. package/lib/{content → templates/content}/yantra-enterprise/custom-branding.md +10 -0
  266. package/lib/{content → templates/content}/yantra-enterprise/dedicated-support.md +10 -0
  267. package/lib/{content → templates/content}/yantra-enterprise/enterprise-overview.md +8 -0
  268. package/lib/{content → templates/content}/yantra-enterprise/sso-integration.md +10 -0
  269. package/lib/{content → templates/content}/yantra-enterprise/user-management.md +10 -0
  270. package/lib/{content → templates/content}/yantra-pro-max/billing-management.md +13 -0
  271. package/lib/{content → templates/content}/yantra-pro-max/cancellation-refund.md +13 -0
  272. package/lib/{content → templates/content}/yantra-pro-max/pro-pricing.md +13 -9
  273. package/lib/{content → templates/content}/yantra-pro-max/subscription-benefits.md +8 -0
  274. package/lib/{content → templates/content}/yantra-pro-max/upgrade-process.md +13 -0
  275. package/lib/{content → templates/content}/yantra-pro-max/yantra-max-features.md +8 -8
  276. package/lib/{content → templates/content}/yantra-pro-max/yantra-pro-overview.md +8 -8
  277. package/lib/utils/docsNavigation.d.ts +10 -0
  278. package/lib/utils/docsNavigation.d.ts.map +1 -0
  279. package/lib/utils/docsNavigation.js +209 -0
  280. package/lib/utils/docsNavigation.js.map +1 -0
  281. package/lib/utils/helpCenterUtils.d.ts.map +1 -1
  282. package/lib/utils/markdownLoader.d.ts +12 -4
  283. package/lib/utils/markdownLoader.d.ts.map +1 -1
  284. package/lib/utils/markdownLoader.js +362 -1163
  285. package/lib/utils/markdownLoader.js.map +1 -1
  286. package/package.json +23 -6
  287. package/lib/content/account-management/account-setup.md +0 -74
  288. package/lib/content/account-management/delete-account.md +0 -74
  289. package/lib/content/account-management/preferences.md +0 -73
  290. package/lib/content/account-management/privacy-settings.md +0 -73
  291. package/lib/content/account-management/profile-settings.md +0 -59
  292. package/lib/content/data-privacy/data-collection.md +0 -65
  293. package/lib/content/data-privacy/privacy-policy.md +0 -73
  294. package/lib/content/data-subject-privacy/data-access.md +0 -88
  295. package/lib/content/data-subject-privacy/data-portability.md +0 -108
  296. package/lib/content/data-subject-privacy/privacy-requests.md +0 -80
  297. package/lib/content/file-uploads/file-upload-overview.md +0 -65
  298. package/lib/content/getting-started/getting-started-guide.md +0 -65
  299. package/lib/content/product-features/ai-models.md +0 -84
  300. package/lib/content/product-features/collaboration-tools.md +0 -59
  301. package/lib/content/product-features/conversation-features.md +0 -45
  302. package/lib/content/product-features/export-features.md +0 -59
  303. package/lib/content/product-features/follow-up-questions.md +0 -59
  304. package/lib/content/product-features/real-time-search.md +0 -59
  305. package/lib/content/product-features/saved-searches.md +0 -59
  306. package/lib/content/product-features/search-features.md +0 -64
  307. package/lib/content/product-features/search-history.md +0 -59
  308. package/lib/content/product-features/source-citations.md +0 -59
  309. package/lib/content/scope-api/api-overview.md +0 -59
  310. package/lib/content/search-modes/deep-research.md +0 -60
  311. package/lib/content/search-modes/labs-features.md +0 -73
  312. package/lib/content/search-modes/pro-search.md +0 -59
  313. package/lib/content/search-modes/regular-search.md +0 -60
  314. package/lib/content/spaces-library/spaces-overview.md +0 -60
  315. package/lib/content/student-hub/academic-research.md +0 -61
  316. package/lib/content/student-hub/student-discounts.md +0 -74
  317. package/lib/content/student-hub/student-overview.md +0 -59
  318. package/lib/content/student-hub/study-tools.md +0 -59
  319. package/lib/content/subscription-billing/billing-cycle.md +0 -61
  320. package/lib/content/subscription-billing/billing-overview.md +0 -45
  321. package/lib/content/subscription-billing/billing-support.md +0 -59
  322. package/lib/content/subscription-billing/currency-support.md +0 -73
  323. package/lib/content/subscription-billing/enterprise-pricing.md +0 -60
  324. package/lib/content/subscription-billing/invoice-management.md +0 -59
  325. package/lib/content/subscription-billing/payment-methods.md +0 -67
  326. package/lib/content/subscription-billing/promotional-offers.md +0 -61
  327. package/lib/content/subscription-billing/refund-policy.md +0 -75
  328. package/lib/content/subscription-billing/student-discounts.md +0 -74
  329. package/lib/content/subscription-billing/tax-information.md +0 -59
  330. package/lib/content/technical-questions/ai-models-technical.md +0 -73
  331. package/lib/content/technical-questions/api-technical.md +0 -73
  332. package/lib/content/technical-questions/data-processing.md +0 -73
  333. package/lib/content/technical-questions/database-architecture.md +0 -73
  334. package/lib/content/technical-questions/infrastructure.md +0 -73
  335. package/lib/content/technical-questions/performance-optimization.md +0 -73
  336. package/lib/content/technical-questions/search-algorithms.md +0 -73
  337. package/lib/content/technical-questions/technical-overview.md +0 -73
  338. package/lib/content/threads/conversation-management.md +0 -59
  339. package/lib/content/threads/threads-overview.md +0 -60
  340. package/lib/content/troubleshooting/common-issues.md +0 -59
  341. package/lib/content/what-is-yantra/getting-started-yantra.md +0 -84
  342. package/lib/pages/ArticlePage/index.d.ts +0 -4
  343. package/lib/pages/ArticlePage/index.d.ts.map +0 -1
  344. package/lib/pages/ArticlePage/index.js +0 -190
  345. package/lib/pages/ArticlePage/index.js.map +0 -1
  346. package/lib/pages/HelpCenter/components/BookStack.js +0 -36
  347. package/lib/pages/HelpCenter/components/BookStack.js.map +0 -1
  348. package/lib/pages/LandingPage/components/Assets.js +0 -14
  349. package/lib/pages/LandingPage/components/Assets.js.map +0 -1
  350. package/lib/pages/LandingPage/components/Icons.d.ts +0 -14
  351. package/lib/pages/LandingPage/components/Icons.d.ts.map +0 -1
  352. package/lib/pages/LandingPage/components/Icons.js +0 -174
  353. package/lib/pages/LandingPage/components/Icons.js.map +0 -1
  354. package/lib/pages/LandingPage/components/SearchBar.d.ts +0 -8
  355. package/lib/pages/LandingPage/components/SearchBar.d.ts.map +0 -1
  356. package/lib/pages/LandingPage/components/SearchBar.js +0 -58
  357. package/lib/pages/LandingPage/components/SearchBar.js.map +0 -1
@@ -5,12 +5,14 @@ Compare features across different subscription tiers.
5
5
  ## Free Tier Benefits
6
6
 
7
7
  ### Basic Features
8
+
8
9
  - **5 Daily Searches**: Limited search capacity
9
10
  - **GPT-3.5 Access**: Basic AI model access
10
11
  - **Standard Support**: Community support
11
12
  - **Basic Search**: Standard search functionality
12
13
 
13
14
  ### Limitations
15
+
14
16
  - **Search Limits**: 5 searches per day
15
17
  - **Model Access**: Limited to GPT-3.5
16
18
  - **No File Uploads**: Cannot upload documents
@@ -19,6 +21,7 @@ Compare features across different subscription tiers.
19
21
  ## Pro Tier Benefits
20
22
 
21
23
  ### Enhanced Features
24
+
22
25
  - **Unlimited Searches**: No daily limits
23
26
  - **Advanced AI Models**: GPT-4 and Claude access
24
27
  - **File Uploads**: Analyze documents and files
@@ -26,6 +29,7 @@ Compare features across different subscription tiers.
26
29
  - **Priority Support**: Faster customer support
27
30
 
28
31
  ### Additional Capabilities
32
+
29
33
  - **Export Options**: Save and export research
30
34
  - **Advanced Search**: Pro search modes
31
35
  - **Custom Searches**: Tailored search options
@@ -34,6 +38,7 @@ Compare features across different subscription tiers.
34
38
  ## Max Tier Benefits
35
39
 
36
40
  ### Premium Features
41
+
37
42
  - **Maximum Search Limits**: Highest daily limits
38
43
  - **Latest AI Models**: Access to newest models
39
44
  - **Team Collaboration**: Share with team members
@@ -41,6 +46,7 @@ Compare features across different subscription tiers.
41
46
  - **Dedicated Support**: Personal account manager
42
47
 
43
48
  ### Enterprise Features
49
+
44
50
  - **Advanced Analytics**: Detailed usage insights
45
51
  - **API Priority**: Highest API rate limits
46
52
  - **Custom Training**: Train models on your data
@@ -49,12 +55,14 @@ Compare features across different subscription tiers.
49
55
  ## Upgrade Benefits
50
56
 
51
57
  ### Immediate Access
58
+
52
59
  - **Instant Activation**: Features available immediately
53
60
  - **No Downtime**: Seamless upgrade process
54
61
  - **Data Preservation**: All data maintained
55
62
  - **Prorated Billing**: Fair billing for mid-cycle upgrades
56
63
 
57
64
  ### Long-term Value
65
+
58
66
  - **Cost Savings**: Better value for heavy users
59
67
  - **Productivity**: Enhanced capabilities
60
68
  - **Support**: Priority assistance
@@ -5,12 +5,14 @@ Step-by-step guide to upgrading your Yantra subscription.
5
5
  ## Before You Upgrade
6
6
 
7
7
  ### Check Your Usage
8
+
8
9
  - **Current Plan**: Review your current subscription
9
10
  - **Usage Patterns**: Analyze your search frequency
10
11
  - **Feature Needs**: Identify required features
11
12
  - **Budget**: Consider pricing options
12
13
 
13
14
  ### Plan Comparison
15
+
14
16
  - **Feature Matrix**: Compare available features
15
17
  - **Pricing Calculator**: Calculate costs
16
18
  - **Support Options**: Review support levels
@@ -19,24 +21,28 @@ Step-by-step guide to upgrading your Yantra subscription.
19
21
  ## Upgrade Steps
20
22
 
21
23
  ### 1. Access Account Settings
24
+
22
25
  1. Log into your Yantra account
23
26
  2. Navigate to Account Settings
24
27
  3. Click on "Subscription" tab
25
28
  4. Review current plan details
26
29
 
27
30
  ### 2. Choose New Plan
31
+
28
32
  1. Select desired subscription tier
29
33
  2. Choose billing cycle (monthly/annual)
30
34
  3. Review feature differences
31
35
  4. Confirm pricing details
32
36
 
33
37
  ### 3. Payment Information
38
+
34
39
  1. Enter payment method
35
40
  2. Verify billing address
36
41
  3. Review tax information
37
42
  4. Confirm payment details
38
43
 
39
44
  ### 4. Complete Upgrade
45
+
40
46
  1. Review upgrade summary
41
47
  2. Accept terms and conditions
42
48
  3. Confirm upgrade
@@ -45,18 +51,21 @@ Step-by-step guide to upgrading your Yantra subscription.
45
51
  ## Upgrade Options
46
52
 
47
53
  ### Free to Pro
54
+
48
55
  - **Cost**: $20/month or $200/year
49
56
  - **Benefits**: Unlimited searches, GPT-4 access
50
57
  - **Activation**: Immediate
51
58
  - **Billing**: Prorated for current month
52
59
 
53
60
  ### Free to Max
61
+
54
62
  - **Cost**: $40/month or $400/year
55
63
  - **Benefits**: All features, team collaboration
56
64
  - **Activation**: Immediate
57
65
  - **Billing**: Prorated for current month
58
66
 
59
67
  ### Pro to Max
68
+
60
69
  - **Cost**: Additional $20/month or $200/year
61
70
  - **Benefits**: Team features, custom branding
62
71
  - **Activation**: Immediate
@@ -65,12 +74,14 @@ Step-by-step guide to upgrading your Yantra subscription.
65
74
  ## Post-Upgrade
66
75
 
67
76
  ### Immediate Access
77
+
68
78
  - **New Features**: Available immediately
69
79
  - **Search Limits**: Updated instantly
70
80
  - **API Access**: Activated automatically
71
81
  - **Support Level**: Upgraded immediately
72
82
 
73
83
  ### Account Updates
84
+
74
85
  - **Billing**: New billing cycle starts
75
86
  - **Invoices**: Updated invoice format
76
87
  - **Usage Tracking**: Enhanced analytics
@@ -79,12 +90,14 @@ Step-by-step guide to upgrading your Yantra subscription.
79
90
  ## Troubleshooting
80
91
 
81
92
  ### Common Issues
93
+
82
94
  - **Payment Failed**: Check payment method
83
95
  - **Billing Questions**: Contact support
84
96
  - **Feature Access**: Refresh account
85
97
  - **Downgrade**: Available in settings
86
98
 
87
99
  ### Getting Help
100
+
88
101
  - **Support Team**: Priority support available
89
102
  - **Documentation**: Comprehensive guides
90
103
  - **Community**: User forums
@@ -38,11 +38,11 @@ Yantra Max is available for $40/month or $400/year with a 2-month discount.
38
38
 
39
39
  ## Max vs Pro
40
40
 
41
- | Feature | Pro | Max |
42
- |---------|-----|-----|
43
- | Daily Searches | Unlimited | Maximum |
44
- | AI Models | GPT-4 + Claude | Latest models |
45
- | Team Features | ❌ | ✅ |
46
- | Custom Branding | ❌ | ✅ |
47
- | Dedicated Support | ❌ | ✅ |
48
- | Custom Training | ❌ | ✅ |
41
+ | Feature | Pro | Max |
42
+ | ----------------- | -------------- | ------------- |
43
+ | Daily Searches | Unlimited | Maximum |
44
+ | AI Models | GPT-4 + Claude | Latest models |
45
+ | Team Features | ❌ | ✅ |
46
+ | Custom Branding | ❌ | ✅ |
47
+ | Dedicated Support | ❌ | ✅ |
48
+ | Custom Training | ❌ | ✅ |
@@ -37,11 +37,11 @@ Yantra Pro is available for $20/month or $200/year with a 2-month discount.
37
37
 
38
38
  ## Pro vs Free
39
39
 
40
- | Feature | Free | Pro |
41
- |---------|------|-----|
42
- | Daily Searches | 5 | Unlimited |
43
- | Search Modes | Basic | All modes |
44
- | AI Models | GPT-3.5 | GPT-4 + Claude |
45
- | File Uploads | ❌ | ✅ |
46
- | API Access | ❌ | ✅ |
47
- | Priority Support | ❌ | ✅ |
40
+ | Feature | Free | Pro |
41
+ | ---------------- | ------- | -------------- |
42
+ | Daily Searches | 5 | Unlimited |
43
+ | Search Modes | Basic | All modes |
44
+ | AI Models | GPT-3.5 | GPT-4 + Claude |
45
+ | File Uploads | ❌ | ✅ |
46
+ | API Access | ❌ | ✅ |
47
+ | Priority Support | ❌ | ✅ |
@@ -0,0 +1,10 @@
1
+ export interface NavItem {
2
+ title: string;
3
+ path: string | null;
4
+ children?: NavItem[];
5
+ isFile: boolean;
6
+ }
7
+ export declare function getDocsNavigation(): NavItem[];
8
+ export declare function getDocsNavigationAsync(): Promise<NavItem[]>;
9
+ export declare function clearNavigationCache(): void;
10
+ //# sourceMappingURL=docsNavigation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"docsNavigation.d.ts","sourceRoot":"","sources":["../../src/utils/docsNavigation.ts"],"names":[],"mappings":"AAIA,MAAM,WAAW,OAAO;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,EAAE,CAAC;IACrB,MAAM,EAAE,OAAO,CAAC;CACnB;AA4ND,wBAAgB,iBAAiB,IAAI,OAAO,EAAE,CAmB7C;AAGD,wBAAsB,sBAAsB,IAAI,OAAO,CAAC,OAAO,EAAE,CAAC,CAyBjE;AAGD,wBAAgB,oBAAoB,IAAI,IAAI,CAI3C"}
@@ -0,0 +1,209 @@
1
+ import {getAllCategoriesMetadataSync}from'./markdownLoader.js';// Utility to build navigation tree from folder structure in manifest
2
+ /**
3
+ * Priority ordering for sidebar navigation categories.
4
+ * Lower number = higher priority (appears first).
5
+ * Categories not listed here will appear after all prioritized ones, in alphabetical order.
6
+ */
7
+ const CATEGORY_PRIORITY_ORDER = {
8
+ // Onboarding & Introduction
9
+ 'Getting Started': 1,
10
+ 'What Is Yantra': 2,
11
+ // Core Platform
12
+ 'Platform Features': 3,
13
+ 'Product Features': 4,
14
+ // Key Features
15
+ 'Ai Employees': 5,
16
+ 'Yantra Assistant': 6,
17
+ Threads: 7,
18
+ 'Spaces Library': 8,
19
+ 'Search Modes': 9,
20
+ 'File Uploads': 10,
21
+ 'Scope Api': 11,
22
+ // Solutions
23
+ 'Solutions Engineering': 12,
24
+ 'Solutions Sales': 13,
25
+ 'Solutions Marketing': 14,
26
+ // Integrations & Tools
27
+ Integrations: 15,
28
+ Openclaw: 16,
29
+ 'Use Cases': 17,
30
+ // Administration & Security
31
+ 'Security Compliance': 18,
32
+ 'Data Privacy': 19,
33
+ 'Data Subject Privacy': 20,
34
+ 'Account Management': 21,
35
+ 'Subscription Billing': 22,
36
+ // Plans & Editions
37
+ 'Yantra Enterprise': 23,
38
+ 'Yantra Pro Max': 24,
39
+ 'Student Hub': 25,
40
+ // Support
41
+ 'Technical Questions': 26,
42
+ Troubleshooting: 27
43
+ };
44
+ /**
45
+ * Sort navigation items by priority order.
46
+ * Items with a defined priority come first (sorted by priority number).
47
+ * Items without a priority follow in alphabetical order.
48
+ */
49
+ function sortNavItemsByPriority(items) {
50
+ return [...items].sort((a, b) => {
51
+ const priorityA = CATEGORY_PRIORITY_ORDER[a.title] ?? Number.MAX_SAFE_INTEGER;
52
+ const priorityB = CATEGORY_PRIORITY_ORDER[b.title] ?? Number.MAX_SAFE_INTEGER;
53
+ if (priorityA !== priorityB) {
54
+ return priorityA - priorityB;
55
+ }
56
+ // Alphabetical fallback for equal priority (or both unranked)
57
+ return a.title.localeCompare(b.title);
58
+ });
59
+ }
60
+ // Cache for manifest
61
+ let cachedManifest = null;
62
+ let manifestLoadPromise = null;
63
+ // Note: Direct import of JSON requires build-time configuration
64
+ // For now, we rely on async fetch or window.__CONTENT_MANIFEST__
65
+ // Function to load content manifest synchronously (for initial render)
66
+ function loadContentManifestSync() {
67
+ if (cachedManifest) {
68
+ return cachedManifest;
69
+ }
70
+ // In browser, try to load from window if available (set by initial page load)
71
+ if (typeof window !== 'undefined' && window.__CONTENT_MANIFEST__) {
72
+ cachedManifest = window.__CONTENT_MANIFEST__;
73
+ console.log('✅ Manifest loaded from window.__CONTENT_MANIFEST__');
74
+ return cachedManifest;
75
+ }
76
+ // Try to load from the static file path
77
+ // This will only work if the manifest is already loaded
78
+ return null;
79
+ }
80
+ // Function to load content manifest asynchronously
81
+ async function loadContentManifest() {
82
+ if (cachedManifest) {
83
+ return cachedManifest;
84
+ }
85
+ if (manifestLoadPromise) {
86
+ return manifestLoadPromise;
87
+ }
88
+ const isBrowser = typeof window !== 'undefined' && typeof window.location !== 'undefined';
89
+ if (!isBrowser) {
90
+ return null;
91
+ }
92
+ manifestLoadPromise = (async () => {
93
+ try {
94
+ const baseUrl = window.location.origin;
95
+ const possiblePaths = [`${baseUrl}/content/content-manifest.json`, '/content/content-manifest.json', './content/content-manifest.json', '../content/content-manifest.json'];
96
+ for (const manifestPath of possiblePaths) {
97
+ try {
98
+ const response = await fetch(manifestPath);
99
+ if (response.ok) {
100
+ const manifest = await response.json();
101
+ cachedManifest = manifest;
102
+ // Also set on window for sync access
103
+ if (typeof window !== 'undefined') {
104
+ window.__CONTENT_MANIFEST__ = manifest;
105
+ }
106
+ console.log('✅ Successfully loaded content manifest from:', manifestPath);
107
+ console.log('📦 Navigation items found:', manifest.navigationItems?.length || 0);
108
+ return manifest;
109
+ } else {
110
+ console.log(`⚠️ Manifest not found at ${manifestPath} (status: ${response.status})`);
111
+ }
112
+ } catch (fetchError) {
113
+ console.log(`⚠️ Error fetching ${manifestPath}:`, fetchError);
114
+ continue;
115
+ }
116
+ }
117
+ console.error('❌ Could not load content manifest from any path. Tried:', possiblePaths);
118
+ return null;
119
+ } catch (error) {
120
+ console.error('❌ Error loading content manifest:', error);
121
+ return null;
122
+ } finally {
123
+ manifestLoadPromise = null;
124
+ }
125
+ })();
126
+ return manifestLoadPromise;
127
+ }
128
+ // Build navigation tree from manifest navigationItems (preferred method)
129
+ function buildNavigationFromManifest(manifest) {
130
+ if (manifest && manifest.navigationItems && manifest.navigationItems.length > 0) {
131
+ console.log('✅ Using navigationItems from manifest:', manifest.navigationItems.length, 'top-level items');
132
+ return sortNavItemsByPriority(manifest.navigationItems);
133
+ }
134
+ if (manifest) {
135
+ console.warn('⚠️ Manifest loaded but navigationItems is empty or missing');
136
+ }
137
+ return null;
138
+ }
139
+ // Build navigation tree from category metadata (fallback method)
140
+ function buildDocsNavigationFromCategories() {
141
+ const categories = getAllCategoriesMetadataSync();
142
+ const navItems = [];
143
+ for (const category of categories) {
144
+ // Create category node
145
+ const categoryItem = {
146
+ title: category.title,
147
+ path: `/help-center/${category.id}`,
148
+ children: [],
149
+ isFile: false
150
+ };
151
+ // Create a flat list of articles under each category
152
+ // Path format: /help/:categoryId/:slug (e.g., /help/adminide-modules/adminide-modules-account-auth0-login)
153
+ const articleItems = category.articles.map(article => ({
154
+ title: article.title,
155
+ path: `/help-center/${category.id}/${article.slug}`,
156
+ children: [],
157
+ isFile: true
158
+ }));
159
+ // If there are articles, add them as children
160
+ if (articleItems.length > 0) {
161
+ categoryItem.children = articleItems;
162
+ }
163
+ navItems.push(categoryItem);
164
+ }
165
+ return sortNavItemsByPriority(navItems);
166
+ }
167
+ // Get navigation tree (cached, tries manifest first, falls back to categories)
168
+ let cachedNavigation = null;
169
+ function getDocsNavigation() {
170
+ if (cachedNavigation) {
171
+ return cachedNavigation;
172
+ }
173
+ // Try to load from manifest synchronously first
174
+ const manifest = loadContentManifestSync();
175
+ const navFromManifest = buildNavigationFromManifest(manifest);
176
+ if (navFromManifest) {
177
+ cachedNavigation = navFromManifest;
178
+ console.log('✅ Navigation loaded from manifest (sync)');
179
+ return cachedNavigation;
180
+ }
181
+ // Fallback to category-based navigation
182
+ console.warn('⚠️ Falling back to category-based navigation (manifest not available sync)');
183
+ cachedNavigation = buildDocsNavigationFromCategories();
184
+ return cachedNavigation;
185
+ }
186
+ // Async version that ensures manifest is loaded
187
+ async function getDocsNavigationAsync() {
188
+ // Try sync first
189
+ const syncNav = getDocsNavigation();
190
+ // Check if we already have manifest-based navigation
191
+ const manifest = loadContentManifestSync();
192
+ if (manifest && manifest.navigationItems && manifest.navigationItems.length > 0) {
193
+ console.log('✅ Navigation already loaded from manifest');
194
+ return syncNav;
195
+ }
196
+ // Load manifest asynchronously
197
+ console.log('🔄 Loading manifest asynchronously...');
198
+ const asyncManifest = await loadContentManifest();
199
+ const navFromManifest = buildNavigationFromManifest(asyncManifest);
200
+ if (navFromManifest) {
201
+ cachedNavigation = navFromManifest;
202
+ console.log('✅ Navigation loaded from manifest (async)');
203
+ return cachedNavigation;
204
+ }
205
+ // Fallback to category-based navigation
206
+ console.warn('⚠️ Falling back to category-based navigation (manifest not available async)');
207
+ cachedNavigation = buildDocsNavigationFromCategories();
208
+ return cachedNavigation;
209
+ }export{getDocsNavigation,getDocsNavigationAsync};//# sourceMappingURL=docsNavigation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"docsNavigation.js","sources":["../../src/utils/docsNavigation.ts"],"sourcesContent":[null],"names":[],"mappings":"+DAAA;AAWA;;;;AAIG;AACH,MAAM,uBAAuB,GAA2B;;AAEpD,EAAA,iBAAA,EAAiB;AACjB,EAAA,gBAAA,EAAgB;;AAGhB,EAAA,mBAAA,EAAmB;AACnB,EAAA,kBAAA,EAAkB;;AAGlB,EAAA,cAAA,EAAc;AACd,EAAA,kBAAA,EAAkB;AAClB,EAAA,OAAA,EAAO;AACP,EAAA,gBAAA,EAAgB;AAChB,EAAA,cAAA,EAAc;AACd,EAAA,cAAA,EAAc,EAAE;AAChB,EAAA,WAAA,EAAW,EAAE;;AAGb,EAAA,uBAAA,EAAuB,EAAE;AACzB,EAAA,iBAAA,EAAiB,EAAE;AACnB,EAAA,qBAAA,EAAqB,EAAE;;AAGvB,EAAA,YAAA,EAAY,EAAE;AACd,EAAA,QAAA,EAAQ,EAAE;AACV,EAAA,WAAA,EAAW,EAAE;;AAGb,EAAA,qBAAA,EAAqB,EAAE;AACvB,EAAA,cAAA,EAAc,EAAE;AAChB,EAAA,sBAAA,EAAsB,EAAE;AACxB,EAAA,oBAAA,EAAoB,EAAE;AACtB,EAAA,sBAAA,EAAsB,EAAE;;AAGxB,EAAA,mBAAA,EAAmB,EAAE;AACrB,EAAA,gBAAA,EAAgB,EAAE;AAClB,EAAA,aAAA,EAAa,EAAE;;AAGf,EAAA,qBAAA,EAAqB,EAAE;AACvB,EAAA,eAAA,EAAe;CAClB;AAED;;;;AAIG;AACH,SAAS,sBAAsB,CAAC,KAAgB,EAAA;AAC5C,EAAA,OAAA,CAAA,GAAQ,KAAQ,CAAA,CAAA,IAAE,CAAA,CAAI,CAAC,EAAE,CAAA,KAAO;AAC5B,IAAA,MAAA,SAAe,GAAA,uBAA0B,CAAA,CAAA,CAAA,KAAQ,CAAA,IAAC,MAAI,CAAA,gBAAO;AAC7D,IAAA,MAAA,SAAe,GAAA,uBAA0B,CAAA,CAAA,CAAA,KAAQ,CAAA,IAAC,MAAI,CAAA,gBAAO;AAE7D,IAAA,IAAA,SAAa,KAAA,SAAc,EAAA;aAChB,SAAA,GAAA,SAAY;;;WAGhB,CAAA,CAAA,KAAE,CAAA,aAAM,CAAA,CAAA,CAAA,KAAqB,CAAA;AACxC,GAAA,CAAA;AACJ;AAiBA;AACA,IAAI,cAAc,GAA2B,IAAI;AACjD,IAAI,mBAAmB,GAA2C,IAAI;AAEtE;AACA;AAEA;AACA,SAAS,uBAAuB,GAAA;MACxB,cAAA,EAAc;AACd,IAAA,OAAA;;;MAIA,OAAA,WAAkB,WAAA,UAA8B,CAAA,oBAAqB,EAAA;AACrE,IAAA,cAAA,GAAA,MAAkB,CAAA,oBAAe;AACjC,IAAA,OAAA,CAAA,GAAO,CAAC,oDAAI,CAAA;AACZ,IAAA,OAAA;;;;AAKJ,EAAA,OAAA;AACJ;AAEA;AACA,eAAe,mBAAmB,GAAA;MAC1B,cAAA,EAAc;AACd,IAAA,OAAA;;MAGA,mBAAA,EAAmB;AACnB,IAAA,OAAA;;AAGJ,EAAA,MAAA,SAAe,GAAA,OAAU,MAAA,KAAW,WAAA,IAAe,OAAA,MAAa,CAAA,QAAS,KAAA;MAErE,CAAA,SAAU,EAAA;AACV,IAAA,OAAA,IAAO;;AAGX,EAAA,mBAAA,GAAsB,CAAA,YAAY;AAC9B,IAAA,IAAA;AACI,MAAA,MAAA,gBAAgB,CAAA,QAAe,CAAA,MAAC;AAChC,MAAA,MAAA,oBAAsB,OAAA,CAAA,8BAAA,CAAA,EAAA,gCAAA,EAAA,iCAAA,EAAA,kCAAA,CAAA;AAClB,MAAA,KAAA,MAAA,YAA0C,IAAA,aAAA,EAAA;;gBAE1C,QAAiC,GAAA,MAAA,KAAA,CAAA,YAAA,CAAA;sBACC,CAAA,EAAA,EAAA;kBACpC,QAAA,GAAA,MAAA,QAAA,CAAA,IAAA,EAAA;AAEF,YAAA,cAAW,GAAA,QAAgB;AACvB;AACI,YAAA,IAAA,OAAA,WAAc;AACd,cAAA,MAAA,CAAA,oBAAkB,GAAA,QAAA;AACd;wBACA,8CAA0B,EAAA,YAAA,CAAA;wBAC1B,4BAAqC,EAAA,QAAA,CAAA,eAAA,EAAA,MAAA,IAAA,CAAA,CAAA;AACrC,YAAA,OAAA,QAAA;AACK,WAAA,MAAA;wBACL,CAAC,yBAAA,EAAA,YAAA,CAAA,UAAA,EAAA,QAAA,CAAA,MAAA,CAAA,CAAA,CAAA,CAAA;AACD;AACA,SAAA,CAAA,OAAA,UAAA,EAAA;AACA,UAAA,OAAA,CAAA,GAAA,CAAA,CAAA,kBAAgB,EAAA,YAAA,CAAA,CAAA,CAAA,EAAA,UAAA,CAAA;;;;oBAGpB,yDAAC,EAAA,aAAA,CAAA;iBACJ;kBAAQ,EAAA;oBACL;;;yBAGP,GAAA,IAAA;AAED;AACA,GAAA,GAAA;SACH,mBAAA;;AACG;AACA,SAAA,2BAAY,CAAA,QAAA,EAAA;cACf,IAAA,QAAA,CAAA,eAAA,IAAA,QAAA,CAAA,eAAA,CAAA,MAAA,GAAA,CAAA,EAAA;gBAAS,wCAAC,EAAA,QAAA,CAAA,eAAA,CAAA,MAAA,EAAA,iBAAA,CAAA;iCACY,CAAG,QAAK,CAAA,eAAA,CAAA;;MAEjC,QAAG,EAAA;AAEL,IAAA,OAAO,kEAAoB,CAAA;AAC/B;AAEA,EAAyE,OAAA,IAAA;AACzE;AACI;AACI,SAAA,iCAAY,GAAA;AACZ,EAAA,MAAA,yCAAuC,EAAA;QAC1C,QAAA,GAAA,EAAA;OACG,MAAA,QAAW,IAAA,UAAA,EAAA;AACX;IACJ,MAAC,YAAA,GAAA;AACD,MAAA,KAAO,UAAK,CAAA,KAAA;AAChB,MAAC,IAAA,EAAA,CAAA,aAAA,EAAA,QAAA,CAAA,EAAA,CAAA,CAAA;AAED,MAAiE,QAAA,EAAA,EAAA;AACjE,MAAA,MAA0C,EAAA;AACtC,KAAA;;AAGA;UAC2B,YAAA,GAAA,QAAA,CAAA,QAAA,CAAA,GAAA,CAAA,OAAA,KAAA;AACvB,MAAA,KAAA,EAAA,aAAkB;YACd,CAAK,aAAU,EAAC,QAAK,CAAA,EAAA,CAAA,CAAA,EAAA,OAAA,CAAA,IAAA,CAAA,CAAA;AACrB,MAAA,QAAA,EAAI,EAAE;AACN,MAAA,MAAA,EAAA;AACA,KAAA,CAAA,CAAA;;QAGJ,YAAqD,CAAA,MAAA,GAAA,CAAA,EAAA;kBACsD,CAAA,QAAA,GAAA,YAAA;AAC3G;YACI,CAAK,IAAA,CAAA,YAAe,CAAA;;AAEpB,EAAA,OAAA,sBAAY,CAAA,QAAA,CAAA;AACZ;AACH;oBAE6C,GAAA,IAAA;AAC9C,0BAA0B;AACtB,EAAA,IAAA,gBAAA,EAAY;WACf,gBAAA;AAED;;AAGJ,EAAA,MAAA,QAA6B,GAAA,uBAAS,EAAE;AAC5C,EAAC,MAAA,eAAA,GAAA,2BAAA,CAAA,QAAA,CAAA;AAED,EAA+E,IAAA,eAAA,EAAA;AAC/E,IAAI,gBAAgB,GAAqB,eAAK;AAE9C,IAAA,YAAgB,0CAAiB,CAAA;IAC7B,OAAI,gBAAmB;AACnB;;SAG4C,CAAA,IAAA,CAAA,4EAAA,CAAA;AAChD,EAAA,gBAAc,GAAG,iCAA0B,EAAA;AAC3C,EAAA,OAAA,gBAAqB;;;AAIjB,eAAY,sBAAA,GAAA;AACZ;QACH,OAAA,GAAA,iBAAA,EAAA;;AAGD,EAAA,MAAA,QAAY,GAAC,uBAAA,EAAA;MACG,QAAA,IAAA,QAAoC,CAAA,eAAA,IAAA,QAAA,CAAA,eAAG,CAAA,MAAA,GAAA,CAAA,EAAA;AACvD,IAAA,OAAO,gDAAiB,CAAA;AAC5B,IAAC,OAAA,OAAA;AAED;AACA;SACqB,CAAA,GAAA,CAAA,uCAAA,CAAA;AACjB,EAAA,MAAA,aAAiC,GAAA,MAAA,mBAAG,EAAA;QACiB,eAAA,GAAA,2BAAA,CAAA,aAAA,CAAA;AACrD,EAAA,IAAA,eAAiB,EAAuB;AACxC,IAAA,gBAAgB,GAAQ;AACpB,IAAA,OAAA,CAAA,GAAO,CAAC,2CAAI,CAAA;AACZ,IAAA,OAAA,gBAAe;;;AAInB,EAAA,OAAA,CAAA,IAAQ,CAAG,6EAA0C,CAAA;AACrD,EAAA,gBAAmB,GAAA,iCAA+B,EAAA;AAClD,EAAA,OAAA,gBAAqB;"}
@@ -1 +1 @@
1
- {"version":3,"file":"helpCenterUtils.d.ts","sourceRoot":"","sources":["../../src/utils/helpCenterUtils.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,OAAO;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,QAAQ;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,OAAO,EAAE,CAAC;CACrB;AAGD,eAAO,MAAM,cAAc,GAAI,YAAY,QAAQ,EAAE,aAcpD,CAAC;AAGF,eAAO,MAAM,eAAe,GAAI,YAAY,MAAM,EAAE,YAAY,QAAQ,EAAE,KAAG,QAAQ,GAAG,IAEvF,CAAC;AAGF,eAAO,MAAM,gBAAgB,GAAI,aAAa,MAAM,EAAE,YAAY,QAAQ,EAAE,KAAG,OAAO,GAAG,IAMxF,CAAC;AAGF,eAAO,MAAM,qBAAqB,GAAI,YAAY,MAAM,EAAE,YAAY,QAAQ,EAAE,KAAG,OAAO,EAGzF,CAAC;AAGF,eAAO,MAAM,mBAAmB,GAAI,YAAY,MAAM,EAAE,YAAY,QAAQ,EAAE,EAAE,cAAc,MAAM;;;GAwBnG,CAAC"}
1
+ {"version":3,"file":"helpCenterUtils.d.ts","sourceRoot":"","sources":["../../src/utils/helpCenterUtils.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,OAAO;IACpB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,QAAQ;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,OAAO,EAAE,CAAC;CACvB;AAGD,eAAO,MAAM,cAAc,GAAI,YAAY,QAAQ,EAAE,aAcpD,CAAC;AAGF,eAAO,MAAM,eAAe,GAAI,YAAY,MAAM,EAAE,YAAY,QAAQ,EAAE,KAAG,QAAQ,GAAG,IAEvF,CAAC;AAGF,eAAO,MAAM,gBAAgB,GAAI,aAAa,MAAM,EAAE,YAAY,QAAQ,EAAE,KAAG,OAAO,GAAG,IAMxF,CAAC;AAGF,eAAO,MAAM,qBAAqB,GAAI,YAAY,MAAM,EAAE,YAAY,QAAQ,EAAE,KAAG,OAAO,EAGzF,CAAC;AAGF,eAAO,MAAM,mBAAmB,GAAI,YAAY,MAAM,EAAE,YAAY,QAAQ,EAAE,EAAE,cAAc,MAAM;;;GAsBnG,CAAC"}
@@ -24,9 +24,17 @@ export interface Category {
24
24
  iconType: string;
25
25
  articles: Article[];
26
26
  }
27
- export declare const getAllCategoriesMetadata: () => Category[];
28
- export declare const getCategoryById: (categoryId: string) => Category | null;
29
- export declare const getArticleBySlug: (articleSlug: string) => Article | null;
27
+ export declare const getAllCategoriesMetadata: () => Promise<Category[]>;
28
+ export declare const getAllCategoriesMetadataSync: () => Category[];
29
+ export declare const getCategoryById: (categoryId: string) => Promise<Category | null>;
30
+ export declare const getCategoryByIdSync: (categoryId: string) => Category | null;
31
+ export declare const getArticleBySlug: (articleSlug: string) => Promise<Article | null>;
32
+ export declare const getArticleBySlugSync: (articleSlug: string) => Article | null;
30
33
  export declare const loadArticleContent: (articleSlug: string) => Promise<Article | null>;
31
- export declare const parseMarkdownToHtml: (markdownContent: string) => string;
34
+ export declare const loadDocContent: (docSlug: string) => Promise<Article | null>;
35
+ export declare const loadBlogContent: (blogSlug: string) => Promise<Article | null>;
36
+ export declare const parseMarkdownToHtml: (markdownContent: string) => Promise<string>;
37
+ export declare const searchArticles: (query: string) => Promise<Article[]>;
38
+ export declare const getAllArticles: () => Promise<Article[]>;
39
+ export declare const getAllArticlesSync: () => Article[];
32
40
  //# sourceMappingURL=markdownLoader.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"markdownLoader.d.ts","sourceRoot":"","sources":["../../src/utils/markdownLoader.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,eAAe;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,OAAO;IACpB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,OAAQ,SAAQ,eAAe;IAC5C,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,OAAO,EAAE,CAAC;CACvB;AAED,MAAM,WAAW,QAAQ;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,OAAO,EAAE,CAAC;CACvB;AAk2CD,eAAO,MAAM,wBAAwB,QAAO,QAAQ,EAEnD,CAAC;AAEF,eAAO,MAAM,eAAe,GAAI,YAAY,MAAM,KAAG,QAAQ,GAAG,IAE/D,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAI,aAAa,MAAM,KAAG,OAAO,GAAG,IAMhE,CAAC;AAGF,eAAO,MAAM,kBAAkB,GAAU,aAAa,MAAM,KAAG,OAAO,CAAC,OAAO,GAAG,IAAI,CAgBpF,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAAI,iBAAiB,MAAM,KAAG,MAE7D,CAAC"}
1
+ {"version":3,"file":"markdownLoader.d.ts","sourceRoot":"","sources":["../../src/utils/markdownLoader.ts"],"names":[],"mappings":"AAiIA,MAAM,WAAW,eAAe;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,OAAO;IACpB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,OAAQ,SAAQ,eAAe;IAC5C,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,OAAO,EAAE,CAAC;CACvB;AAED,MAAM,WAAW,QAAQ;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,OAAO,EAAE,CAAC;CACvB;AAqVD,eAAO,MAAM,wBAAwB,QAAa,OAAO,CAAC,QAAQ,EAAE,CAKnE,CAAC;AAGF,eAAO,MAAM,4BAA4B,QAAO,QAAQ,EAEvD,CAAC;AAEF,eAAO,MAAM,eAAe,GAAU,YAAY,MAAM,KAAG,OAAO,CAAC,QAAQ,GAAG,IAAI,CAGjF,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAAI,YAAY,MAAM,KAAG,QAAQ,GAAG,IAEnE,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAU,aAAa,MAAM,KAAG,OAAO,CAAC,OAAO,GAAG,IAAI,CAOlF,CAAC;AAEF,eAAO,MAAM,oBAAoB,GAAI,aAAa,MAAM,KAAG,OAAO,GAAG,IAMpE,CAAC;AA6CF,eAAO,MAAM,kBAAkB,GAAU,aAAa,MAAM,KAAG,OAAO,CAAC,OAAO,GAAG,IAAI,CAuBpF,CAAC;AAGF,eAAO,MAAM,cAAc,GAAU,SAAS,MAAM,KAAG,OAAO,CAAC,OAAO,GAAG,IAAI,CAqD5E,CAAC;AAGF,eAAO,MAAM,eAAe,GAAU,UAAU,MAAM,KAAG,OAAO,CAAC,OAAO,GAAG,IAAI,CAwD9E,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAAU,iBAAiB,MAAM,KAAG,OAAO,CAAC,MAAM,CAEjF,CAAC;AAGF,eAAO,MAAM,cAAc,GAAU,OAAO,MAAM,KAAG,OAAO,CAAC,OAAO,EAAE,CAgDrE,CAAC;AAGF,eAAO,MAAM,cAAc,QAAa,OAAO,CAAC,OAAO,EAAE,CAOxD,CAAC;AAGF,eAAO,MAAM,kBAAkB,QAAO,OAAO,EAM5C,CAAC"}