@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
@@ -1,73 +0,0 @@
1
- # Infrastructure
2
-
3
- Yantra's technical infrastructure and scalability.
4
-
5
- ## Cloud Infrastructure
6
-
7
- ### Cloud Architecture
8
- - **Multi-cloud**: Multi-cloud deployment strategy
9
- - **Microservices**: Microservices architecture
10
- - **Containerization**: Docker containerization
11
- - **Orchestration**: Kubernetes orchestration
12
-
13
- ### Infrastructure Components
14
- - **Compute**: Scalable compute resources
15
- - **Storage**: Distributed storage systems
16
- - **Networking**: High-performance networking
17
- - **Security**: Infrastructure security
18
-
19
- ## Scalability Design
20
-
21
- ### Horizontal Scaling
22
- - **Auto-scaling**: Automatic scaling based on demand
23
- - **Load Balancing**: Advanced load balancing
24
- - **Distributed Systems**: Distributed architecture
25
- - **Resource Pooling**: Resource pooling strategies
26
-
27
- ### Performance Optimization
28
- - **Caching**: Multi-layer caching
29
- - **CDN**: Content delivery network
30
- - **Database Optimization**: Database performance tuning
31
- - **Network Optimization**: Network performance optimization
32
-
33
- ## High Availability
34
-
35
- ### Availability Design
36
- - **Redundancy**: System redundancy
37
- - **Failover**: Automatic failover
38
- - **Disaster Recovery**: Disaster recovery procedures
39
- - **Backup Systems**: Comprehensive backup systems
40
-
41
- ### Monitoring
42
- - **Health Monitoring**: System health monitoring
43
- - **Performance Monitoring**: Performance metrics
44
- - **Alerting**: Automated alerting systems
45
- - **Logging**: Comprehensive logging
46
-
47
- ## Security Infrastructure
48
-
49
- ### Security Measures
50
- - **Network Security**: Network-level security
51
- - **Application Security**: Application security
52
- - **Data Security**: Data protection measures
53
- - **Access Control**: Access control systems
54
-
55
- ### Compliance
56
- - **Security Standards**: Industry security standards
57
- - **Compliance Monitoring**: Compliance monitoring
58
- - **Audit Logging**: Comprehensive audit logs
59
- - **Security Testing**: Regular security testing
60
-
61
- ## Global Infrastructure
62
-
63
- ### Geographic Distribution
64
- - **Multi-region**: Multi-region deployment
65
- - **Edge Computing**: Edge computing capabilities
66
- - **Latency Optimization**: Low-latency optimization
67
- - **Data Residency**: Data residency compliance
68
-
69
- ### Network Architecture
70
- - **Global Network**: Global network infrastructure
71
- - **Peering**: Network peering agreements
72
- - **Traffic Management**: Intelligent traffic management
73
- - **Bandwidth**: High-bandwidth connectivity
@@ -1,73 +0,0 @@
1
- # Performance Optimization
2
-
3
- Technical optimizations for speed and efficiency.
4
-
5
- ## System Performance
6
-
7
- ### Response Time Optimization
8
- - **Query Optimization**: Database query optimization
9
- - **Caching Strategies**: Intelligent caching
10
- - **CDN Integration**: Content delivery network
11
- - **Load Balancing**: Advanced load balancing
12
-
13
- ### Throughput Optimization
14
- - **Parallel Processing**: Multi-threaded processing
15
- - **Async Operations**: Asynchronous operations
16
- - **Connection Pooling**: Database connection pooling
17
- - **Resource Management**: Efficient resource management
18
-
19
- ## Database Optimization
20
-
21
- ### Query Performance
22
- - **Index Optimization**: Database index optimization
23
- - **Query Analysis**: Query performance analysis
24
- - **Execution Plans**: Query execution optimization
25
- - **Connection Optimization**: Database connection optimization
26
-
27
- ### Storage Optimization
28
- - **Data Partitioning**: Database partitioning
29
- - **Compression**: Data compression techniques
30
- - **Archiving**: Data archiving strategies
31
- - **Cleanup**: Automated data cleanup
32
-
33
- ## Application Optimization
34
-
35
- ### Code Optimization
36
- - **Algorithm Optimization**: Algorithm efficiency
37
- - **Memory Management**: Memory optimization
38
- - **CPU Optimization**: CPU usage optimization
39
- - **I/O Optimization**: Input/output optimization
40
-
41
- ### Framework Optimization
42
- - **Framework Tuning**: Framework configuration
43
- - **Middleware Optimization**: Middleware performance
44
- - **Library Optimization**: Third-party library optimization
45
- - **Dependency Management**: Dependency optimization
46
-
47
- ## Infrastructure Optimization
48
-
49
- ### Server Optimization
50
- - **Hardware Optimization**: Hardware configuration
51
- - **OS Tuning**: Operating system tuning
52
- - **Network Optimization**: Network performance
53
- - **Storage Optimization**: Storage performance
54
-
55
- ### Cloud Optimization
56
- - **Resource Allocation**: Optimal resource allocation
57
- - **Auto-scaling**: Intelligent auto-scaling
58
- - **Cost Optimization**: Cloud cost optimization
59
- - **Performance Monitoring**: Performance monitoring
60
-
61
- ## Monitoring and Profiling
62
-
63
- ### Performance Monitoring
64
- - **Real-time Monitoring**: Real-time performance monitoring
65
- - **Metrics Collection**: Performance metrics collection
66
- - **Alerting**: Performance alerting
67
- - **Dashboards**: Performance dashboards
68
-
69
- ### Profiling Tools
70
- - **Application Profiling**: Application performance profiling
71
- - **Database Profiling**: Database performance profiling
72
- - **Network Profiling**: Network performance profiling
73
- - **System Profiling**: System performance profiling
@@ -1,73 +0,0 @@
1
- # Search Algorithms
2
-
3
- Technical details about Yantra's search algorithms.
4
-
5
- ## Search Architecture
6
-
7
- ### Core Algorithms
8
- - **Vector Search**: Semantic vector search
9
- - **Keyword Search**: Traditional keyword matching
10
- - **Hybrid Search**: Combined vector and keyword search
11
- - **Ranking Algorithms**: Advanced ranking algorithms
12
-
13
- ### Search Pipeline
14
- - **Query Processing**: Query analysis and processing
15
- - **Index Lookup**: Search index lookup
16
- - **Result Ranking**: Result ranking and scoring
17
- - **Result Filtering**: Result filtering and refinement
18
-
19
- ## Ranking Algorithms
20
-
21
- ### Relevance Scoring
22
- - **TF-IDF**: Term frequency-inverse document frequency
23
- - **BM25**: Best Matching 25 algorithm
24
- - **Semantic Similarity**: Semantic similarity scoring
25
- - **User Behavior**: User behavior-based ranking
26
-
27
- ### Ranking Factors
28
- - **Content Quality**: Content quality assessment
29
- - **Source Authority**: Source authority scoring
30
- - **Recency**: Content recency scoring
31
- - **User Preferences**: Personalized ranking
32
-
33
- ## Indexing System
34
-
35
- ### Search Index
36
- - **Inverted Index**: Traditional inverted index
37
- - **Vector Index**: Semantic vector index
38
- - **Metadata Index**: Metadata indexing
39
- - **Full-text Index**: Full-text search index
40
-
41
- ### Index Management
42
- - **Index Updates**: Real-time index updates
43
- - **Index Optimization**: Index optimization
44
- - **Index Partitioning**: Index partitioning
45
- - **Index Backup**: Index backup and recovery
46
-
47
- ## Query Processing
48
-
49
- ### Query Analysis
50
- - **Query Parsing**: Natural language query parsing
51
- - **Query Expansion**: Query expansion techniques
52
- - **Query Optimization**: Query optimization
53
- - **Query Caching**: Query result caching
54
-
55
- ### Intent Recognition
56
- - **Intent Classification**: User intent classification
57
- - **Entity Recognition**: Named entity recognition
58
- - **Context Understanding**: Context analysis
59
- - **Query Disambiguation**: Query disambiguation
60
-
61
- ## Performance Optimization
62
-
63
- ### Search Performance
64
- - **Response Time**: Sub-second response times
65
- - **Throughput**: High query throughput
66
- - **Scalability**: Horizontal scaling
67
- - **Caching**: Multi-layer caching
68
-
69
- ### Optimization Techniques
70
- - **Index Optimization**: Search index optimization
71
- - **Query Optimization**: Query performance optimization
72
- - **Caching Strategies**: Intelligent caching
73
- - **Load Balancing**: Search load balancing
@@ -1,73 +0,0 @@
1
- # Technical Overview
2
-
3
- Technical architecture and implementation details.
4
-
5
- ## System Architecture
6
-
7
- ### Core Components
8
- - **Search Engine**: Advanced search processing engine
9
- - **AI Integration**: Multiple AI model integration
10
- - **Data Processing**: Real-time data processing pipeline
11
- - **API Layer**: RESTful API architecture
12
-
13
- ### Infrastructure
14
- - **Cloud Infrastructure**: Scalable cloud infrastructure
15
- - **Microservices**: Microservices architecture
16
- - **Load Balancing**: Advanced load balancing
17
- - **Caching**: Multi-layer caching system
18
-
19
- ## Technology Stack
20
-
21
- ### Backend Technologies
22
- - **Programming Languages**: Python, Node.js, Go
23
- - **Frameworks**: FastAPI, Express.js, Gin
24
- - **Databases**: PostgreSQL, Redis, Elasticsearch
25
- - **Message Queues**: Apache Kafka, RabbitMQ
26
-
27
- ### Frontend Technologies
28
- - **Web Framework**: React, TypeScript
29
- - **Mobile**: React Native, Flutter
30
- - **Build Tools**: Webpack, Vite, Rollup
31
- - **Testing**: Jest, Cypress, Playwright
32
-
33
- ## AI Integration
34
-
35
- ### Model Architecture
36
- - **GPT Integration**: OpenAI GPT model integration
37
- - **Claude Integration**: Anthropic Claude integration
38
- - **Custom Models**: Proprietary model development
39
- - **Model Selection**: Intelligent model routing
40
-
41
- ### Processing Pipeline
42
- - **Query Analysis**: Natural language query analysis
43
- - **Intent Recognition**: User intent recognition
44
- - **Context Management**: Conversation context management
45
- - **Response Generation**: AI response generation
46
-
47
- ## Data Architecture
48
-
49
- ### Data Storage
50
- - **Primary Database**: PostgreSQL for structured data
51
- - **Search Index**: Elasticsearch for search functionality
52
- - **Cache Layer**: Redis for high-speed caching
53
- - **File Storage**: S3-compatible object storage
54
-
55
- ### Data Processing
56
- - **ETL Pipelines**: Extract, transform, load processes
57
- - **Real-time Processing**: Stream processing with Kafka
58
- - **Data Validation**: Comprehensive data validation
59
- - **Data Quality**: Data quality monitoring
60
-
61
- ## Security Architecture
62
-
63
- ### Security Measures
64
- - **Authentication**: Multi-factor authentication
65
- - **Authorization**: Role-based access control
66
- - **Encryption**: End-to-end encryption
67
- - **Network Security**: Network-level security
68
-
69
- ### Compliance
70
- - **GDPR Compliance**: European data protection compliance
71
- - **SOC 2**: Security and compliance certification
72
- - **ISO 27001**: Information security management
73
- - **Privacy by Design**: Privacy-first architecture
@@ -1,59 +0,0 @@
1
- # Conversation Management
2
-
3
- Managing and organizing your conversation threads.
4
-
5
- ## Thread Management
6
-
7
- ### Creating Conversations
8
- - **New Thread**: Start new conversation thread
9
- - **Topic Definition**: Define conversation topic
10
- - **Context Setting**: Set conversation context
11
- - **Participant Invitation**: Invite conversation participants
12
-
13
- ### Organizing Threads
14
- - **Topic Grouping**: Group threads by topic
15
- - **Priority Setting**: Set thread priorities
16
- - **Status Tracking**: Track thread status
17
- - **Archive Management**: Archive completed threads
18
-
19
- ## Conversation Features
20
-
21
- ### Context Preservation
22
- - **History Tracking**: Track conversation history
23
- - **Reference Linking**: Link to previous discussions
24
- - **Context Awareness**: Maintain context across messages
25
- - **Follow-up Management**: Manage follow-up questions
26
-
27
- ### Collaboration Tools
28
- - **Member Roles**: Assign conversation roles
29
- - **Permission Control**: Control conversation permissions
30
- - **Activity Monitoring**: Monitor conversation activity
31
- - **Communication Tools**: Use built-in communication tools
32
-
33
- ## Thread Organization
34
-
35
- ### Structure Management
36
- - **Hierarchical Organization**: Organize threads hierarchically
37
- - **Category System**: Use category system
38
- - **Tagging System**: Tag conversations for easy finding
39
- - **Search Functionality**: Search within conversations
40
-
41
- ### Content Management
42
- - **Message Organization**: Organize messages within threads
43
- - **Attachment Management**: Manage file attachments
44
- - **Link Management**: Manage external links
45
- - **Citation Tracking**: Track source citations
46
-
47
- ## Advanced Features
48
-
49
- ### Thread Analytics
50
- - **Participation Metrics**: Track participation metrics
51
- - **Activity Analysis**: Analyze conversation activity
52
- - **Engagement Tracking**: Track engagement levels
53
- - **Productivity Metrics**: Measure conversation productivity
54
-
55
- ### Integration Features
56
- - **External Tools**: Integrate with external tools
57
- - **API Access**: Programmatic access to threads
58
- - **Export Options**: Export conversation data
59
- - **Sync Capabilities**: Sync across devices
@@ -1,60 +0,0 @@
1
- # Threads Overview
2
-
3
- Understanding Yantra's conversation threading system.
4
-
5
- ## What are Threads?
6
-
7
- ### Concept
8
- - **Conversation Organization**: Organize conversations
9
- - **Topic Threading**: Group related discussions
10
- - **Context Preservation**: Maintain conversation context
11
- - **Follow-up Management**: Manage follow-up questions
12
-
13
- ### Benefits
14
- - **Organization**: Keep conversations organized
15
- - **Context**: Maintain conversation context
16
- - **Efficiency**: More efficient conversations
17
- - **Clarity**: Clearer conversation flow
18
-
19
- ## Thread Features
20
-
21
- ### Conversation Management
22
- - **Thread Creation**: Create conversation threads
23
- - **Thread Organization**: Organize threads by topic
24
- - **Thread Search**: Search within threads
25
- - **Thread Archiving**: Archive old threads
26
-
27
- ### Context Preservation
28
- - **Conversation History**: Complete conversation history
29
- - **Context Awareness**: Maintain context across messages
30
- - **Reference Tracking**: Track references and citations
31
- - **Follow-up Linking**: Link related follow-ups
32
-
33
- ## Thread Usage
34
-
35
- ### Creating Threads
36
- 1. **Start Conversation**: Begin a new conversation
37
- 2. **Create Thread**: Create a new thread
38
- 3. **Add Context**: Add relevant context
39
- 4. **Invite Participants**: Invite thread participants
40
- 5. **Begin Discussion**: Start the discussion
41
-
42
- ### Managing Threads
43
- - **Thread Settings**: Configure thread settings
44
- - **Member Management**: Manage thread members
45
- - **Permission Control**: Control thread permissions
46
- - **Content Moderation**: Moderate thread content
47
-
48
- ## Thread Organization
49
-
50
- ### Thread Structure
51
- - **Hierarchical Organization**: Organize threads hierarchically
52
- - **Topic Grouping**: Group threads by topic
53
- - **Priority Levels**: Set thread priority levels
54
- - **Status Tracking**: Track thread status
55
-
56
- ### Thread Collaboration
57
- - **Member Roles**: Assign member roles
58
- - **Participation Tracking**: Track participation
59
- - **Activity Monitoring**: Monitor thread activity
60
- - **Communication Tools**: Use communication tools
@@ -1,59 +0,0 @@
1
- # Common Issues
2
-
3
- Solutions to frequently encountered problems.
4
-
5
- ## Search Problems
6
-
7
- ### Search Not Working
8
- - **Check Internet Connection**: Ensure stable internet
9
- - **Clear Browser Cache**: Clear browser data
10
- - **Try Different Browser**: Test in another browser
11
- - **Check Account Status**: Verify account is active
12
-
13
- ### Slow Search Results
14
- - **Check Server Status**: Verify Yantra server status
15
- - **Reduce Query Complexity**: Simplify your search
16
- - **Try Different Search Mode**: Switch search modes
17
- - **Check Network Speed**: Test internet speed
18
-
19
- ## Account Issues
20
-
21
- ### Login Problems
22
- - **Verify Credentials**: Check username/password
23
- - **Reset Password**: Use password reset option
24
- - **Check Email**: Verify email address
25
- - **Contact Support**: Get help from support team
26
-
27
- ### Subscription Issues
28
- - **Check Payment Method**: Verify payment details
29
- - **Review Billing**: Check billing history
30
- - **Update Payment Info**: Update payment method
31
- - **Contact Billing**: Reach out to billing support
32
-
33
- ## Performance Issues
34
-
35
- ### Slow Loading
36
- - **Clear Browser Cache**: Remove cached data
37
- - **Disable Extensions**: Turn off browser extensions
38
- - **Check System Resources**: Monitor CPU/memory usage
39
- - **Update Browser**: Use latest browser version
40
-
41
- ### Crashes and Errors
42
- - **Restart Browser**: Close and reopen browser
43
- - **Check Error Messages**: Note specific error details
44
- - **Try Incognito Mode**: Test in private browsing
45
- - **Report Issues**: Submit bug reports
46
-
47
- ## Mobile App Issues
48
-
49
- ### App Not Working
50
- - **Update App**: Install latest version
51
- - **Restart App**: Force close and reopen
52
- - **Check Permissions**: Verify app permissions
53
- - **Reinstall App**: Uninstall and reinstall
54
-
55
- ### Sync Problems
56
- - **Check Internet**: Ensure mobile internet connection
57
- - **Force Sync**: Manually trigger sync
58
- - **Clear App Data**: Clear app cache and data
59
- - **Contact Support**: Get mobile app support
@@ -1,84 +0,0 @@
1
- # Getting Started with Yantra
2
-
3
- Everything you need to know to start using Yantra effectively.
4
-
5
- ## Creating Your Account
6
-
7
- ### Sign Up Process
8
-
9
- 1. **Visit Yantra**: Go to our website
10
- 2. **Choose Sign Up**: Click the sign-up button
11
- 3. **Enter Details**: Provide your email and create a password
12
- 4. **Verify Email**: Check your email for verification
13
- 5. **Complete Profile**: Add additional information if desired
14
-
15
- ### Account Types
16
-
17
- - **Free Account**: Basic features and limited searches
18
- - **Pro Account**: Enhanced features and unlimited searches
19
- - **Max Account**: All features plus advanced capabilities
20
- - **Enterprise**: Team features and custom solutions
21
-
22
- ## First Steps
23
-
24
- ### Your First Search
25
-
26
- 1. **Ask a Question**: Type your question in the search bar
27
- 2. **Review Results**: Read the AI-generated answer
28
- 3. **Check Sources**: Click on citations to explore sources
29
- 4. **Ask Follow-ups**: Continue the conversation
30
-
31
- ### Understanding the Interface
32
-
33
- - **Search Bar**: Where you enter your questions
34
- - **Answer Area**: Displays the AI-generated response
35
- - **Citations**: Numbered references to sources
36
- - **Follow-up**: Suggested related questions
37
-
38
- ## Essential Features
39
-
40
- ### Search Modes
41
-
42
- - **Regular Search**: Standard web search
43
- - **Pro Search**: Enhanced with additional features
44
- - **Deep Research**: Comprehensive research mode
45
- - **Labs**: Experimental features
46
-
47
- ### Account Management
48
-
49
- - **Profile Settings**: Update your information
50
- - **Search History**: View past searches
51
- - **Saved Searches**: Keep important results
52
- - **Preferences**: Customize your experience
53
-
54
- ## Tips for Success
55
-
56
- ### Effective Questioning
57
-
58
- - Be specific in your questions
59
- - Provide context when needed
60
- - Use follow-up questions for clarity
61
- - Explore different search modes
62
-
63
- ### Maximizing Value
64
-
65
- - Use citations to verify information
66
- - Save important searches
67
- - Share results with others
68
- - Stay updated with new features
69
-
70
- ## Getting Help
71
-
72
- ### Support Resources
73
-
74
- - **Help Center**: Comprehensive documentation
75
- - **Discord Community**: Connect with other users
76
- - **Support Team**: Direct assistance when needed
77
- - **Video Tutorials**: Step-by-step guides
78
-
79
- ### Common Issues
80
-
81
- - **Search Not Working**: Check your internet connection
82
- - **Account Problems**: Contact support
83
- - **Feature Questions**: Check the help center
84
- - **Billing Issues**: Use the billing support channel
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- declare const ArticlePage: React.FC;
3
- export default ArticlePage;
4
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/pages/ArticlePage/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAM3D,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAiMxB,CAAC;AAEF,eAAe,WAAW,CAAC"}