@adminide-stack/yantra-help-browser 12.0.16-alpha.1

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 (231) hide show
  1. package/LICENSE +21 -0
  2. package/lib/components/HelpCenterFooter.d.ts +3 -0
  3. package/lib/components/HelpCenterFooter.d.ts.map +1 -0
  4. package/lib/components/HelpCenterFooter.js +98 -0
  5. package/lib/components/HelpCenterFooter.js.map +1 -0
  6. package/lib/components/HelpCenterHeader.d.ts +7 -0
  7. package/lib/components/HelpCenterHeader.d.ts.map +1 -0
  8. package/lib/components/HelpCenterHeader.js +80 -0
  9. package/lib/components/HelpCenterHeader.js.map +1 -0
  10. package/lib/components/Logo.d.ts +4 -0
  11. package/lib/components/Logo.d.ts.map +1 -0
  12. package/lib/components/Logo.js +105 -0
  13. package/lib/components/Logo.js.map +1 -0
  14. package/lib/components/navbar/index.d.ts +7 -0
  15. package/lib/components/navbar/index.d.ts.map +1 -0
  16. package/lib/components/navbar/index.js +77 -0
  17. package/lib/components/navbar/index.js.map +1 -0
  18. package/lib/compute.d.ts +5 -0
  19. package/lib/compute.d.ts.map +1 -0
  20. package/lib/compute.js +59 -0
  21. package/lib/compute.js.map +1 -0
  22. package/lib/config.d.ts +43 -0
  23. package/lib/config.d.ts.map +1 -0
  24. package/lib/content/account-management/account-setup.md +74 -0
  25. package/lib/content/account-management/delete-account.md +74 -0
  26. package/lib/content/account-management/preferences.md +73 -0
  27. package/lib/content/account-management/privacy-settings.md +73 -0
  28. package/lib/content/account-management/profile-settings.md +59 -0
  29. package/lib/content/data-privacy/data-collection.md +65 -0
  30. package/lib/content/data-privacy/privacy-policy.md +73 -0
  31. package/lib/content/data-subject-privacy/data-access.md +88 -0
  32. package/lib/content/data-subject-privacy/data-portability.md +108 -0
  33. package/lib/content/data-subject-privacy/privacy-requests.md +80 -0
  34. package/lib/content/file-uploads/file-upload-overview.md +65 -0
  35. package/lib/content/getting-started/getting-started-guide.md +65 -0
  36. package/lib/content/product-features/ai-models.md +84 -0
  37. package/lib/content/product-features/collaboration-tools.md +59 -0
  38. package/lib/content/product-features/conversation-features.md +45 -0
  39. package/lib/content/product-features/export-features.md +59 -0
  40. package/lib/content/product-features/follow-up-questions.md +59 -0
  41. package/lib/content/product-features/real-time-search.md +59 -0
  42. package/lib/content/product-features/saved-searches.md +59 -0
  43. package/lib/content/product-features/search-features.md +64 -0
  44. package/lib/content/product-features/search-history.md +59 -0
  45. package/lib/content/product-features/source-citations.md +59 -0
  46. package/lib/content/scope-api/api-overview.md +59 -0
  47. package/lib/content/search-modes/deep-research.md +60 -0
  48. package/lib/content/search-modes/labs-features.md +73 -0
  49. package/lib/content/search-modes/pro-search.md +59 -0
  50. package/lib/content/search-modes/regular-search.md +60 -0
  51. package/lib/content/spaces-library/spaces-overview.md +60 -0
  52. package/lib/content/student-hub/academic-research.md +61 -0
  53. package/lib/content/student-hub/student-discounts.md +74 -0
  54. package/lib/content/student-hub/student-overview.md +59 -0
  55. package/lib/content/student-hub/study-tools.md +59 -0
  56. package/lib/content/subscription-billing/billing-cycle.md +61 -0
  57. package/lib/content/subscription-billing/billing-overview.md +45 -0
  58. package/lib/content/subscription-billing/billing-support.md +59 -0
  59. package/lib/content/subscription-billing/currency-support.md +73 -0
  60. package/lib/content/subscription-billing/enterprise-pricing.md +60 -0
  61. package/lib/content/subscription-billing/invoice-management.md +59 -0
  62. package/lib/content/subscription-billing/payment-methods.md +67 -0
  63. package/lib/content/subscription-billing/promotional-offers.md +61 -0
  64. package/lib/content/subscription-billing/refund-policy.md +75 -0
  65. package/lib/content/subscription-billing/student-discounts.md +74 -0
  66. package/lib/content/subscription-billing/tax-information.md +59 -0
  67. package/lib/content/technical-questions/ai-models-technical.md +73 -0
  68. package/lib/content/technical-questions/api-technical.md +73 -0
  69. package/lib/content/technical-questions/data-processing.md +73 -0
  70. package/lib/content/technical-questions/database-architecture.md +73 -0
  71. package/lib/content/technical-questions/infrastructure.md +73 -0
  72. package/lib/content/technical-questions/performance-optimization.md +73 -0
  73. package/lib/content/technical-questions/search-algorithms.md +73 -0
  74. package/lib/content/technical-questions/technical-overview.md +73 -0
  75. package/lib/content/threads/conversation-management.md +59 -0
  76. package/lib/content/threads/threads-overview.md +60 -0
  77. package/lib/content/troubleshooting/common-issues.md +59 -0
  78. package/lib/content/what-is-yantra/getting-started-yantra.md +84 -0
  79. package/lib/content/what-is-yantra/how-yantra-works.md +38 -0
  80. package/lib/content/what-is-yantra/practical-tips-yantra.md +64 -0
  81. package/lib/content/what-is-yantra/what-is-yantra-intro.md +32 -0
  82. package/lib/content/what-is-yantra/yantra-discord-community.md +56 -0
  83. package/lib/content/yantra-assistant/android-app.md +73 -0
  84. package/lib/content/yantra-assistant/ios-app.md +74 -0
  85. package/lib/content/yantra-assistant/mobile-app-overview.md +60 -0
  86. package/lib/content/yantra-assistant/voice-assistant.md +73 -0
  87. package/lib/content/yantra-enterprise/admin-dashboard.md +73 -0
  88. package/lib/content/yantra-enterprise/custom-branding.md +74 -0
  89. package/lib/content/yantra-enterprise/dedicated-support.md +73 -0
  90. package/lib/content/yantra-enterprise/enterprise-overview.md +60 -0
  91. package/lib/content/yantra-enterprise/sso-integration.md +74 -0
  92. package/lib/content/yantra-enterprise/user-management.md +73 -0
  93. package/lib/content/yantra-pro-max/billing-management.md +97 -0
  94. package/lib/content/yantra-pro-max/cancellation-refund.md +93 -0
  95. package/lib/content/yantra-pro-max/pro-pricing.md +53 -0
  96. package/lib/content/yantra-pro-max/subscription-benefits.md +61 -0
  97. package/lib/content/yantra-pro-max/upgrade-process.md +91 -0
  98. package/lib/content/yantra-pro-max/yantra-max-features.md +48 -0
  99. package/lib/content/yantra-pro-max/yantra-pro-overview.md +47 -0
  100. package/lib/index.d.ts +4 -0
  101. package/lib/index.d.ts.map +1 -0
  102. package/lib/index.js +2 -0
  103. package/lib/index.js.map +1 -0
  104. package/lib/module.d.ts +4 -0
  105. package/lib/module.d.ts.map +1 -0
  106. package/lib/module.js +13 -0
  107. package/lib/module.js.map +1 -0
  108. package/lib/pages/ArticlePage/index.d.ts +4 -0
  109. package/lib/pages/ArticlePage/index.d.ts.map +1 -0
  110. package/lib/pages/ArticlePage/index.js +190 -0
  111. package/lib/pages/ArticlePage/index.js.map +1 -0
  112. package/lib/pages/CategoryCollection/index.d.ts +4 -0
  113. package/lib/pages/CategoryCollection/index.d.ts.map +1 -0
  114. package/lib/pages/CategoryCollection/index.js +121 -0
  115. package/lib/pages/CategoryCollection/index.js.map +1 -0
  116. package/lib/pages/GetStarted/components/ExampleCard.d.ts +10 -0
  117. package/lib/pages/GetStarted/components/ExampleCard.d.ts.map +1 -0
  118. package/lib/pages/GetStarted/components/GetStartedHero.d.ts +8 -0
  119. package/lib/pages/GetStarted/components/GetStartedHero.d.ts.map +1 -0
  120. package/lib/pages/GetStarted/components/InfoSection.d.ts +11 -0
  121. package/lib/pages/GetStarted/components/InfoSection.d.ts.map +1 -0
  122. package/lib/pages/GetStarted/components/TipCard.d.ts +10 -0
  123. package/lib/pages/GetStarted/components/TipCard.d.ts.map +1 -0
  124. package/lib/pages/GetStarted/components/UseCase.d.ts +13 -0
  125. package/lib/pages/GetStarted/components/UseCase.d.ts.map +1 -0
  126. package/lib/pages/GetStarted/index.d.ts +3 -0
  127. package/lib/pages/GetStarted/index.d.ts.map +1 -0
  128. package/lib/pages/GetStarted/index.js +776 -0
  129. package/lib/pages/GetStarted/index.js.map +1 -0
  130. package/lib/pages/HelpCenter/components/BookStack.d.ts +3 -0
  131. package/lib/pages/HelpCenter/components/BookStack.d.ts.map +1 -0
  132. package/lib/pages/HelpCenter/components/BookStack.js +36 -0
  133. package/lib/pages/HelpCenter/components/BookStack.js.map +1 -0
  134. package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts +21 -0
  135. package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts.map +1 -0
  136. package/lib/pages/HelpCenter/components/HelpCategoryCard.js +84 -0
  137. package/lib/pages/HelpCenter/components/HelpCategoryCard.js.map +1 -0
  138. package/lib/pages/HelpCenter/components/Icons.d.ts +22 -0
  139. package/lib/pages/HelpCenter/components/Icons.d.ts.map +1 -0
  140. package/lib/pages/HelpCenter/components/Icons.js +342 -0
  141. package/lib/pages/HelpCenter/components/Icons.js.map +1 -0
  142. package/lib/pages/HelpCenter/components/PopularArticle.d.ts +8 -0
  143. package/lib/pages/HelpCenter/components/PopularArticle.d.ts.map +1 -0
  144. package/lib/pages/HelpCenter/components/PopularArticle.js +51 -0
  145. package/lib/pages/HelpCenter/components/PopularArticle.js.map +1 -0
  146. package/lib/pages/HelpCenter/index.d.ts +4 -0
  147. package/lib/pages/HelpCenter/index.d.ts.map +1 -0
  148. package/lib/pages/HelpCenter/index.js +71 -0
  149. package/lib/pages/HelpCenter/index.js.map +1 -0
  150. package/lib/pages/HelpCenter/mockData.d.ts +8 -0
  151. package/lib/pages/HelpCenter/mockData.d.ts.map +1 -0
  152. package/lib/pages/HelpCenter/mockData.js +13 -0
  153. package/lib/pages/HelpCenter/mockData.js.map +1 -0
  154. package/lib/pages/LandingPage/components/ArticleCard.d.ts +11 -0
  155. package/lib/pages/LandingPage/components/ArticleCard.d.ts.map +1 -0
  156. package/lib/pages/LandingPage/components/ArticleCard.js +29 -0
  157. package/lib/pages/LandingPage/components/ArticleCard.js.map +1 -0
  158. package/lib/pages/LandingPage/components/Assets.d.ts +15 -0
  159. package/lib/pages/LandingPage/components/Assets.d.ts.map +1 -0
  160. package/lib/pages/LandingPage/components/Assets.js +14 -0
  161. package/lib/pages/LandingPage/components/Assets.js.map +1 -0
  162. package/lib/pages/LandingPage/components/CategoriesSection.d.ts +16 -0
  163. package/lib/pages/LandingPage/components/CategoriesSection.d.ts.map +1 -0
  164. package/lib/pages/LandingPage/components/CategoriesSection.js +31 -0
  165. package/lib/pages/LandingPage/components/CategoriesSection.js.map +1 -0
  166. package/lib/pages/LandingPage/components/CategoryCard.d.ts +11 -0
  167. package/lib/pages/LandingPage/components/CategoryCard.d.ts.map +1 -0
  168. package/lib/pages/LandingPage/components/CategoryCard.js +25 -0
  169. package/lib/pages/LandingPage/components/CategoryCard.js.map +1 -0
  170. package/lib/pages/LandingPage/components/FeaturedSection.d.ts +15 -0
  171. package/lib/pages/LandingPage/components/FeaturedSection.d.ts.map +1 -0
  172. package/lib/pages/LandingPage/components/FeaturedSection.js +24 -0
  173. package/lib/pages/LandingPage/components/FeaturedSection.js.map +1 -0
  174. package/lib/pages/LandingPage/components/HeroSection.d.ts +9 -0
  175. package/lib/pages/LandingPage/components/HeroSection.d.ts.map +1 -0
  176. package/lib/pages/LandingPage/components/HeroSection.js +46 -0
  177. package/lib/pages/LandingPage/components/HeroSection.js.map +1 -0
  178. package/lib/pages/LandingPage/components/Icons.d.ts +14 -0
  179. package/lib/pages/LandingPage/components/Icons.d.ts.map +1 -0
  180. package/lib/pages/LandingPage/components/Icons.js +174 -0
  181. package/lib/pages/LandingPage/components/Icons.js.map +1 -0
  182. package/lib/pages/LandingPage/components/ResourceCard.d.ts +12 -0
  183. package/lib/pages/LandingPage/components/ResourceCard.d.ts.map +1 -0
  184. package/lib/pages/LandingPage/components/ResourceCard.js +30 -0
  185. package/lib/pages/LandingPage/components/ResourceCard.js.map +1 -0
  186. package/lib/pages/LandingPage/components/ResourcesSection.d.ts +18 -0
  187. package/lib/pages/LandingPage/components/ResourcesSection.d.ts.map +1 -0
  188. package/lib/pages/LandingPage/components/ResourcesSection.js +26 -0
  189. package/lib/pages/LandingPage/components/ResourcesSection.js.map +1 -0
  190. package/lib/pages/LandingPage/components/SearchBar.d.ts +8 -0
  191. package/lib/pages/LandingPage/components/SearchBar.d.ts.map +1 -0
  192. package/lib/pages/LandingPage/components/SearchBar.js +58 -0
  193. package/lib/pages/LandingPage/components/SearchBar.js.map +1 -0
  194. package/lib/pages/LandingPage/index.d.ts +3 -0
  195. package/lib/pages/LandingPage/index.d.ts.map +1 -0
  196. package/lib/pages/LandingPage/index.js +209 -0
  197. package/lib/pages/LandingPage/index.js.map +1 -0
  198. package/lib/routes.json +58 -0
  199. package/lib/slot-fill/FooterFill.d.ts +3 -0
  200. package/lib/slot-fill/FooterFill.d.ts.map +1 -0
  201. package/lib/slot-fill/FooterFill.js +12 -0
  202. package/lib/slot-fill/FooterFill.js.map +1 -0
  203. package/lib/slot-fill/HeaderSearchButtonFill.d.ts +3 -0
  204. package/lib/slot-fill/HeaderSearchButtonFill.d.ts.map +1 -0
  205. package/lib/slot-fill/LogoFill.d.ts +5 -0
  206. package/lib/slot-fill/LogoFill.d.ts.map +1 -0
  207. package/lib/slot-fill/LogoFill.js +74 -0
  208. package/lib/slot-fill/LogoFill.js.map +1 -0
  209. package/lib/slot-fill/RightContentFill.d.ts +3 -0
  210. package/lib/slot-fill/RightContentFill.d.ts.map +1 -0
  211. package/lib/slot-fill/RightContentFill.js +14 -0
  212. package/lib/slot-fill/RightContentFill.js.map +1 -0
  213. package/lib/slot-fill/SearchBarFill.d.ts +4 -0
  214. package/lib/slot-fill/SearchBarFill.d.ts.map +1 -0
  215. package/lib/slot-fill/consts.d.ts +5 -0
  216. package/lib/slot-fill/consts.d.ts.map +1 -0
  217. package/lib/slot-fill/consts.js +2 -0
  218. package/lib/slot-fill/consts.js.map +1 -0
  219. package/lib/slot-fill/index.d.ts +6 -0
  220. package/lib/slot-fill/index.d.ts.map +1 -0
  221. package/lib/utils/helpCenterUtils.d.ts +26 -0
  222. package/lib/utils/helpCenterUtils.d.ts.map +1 -0
  223. package/lib/utils/index.d.ts +3 -0
  224. package/lib/utils/index.d.ts.map +1 -0
  225. package/lib/utils/index.js +3 -0
  226. package/lib/utils/index.js.map +1 -0
  227. package/lib/utils/markdownLoader.d.ts +32 -0
  228. package/lib/utils/markdownLoader.d.ts.map +1 -0
  229. package/lib/utils/markdownLoader.js +1287 -0
  230. package/lib/utils/markdownLoader.js.map +1 -0
  231. package/package.json +58 -0
