@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.
- package/lib/components/HelpCenterFooter.d.ts.map +1 -1
- package/lib/components/HelpCenterFooter.js +186 -90
- package/lib/components/HelpCenterFooter.js.map +1 -1
- package/lib/components/HelpCenterHeader.d.ts +1 -5
- package/lib/components/HelpCenterHeader.d.ts.map +1 -1
- package/lib/components/HelpCenterHeader.js +123 -69
- package/lib/components/HelpCenterHeader.js.map +1 -1
- package/lib/components/Icons.d.ts +55 -0
- package/lib/components/Icons.d.ts.map +1 -0
- package/lib/components/Icons.js +186 -0
- package/lib/components/Icons.js.map +1 -0
- package/lib/components/Logo.d.ts +1 -2
- package/lib/components/Logo.d.ts.map +1 -1
- package/lib/components/Logo.js +5 -8
- package/lib/components/Logo.js.map +1 -1
- package/lib/components/PageHero.d.ts +9 -0
- package/lib/components/PageHero.d.ts.map +1 -0
- package/lib/components/PageHero.js +47 -0
- package/lib/components/PageHero.js.map +1 -0
- package/lib/components/SearchBar.d.ts +8 -0
- package/lib/components/SearchBar.d.ts.map +1 -0
- package/lib/components/SearchBar.js +262 -0
- package/lib/components/SearchBar.js.map +1 -0
- package/lib/components/SidebarSearch.d.ts +8 -0
- package/lib/components/SidebarSearch.d.ts.map +1 -0
- package/lib/components/SidebarSearch.js +114 -0
- package/lib/components/SidebarSearch.js.map +1 -0
- package/lib/components/navbar/index.d.ts.map +1 -1
- package/lib/components/navbar/index.js +32 -36
- package/lib/components/navbar/index.js.map +1 -1
- package/lib/compute.d.ts +17 -0
- package/lib/compute.d.ts.map +1 -1
- package/lib/compute.js +111 -3
- package/lib/compute.js.map +1 -1
- package/lib/pages/About/index.d.ts +3 -0
- package/lib/pages/About/index.d.ts.map +1 -0
- package/lib/pages/About/index.js +69 -0
- package/lib/pages/About/index.js.map +1 -0
- package/lib/pages/Blog/index.d.ts +3 -0
- package/lib/pages/Blog/index.d.ts.map +1 -0
- package/lib/pages/Blog/index.js +172 -0
- package/lib/pages/Blog/index.js.map +1 -0
- package/lib/pages/BlogPost/index.d.ts +3 -0
- package/lib/pages/BlogPost/index.d.ts.map +1 -0
- package/lib/pages/BlogPost/index.js +209 -0
- package/lib/pages/BlogPost/index.js.map +1 -0
- package/lib/pages/Careers/index.d.ts +3 -0
- package/lib/pages/Careers/index.d.ts.map +1 -0
- package/lib/pages/Careers/index.js +78 -0
- package/lib/pages/Careers/index.js.map +1 -0
- package/lib/pages/CategoryCollection/index.d.ts.map +1 -1
- package/lib/pages/CategoryCollection/index.js +86 -80
- package/lib/pages/CategoryCollection/index.js.map +1 -1
- package/lib/pages/Community/index.d.ts +3 -0
- package/lib/pages/Community/index.d.ts.map +1 -0
- package/lib/pages/Community/index.js +72 -0
- package/lib/pages/Community/index.js.map +1 -0
- package/lib/pages/Contact/index.d.ts +3 -0
- package/lib/pages/Contact/index.d.ts.map +1 -0
- package/lib/pages/Contact/index.js +128 -0
- package/lib/pages/Contact/index.js.map +1 -0
- package/lib/pages/GetStarted/components/ExampleCard.d.ts.map +1 -1
- package/lib/pages/GetStarted/components/GetStartedHero.d.ts.map +1 -1
- package/lib/pages/GetStarted/components/InfoSection.d.ts.map +1 -1
- package/lib/pages/GetStarted/components/TipCard.d.ts.map +1 -1
- package/lib/pages/GetStarted/components/UseCase.d.ts.map +1 -1
- package/lib/pages/GetStarted/index.d.ts.map +1 -1
- package/lib/pages/GetStarted/index.js +333 -713
- package/lib/pages/GetStarted/index.js.map +1 -1
- package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts +2 -0
- package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/HelpCategoryCard.js +154 -68
- package/lib/pages/HelpCenter/components/HelpCategoryCard.js.map +1 -1
- package/lib/pages/HelpCenter/components/Icons.d.ts +10 -0
- package/lib/pages/HelpCenter/components/Icons.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/Icons.js +338 -78
- package/lib/pages/HelpCenter/components/Icons.js.map +1 -1
- package/lib/pages/HelpCenter/components/PopularArticle.d.ts +3 -0
- package/lib/pages/HelpCenter/components/PopularArticle.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/PopularArticle.js +22 -37
- package/lib/pages/HelpCenter/components/PopularArticle.js.map +1 -1
- package/lib/pages/HelpCenter/index.d.ts.map +1 -1
- package/lib/pages/HelpCenter/index.js +261 -44
- package/lib/pages/HelpCenter/index.js.map +1 -1
- package/lib/pages/HelpCenter/mockData.d.ts +16 -0
- package/lib/pages/HelpCenter/mockData.d.ts.map +1 -1
- package/lib/pages/HelpCenter/mockData.js +83 -12
- package/lib/pages/HelpCenter/mockData.js.map +1 -1
- package/lib/pages/LandingPage/components/ArticleCard.d.ts +2 -2
- package/lib/pages/LandingPage/components/ArticleCard.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/ArticleCard.js +31 -20
- package/lib/pages/LandingPage/components/ArticleCard.js.map +1 -1
- package/lib/pages/LandingPage/components/Assets.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/CategoriesSection.d.ts +2 -1
- package/lib/pages/LandingPage/components/CategoriesSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/CategoriesSection.js +33 -23
- package/lib/pages/LandingPage/components/CategoriesSection.js.map +1 -1
- package/lib/pages/LandingPage/components/CategoryCard.d.ts +1 -1
- package/lib/pages/LandingPage/components/CategoryCard.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/CategoryCard.js +35 -13
- package/lib/pages/LandingPage/components/CategoryCard.js.map +1 -1
- package/lib/pages/LandingPage/components/FeaturedSection.d.ts +2 -1
- package/lib/pages/LandingPage/components/FeaturedSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/FeaturedSection.js +24 -9
- package/lib/pages/LandingPage/components/FeaturedSection.js.map +1 -1
- package/lib/pages/LandingPage/components/HeroSection.d.ts +1 -7
- package/lib/pages/LandingPage/components/HeroSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/HeroSection.js +108 -40
- package/lib/pages/LandingPage/components/HeroSection.js.map +1 -1
- package/lib/pages/LandingPage/components/ResourceCard.d.ts +1 -1
- package/lib/pages/LandingPage/components/ResourceCard.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/ResourceCard.js +24 -19
- package/lib/pages/LandingPage/components/ResourceCard.js.map +1 -1
- package/lib/pages/LandingPage/components/ResourcesSection.d.ts +2 -2
- package/lib/pages/LandingPage/components/ResourcesSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/ResourcesSection.js +28 -14
- package/lib/pages/LandingPage/components/ResourcesSection.js.map +1 -1
- package/lib/pages/LandingPage/index.d.ts.map +1 -1
- package/lib/pages/LandingPage/index.js +189 -130
- package/lib/pages/LandingPage/index.js.map +1 -1
- package/lib/pages/Markdown/MarkdownPageLayout.d.ts +3 -0
- package/lib/pages/Markdown/MarkdownPageLayout.d.ts.map +1 -0
- package/lib/pages/Markdown/MarkdownPageLayout.js +318 -0
- package/lib/pages/Markdown/MarkdownPageLayout.js.map +1 -0
- package/lib/pages/Markdown/MarkdownPageWithParams.d.ts +9 -0
- package/lib/pages/Markdown/MarkdownPageWithParams.d.ts.map +1 -0
- package/lib/pages/Markdown/MarkdownPageWithParams.js +65 -0
- package/lib/pages/Markdown/MarkdownPageWithParams.js.map +1 -0
- package/lib/pages/Markdown/index.d.ts +3 -0
- package/lib/pages/Markdown/index.d.ts.map +1 -0
- package/lib/pages/Markdown/index.js +5 -0
- package/lib/pages/Markdown/index.js.map +1 -0
- package/lib/pages/Privacy/index.d.ts +3 -0
- package/lib/pages/Privacy/index.d.ts.map +1 -0
- package/lib/pages/Privacy/index.js +449 -0
- package/lib/pages/Privacy/index.js.map +1 -0
- package/lib/pages/ReleaseNotes/index.d.ts +3 -0
- package/lib/pages/ReleaseNotes/index.d.ts.map +1 -0
- package/lib/pages/ReleaseNotes/index.js +61 -0
- package/lib/pages/ReleaseNotes/index.js.map +1 -0
- package/lib/pages/StatusPage/index.d.ts +3 -0
- package/lib/pages/StatusPage/index.d.ts.map +1 -0
- package/lib/pages/StatusPage/index.js +85 -0
- package/lib/pages/StatusPage/index.js.map +1 -0
- package/lib/pages/Terms/index.d.ts +3 -0
- package/lib/pages/Terms/index.d.ts.map +1 -0
- package/lib/pages/Terms/index.js +60 -0
- package/lib/pages/Terms/index.js.map +1 -0
- package/lib/routes.json +138 -1
- package/lib/templates/content/account-management/account-setup.md +83 -0
- package/lib/templates/content/account-management/delete-account.md +81 -0
- package/lib/templates/content/account-management/preferences.md +98 -0
- package/lib/templates/content/account-management/privacy-settings.md +94 -0
- package/lib/templates/content/account-management/profile-settings.md +78 -0
- package/lib/templates/content/ai-employees/ai-employees-overview.md +97 -0
- package/lib/templates/content/ai-employees/getting-started-ai-employees.md +119 -0
- package/lib/templates/content/ai-employees/how-ai-employees-work.md +123 -0
- package/lib/templates/content/ai-employees/supervised-mode.md +141 -0
- package/lib/templates/content/blog/how-yantra-browser-automates-workflows.md +120 -0
- package/lib/templates/content/blog/introducing-yantra-browser.md +90 -0
- package/lib/templates/content/blog/yantra-browser-productivity-tips.md +98 -0
- package/lib/templates/content/browser-extension/browser-extension-overview.md +60 -0
- package/lib/templates/content/browser-extension/extension-security.md +126 -0
- package/lib/templates/content/browser-extension/getting-started-extension.md +96 -0
- package/lib/templates/content/browser-extension/how-it-works.md +112 -0
- package/lib/templates/content/browser-extension/troubleshooting-extension.md +138 -0
- package/lib/templates/content/browser-extension/use-cases-workflows.md +123 -0
- package/lib/templates/content/content-manifest.json +6245 -0
- package/lib/templates/content/data-privacy/data-collection.md +78 -0
- package/lib/templates/content/data-privacy/privacy-policy.md +100 -0
- package/lib/templates/content/data-subject-privacy/data-access.md +90 -0
- package/lib/templates/content/data-subject-privacy/data-portability.md +97 -0
- package/lib/templates/content/data-subject-privacy/privacy-requests.md +95 -0
- package/lib/templates/content/file-uploads/file-upload-overview.md +93 -0
- package/lib/templates/content/getting-started/getting-started-guide.md +88 -0
- package/lib/templates/content/integrations/crm-integrations.md +130 -0
- package/lib/templates/content/integrations/github-integration.md +95 -0
- package/lib/templates/content/integrations/integrations-overview.md +142 -0
- package/lib/templates/content/integrations/monitoring-integrations.md +109 -0
- package/lib/templates/content/integrations/productivity-integrations.md +129 -0
- package/lib/templates/content/integrations/slack-integration.md +79 -0
- package/lib/templates/content/openclaw/openclaw-architecture.md +202 -0
- package/lib/templates/content/openclaw/openclaw-contribution.md +107 -0
- package/lib/templates/content/openclaw/openclaw-overview.md +152 -0
- package/lib/templates/content/platform-features/always-watching.md +63 -0
- package/lib/templates/content/platform-features/instant-context.md +67 -0
- package/lib/templates/content/platform-features/instant-onboarding.md +80 -0
- package/lib/templates/content/platform-features/platform-overview.md +58 -0
- package/lib/templates/content/platform-features/proactive-alerts.md +88 -0
- package/lib/templates/content/platform-features/smart-escalation.md +93 -0
- package/lib/templates/content/product-features/ai-models.md +89 -0
- package/lib/templates/content/product-features/collaboration-tools.md +88 -0
- package/lib/templates/content/product-features/conversation-features.md +76 -0
- package/lib/templates/content/product-features/export-features.md +87 -0
- package/lib/templates/content/product-features/follow-up-questions.md +82 -0
- package/lib/templates/content/product-features/real-time-search.md +84 -0
- package/lib/templates/content/product-features/saved-searches.md +75 -0
- package/lib/templates/content/product-features/search-features.md +82 -0
- package/lib/templates/content/product-features/search-history.md +86 -0
- package/lib/templates/content/product-features/source-citations.md +100 -0
- package/lib/templates/content/scope-api/api-overview.md +104 -0
- package/lib/templates/content/search-modes/deep-research.md +109 -0
- package/lib/templates/content/search-modes/labs-features.md +81 -0
- package/lib/templates/content/search-modes/pro-search.md +75 -0
- package/lib/templates/content/search-modes/regular-search.md +86 -0
- package/lib/templates/content/security-compliance/audit-trail.md +112 -0
- package/lib/templates/content/security-compliance/compliance.md +120 -0
- package/lib/templates/content/security-compliance/data-encryption.md +94 -0
- package/lib/templates/content/security-compliance/security-overview.md +186 -0
- package/lib/templates/content/security-compliance/vm-isolation.md +126 -0
- package/lib/templates/content/solutions-engineering/bug-tracking-context.md +126 -0
- package/lib/templates/content/solutions-engineering/engineering-overview.md +107 -0
- package/lib/templates/content/solutions-engineering/error-monitoring.md +120 -0
- package/lib/templates/content/solutions-engineering/institutional-memory.md +120 -0
- package/lib/templates/content/solutions-marketing/brand-monitoring.md +135 -0
- package/lib/templates/content/solutions-marketing/content-automation.md +111 -0
- package/lib/templates/content/solutions-marketing/marketing-overview.md +108 -0
- package/lib/templates/content/solutions-marketing/social-media-management.md +108 -0
- package/lib/templates/content/solutions-sales/call-preparation.md +106 -0
- package/lib/templates/content/solutions-sales/crm-automation.md +119 -0
- package/lib/templates/content/solutions-sales/lead-management.md +108 -0
- package/lib/templates/content/solutions-sales/sales-overview.md +120 -0
- package/lib/templates/content/spaces-library/spaces-overview.md +89 -0
- package/lib/templates/content/student-hub/academic-research.md +106 -0
- package/lib/templates/content/student-hub/student-discounts.md +78 -0
- package/lib/templates/content/student-hub/student-overview.md +86 -0
- package/lib/templates/content/student-hub/study-tools.md +121 -0
- package/lib/templates/content/subscription-billing/billing-cycle.md +71 -0
- package/lib/templates/content/subscription-billing/billing-overview.md +72 -0
- package/lib/templates/content/subscription-billing/billing-support.md +74 -0
- package/lib/templates/content/subscription-billing/currency-support.md +57 -0
- package/lib/templates/content/subscription-billing/enterprise-pricing.md +74 -0
- package/lib/templates/content/subscription-billing/invoice-management.md +86 -0
- package/lib/templates/content/subscription-billing/payment-methods.md +77 -0
- package/lib/templates/content/subscription-billing/promotional-offers.md +81 -0
- package/lib/templates/content/subscription-billing/refund-policy.md +80 -0
- package/lib/templates/content/subscription-billing/student-discounts.md +88 -0
- package/lib/templates/content/subscription-billing/tax-information.md +86 -0
- package/lib/templates/content/technical-questions/ai-models-technical.md +87 -0
- package/lib/templates/content/technical-questions/api-technical.md +158 -0
- package/lib/templates/content/technical-questions/data-processing.md +102 -0
- package/lib/templates/content/technical-questions/database-architecture.md +120 -0
- package/lib/templates/content/technical-questions/infrastructure.md +132 -0
- package/lib/templates/content/technical-questions/performance-optimization.md +105 -0
- package/lib/templates/content/technical-questions/search-algorithms.md +105 -0
- package/lib/templates/content/technical-questions/technical-overview.md +107 -0
- package/lib/templates/content/threads/conversation-management.md +103 -0
- package/lib/templates/content/threads/threads-overview.md +92 -0
- package/lib/templates/content/troubleshooting/common-issues.md +115 -0
- package/lib/templates/content/use-cases/engineering-use-cases.md +123 -0
- package/lib/templates/content/use-cases/marketing-use-cases.md +128 -0
- package/lib/templates/content/use-cases/sales-use-cases.md +123 -0
- package/lib/templates/content/use-cases/support-use-cases.md +120 -0
- package/lib/templates/content/use-cases/use-cases-overview.md +115 -0
- package/lib/templates/content/what-is-yantra/getting-started-yantra.md +85 -0
- package/lib/{content → templates/content}/what-is-yantra/how-yantra-works.md +1 -1
- package/lib/{content → templates/content}/what-is-yantra/practical-tips-yantra.md +2 -1
- package/lib/{content → templates/content}/what-is-yantra/what-is-yantra-intro.md +1 -1
- package/lib/{content → templates/content}/what-is-yantra/yantra-discord-community.md +4 -1
- package/lib/{content → templates/content}/yantra-assistant/android-app.md +10 -0
- package/lib/{content → templates/content}/yantra-assistant/ios-app.md +10 -0
- package/lib/{content → templates/content}/yantra-assistant/mobile-app-overview.md +8 -0
- package/lib/{content → templates/content}/yantra-assistant/voice-assistant.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/admin-dashboard.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/custom-branding.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/dedicated-support.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/enterprise-overview.md +8 -0
- package/lib/{content → templates/content}/yantra-enterprise/sso-integration.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/user-management.md +10 -0
- package/lib/{content → templates/content}/yantra-pro-max/billing-management.md +13 -0
- package/lib/{content → templates/content}/yantra-pro-max/cancellation-refund.md +13 -0
- package/lib/{content → templates/content}/yantra-pro-max/pro-pricing.md +13 -9
- package/lib/{content → templates/content}/yantra-pro-max/subscription-benefits.md +8 -0
- package/lib/{content → templates/content}/yantra-pro-max/upgrade-process.md +13 -0
- package/lib/{content → templates/content}/yantra-pro-max/yantra-max-features.md +8 -8
- package/lib/{content → templates/content}/yantra-pro-max/yantra-pro-overview.md +8 -8
- package/lib/utils/docsNavigation.d.ts +10 -0
- package/lib/utils/docsNavigation.d.ts.map +1 -0
- package/lib/utils/docsNavigation.js +209 -0
- package/lib/utils/docsNavigation.js.map +1 -0
- package/lib/utils/helpCenterUtils.d.ts.map +1 -1
- package/lib/utils/markdownLoader.d.ts +12 -4
- package/lib/utils/markdownLoader.d.ts.map +1 -1
- package/lib/utils/markdownLoader.js +362 -1163
- package/lib/utils/markdownLoader.js.map +1 -1
- package/package.json +23 -6
- package/lib/content/account-management/account-setup.md +0 -74
- package/lib/content/account-management/delete-account.md +0 -74
- package/lib/content/account-management/preferences.md +0 -73
- package/lib/content/account-management/privacy-settings.md +0 -73
- package/lib/content/account-management/profile-settings.md +0 -59
- package/lib/content/data-privacy/data-collection.md +0 -65
- package/lib/content/data-privacy/privacy-policy.md +0 -73
- package/lib/content/data-subject-privacy/data-access.md +0 -88
- package/lib/content/data-subject-privacy/data-portability.md +0 -108
- package/lib/content/data-subject-privacy/privacy-requests.md +0 -80
- package/lib/content/file-uploads/file-upload-overview.md +0 -65
- package/lib/content/getting-started/getting-started-guide.md +0 -65
- package/lib/content/product-features/ai-models.md +0 -84
- package/lib/content/product-features/collaboration-tools.md +0 -59
- package/lib/content/product-features/conversation-features.md +0 -45
- package/lib/content/product-features/export-features.md +0 -59
- package/lib/content/product-features/follow-up-questions.md +0 -59
- package/lib/content/product-features/real-time-search.md +0 -59
- package/lib/content/product-features/saved-searches.md +0 -59
- package/lib/content/product-features/search-features.md +0 -64
- package/lib/content/product-features/search-history.md +0 -59
- package/lib/content/product-features/source-citations.md +0 -59
- package/lib/content/scope-api/api-overview.md +0 -59
- package/lib/content/search-modes/deep-research.md +0 -60
- package/lib/content/search-modes/labs-features.md +0 -73
- package/lib/content/search-modes/pro-search.md +0 -59
- package/lib/content/search-modes/regular-search.md +0 -60
- package/lib/content/spaces-library/spaces-overview.md +0 -60
- package/lib/content/student-hub/academic-research.md +0 -61
- package/lib/content/student-hub/student-discounts.md +0 -74
- package/lib/content/student-hub/student-overview.md +0 -59
- package/lib/content/student-hub/study-tools.md +0 -59
- package/lib/content/subscription-billing/billing-cycle.md +0 -61
- package/lib/content/subscription-billing/billing-overview.md +0 -45
- package/lib/content/subscription-billing/billing-support.md +0 -59
- package/lib/content/subscription-billing/currency-support.md +0 -73
- package/lib/content/subscription-billing/enterprise-pricing.md +0 -60
- package/lib/content/subscription-billing/invoice-management.md +0 -59
- package/lib/content/subscription-billing/payment-methods.md +0 -67
- package/lib/content/subscription-billing/promotional-offers.md +0 -61
- package/lib/content/subscription-billing/refund-policy.md +0 -75
- package/lib/content/subscription-billing/student-discounts.md +0 -74
- package/lib/content/subscription-billing/tax-information.md +0 -59
- package/lib/content/technical-questions/ai-models-technical.md +0 -73
- package/lib/content/technical-questions/api-technical.md +0 -73
- package/lib/content/technical-questions/data-processing.md +0 -73
- package/lib/content/technical-questions/database-architecture.md +0 -73
- package/lib/content/technical-questions/infrastructure.md +0 -73
- package/lib/content/technical-questions/performance-optimization.md +0 -73
- package/lib/content/technical-questions/search-algorithms.md +0 -73
- package/lib/content/technical-questions/technical-overview.md +0 -73
- package/lib/content/threads/conversation-management.md +0 -59
- package/lib/content/threads/threads-overview.md +0 -60
- package/lib/content/troubleshooting/common-issues.md +0 -59
- package/lib/content/what-is-yantra/getting-started-yantra.md +0 -84
- package/lib/pages/ArticlePage/index.d.ts +0 -4
- package/lib/pages/ArticlePage/index.d.ts.map +0 -1
- package/lib/pages/ArticlePage/index.js +0 -190
- package/lib/pages/ArticlePage/index.js.map +0 -1
- package/lib/pages/HelpCenter/components/BookStack.js +0 -36
- package/lib/pages/HelpCenter/components/BookStack.js.map +0 -1
- package/lib/pages/LandingPage/components/Assets.js +0 -14
- package/lib/pages/LandingPage/components/Assets.js.map +0 -1
- package/lib/pages/LandingPage/components/Icons.d.ts +0 -14
- package/lib/pages/LandingPage/components/Icons.d.ts.map +0 -1
- package/lib/pages/LandingPage/components/Icons.js +0 -174
- package/lib/pages/LandingPage/components/Icons.js.map +0 -1
- package/lib/pages/LandingPage/components/SearchBar.d.ts +0 -8
- package/lib/pages/LandingPage/components/SearchBar.d.ts.map +0 -1
- package/lib/pages/LandingPage/components/SearchBar.js +0 -58
- 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 +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"}
|