@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
@@ -4,7 +4,7 @@ import {jsxs,jsx}from'react/jsx-runtime';const HelpCenterIcons = {
4
4
  viewBox: "0 0 24 24",
5
5
  fill: "none",
6
6
  stroke: "currentColor",
7
- strokeWidth: "2",
7
+ strokeWidth: "1.5",
8
8
  strokeLinecap: "round",
9
9
  strokeLinejoin: "round",
10
10
  width: "24",
@@ -15,51 +15,51 @@ import {jsxs,jsx}from'react/jsx-runtime';const HelpCenterIcons = {
15
15
  cy: "12",
16
16
  r: "10"
17
17
  }), jsx("path", {
18
- d: "M9 12h6"
18
+ d: "M12 16v-4"
19
19
  }), jsx("path", {
20
- d: "M12 9v6"
20
+ d: "M12 8h.01"
21
21
  })]
22
22
  }),
23
- Pro: props => jsxs("svg", {
23
+ Pro: props => jsx("svg", {
24
24
  xmlns: "http://www.w3.org/2000/svg",
25
25
  viewBox: "0 0 24 24",
26
26
  fill: "none",
27
27
  stroke: "currentColor",
28
- strokeWidth: "2",
28
+ strokeWidth: "1.5",
29
29
  strokeLinecap: "round",
30
30
  strokeLinejoin: "round",
31
31
  width: "24",
32
32
  height: "24",
33
33
  ...props,
34
- children: [jsx("path", {
35
- d: "M20 7h-9l-2-3h-6c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-9c0-1.1-.9-2-2-2z"
36
- }), jsx("path", {
37
- d: "m16 13-3-3-3 3"
38
- }), jsx("path", {
39
- d: "M13 10v6"
40
- })]
34
+ children: jsx("polygon", {
35
+ points: "12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"
36
+ })
41
37
  }),
42
- Features: props => jsx("svg", {
38
+ Features: props => jsxs("svg", {
43
39
  xmlns: "http://www.w3.org/2000/svg",
44
40
  viewBox: "0 0 24 24",
45
41
  fill: "none",
46
42
  stroke: "currentColor",
47
- strokeWidth: "2",
43
+ strokeWidth: "1.5",
48
44
  strokeLinecap: "round",
49
45
  strokeLinejoin: "round",
50
46
  width: "24",
51
47
  height: "24",
52
48
  ...props,
53
- children: jsx("path", {
54
- d: "M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z"
55
- })
49
+ children: [jsx("path", {
50
+ d: "M12 2L2 7l10 5 10-5-10-5z"
51
+ }), jsx("path", {
52
+ d: "M2 17l10 5 10-5"
53
+ }), jsx("path", {
54
+ d: "M2 12l10 5 10-5"
55
+ })]
56
56
  }),
57
57
  Subscription: props => jsxs("svg", {
58
58
  xmlns: "http://www.w3.org/2000/svg",
59
59
  viewBox: "0 0 24 24",
60
60
  fill: "none",
61
61
  stroke: "currentColor",
62
- strokeWidth: "2",
62
+ strokeWidth: "1.5",
63
63
  strokeLinecap: "round",
64
64
  strokeLinejoin: "round",
65
65
  width: "24",
@@ -83,16 +83,22 @@ import {jsxs,jsx}from'react/jsx-runtime';const HelpCenterIcons = {
83
83
  viewBox: "0 0 24 24",
84
84
  fill: "none",
85
85
  stroke: "currentColor",
86
- strokeWidth: "2",
86
+ strokeWidth: "1.5",
87
87
  strokeLinecap: "round",
88
88
  strokeLinejoin: "round",
89
89
  width: "24",
90
90
  height: "24",
91
91
  ...props,
92
- children: [jsx("path", {
93
- d: "M11 3a8 8 0 1 0 0 16 8 8 0 0 0 0-16z"
92
+ children: [jsx("circle", {
93
+ cx: "11",
94
+ cy: "11",
95
+ r: "8"
94
96
  }), jsx("path", {
95
97
  d: "m21 21-4.3-4.3"
98
+ }), jsx("path", {
99
+ d: "M11 8v6"
100
+ }), jsx("path", {
101
+ d: "M8 11h6"
96
102
  })]
97
103
  }),
98
104
  Enterprise: props => jsxs("svg", {
@@ -100,16 +106,22 @@ import {jsxs,jsx}from'react/jsx-runtime';const HelpCenterIcons = {
100
106
  viewBox: "0 0 24 24",
101
107
  fill: "none",
102
108
  stroke: "currentColor",
103
- strokeWidth: "2",
109
+ strokeWidth: "1.5",
104
110
  strokeLinecap: "round",
105
111
  strokeLinejoin: "round",
106
112
  width: "24",
107
113
  height: "24",
108
114
  ...props,
109
- children: [jsx("path", {
110
- d: "M2 17 12 7l10 10"
115
+ children: [jsx("rect", {
116
+ x: "2",
117
+ y: "7",
118
+ width: "20",
119
+ height: "14",
120
+ rx: "2"
111
121
  }), jsx("path", {
112
- d: "M2 7h20"
122
+ d: "M16 7V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2"
123
+ }), jsx("path", {
124
+ d: "M12 12h.01"
113
125
  })]
114
126
  }),
115
127
  Account: props => jsxs("svg", {
@@ -117,18 +129,18 @@ import {jsxs,jsx}from'react/jsx-runtime';const HelpCenterIcons = {
117
129
  viewBox: "0 0 24 24",
118
130
  fill: "none",
119
131
  stroke: "currentColor",
120
- strokeWidth: "2",
132
+ strokeWidth: "1.5",
121
133
  strokeLinecap: "round",
122
134
  strokeLinejoin: "round",
123
135
  width: "24",
124
136
  height: "24",
125
137
  ...props,
126
- children: [jsx("path", {
127
- d: "M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2"
128
- }), jsx("circle", {
138
+ children: [jsx("circle", {
129
139
  cx: "12",
130
- cy: "7",
131
- r: "4"
140
+ cy: "8",
141
+ r: "5"
142
+ }), jsx("path", {
143
+ d: "M20 21a8 8 0 1 0-16 0"
132
144
  })]
133
145
  }),
134
146
  Assistant: props => jsxs("svg", {
@@ -136,20 +148,28 @@ import {jsxs,jsx}from'react/jsx-runtime';const HelpCenterIcons = {
136
148
  viewBox: "0 0 24 24",
137
149
  fill: "none",
138
150
  stroke: "currentColor",
139
- strokeWidth: "2",
151
+ strokeWidth: "1.5",
140
152
  strokeLinecap: "round",
141
153
  strokeLinejoin: "round",
142
154
  width: "24",
143
155
  height: "24",
144
156
  ...props,
145
- children: [jsx("rect", {
157
+ children: [jsx("path", {
158
+ d: "M12 8V4H8"
159
+ }), jsx("rect", {
146
160
  width: "16",
147
- height: "20",
161
+ height: "12",
148
162
  x: "4",
149
- y: "2",
163
+ y: "8",
150
164
  rx: "2"
151
165
  }), jsx("path", {
152
- d: "M12 18h.01"
166
+ d: "M2 14h2"
167
+ }), jsx("path", {
168
+ d: "M20 14h2"
169
+ }), jsx("path", {
170
+ d: "M15 13v2"
171
+ }), jsx("path", {
172
+ d: "M9 13v2"
153
173
  })]
154
174
  }),
155
175
  Privacy: props => jsxs("svg", {
@@ -157,7 +177,7 @@ import {jsxs,jsx}from'react/jsx-runtime';const HelpCenterIcons = {
157
177
  viewBox: "0 0 24 24",
158
178
  fill: "none",
159
179
  stroke: "currentColor",
160
- strokeWidth: "2",
180
+ strokeWidth: "1.5",
161
181
  strokeLinecap: "round",
162
182
  strokeLinejoin: "round",
163
183
  width: "24",
@@ -168,48 +188,61 @@ import {jsxs,jsx}from'react/jsx-runtime';const HelpCenterIcons = {
168
188
  height: "11",
169
189
  x: "3",
170
190
  y: "11",
171
- rx: "2",
172
- ry: "2"
191
+ rx: "2"
173
192
  }), jsx("path", {
174
193
  d: "M7 11V7a5 5 0 0 1 10 0v4"
194
+ }), jsx("circle", {
195
+ cx: "12",
196
+ cy: "16",
197
+ r: "1"
175
198
  })]
176
199
  }),
177
- Spaces: props => jsx("svg", {
200
+ Spaces: props => jsxs("svg", {
178
201
  xmlns: "http://www.w3.org/2000/svg",
179
202
  viewBox: "0 0 24 24",
180
203
  fill: "none",
181
204
  stroke: "currentColor",
182
- strokeWidth: "2",
205
+ strokeWidth: "1.5",
183
206
  strokeLinecap: "round",
184
207
  strokeLinejoin: "round",
185
208
  width: "24",
186
209
  height: "24",
187
210
  ...props,
188
- children: jsx("path", {
211
+ children: [jsx("path", {
189
212
  d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20"
190
- })
213
+ }), jsx("path", {
214
+ d: "M8 7h6"
215
+ }), jsx("path", {
216
+ d: "M8 11h8"
217
+ })]
191
218
  }),
192
- Threads: props => jsx("svg", {
219
+ Threads: props => jsxs("svg", {
193
220
  xmlns: "http://www.w3.org/2000/svg",
194
221
  viewBox: "0 0 24 24",
195
222
  fill: "none",
196
223
  stroke: "currentColor",
197
- strokeWidth: "2",
224
+ strokeWidth: "1.5",
198
225
  strokeLinecap: "round",
199
226
  strokeLinejoin: "round",
200
227
  width: "24",
201
228
  height: "24",
202
229
  ...props,
203
- children: jsx("path", {
230
+ children: [jsx("path", {
204
231
  d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"
205
- })
232
+ }), jsx("path", {
233
+ d: "M8 10h.01"
234
+ }), jsx("path", {
235
+ d: "M12 10h.01"
236
+ }), jsx("path", {
237
+ d: "M16 10h.01"
238
+ })]
206
239
  }),
207
240
  Troubleshooting: props => jsx("svg", {
208
241
  xmlns: "http://www.w3.org/2000/svg",
209
242
  viewBox: "0 0 24 24",
210
243
  fill: "none",
211
244
  stroke: "currentColor",
212
- strokeWidth: "2",
245
+ strokeWidth: "1.5",
213
246
  strokeLinecap: "round",
214
247
  strokeLinejoin: "round",
215
248
  width: "24",
@@ -224,18 +257,18 @@ import {jsxs,jsx}from'react/jsx-runtime';const HelpCenterIcons = {
224
257
  viewBox: "0 0 24 24",
225
258
  fill: "none",
226
259
  stroke: "currentColor",
227
- strokeWidth: "2",
260
+ strokeWidth: "1.5",
228
261
  strokeLinecap: "round",
229
262
  strokeLinejoin: "round",
230
263
  width: "24",
231
264
  height: "24",
232
265
  ...props,
233
266
  children: [jsx("path", {
234
- d: "M18 21a6 6 0 0 0 0-12h-4a6 6 0 1 0 0 12"
267
+ d: "m7 8-4 4 4 4"
235
268
  }), jsx("path", {
236
- d: "M14 21a6 6 0 0 0 0-12"
269
+ d: "m17 8 4 4-4 4"
237
270
  }), jsx("path", {
238
- d: "M10 9a6 6 0 0 0 0 12"
271
+ d: "m14 4-4 16"
239
272
  })]
240
273
  }),
241
274
  FileUploads: props => jsxs("svg", {
@@ -243,7 +276,7 @@ import {jsxs,jsx}from'react/jsx-runtime';const HelpCenterIcons = {
243
276
  viewBox: "0 0 24 24",
244
277
  fill: "none",
245
278
  stroke: "currentColor",
246
- strokeWidth: "2",
279
+ strokeWidth: "1.5",
247
280
  strokeLinecap: "round",
248
281
  strokeLinejoin: "round",
249
282
  width: "24",
@@ -264,79 +297,306 @@ import {jsxs,jsx}from'react/jsx-runtime';const HelpCenterIcons = {
264
297
  viewBox: "0 0 24 24",
265
298
  fill: "none",
266
299
  stroke: "currentColor",
267
- strokeWidth: "2",
300
+ strokeWidth: "1.5",
301
+ strokeLinecap: "round",
302
+ strokeLinejoin: "round",
303
+ width: "24",
304
+ height: "24",
305
+ ...props,
306
+ children: [jsx("circle", {
307
+ cx: "12",
308
+ cy: "12",
309
+ r: "10"
310
+ }), jsx("path", {
311
+ d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"
312
+ }), jsx("path", {
313
+ d: "M12 17h.01"
314
+ })]
315
+ }),
316
+ DataPrivacy: props => jsxs("svg", {
317
+ xmlns: "http://www.w3.org/2000/svg",
318
+ viewBox: "0 0 24 24",
319
+ fill: "none",
320
+ stroke: "currentColor",
321
+ strokeWidth: "1.5",
322
+ strokeLinecap: "round",
323
+ strokeLinejoin: "round",
324
+ width: "24",
325
+ height: "24",
326
+ ...props,
327
+ children: [jsx("path", {
328
+ d: "M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"
329
+ }), jsx("path", {
330
+ d: "M12 8v4"
331
+ }), jsx("path", {
332
+ d: "M12 16h.01"
333
+ })]
334
+ }),
335
+ GettingStarted: props => jsx("svg", {
336
+ xmlns: "http://www.w3.org/2000/svg",
337
+ viewBox: "0 0 24 24",
338
+ fill: "none",
339
+ stroke: "currentColor",
340
+ strokeWidth: "1.5",
341
+ strokeLinecap: "round",
342
+ strokeLinejoin: "round",
343
+ width: "24",
344
+ height: "24",
345
+ ...props,
346
+ children: jsx("path", {
347
+ d: "M5 3l14 9-14 9V3z"
348
+ })
349
+ }),
350
+ StudentHub: props => jsxs("svg", {
351
+ xmlns: "http://www.w3.org/2000/svg",
352
+ viewBox: "0 0 24 24",
353
+ fill: "none",
354
+ stroke: "currentColor",
355
+ strokeWidth: "1.5",
356
+ strokeLinecap: "round",
357
+ strokeLinejoin: "round",
358
+ width: "24",
359
+ height: "24",
360
+ ...props,
361
+ children: [jsx("path", {
362
+ d: "M22 10v6M2 10l10-5 10 5-10 5z"
363
+ }), jsx("path", {
364
+ d: "M6 12v5c3 3 9 3 12 0v-5"
365
+ })]
366
+ }),
367
+ // --- New category icons ---
368
+ PlatformFeatures: props => jsxs("svg", {
369
+ xmlns: "http://www.w3.org/2000/svg",
370
+ viewBox: "0 0 24 24",
371
+ fill: "none",
372
+ stroke: "currentColor",
373
+ strokeWidth: "1.5",
268
374
  strokeLinecap: "round",
269
375
  strokeLinejoin: "round",
270
376
  width: "24",
271
377
  height: "24",
272
378
  ...props,
273
379
  children: [jsx("rect", {
274
- width: "20",
275
- height: "16",
276
- x: "2",
380
+ x: "3",
381
+ y: "3",
382
+ width: "7",
383
+ height: "7",
384
+ rx: "1.5"
385
+ }), jsx("rect", {
386
+ x: "14",
387
+ y: "3",
388
+ width: "7",
389
+ height: "7",
390
+ rx: "1.5"
391
+ }), jsx("rect", {
392
+ x: "3",
393
+ y: "14",
394
+ width: "7",
395
+ height: "7",
396
+ rx: "1.5"
397
+ }), jsx("rect", {
398
+ x: "14",
399
+ y: "14",
400
+ width: "7",
401
+ height: "7",
402
+ rx: "1.5"
403
+ })]
404
+ }),
405
+ AiEmployees: props => jsxs("svg", {
406
+ xmlns: "http://www.w3.org/2000/svg",
407
+ viewBox: "0 0 24 24",
408
+ fill: "none",
409
+ stroke: "currentColor",
410
+ strokeWidth: "1.5",
411
+ strokeLinecap: "round",
412
+ strokeLinejoin: "round",
413
+ width: "24",
414
+ height: "24",
415
+ ...props,
416
+ children: [jsx("rect", {
417
+ x: "3",
277
418
  y: "4",
278
- rx: "2"
419
+ width: "18",
420
+ height: "16",
421
+ rx: "3"
422
+ }), jsx("circle", {
423
+ cx: "9",
424
+ cy: "10",
425
+ r: "1.5"
426
+ }), jsx("circle", {
427
+ cx: "15",
428
+ cy: "10",
429
+ r: "1.5"
279
430
  }), jsx("path", {
280
- d: "M10 8v8"
431
+ d: "M9 15c.83.67 2.17 1 3 1s2.17-.33 3-1"
432
+ }), jsx("path", {
433
+ d: "M12 4V2"
434
+ })]
435
+ }),
436
+ SolutionsEngineering: props => jsxs("svg", {
437
+ xmlns: "http://www.w3.org/2000/svg",
438
+ viewBox: "0 0 24 24",
439
+ fill: "none",
440
+ stroke: "currentColor",
441
+ strokeWidth: "1.5",
442
+ strokeLinecap: "round",
443
+ strokeLinejoin: "round",
444
+ width: "24",
445
+ height: "24",
446
+ ...props,
447
+ children: [jsx("polyline", {
448
+ points: "16 18 22 12 16 6"
449
+ }), jsx("polyline", {
450
+ points: "8 6 2 12 8 18"
451
+ })]
452
+ }),
453
+ SolutionsSales: props => jsx("svg", {
454
+ xmlns: "http://www.w3.org/2000/svg",
455
+ viewBox: "0 0 24 24",
456
+ fill: "none",
457
+ stroke: "currentColor",
458
+ strokeWidth: "1.5",
459
+ strokeLinecap: "round",
460
+ strokeLinejoin: "round",
461
+ width: "24",
462
+ height: "24",
463
+ ...props,
464
+ children: jsx("path", {
465
+ d: "M22 12h-4l-3 9L9 3l-3 9H2"
466
+ })
467
+ }),
468
+ SolutionsMarketing: props => jsx("svg", {
469
+ xmlns: "http://www.w3.org/2000/svg",
470
+ viewBox: "0 0 24 24",
471
+ fill: "none",
472
+ stroke: "currentColor",
473
+ strokeWidth: "1.5",
474
+ strokeLinecap: "round",
475
+ strokeLinejoin: "round",
476
+ width: "24",
477
+ height: "24",
478
+ ...props,
479
+ children: jsx("path", {
480
+ d: "M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"
481
+ })
482
+ }),
483
+ Integrations: props => jsxs("svg", {
484
+ xmlns: "http://www.w3.org/2000/svg",
485
+ viewBox: "0 0 24 24",
486
+ fill: "none",
487
+ stroke: "currentColor",
488
+ strokeWidth: "1.5",
489
+ strokeLinecap: "round",
490
+ strokeLinejoin: "round",
491
+ width: "24",
492
+ height: "24",
493
+ ...props,
494
+ children: [jsx("path", {
495
+ d: "M8 12h8"
281
496
  }), jsx("path", {
282
- d: "m6 12 4-4 4 4"
497
+ d: "M12 8v8"
498
+ }), jsx("rect", {
499
+ x: "2",
500
+ y: "2",
501
+ width: "8",
502
+ height: "8",
503
+ rx: "2"
504
+ }), jsx("rect", {
505
+ x: "14",
506
+ y: "14",
507
+ width: "8",
508
+ height: "8",
509
+ rx: "2"
283
510
  }), jsx("path", {
284
- d: "M18 16v-4"
511
+ d: "M14 6h2a4 4 0 0 1 4 4v2"
285
512
  }), jsx("path", {
286
- d: "M18 8h.01"
513
+ d: "M4 14v2a4 4 0 0 0 4 4h2"
287
514
  })]
288
515
  }),
289
- DataPrivacy: props => jsxs("svg", {
516
+ SecurityCompliance: props => jsxs("svg", {
290
517
  xmlns: "http://www.w3.org/2000/svg",
291
518
  viewBox: "0 0 24 24",
292
519
  fill: "none",
293
520
  stroke: "currentColor",
294
- strokeWidth: "2",
521
+ strokeWidth: "1.5",
295
522
  strokeLinecap: "round",
296
523
  strokeLinejoin: "round",
297
524
  width: "24",
298
525
  height: "24",
299
526
  ...props,
300
527
  children: [jsx("path", {
301
- d: "M12 2a5 5 0 0 0-5 5v3h10V7a5 5 0 0 0-5-5Z"
528
+ d: "M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"
302
529
  }), jsx("path", {
303
- d: "M19 10h1a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h1"
530
+ d: "m9 12 2 2 4-4"
304
531
  })]
305
532
  }),
306
- GettingStarted: props => jsxs("svg", {
533
+ OpenClaw: props => jsxs("svg", {
307
534
  xmlns: "http://www.w3.org/2000/svg",
308
535
  viewBox: "0 0 24 24",
309
536
  fill: "none",
310
537
  stroke: "currentColor",
311
- strokeWidth: "2",
538
+ strokeWidth: "1.5",
312
539
  strokeLinecap: "round",
313
540
  strokeLinejoin: "round",
314
541
  width: "24",
315
542
  height: "24",
316
543
  ...props,
317
- children: [jsx("circle", {
318
- cx: "12",
319
- cy: "12",
320
- r: "10"
544
+ children: [jsx("path", {
545
+ d: "M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4"
321
546
  }), jsx("path", {
322
- d: "M10 8v8l6-4-6-4z"
547
+ d: "M9 18c-4.51 2-5-2-7-2"
323
548
  })]
324
549
  }),
325
- StudentHub: props => jsxs("svg", {
550
+ UseCases: props => jsxs("svg", {
326
551
  xmlns: "http://www.w3.org/2000/svg",
327
552
  viewBox: "0 0 24 24",
328
553
  fill: "none",
329
554
  stroke: "currentColor",
330
- strokeWidth: "2",
555
+ strokeWidth: "1.5",
331
556
  strokeLinecap: "round",
332
557
  strokeLinejoin: "round",
333
558
  width: "24",
334
559
  height: "24",
335
560
  ...props,
336
561
  children: [jsx("path", {
337
- d: "M22 10v6M2 10l10-5 10 5-10 5z"
338
- }), jsx("path", {
339
- d: "M6 12v5c3 3 9 3 12 0v-5"
562
+ d: "M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z"
563
+ }), jsx("line", {
564
+ x1: "4",
565
+ y1: "22",
566
+ x2: "4",
567
+ y2: "15"
568
+ })]
569
+ }),
570
+ Documentation: props => jsxs("svg", {
571
+ xmlns: "http://www.w3.org/2000/svg",
572
+ viewBox: "0 0 24 24",
573
+ fill: "none",
574
+ stroke: "currentColor",
575
+ strokeWidth: "1.5",
576
+ strokeLinecap: "round",
577
+ strokeLinejoin: "round",
578
+ width: "24",
579
+ height: "24",
580
+ ...props,
581
+ children: [jsx("path", {
582
+ d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"
583
+ }), jsx("polyline", {
584
+ points: "14 2 14 8 20 8"
585
+ }), jsx("line", {
586
+ x1: "16",
587
+ y1: "13",
588
+ x2: "8",
589
+ y2: "13"
590
+ }), jsx("line", {
591
+ x1: "16",
592
+ y1: "17",
593
+ x2: "8",
594
+ y2: "17"
595
+ }), jsx("line", {
596
+ x1: "10",
597
+ y1: "9",
598
+ x2: "8",
599
+ y2: "9"
340
600
  })]
341
601
  })
342
602
  };export{HelpCenterIcons};//# sourceMappingURL=Icons.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Icons.js","sources":["../../../../src/pages/HelpCenter/components/Icons.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":"yCAEa,MAAA,eAAe,GAAG;AAC7B,EAAA,UAAA,EAAU,KAAuC,IAAAA,IAC/C,CAAK,KAAA,EAAA;AAMP,IAAA,KAAK,EAAqC,4BAC9B;IAMZ,OAAQ,EAAA,WAA2C;AAKnD,IAAA,IAAA,EAAA,MAAY;IAMZ,MAAW,EAAA,cAAyC;IAMpD,WAAU,EAAG,GAAA;AAMb,IAAA,aAA8C,EAAA,OAC5C;AAKF,IAAA,cAAgD,EAAA,OAC9C;AAKF,IAAA,KAAA,EAAO,IAAG;IAMV,MAAM,EAAE,IAAC;IAKT,GAAO,KAAA;IAKP,QAAe,EAAA,CAAAC,GAAA,CAAA,QAAyC,EAAA;AAKxD,MAAA,EAAK,EAAC,IAAoC;AAO1C,MAAA,EAAA,EAAA,IAAA;MAQkB,CAAA,EAAA;KASP,CAAA,EAAAA,GAAA,CAAA,MAAG,EAAA;AAMd,MAAA,CAAA,EAAA;KAMU,CAAA,EAAAA,GAAA,CAAA,MAAG,EAAA;MAMb,CAAA,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Icons.js","sources":["../../../../src/pages/HelpCenter/components/Icons.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":"yCAEa,MAAA,eAAe,GAAG;AAC3B,EAAA,UAAA,EAAU,KAAuC,IAAAA,IAC7C,CACI,KAAA,EAAA;IAgBR,KAAK,EAAC,4BAEO;AAcb,IAAA,OAAA,EAAU,WAAyC;AAkBnD,IAAA,IAAA,EAAA,MAAY;AAiBZ,IAAA,MAAA,EAAA,cAAoD;AAmBpD,IAAA,aAAa,KAAoC;AAkBjD,IAAA,aAA8C,EAAA,OAC1C;IAgBJ,cAAgD,EAAA,OAC5C;AAoBJ,IAAA,KAAA,EAAO,IAAG;AAkBV,IAAA,MAAM,EAAE,IAAqC;AAkB7C,IAAA,GAAA,KAAS;IAmBT,QAAe,EAAA,CAAAC,GAAA,CAAA,QAAyC,EAAA;AAgBxD,MAAA,EAAK,EAAC,IAAoC;AAkB1C,MAAA,EAAA,EAAA,IAAA;AAmBA,MAAA,CAAA,EAAA;AAkBA,KAAA,CAAA,EAAAA,GAAA,CAAA,MAAkD,EAAA;MAkBpC,CAAA,EAAA;KAgBJ,CAAA,EAAAA,GAAA,CAAA,MAAG,EAAA;MAiBgB,CAAA,EAAA;AAC7B,KAAA,CAAA;IAmBA;KAoBoB,EAAA,KAAA,IAAAA,GAAA,CAAA,KAAE,EAAC;IAiBvB,KAAc,EAAA,4BACV;IAeJ,OAAkB,EAAA,WAAE;IAgBpB,IAAY,EAAA,MAAA;IAqBZ,MAAkB,EAAA,cAAG;IAiBrB,WAAW,EAAA,KAAsC;AAiBjD,IAAA,aAA+C,EAAA,OAC3C;IAgBJ,cAAa,EAAG,OAAsC;IAoBxD,KAAA,EAAA,IAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,7 +1,10 @@
1
1
  import React from 'react';
2
2
  export interface PopularArticleProps {
3
3
  title: string;
4
+ description?: string;
5
+ readTime?: string;
4
6
  link: string;
7
+ index?: number;
5
8
  className?: string;
6
9
  }
7
10
  export declare const PopularArticle: React.FC<PopularArticleProps>;
@@ -1 +1 @@
1
- {"version":3,"file":"PopularArticle.d.ts","sourceRoot":"","sources":["../../../../src/pages/HelpCenter/components/PopularArticle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,WAAW,mBAAmB;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA+BxD,CAAC"}
1
+ {"version":3,"file":"PopularArticle.d.ts","sourceRoot":"","sources":["../../../../src/pages/HelpCenter/components/PopularArticle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,WAAW,mBAAmB;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAWD,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA+CxD,CAAC"}