@@ -0,0 +1,61 @@
1
+ # Subscription Benefits
2
+
3
+ Compare features across different subscription tiers.
4
+
5
+ ## Free Tier Benefits
6
+
7
+ ### Basic Features
8
+ - **5 Daily Searches**: Limited search capacity
9
+ - **GPT-3.5 Access**: Basic AI model access
10
+ - **Standard Support**: Community support
11
+ - **Basic Search**: Standard search functionality
12
+
13
+ ### Limitations
14
+ - **Search Limits**: 5 searches per day
15
+ - **Model Access**: Limited to GPT-3.5
16
+ - **No File Uploads**: Cannot upload documents
17
+ - **No API Access**: Cannot use API
18
+
19
+ ## Pro Tier Benefits
20
+
21
+ ### Enhanced Features
22
+ - **Unlimited Searches**: No daily limits
23
+ - **Advanced AI Models**: GPT-4 and Claude access
24
+ - **File Uploads**: Analyze documents and files
25
+ - **API Access**: Integrate with your applications
26
+ - **Priority Support**: Faster customer support
27
+
28
+ ### Additional Capabilities
29
+ - **Export Options**: Save and export research
30
+ - **Advanced Search**: Pro search modes
31
+ - **Custom Searches**: Tailored search options
32
+ - **Performance**: Faster response times
33
+
34
+ ## Max Tier Benefits
35
+
36
+ ### Premium Features
37
+ - **Maximum Search Limits**: Highest daily limits
38
+ - **Latest AI Models**: Access to newest models
39
+ - **Team Collaboration**: Share with team members
40
+ - **Custom Branding**: White-label solutions
41
+ - **Dedicated Support**: Personal account manager
42
+
43
+ ### Enterprise Features
44
+ - **Advanced Analytics**: Detailed usage insights
45
+ - **API Priority**: Highest API rate limits
46
+ - **Custom Training**: Train models on your data
47
+ - **Integration Support**: Help with custom integrations
48
+
49
+ ## Upgrade Benefits
50
+
51
+ ### Immediate Access
52
+ - **Instant Activation**: Features available immediately
53
+ - **No Downtime**: Seamless upgrade process
54
+ - **Data Preservation**: All data maintained
55
+ - **Prorated Billing**: Fair billing for mid-cycle upgrades
56
+
57
+ ### Long-term Value
58
+ - **Cost Savings**: Better value for heavy users
59
+ - **Productivity**: Enhanced capabilities
60
+ - **Support**: Priority assistance
61
+ - **Future Features**: Early access to new capabilities
@@ -0,0 +1,91 @@
1
+ # How to Upgrade
2
+
3
+ Step-by-step guide to upgrading your Yantra subscription.
4
+
5
+ ## Before You Upgrade
6
+
7
+ ### Check Your Usage
8
+ - **Current Plan**: Review your current subscription
9
+ - **Usage Patterns**: Analyze your search frequency
10
+ - **Feature Needs**: Identify required features
11
+ - **Budget**: Consider pricing options
12
+
13
+ ### Plan Comparison
14
+ - **Feature Matrix**: Compare available features
15
+ - **Pricing Calculator**: Calculate costs
16
+ - **Support Options**: Review support levels
17
+ - **Contract Terms**: Understand billing cycles
18
+
19
+ ## Upgrade Steps
20
+
21
+ ### 1. Access Account Settings
22
+ 1. Log into your Yantra account
23
+ 2. Navigate to Account Settings
24
+ 3. Click on "Subscription" tab
25
+ 4. Review current plan details
26
+
27
+ ### 2. Choose New Plan
28
+ 1. Select desired subscription tier
29
+ 2. Choose billing cycle (monthly/annual)
30
+ 3. Review feature differences
31
+ 4. Confirm pricing details
32
+
33
+ ### 3. Payment Information
34
+ 1. Enter payment method
35
+ 2. Verify billing address
36
+ 3. Review tax information
37
+ 4. Confirm payment details
38
+
39
+ ### 4. Complete Upgrade
40
+ 1. Review upgrade summary
41
+ 2. Accept terms and conditions
42
+ 3. Confirm upgrade
43
+ 4. Receive confirmation email
44
+
45
+ ## Upgrade Options
46
+
47
+ ### Free to Pro
48
+ - **Cost**: $20/month or $200/year
49
+ - **Benefits**: Unlimited searches, GPT-4 access
50
+ - **Activation**: Immediate
51
+ - **Billing**: Prorated for current month
52
+
53
+ ### Free to Max
54
+ - **Cost**: $40/month or $400/year
55
+ - **Benefits**: All features, team collaboration
56
+ - **Activation**: Immediate
57
+ - **Billing**: Prorated for current month
58
+
59
+ ### Pro to Max
60
+ - **Cost**: Additional $20/month or $200/year
61
+ - **Benefits**: Team features, custom branding
62
+ - **Activation**: Immediate
63
+ - **Billing**: Prorated for current month
64
+
65
+ ## Post-Upgrade
66
+
67
+ ### Immediate Access
68
+ - **New Features**: Available immediately
69
+ - **Search Limits**: Updated instantly
70
+ - **API Access**: Activated automatically
71
+ - **Support Level**: Upgraded immediately
72
+
73
+ ### Account Updates
74
+ - **Billing**: New billing cycle starts
75
+ - **Invoices**: Updated invoice format
76
+ - **Usage Tracking**: Enhanced analytics
77
+ - **Support**: Priority support access
78
+
79
+ ## Troubleshooting
80
+
81
+ ### Common Issues
82
+ - **Payment Failed**: Check payment method
83
+ - **Billing Questions**: Contact support
84
+ - **Feature Access**: Refresh account
85
+ - **Downgrade**: Available in settings
86
+
87
+ ### Getting Help
88
+ - **Support Team**: Priority support available
89
+ - **Documentation**: Comprehensive guides
90
+ - **Community**: User forums
91
+ - **Live Chat**: Real-time assistance
@@ -0,0 +1,48 @@
1
+ # Yantra Max Features
2
+
3
+ Yantra Max is our most advanced subscription plan with all features and capabilities.
4
+
5
+ ## What's Included in Yantra Max
6
+
7
+ ### All Pro Features Plus
8
+
9
+ - **Maximum Search Limits**: Highest daily search limits
10
+ - **Advanced AI Models**: Access to the latest AI models
11
+ - **Custom Integrations**: Tailored solutions for your needs
12
+ - **Dedicated Support**: Personal account manager
13
+
14
+ ### Enterprise-Grade Features
15
+
16
+ - **Team Collaboration**: Share searches with your team
17
+ - **Custom Branding**: White-label solutions
18
+ - **Advanced Analytics**: Detailed usage insights
19
+ - **API Priority**: Highest API rate limits
20
+
21
+ ### Specialized Capabilities
22
+
23
+ - **Custom Training**: Train models on your data
24
+ - **Advanced File Processing**: Handle complex documents
25
+ - **Integration Support**: Help with custom integrations
26
+ - **Training Sessions**: Personalized training sessions
27
+
28
+ ## Pricing
29
+
30
+ Yantra Max is available for $40/month or $400/year with a 2-month discount.
31
+
32
+ ## Getting Started with Max
33
+
34
+ 1. **Contact Sales**: Reach out to our sales team
35
+ 2. **Custom Setup**: We'll help configure your account
36
+ 3. **Training**: Receive personalized training
37
+ 4. **Ongoing Support**: Dedicated account manager
38
+
39
+ ## Max vs Pro
40
+
41
+ | Feature | Pro | Max |
42
+ |---------|-----|-----|
43
+ | Daily Searches | Unlimited | Maximum |
44
+ | AI Models | GPT-4 + Claude | Latest models |
45
+ | Team Features | ❌ | ✅ |
46
+ | Custom Branding | ❌ | ✅ |
47
+ | Dedicated Support | ❌ | ✅ |
48
+ | Custom Training | ❌ | ✅ |
@@ -0,0 +1,47 @@
1
+ # Yantra Pro Overview
2
+
3
+ Yantra Pro is our premium subscription plan that unlocks advanced features and capabilities.
4
+
5
+ ## What's Included in Yantra Pro
6
+
7
+ ### Enhanced Search Capabilities
8
+
9
+ - **Unlimited Searches**: No daily limits on searches
10
+ - **Pro Search Mode**: Advanced search with additional features
11
+ - **Deep Research**: Comprehensive research capabilities
12
+ - **Priority Processing**: Faster response times
13
+
14
+ ### Advanced AI Models
15
+
16
+ - **GPT-4 Access**: Latest GPT-4 models for better answers
17
+ - **Claude Integration**: Advanced reasoning capabilities
18
+ - **Custom Models**: Specialized models for different use cases
19
+
20
+ ### Additional Features
21
+
22
+ - **File Uploads**: Analyze documents and files
23
+ - **API Access**: Integrate Yantra into your workflow
24
+ - **Export Options**: Save and export your research
25
+ - **Priority Support**: Faster customer support
26
+
27
+ ## Pricing
28
+
29
+ Yantra Pro is available for $20/month or $200/year with a 2-month discount.
30
+
31
+ ## Getting Started with Pro
32
+
33
+ 1. **Upgrade**: Visit your account settings to upgrade
34
+ 2. **Explore Features**: Try out the new Pro features
35
+ 3. **API Setup**: Configure API access if needed
36
+ 4. **File Uploads**: Start analyzing your documents
37
+
38
+ ## Pro vs Free
39
+
40
+ | Feature | Free | Pro |
41
+ |---------|------|-----|
42
+ | Daily Searches | 5 | Unlimited |
43
+ | Search Modes | Basic | All modes |
44
+ | AI Models | GPT-3.5 | GPT-4 + Claude |
45
+ | File Uploads | ❌ | ✅ |
46
+ | API Access | ❌ | ✅ |
47
+ | Priority Support | ❌ | ✅ |
package/lib/index.d.ts ADDED
@@ -0,0 +1,4 @@
1
+ import { Feature } from '@common-stack/client-react';
2
+ declare const _default: Feature;
3
+ export default _default;
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAC;;AAErD,wBAAqC"}
package/lib/index.js ADDED
@@ -0,0 +1,2 @@
1
+ import {Feature}from'@common-stack/client-react';import settings from'./module.js';// eslint-disable-next-line import/no-extraneous-dependencies
2
+ var index = new Feature(settings);export{index as default};//# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":[null],"names":[],"mappings":"mFAAA;AAGA,YAAe,IAAI,OAAO,CAAC,QAAQ,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { Feature } from '@common-stack/client-react';
2
+ declare const _default: Feature;
3
+ export default _default;
4
+ //# sourceMappingURL=module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../src/module.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAC;;AAQrD,wBAgBG"}
package/lib/module.js ADDED
@@ -0,0 +1,13 @@
1
+ import {Feature}from'@common-stack/client-react';import {filteredRoutes}from'./compute.js';import {FooterFill}from'./slot-fill/FooterFill.js';import {RightContentFill}from'./slot-fill/RightContentFill.js';import {LogoFill}from'./slot-fill/LogoFill.js';import {LOGO_SLOT_FILL_NAME}from'@admin-layout/tailwind-design-pro/lib/components/Layout/slot-fill/Logo.js';import {RIGHT_CONTENT_FILL,FOOTER_FILL}from'./slot-fill/consts.js';var settings = new Feature({
2
+ componentFillPlugins: [{
3
+ name: LOGO_SLOT_FILL_NAME,
4
+ render: LogoFill
5
+ }, {
6
+ name: RIGHT_CONTENT_FILL,
7
+ render: RightContentFill
8
+ }, {
9
+ name: FOOTER_FILL,
10
+ render: FooterFill
11
+ }],
12
+ routeConfig: filteredRoutes
13
+ });export{settings as default};//# sourceMappingURL=module.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"module.js","sources":["../src/module.tsx"],"sourcesContent":[null],"names":[],"mappings":"2aASA,eAAe,IAAI,OAAO,CAAC;AACvB,EAAA,oBAAA,EAAoB,CAAE;AAClB,IAAA,IAAA,EAAA,mBAAA;AACI,IAAA,MAAA,EAAA;AACA,GAAA,EAAA;AACH,IAAA,IAAA,EAAA,kBAAA;AACD,IAAA,MAAA,EAAA;AACI,GAAA,EAAA;AACA,IAAA,IAAA,EAAA,WAAwB;AAC3B,IAAA,MAAA,EAAA;AACD,GAAA,CAAA;AACI,EAAA,WAAA,EAAA;AACA,CAAA,CAAA"}
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ declare const ArticlePage: React.FC;
3
+ export default ArticlePage;
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,190 @@
1
+ import {jsx,jsxs}from'react/jsx-runtime';import {useState,useRef,useEffect}from'react';import {useParams,Link}from'@remix-run/react';import {HelpCenterHeader}from'../../components/HelpCenterHeader.js';import {cn}from'../../utils/index.js';import {getCategoryById,loadArticleContent}from'../../utils/markdownLoader.js';const ArticlePage = () => {
2
+ const {
3
+ categoryId,
4
+ articleSlug
5
+ } = useParams();
6
+ const [article, setArticle] = useState(null);
7
+ const [loading, setLoading] = useState(true);
8
+ const [activeHeadingId, setActiveHeadingId] = useState('');
9
+ const observerRef = useRef(null);
10
+ useEffect(() => {
11
+ if (articleSlug) {
12
+ const loadContent = async () => {
13
+ const articleData = await loadArticleContent(articleSlug);
14
+ setArticle(articleData);
15
+ setLoading(false);
16
+ };
17
+ loadContent();
18
+ }
19
+ }, [articleSlug]);
20
+ // Scroll spy functionality
21
+ useEffect(() => {
22
+ if (!article?.headings || article.headings.length === 0) return;
23
+ // Clean up previous observer
24
+ if (observerRef.current) {
25
+ observerRef.current.disconnect();
26
+ }
27
+ // Create new intersection observer
28
+ observerRef.current = new IntersectionObserver(entries => {
29
+ entries.forEach(entry => {
30
+ if (entry.isIntersecting) {
31
+ setActiveHeadingId(entry.target.id);
32
+ }
33
+ });
34
+ }, {
35
+ rootMargin: '-20% 0px -70% 0px',
36
+ threshold: 0
37
+ });
38
+ // Observe all headings
39
+ article.headings.forEach(heading => {
40
+ const element = document.getElementById(heading.id);
41
+ if (element && observerRef.current) {
42
+ observerRef.current.observe(element);
43
+ }
44
+ });
45
+ // Cleanup function
46
+ return () => {
47
+ if (observerRef.current) {
48
+ observerRef.current.disconnect();
49
+ }
50
+ };
51
+ }, [article]);
52
+ const handleSearch = query => {
53
+ console.log('Searching for:', query);
54
+ // Implement search functionality
55
+ };
56
+ if (loading) {
57
+ return jsx("div", {
58
+ className: "min-h-screen bg-background text-foreground",
59
+ children: jsx("div", {
60
+ className: "container mx-auto px-16 py-16",
61
+ children: jsxs("div", {
62
+ className: "animate-pulse",
63
+ children: [jsx("div", {
64
+ className: "h-8 bg-muted rounded w-1/3 mb-4"
65
+ }), jsx("div", {
66
+ className: "h-4 bg-muted rounded w-1/2 mb-8"
67
+ }), jsxs("div", {
68
+ className: "space-y-4",
69
+ children: [jsx("div", {
70
+ className: "h-4 bg-muted rounded"
71
+ }), jsx("div", {
72
+ className: "h-4 bg-muted rounded w-5/6"
73
+ }), jsx("div", {
74
+ className: "h-4 bg-muted rounded w-4/6"
75
+ })]
76
+ })]
77
+ })
78
+ })
79
+ });
80
+ }
81
+ if (!article) {
82
+ return jsx("div", {
83
+ className: "min-h-screen bg-background text-foreground mt-20",
84
+ children: jsxs("div", {
85
+ className: "container mx-auto px-16 py-16",
86
+ children: [jsx("h1", {
87
+ className: "text-2xl font-bold",
88
+ children: "Article not found"
89
+ }), jsx(Link, {
90
+ to: "/help-center",
91
+ className: "mt-4 text-primary hover:text-primary/80",
92
+ children: "\u2190 Back to Help Center"
93
+ })]
94
+ })
95
+ });
96
+ }
97
+ return jsxs("div", {
98
+ className: "min-h-screen bg-background text-foreground scroll-smooth",
99
+ children: [jsx("div", {
100
+ className: "relative overflow-hidden",
101
+ children: jsx(HelpCenterHeader, {
102
+ onSearch: handleSearch
103
+ })
104
+ }), jsxs("div", {
105
+ className: "flex flex-col ml-auto w-[80%]",
106
+ children: [jsx("div", {
107
+ className: "container mx-auto px-4 md:px-16 pt-8",
108
+ children: jsxs("nav", {
109
+ className: "flex items-center space-x-2 text-sm text-muted-foreground",
110
+ children: [jsx(Link, {
111
+ to: "/help-center",
112
+ className: "hover:text-foreground",
113
+ children: "All Collections"
114
+ }), jsx("span", {
115
+ children: "\u203A"
116
+ }), jsx(Link, {
117
+ to: `/help-center/${article.categoryId}`,
118
+ className: "hover:text-foreground",
119
+ children: getCategoryById(article.categoryId)?.title || article.categoryId
120
+ }), jsx("span", {
121
+ children: "\u203A"
122
+ }), jsx("span", {
123
+ className: "text-foreground",
124
+ children: article.title
125
+ })]
126
+ })
127
+ }), jsx("main", {
128
+ className: "container mx-auto px-4 md:px-16 py-8",
129
+ children: jsxs("div", {
130
+ className: "flex flex-col lg:flex-row gap-8",
131
+ children: [jsxs("div", {
132
+ className: "flex-1 max-w-4xl mx-auto lg:mx-0",
133
+ children: [jsxs("div", {
134
+ className: "mb-8",
135
+ children: [jsx("h1", {
136
+ className: "text-3xl md:text-4xl font-bold text-foreground mb-4",
137
+ children: article.title
138
+ }), jsx("p", {
139
+ className: "text-lg text-muted-foreground mb-6",
140
+ children: article.description
141
+ }), jsxs("div", {
142
+ className: "flex items-center space-x-4 text-sm text-muted-foreground",
143
+ children: [jsxs("div", {
144
+ className: "flex items-center",
145
+ children: [jsx("div", {
146
+ className: "mr-2 flex h-6 w-6 items-center justify-center rounded-full bg-muted text-xs text-foreground",
147
+ children: article.author.charAt(0)
148
+ }), jsxs("span", {
149
+ children: ["Written by ", article.author]
150
+ })]
151
+ }), jsx("span", {
152
+ children: "\u2022"
153
+ }), jsxs("span", {
154
+ children: ["Updated ", article.updatedAt]
155
+ })]
156
+ })]
157
+ }), jsx("div", {
158
+ className: "prose prose-lg max-w-none",
159
+ children: jsx("div", {
160
+ className: cn('prose-headings:text-foreground prose-p:text-muted-foreground prose-strong:text-foreground prose-a:text-primary prose-a:no-underline hover:prose-a:underline prose-ul:text-muted-foreground prose-ol:text-muted-foreground prose-li:text-muted-foreground prose-blockquote:text-muted-foreground prose-code:text-foreground prose-code:bg-muted prose-code:px-1 prose-code:py-0.5 prose-code:rounded prose-pre:bg-muted prose-pre:text-foreground'),
161
+ dangerouslySetInnerHTML: {
162
+ __html: article.htmlContent
163
+ }
164
+ })
165
+ })]
166
+ }), jsx("aside", {
167
+ className: "w-full lg:w-80 flex-shrink-0",
168
+ children: jsx("div", {
169
+ className: "sticky top-[6rem]",
170
+ children: jsx("nav", {
171
+ className: "space-y-1",
172
+ children: article.headings && article.headings.length > 0 ? article.headings.map((heading, index) => {
173
+ const isActive = activeHeadingId === heading.id;
174
+ return jsx("a", {
175
+ href: `#${heading.id}`,
176
+ className: cn('relative block text-sm transition-colors py-1 pl-4', 'border-l-2 border-transparent', isActive ? 'text-foreground border-l-foreground bg-muted/20' : 'text-muted-foreground hover:text-foreground hover:border-l-muted-foreground', heading.level === 1 ? 'font-semibold' : heading.level === 2 ? 'ml-2' : heading.level === 3 ? 'ml-4' : heading.level === 4 ? 'ml-6' : heading.level === 5 ? 'ml-8' : 'ml-10'),
177
+ children: heading.text
178
+ }, index);
179
+ }) : jsx("p", {
180
+ className: "text-sm text-muted-foreground",
181
+ children: "No headings found"
182
+ })
183
+ })
184
+ })
185
+ })]
186
+ })
187
+ })]
188
+ })]
189
+ });
190
+ };export{ArticlePage as default};//# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../src/pages/ArticlePage/index.tsx"],"sourcesContent":[null],"names":["_jsx","_jsxs"],"mappings":"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"}
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ declare const CategoryCollectionPage: React.FC;
3
+ export default CategoryCollectionPage;
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/pages/CategoryCollection/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,QAAA,MAAM,sBAAsB,EAAE,KAAK,CAAC,EA+GnC,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
@@ -0,0 +1,121 @@
1
+ import {jsx,jsxs}from'react/jsx-runtime';import {useParams,Link}from'@remix-run/react';import {HelpCenterHeader}from'../../components/HelpCenterHeader.js';import {HelpCenterIcons}from'../HelpCenter/components/Icons.js';import {cn}from'../../utils/index.js';import {getCategoryById}from'../../utils/markdownLoader.js';const CategoryCollectionPage = () => {
2
+ const {
3
+ categoryId
4
+ } = useParams();
5
+ const category = categoryId ? getCategoryById(categoryId) : null;
6
+ const handleSearch = query => {
7
+ console.log('Searching for:', query);
8
+ // Implement search functionality
9
+ };
10
+ const renderIcon = iconType => {
11
+ if (iconType in HelpCenterIcons) {
12
+ const IconComponent = HelpCenterIcons[iconType];
13
+ return jsx(IconComponent, {
14
+ width: 24,
15
+ height: 24
16
+ });
17
+ }
18
+ return null;
19
+ };
20
+ if (!category) {
21
+ return jsx("div", {
22
+ className: "min-h-screen bg-background text-foreground",
23
+ children: jsxs("div", {
24
+ className: "container mx-auto px-16 py-16",
25
+ children: [jsx("h1", {
26
+ className: "text-2xl font-bold",
27
+ children: "Category not found"
28
+ }), jsx(Link, {
29
+ to: "/help-center",
30
+ className: "mt-4 text-primary hover:text-primary/80",
31
+ children: "\u2190 Back to Help Center"
32
+ })]
33
+ })
34
+ });
35
+ }
36
+ return jsxs("div", {
37
+ className: "min-h-screen bg-background text-foreground",
38
+ children: [jsx("div", {
39
+ className: "relative overflow-hidden",
40
+ children: jsx(HelpCenterHeader, {
41
+ onSearch: handleSearch
42
+ })
43
+ }), jsx("div", {
44
+ className: "container mx-auto px-16 pt-8",
45
+ children: jsxs("nav", {
46
+ className: "flex items-center space-x-2 text-sm text-muted-foreground",
47
+ children: [jsx(Link, {
48
+ to: "/help-center",
49
+ className: "hover:text-foreground",
50
+ children: "All Collections"
51
+ }), jsx("span", {
52
+ children: "\u203A"
53
+ }), jsx("span", {
54
+ className: "text-foreground",
55
+ children: category.title
56
+ })]
57
+ })
58
+ }), jsxs("main", {
59
+ className: "container mx-auto px-16 py-8",
60
+ children: [jsx("div", {
61
+ className: "mb-8",
62
+ children: jsxs("div", {
63
+ className: "flex items-start space-x-4",
64
+ children: [jsx("div", {
65
+ className: "text-primary",
66
+ children: renderIcon(category.iconType)
67
+ }), jsxs("div", {
68
+ children: [jsx("h1", {
69
+ className: "text-4xl font-bold text-foreground mb-2",
70
+ children: category.title
71
+ }), jsx("p", {
72
+ className: "text-lg text-muted-foreground mb-4",
73
+ children: category.description
74
+ }), jsx("div", {
75
+ className: "flex items-center space-x-4 text-sm text-muted-foreground",
76
+ children: jsxs("div", {
77
+ className: "flex items-center",
78
+ children: [jsx("div", {
79
+ className: "mr-2 flex h-6 w-6 items-center justify-center rounded-full bg-muted text-xs text-foreground",
80
+ children: "J"
81
+ }), jsxs("span", {
82
+ children: ["By Beena \u2022 ", category.articles.length, " articles"]
83
+ })]
84
+ })
85
+ })]
86
+ })]
87
+ })
88
+ }), jsx("div", {
89
+ className: "space-y-4",
90
+ children: category.articles.map(article => jsxs(Link, {
91
+ to: `/help-center/${categoryId}/${article.slug}`,
92
+ className: cn("group flex cursor-pointer items-center justify-between rounded-lg border border-border bg-card p-6 transition-all hover:border-primary/50 hover:bg-primary/5"),
93
+ children: [jsxs("div", {
94
+ className: "flex-1",
95
+ children: [jsx("h3", {
96
+ className: "text-lg font-medium text-foreground group-hover:text-primary transition-colors",
97
+ children: article.title
98
+ }), jsx("p", {
99
+ className: "mt-1 text-sm text-muted-foreground",
100
+ children: article.description
101
+ })]
102
+ }), jsx("div", {
103
+ className: "ml-4 text-muted-foreground group-hover:text-primary transition-colors",
104
+ children: jsx("svg", {
105
+ className: "h-5 w-5",
106
+ fill: "none",
107
+ viewBox: "0 0 24 24",
108
+ stroke: "currentColor",
109
+ children: jsx("path", {
110
+ strokeLinecap: "round",
111
+ strokeLinejoin: "round",
112
+ strokeWidth: 2,
113
+ d: "M9 5l7 7-7 7"
114
+ })
115
+ })
116
+ })]
117
+ }, article.id))
118
+ })]
119
+ })]
120
+ });
121
+ };export{CategoryCollectionPage as default};//# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../src/pages/CategoryCollection/index.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":"6TAQM,MAAA,sBAAsB,GAAa,MAAK;AAC5C,EAAA,MAAA;AAEA,IAAA;AAEA,GAAA,GAAA,SAAkB,EAAA;AAChB,EAAA,MAAA,QAAQ,GAAG,4BAA0B,CAAA,UAAA,CAAA,GAAA,IAAA;QACrC,YAAiC,GAAA,KAAA,IAAA;AACnC,IAAA,OAAE,CAAA,GAAA,CAAA,gBAAA,EAAA,KAAA,CAAA;AAEF;AACE,GAAA;AACE,EAAA,MAAA,UAAM,eAAgB;gBACf,IAAA,eAAc,EAAA;YACtB,aAAA,GAAA,eAAA,CAAA,QAAA,CAAA;AACD,MAAA,OAAAA,iBAAY,EAAA;AACd,QAAE,KAAA,EAAA,EAAA;QAEE,MAAS,EAAA;AACX,OAAA,CAAA;;IAeF,OAAO,IACA;AA4ET,GAAE;AAEF,EAAA,IAAA,CAAA,QAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ interface ExampleCardProps {
3
+ question: string;
4
+ answer: string;
5
+ icon?: React.ReactNode;
6
+ className?: string;
7
+ }
8
+ export declare const ExampleCard: React.FC<ExampleCardProps>;
9
+ export {};
10
+ //# sourceMappingURL=ExampleCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ExampleCard.d.ts","sourceRoot":"","sources":["../../../../src/pages/GetStarted/components/ExampleCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,UAAU,gBAAgB;IACxB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CA6BlD,CAAC"}
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ interface GetStartedHeroProps {
3
+ title?: string;
4
+ subtitle?: string;
5
+ }
6
+ export declare const GetStartedHero: React.FC<GetStartedHeroProps>;
7
+ export {};
8
+ //# sourceMappingURL=GetStartedHero.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetStartedHero.d.ts","sourceRoot":"","sources":["../../../../src/pages/GetStarted/components/GetStartedHero.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,UAAU,mBAAmB;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAwBxD,CAAC"}