@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,67 +0,0 @@
|
|
|
1
|
-
# Payment Methods
|
|
2
|
-
|
|
3
|
-
Supported payment methods and how to update them.
|
|
4
|
-
|
|
5
|
-
## Supported Payment Methods
|
|
6
|
-
|
|
7
|
-
### Credit Cards
|
|
8
|
-
- **Visa**: All Visa credit cards
|
|
9
|
-
- **MasterCard**: All MasterCard credit cards
|
|
10
|
-
- **American Express**: American Express cards
|
|
11
|
-
- **Discover**: Discover credit cards
|
|
12
|
-
|
|
13
|
-
### Debit Cards
|
|
14
|
-
- **Visa Debit**: Visa debit cards
|
|
15
|
-
- **MasterCard Debit**: MasterCard debit cards
|
|
16
|
-
- **Bank Cards**: Major bank debit cards
|
|
17
|
-
|
|
18
|
-
### Digital Wallets
|
|
19
|
-
- **PayPal**: PayPal account payments
|
|
20
|
-
- **Apple Pay**: Apple Pay integration
|
|
21
|
-
- **Google Pay**: Google Pay integration
|
|
22
|
-
- **Stripe**: Stripe payment processing
|
|
23
|
-
|
|
24
|
-
## Adding Payment Methods
|
|
25
|
-
|
|
26
|
-
### Credit Card Setup
|
|
27
|
-
1. Go to Account Settings
|
|
28
|
-
2. Click "Payment Methods"
|
|
29
|
-
3. Select "Add Credit Card"
|
|
30
|
-
4. Enter card details
|
|
31
|
-
5. Verify billing address
|
|
32
|
-
6. Save payment method
|
|
33
|
-
|
|
34
|
-
### PayPal Setup
|
|
35
|
-
1. Access Payment Methods
|
|
36
|
-
2. Choose "Add PayPal"
|
|
37
|
-
3. Connect PayPal account
|
|
38
|
-
4. Verify PayPal details
|
|
39
|
-
5. Set as primary method
|
|
40
|
-
|
|
41
|
-
## Managing Payment Methods
|
|
42
|
-
|
|
43
|
-
### Updating Information
|
|
44
|
-
- **Card Updates**: Update card information
|
|
45
|
-
- **Address Changes**: Modify billing address
|
|
46
|
-
- **Expiration Dates**: Update expired cards
|
|
47
|
-
- **Primary Method**: Set default payment method
|
|
48
|
-
|
|
49
|
-
### Security Features
|
|
50
|
-
- **Encryption**: Secure payment processing
|
|
51
|
-
- **PCI Compliance**: Industry-standard security
|
|
52
|
-
- **Fraud Protection**: Advanced fraud detection
|
|
53
|
-
- **Secure Storage**: Encrypted payment data
|
|
54
|
-
|
|
55
|
-
## Payment Issues
|
|
56
|
-
|
|
57
|
-
### Common Problems
|
|
58
|
-
- **Declined Payments**: Resolve declined cards
|
|
59
|
-
- **Expired Cards**: Update expired payment methods
|
|
60
|
-
- **Insufficient Funds**: Handle insufficient funds
|
|
61
|
-
- **Bank Blocks**: Resolve bank payment blocks
|
|
62
|
-
|
|
63
|
-
### Troubleshooting
|
|
64
|
-
- **Contact Bank**: Verify with your bank
|
|
65
|
-
- **Update Information**: Correct payment details
|
|
66
|
-
- **Try Different Method**: Use alternative payment
|
|
67
|
-
- **Contact Support**: Get payment assistance
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
# Promotional Offers
|
|
2
|
-
|
|
3
|
-
Current promotions, discounts, and special offers.
|
|
4
|
-
|
|
5
|
-
## Current Promotions
|
|
6
|
-
|
|
7
|
-
### New User Offers
|
|
8
|
-
- **First Month Free**: Free trial for new users
|
|
9
|
-
- **Student Discount**: 50% off for verified students
|
|
10
|
-
- **Annual Discount**: 2 months free on annual plans
|
|
11
|
-
- **Referral Bonus**: Credits for referring friends
|
|
12
|
-
|
|
13
|
-
### Seasonal Promotions
|
|
14
|
-
- **Black Friday**: Special holiday pricing
|
|
15
|
-
- **Back to School**: Student-focused offers
|
|
16
|
-
- **New Year**: Resolution-based promotions
|
|
17
|
-
- **Summer Special**: Summer discount campaigns
|
|
18
|
-
|
|
19
|
-
## Discount Types
|
|
20
|
-
|
|
21
|
-
### Percentage Discounts
|
|
22
|
-
- **Student Discount**: 50% off all plans
|
|
23
|
-
- **Nonprofit Discount**: 30% off for nonprofits
|
|
24
|
-
- **Educational Discount**: 40% off for institutions
|
|
25
|
-
- **Volume Discount**: Bulk pricing for teams
|
|
26
|
-
|
|
27
|
-
### Fixed Discounts
|
|
28
|
-
- **Annual Savings**: $40 off Pro, $80 off Max
|
|
29
|
-
- **Referral Credits**: $10 credit per referral
|
|
30
|
-
- **Loyalty Rewards**: Credits for long-term users
|
|
31
|
-
- **Upgrade Bonuses**: Credits for plan upgrades
|
|
32
|
-
|
|
33
|
-
## How to Apply Discounts
|
|
34
|
-
|
|
35
|
-
### Student Discount
|
|
36
|
-
1. Verify student status
|
|
37
|
-
2. Upload student ID or email
|
|
38
|
-
3. Apply discount code
|
|
39
|
-
4. Confirm verification
|
|
40
|
-
5. Enjoy discounted pricing
|
|
41
|
-
|
|
42
|
-
### Referral Program
|
|
43
|
-
1. Share referral link
|
|
44
|
-
2. Friend signs up
|
|
45
|
-
3. Both receive credits
|
|
46
|
-
4. Credits apply automatically
|
|
47
|
-
5. Track referral earnings
|
|
48
|
-
|
|
49
|
-
## Promotional Terms
|
|
50
|
-
|
|
51
|
-
### Eligibility Requirements
|
|
52
|
-
- **New Users**: First-time subscribers
|
|
53
|
-
- **Student Verification**: Valid student status
|
|
54
|
-
- **Geographic Restrictions**: Available regions
|
|
55
|
-
- **Time Limits**: Promotion expiration dates
|
|
56
|
-
|
|
57
|
-
### Terms and Conditions
|
|
58
|
-
- **One Per Customer**: Limit one discount per account
|
|
59
|
-
- **Non-transferable**: Cannot be shared or sold
|
|
60
|
-
- **Expiration**: Discount codes expire
|
|
61
|
-
- **Combination**: Cannot combine with other offers
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
# Refund Policy
|
|
2
|
-
|
|
3
|
-
Understanding Yantra's refund and cancellation policies.
|
|
4
|
-
|
|
5
|
-
## Refund Eligibility
|
|
6
|
-
|
|
7
|
-
### Eligible Refunds
|
|
8
|
-
- **New Subscriptions**: 7-day refund window
|
|
9
|
-
- **Annual Plans**: Prorated refunds available
|
|
10
|
-
- **Technical Issues**: Service-related refunds
|
|
11
|
-
- **Duplicate Charges**: Full refunds for duplicates
|
|
12
|
-
|
|
13
|
-
### Non-Eligible Refunds
|
|
14
|
-
- **Usage-Based**: Refunds based on usage
|
|
15
|
-
- **Policy Violations**: Account policy violations
|
|
16
|
-
- **Fraudulent Claims**: False refund claims
|
|
17
|
-
- **Expired Refunds**: Outside refund window
|
|
18
|
-
|
|
19
|
-
## Refund Process
|
|
20
|
-
|
|
21
|
-
### Request Process
|
|
22
|
-
1. **Contact Support**: Reach out to billing support
|
|
23
|
-
2. **Provide Details**: Explain refund reason
|
|
24
|
-
3. **Submit Documentation**: Provide supporting documents
|
|
25
|
-
4. **Review Process**: Support team reviews request
|
|
26
|
-
5. **Processing**: Refund processed if approved
|
|
27
|
-
|
|
28
|
-
### Required Information
|
|
29
|
-
- **Account Details**: Account information
|
|
30
|
-
- **Refund Reason**: Detailed reason for refund
|
|
31
|
-
- **Supporting Documents**: Relevant documentation
|
|
32
|
-
- **Payment Information**: Original payment details
|
|
33
|
-
|
|
34
|
-
## Refund Timeline
|
|
35
|
-
|
|
36
|
-
### Processing Times
|
|
37
|
-
- **Approval Time**: 1-3 business days
|
|
38
|
-
- **Processing Time**: 3-5 business days
|
|
39
|
-
- **Credit Card**: 5-10 business days
|
|
40
|
-
- **PayPal**: 1-3 business days
|
|
41
|
-
- **Bank Transfer**: 7-14 business days
|
|
42
|
-
|
|
43
|
-
### Refund Methods
|
|
44
|
-
- **Original Payment**: Refund to original payment method
|
|
45
|
-
- **Alternative Methods**: Other refund methods available
|
|
46
|
-
- **Account Credit**: Credit to Yantra account
|
|
47
|
-
- **Check Refunds**: Physical check refunds
|
|
48
|
-
|
|
49
|
-
## Refund Types
|
|
50
|
-
|
|
51
|
-
### Full Refunds
|
|
52
|
-
- **Service Issues**: Complete service failures
|
|
53
|
-
- **Duplicate Charges**: Identical duplicate charges
|
|
54
|
-
- **Fraudulent Charges**: Unauthorized charges
|
|
55
|
-
- **Policy Violations**: Yantra policy violations
|
|
56
|
-
|
|
57
|
-
### Prorated Refunds
|
|
58
|
-
- **Annual Plans**: Unused portion refunds
|
|
59
|
-
- **Mid-Cycle Cancellation**: Partial period refunds
|
|
60
|
-
- **Downgrades**: Difference refunds
|
|
61
|
-
- **Service Reductions**: Reduced service refunds
|
|
62
|
-
|
|
63
|
-
## Refund Support
|
|
64
|
-
|
|
65
|
-
### Getting Help
|
|
66
|
-
- **Refund Support**: Dedicated refund support team
|
|
67
|
-
- **Billing Team**: Direct billing team access
|
|
68
|
-
- **Escalation Process**: Senior team escalation
|
|
69
|
-
- **External Resources**: Third-party assistance
|
|
70
|
-
|
|
71
|
-
### Documentation
|
|
72
|
-
- **Refund Policy**: Complete refund policy
|
|
73
|
-
- **Terms of Service**: Service terms and conditions
|
|
74
|
-
- **Billing Terms**: Billing terms and conditions
|
|
75
|
-
- **Legal Resources**: Legal documentation
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
# Student Discounts
|
|
2
|
-
|
|
3
|
-
Special pricing for students and educational institutions.
|
|
4
|
-
|
|
5
|
-
## Student Pricing
|
|
6
|
-
|
|
7
|
-
### Discounted Plans
|
|
8
|
-
- **Pro Student**: $10/month (50% off)
|
|
9
|
-
- **Max Student**: $20/month (50% off)
|
|
10
|
-
- **Annual Pro**: $100/year (50% off)
|
|
11
|
-
- **Annual Max**: $200/year (50% off)
|
|
12
|
-
|
|
13
|
-
### Educational Benefits
|
|
14
|
-
- **Full Features**: Access to all plan features
|
|
15
|
-
- **Academic Support**: Specialized academic support
|
|
16
|
-
- **Research Tools**: Enhanced research capabilities
|
|
17
|
-
- **Collaboration**: Team collaboration features
|
|
18
|
-
|
|
19
|
-
## Eligibility Requirements
|
|
20
|
-
|
|
21
|
-
### Student Verification
|
|
22
|
-
- **Valid Student ID**: Current student identification
|
|
23
|
-
- **Educational Email**: School email address
|
|
24
|
-
- **Enrollment Proof**: Current enrollment verification
|
|
25
|
-
- **Institution Verification**: Accredited institution
|
|
26
|
-
|
|
27
|
-
### Eligible Institutions
|
|
28
|
-
- **Universities**: Four-year universities
|
|
29
|
-
- **Community Colleges**: Two-year colleges
|
|
30
|
-
- **Graduate Schools**: Master's and PhD programs
|
|
31
|
-
- **Professional Schools**: Medical, law, business schools
|
|
32
|
-
|
|
33
|
-
## How to Apply
|
|
34
|
-
|
|
35
|
-
### Verification Process
|
|
36
|
-
1. Sign up with student email
|
|
37
|
-
2. Upload student ID
|
|
38
|
-
3. Verify enrollment status
|
|
39
|
-
4. Confirm institution
|
|
40
|
-
5. Activate student discount
|
|
41
|
-
|
|
42
|
-
### Required Documents
|
|
43
|
-
- **Student ID**: Clear photo of student ID
|
|
44
|
-
- **Enrollment Letter**: Current enrollment proof
|
|
45
|
-
- **Transcript**: Recent academic transcript
|
|
46
|
-
- **Email Verification**: School email confirmation
|
|
47
|
-
|
|
48
|
-
## Student Features
|
|
49
|
-
|
|
50
|
-
### Academic Tools
|
|
51
|
-
- **Research Organization**: Organize academic research
|
|
52
|
-
- **Citation Management**: Proper academic citations
|
|
53
|
-
- **Source Verification**: Verify academic sources
|
|
54
|
-
- **Export Formats**: Academic paper formats
|
|
55
|
-
|
|
56
|
-
### Study Support
|
|
57
|
-
- **Note Integration**: Connect with note-taking apps
|
|
58
|
-
- **Study Planning**: Organize study sessions
|
|
59
|
-
- **Group Collaboration**: Work with study groups
|
|
60
|
-
- **Progress Tracking**: Monitor research progress
|
|
61
|
-
|
|
62
|
-
## Terms and Conditions
|
|
63
|
-
|
|
64
|
-
### Student Requirements
|
|
65
|
-
- **Active Enrollment**: Must be currently enrolled
|
|
66
|
-
- **Annual Verification**: Reverify status yearly
|
|
67
|
-
- **Academic Use**: Primarily for academic purposes
|
|
68
|
-
- **No Commercial Use**: Cannot be used for business
|
|
69
|
-
|
|
70
|
-
### Discount Limitations
|
|
71
|
-
- **One Account**: One student discount per person
|
|
72
|
-
- **Non-transferable**: Cannot be shared
|
|
73
|
-
- **Expiration**: Discount expires upon graduation
|
|
74
|
-
- **Renewal**: Must reapply annually
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
# Tax Information
|
|
2
|
-
|
|
3
|
-
Tax-related information for billing and invoicing.
|
|
4
|
-
|
|
5
|
-
## Tax Calculation
|
|
6
|
-
|
|
7
|
-
### Tax Types
|
|
8
|
-
- **Sales Tax**: Applicable sales taxes
|
|
9
|
-
- **VAT**: Value Added Tax (EU)
|
|
10
|
-
- **GST**: Goods and Services Tax
|
|
11
|
-
- **Service Tax**: Service-specific taxes
|
|
12
|
-
|
|
13
|
-
### Tax Rates
|
|
14
|
-
- **Location-Based**: Tax rates by location
|
|
15
|
-
- **Service-Based**: Different rates for different services
|
|
16
|
-
- **Exemption Handling**: Tax exemption processing
|
|
17
|
-
- **Rate Updates**: Automatic tax rate updates
|
|
18
|
-
|
|
19
|
-
## Tax Compliance
|
|
20
|
-
|
|
21
|
-
### Regional Compliance
|
|
22
|
-
- **US Sales Tax**: US state sales tax compliance
|
|
23
|
-
- **EU VAT**: European Union VAT compliance
|
|
24
|
-
- **Canadian GST**: Canadian tax compliance
|
|
25
|
-
- **Other Jurisdictions**: Additional tax jurisdictions
|
|
26
|
-
|
|
27
|
-
### Business Compliance
|
|
28
|
-
- **Business Registration**: Business tax registration
|
|
29
|
-
- **Tax Exemptions**: Business tax exemptions
|
|
30
|
-
- **Resale Certificates**: Resale certificate handling
|
|
31
|
-
- **Tax Reporting**: Automated tax reporting
|
|
32
|
-
|
|
33
|
-
## Tax Documentation
|
|
34
|
-
|
|
35
|
-
### Tax Invoices
|
|
36
|
-
- **Tax-Inclusive Pricing**: Prices include applicable taxes
|
|
37
|
-
- **Tax Breakdown**: Detailed tax line items
|
|
38
|
-
- **Tax Exemptions**: Exemption documentation
|
|
39
|
-
- **Tax Certificates**: Tax exemption certificates
|
|
40
|
-
|
|
41
|
-
### Tax Reports
|
|
42
|
-
- **Monthly Reports**: Monthly tax summaries
|
|
43
|
-
- **Quarterly Reports**: Quarterly tax reports
|
|
44
|
-
- **Annual Reports**: Annual tax summaries
|
|
45
|
-
- **Custom Reports**: Custom tax reporting
|
|
46
|
-
|
|
47
|
-
## Tax Support
|
|
48
|
-
|
|
49
|
-
### Tax Questions
|
|
50
|
-
- **Tax Calculation**: How taxes are calculated
|
|
51
|
-
- **Tax Exemptions**: How to apply exemptions
|
|
52
|
-
- **Tax Documentation**: Required tax documents
|
|
53
|
-
- **Tax Compliance**: Compliance requirements
|
|
54
|
-
|
|
55
|
-
### Getting Help
|
|
56
|
-
- **Tax Support**: Dedicated tax support
|
|
57
|
-
- **Accounting Team**: Accounting team assistance
|
|
58
|
-
- **Compliance Team**: Compliance team support
|
|
59
|
-
- **External Resources**: Third-party tax resources
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
# AI Models Technical
|
|
2
|
-
|
|
3
|
-
Technical details about AI model integration.
|
|
4
|
-
|
|
5
|
-
## Model Architecture
|
|
6
|
-
|
|
7
|
-
### Model Types
|
|
8
|
-
- **Large Language Models**: GPT-4, Claude, custom models
|
|
9
|
-
- **Embedding Models**: Text embedding models
|
|
10
|
-
- **Classification Models**: Content classification models
|
|
11
|
-
- **Generation Models**: Text generation models
|
|
12
|
-
|
|
13
|
-
### Model Integration
|
|
14
|
-
- **API Integration**: RESTful API integration
|
|
15
|
-
- **Model Routing**: Intelligent model selection
|
|
16
|
-
- **Load Balancing**: Model load balancing
|
|
17
|
-
- **Fallback Mechanisms**: Model fallback systems
|
|
18
|
-
|
|
19
|
-
## Processing Pipeline
|
|
20
|
-
|
|
21
|
-
### Query Processing
|
|
22
|
-
- **Natural Language Understanding**: NLU processing
|
|
23
|
-
- **Intent Classification**: Intent recognition
|
|
24
|
-
- **Entity Extraction**: Named entity recognition
|
|
25
|
-
- **Context Analysis**: Context understanding
|
|
26
|
-
|
|
27
|
-
### Response Generation
|
|
28
|
-
- **Content Generation**: AI content generation
|
|
29
|
-
- **Source Integration**: Source citation integration
|
|
30
|
-
- **Quality Control**: Response quality control
|
|
31
|
-
- **Post-processing**: Response post-processing
|
|
32
|
-
|
|
33
|
-
## Model Performance
|
|
34
|
-
|
|
35
|
-
### Optimization
|
|
36
|
-
- **Model Optimization**: Model performance optimization
|
|
37
|
-
- **Inference Speed**: Fast inference processing
|
|
38
|
-
- **Memory Management**: Efficient memory usage
|
|
39
|
-
- **Batch Processing**: Batch processing capabilities
|
|
40
|
-
|
|
41
|
-
### Monitoring
|
|
42
|
-
- **Performance Metrics**: Model performance monitoring
|
|
43
|
-
- **Quality Metrics**: Response quality metrics
|
|
44
|
-
- **Usage Analytics**: Model usage analytics
|
|
45
|
-
- **Error Tracking**: Error monitoring and tracking
|
|
46
|
-
|
|
47
|
-
## Custom Models
|
|
48
|
-
|
|
49
|
-
### Model Development
|
|
50
|
-
- **Fine-tuning**: Model fine-tuning processes
|
|
51
|
-
- **Custom Training**: Custom model training
|
|
52
|
-
- **Domain Adaptation**: Domain-specific adaptation
|
|
53
|
-
- **Model Evaluation**: Model evaluation metrics
|
|
54
|
-
|
|
55
|
-
### Deployment
|
|
56
|
-
- **Model Deployment**: Production model deployment
|
|
57
|
-
- **Version Control**: Model version management
|
|
58
|
-
- **A/B Testing**: Model A/B testing
|
|
59
|
-
- **Rollback Procedures**: Model rollback procedures
|
|
60
|
-
|
|
61
|
-
## Technical Specifications
|
|
62
|
-
|
|
63
|
-
### Hardware Requirements
|
|
64
|
-
- **GPU Requirements**: GPU specifications
|
|
65
|
-
- **Memory Requirements**: Memory specifications
|
|
66
|
-
- **Storage Requirements**: Storage specifications
|
|
67
|
-
- **Network Requirements**: Network specifications
|
|
68
|
-
|
|
69
|
-
### Software Requirements
|
|
70
|
-
- **Framework Versions**: ML framework versions
|
|
71
|
-
- **Dependencies**: Software dependencies
|
|
72
|
-
- **Compatibility**: System compatibility
|
|
73
|
-
- **Performance Tuning**: Performance optimization
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
# API Technical
|
|
2
|
-
|
|
3
|
-
Technical details about API implementation.
|
|
4
|
-
|
|
5
|
-
## API Architecture
|
|
6
|
-
|
|
7
|
-
### RESTful Design
|
|
8
|
-
- **REST Principles**: RESTful API design principles
|
|
9
|
-
- **Resource-based URLs**: Resource-based URL structure
|
|
10
|
-
- **HTTP Methods**: Proper HTTP method usage
|
|
11
|
-
- **Status Codes**: Standard HTTP status codes
|
|
12
|
-
|
|
13
|
-
### API Gateway
|
|
14
|
-
- **Request Routing**: Intelligent request routing
|
|
15
|
-
- **Rate Limiting**: API rate limiting
|
|
16
|
-
- **Authentication**: API authentication
|
|
17
|
-
- **Monitoring**: API monitoring and analytics
|
|
18
|
-
|
|
19
|
-
## API Endpoints
|
|
20
|
-
|
|
21
|
-
### Core Endpoints
|
|
22
|
-
- **Search API**: Search functionality endpoints
|
|
23
|
-
- **User API**: User management endpoints
|
|
24
|
-
- **Content API**: Content management endpoints
|
|
25
|
-
- **Analytics API**: Analytics endpoints
|
|
26
|
-
|
|
27
|
-
### Advanced Endpoints
|
|
28
|
-
- **Batch API**: Batch processing endpoints
|
|
29
|
-
- **Webhook API**: Webhook endpoints
|
|
30
|
-
- **Admin API**: Administrative endpoints
|
|
31
|
-
- **Integration API**: Third-party integration endpoints
|
|
32
|
-
|
|
33
|
-
## Authentication & Security
|
|
34
|
-
|
|
35
|
-
### Authentication Methods
|
|
36
|
-
- **API Keys**: API key authentication
|
|
37
|
-
- **OAuth 2.0**: OAuth 2.0 authentication
|
|
38
|
-
- **JWT Tokens**: JSON Web Token authentication
|
|
39
|
-
- **Multi-factor**: Multi-factor authentication
|
|
40
|
-
|
|
41
|
-
### Security Measures
|
|
42
|
-
- **HTTPS**: Secure communication
|
|
43
|
-
- **Rate Limiting**: Request rate limiting
|
|
44
|
-
- **Input Validation**: Input validation and sanitization
|
|
45
|
-
- **Audit Logging**: Comprehensive audit logging
|
|
46
|
-
|
|
47
|
-
## API Performance
|
|
48
|
-
|
|
49
|
-
### Optimization
|
|
50
|
-
- **Response Caching**: API response caching
|
|
51
|
-
- **Compression**: Response compression
|
|
52
|
-
- **Pagination**: Efficient pagination
|
|
53
|
-
- **Async Processing**: Asynchronous processing
|
|
54
|
-
|
|
55
|
-
### Monitoring
|
|
56
|
-
- **Performance Metrics**: API performance monitoring
|
|
57
|
-
- **Error Tracking**: Error monitoring and tracking
|
|
58
|
-
- **Usage Analytics**: API usage analytics
|
|
59
|
-
- **Health Checks**: API health monitoring
|
|
60
|
-
|
|
61
|
-
## SDK and Libraries
|
|
62
|
-
|
|
63
|
-
### Official SDKs
|
|
64
|
-
- **Python SDK**: Python development kit
|
|
65
|
-
- **JavaScript SDK**: JavaScript development kit
|
|
66
|
-
- **Node.js SDK**: Node.js development kit
|
|
67
|
-
- **Go SDK**: Go development kit
|
|
68
|
-
|
|
69
|
-
### Community Libraries
|
|
70
|
-
- **Third-party Libraries**: Community-contributed libraries
|
|
71
|
-
- **Language Support**: Additional language support
|
|
72
|
-
- **Framework Integration**: Framework integrations
|
|
73
|
-
- **Documentation**: Comprehensive documentation
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
# Data Processing
|
|
2
|
-
|
|
3
|
-
How Yantra processes and analyzes data.
|
|
4
|
-
|
|
5
|
-
## Data Pipeline
|
|
6
|
-
|
|
7
|
-
### Data Ingestion
|
|
8
|
-
- **Web Crawling**: Automated web content crawling
|
|
9
|
-
- **API Integration**: Third-party API data ingestion
|
|
10
|
-
- **User Input**: User-generated content processing
|
|
11
|
-
- **File Uploads**: Document and file processing
|
|
12
|
-
|
|
13
|
-
### Data Processing
|
|
14
|
-
- **Content Extraction**: Text and content extraction
|
|
15
|
-
- **Data Cleaning**: Data cleaning and normalization
|
|
16
|
-
- **Data Enrichment**: Data enrichment and enhancement
|
|
17
|
-
- **Data Validation**: Data quality validation
|
|
18
|
-
|
|
19
|
-
## Processing Architecture
|
|
20
|
-
|
|
21
|
-
### Stream Processing
|
|
22
|
-
- **Real-time Processing**: Real-time data processing
|
|
23
|
-
- **Event Streaming**: Event-driven processing
|
|
24
|
-
- **Message Queues**: Asynchronous processing
|
|
25
|
-
- **Batch Processing**: Batch data processing
|
|
26
|
-
|
|
27
|
-
### Data Transformation
|
|
28
|
-
- **ETL Processes**: Extract, transform, load
|
|
29
|
-
- **Data Mapping**: Data field mapping
|
|
30
|
-
- **Format Conversion**: Data format conversion
|
|
31
|
-
- **Schema Evolution**: Schema management
|
|
32
|
-
|
|
33
|
-
## Content Analysis
|
|
34
|
-
|
|
35
|
-
### Text Processing
|
|
36
|
-
- **Natural Language Processing**: NLP processing
|
|
37
|
-
- **Sentiment Analysis**: Sentiment detection
|
|
38
|
-
- **Topic Modeling**: Topic extraction
|
|
39
|
-
- **Entity Recognition**: Named entity recognition
|
|
40
|
-
|
|
41
|
-
### Content Classification
|
|
42
|
-
- **Content Categorization**: Automatic categorization
|
|
43
|
-
- **Quality Assessment**: Content quality scoring
|
|
44
|
-
- **Relevance Scoring**: Relevance assessment
|
|
45
|
-
- **Duplicate Detection**: Duplicate content detection
|
|
46
|
-
|
|
47
|
-
## Data Storage
|
|
48
|
-
|
|
49
|
-
### Storage Systems
|
|
50
|
-
- **Primary Storage**: PostgreSQL database
|
|
51
|
-
- **Search Storage**: Elasticsearch index
|
|
52
|
-
- **Cache Storage**: Redis cache
|
|
53
|
-
- **File Storage**: Object storage system
|
|
54
|
-
|
|
55
|
-
### Data Management
|
|
56
|
-
- **Data Lifecycle**: Data lifecycle management
|
|
57
|
-
- **Data Retention**: Data retention policies
|
|
58
|
-
- **Data Archival**: Data archival processes
|
|
59
|
-
- **Data Deletion**: Secure data deletion
|
|
60
|
-
|
|
61
|
-
## Performance Optimization
|
|
62
|
-
|
|
63
|
-
### Processing Performance
|
|
64
|
-
- **Parallel Processing**: Multi-threaded processing
|
|
65
|
-
- **Distributed Processing**: Distributed computing
|
|
66
|
-
- **Caching**: Intelligent caching strategies
|
|
67
|
-
- **Optimization**: Performance optimization
|
|
68
|
-
|
|
69
|
-
### Scalability
|
|
70
|
-
- **Horizontal Scaling**: Scale-out architecture
|
|
71
|
-
- **Load Distribution**: Load balancing
|
|
72
|
-
- **Resource Management**: Resource optimization
|
|
73
|
-
- **Auto-scaling**: Automatic scaling
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
# Database Architecture
|
|
2
|
-
|
|
3
|
-
Technical details about data storage and retrieval.
|
|
4
|
-
|
|
5
|
-
## Database Design
|
|
6
|
-
|
|
7
|
-
### Primary Database
|
|
8
|
-
- **PostgreSQL**: Primary relational database
|
|
9
|
-
- **Schema Design**: Optimized database schema
|
|
10
|
-
- **Indexing Strategy**: Comprehensive indexing
|
|
11
|
-
- **Partitioning**: Database partitioning
|
|
12
|
-
|
|
13
|
-
### Data Models
|
|
14
|
-
- **User Data**: User account and profile data
|
|
15
|
-
- **Content Data**: Search content and metadata
|
|
16
|
-
- **Usage Data**: User interaction and analytics data
|
|
17
|
-
- **System Data**: System configuration and logs
|
|
18
|
-
|
|
19
|
-
## Storage Systems
|
|
20
|
-
|
|
21
|
-
### Multi-tier Storage
|
|
22
|
-
- **Hot Storage**: Frequently accessed data
|
|
23
|
-
- **Warm Storage**: Moderately accessed data
|
|
24
|
-
- **Cold Storage**: Archive and backup data
|
|
25
|
-
- **Cache Layer**: High-speed cache storage
|
|
26
|
-
|
|
27
|
-
### Data Distribution
|
|
28
|
-
- **Sharding**: Horizontal data partitioning
|
|
29
|
-
- **Replication**: Data replication for availability
|
|
30
|
-
- **Backup**: Automated backup systems
|
|
31
|
-
- **Recovery**: Disaster recovery procedures
|
|
32
|
-
|
|
33
|
-
## Query Optimization
|
|
34
|
-
|
|
35
|
-
### Performance Tuning
|
|
36
|
-
- **Query Analysis**: Query performance analysis
|
|
37
|
-
- **Index Optimization**: Database index optimization
|
|
38
|
-
- **Execution Plans**: Query execution optimization
|
|
39
|
-
- **Connection Pooling**: Database connection pooling
|
|
40
|
-
|
|
41
|
-
### Caching Strategy
|
|
42
|
-
- **Query Caching**: Database query caching
|
|
43
|
-
- **Result Caching**: Application-level caching
|
|
44
|
-
- **CDN Caching**: Content delivery network caching
|
|
45
|
-
- **Distributed Caching**: Distributed cache systems
|
|
46
|
-
|
|
47
|
-
## Data Management
|
|
48
|
-
|
|
49
|
-
### Data Lifecycle
|
|
50
|
-
- **Data Ingestion**: Data collection and ingestion
|
|
51
|
-
- **Data Processing**: Data transformation and processing
|
|
52
|
-
- **Data Storage**: Data storage and organization
|
|
53
|
-
- **Data Archival**: Data archival and cleanup
|
|
54
|
-
|
|
55
|
-
### Data Quality
|
|
56
|
-
- **Data Validation**: Data quality validation
|
|
57
|
-
- **Data Cleaning**: Data cleaning and normalization
|
|
58
|
-
- **Data Monitoring**: Data quality monitoring
|
|
59
|
-
- **Data Governance**: Data governance policies
|
|
60
|
-
|
|
61
|
-
## Scalability
|
|
62
|
-
|
|
63
|
-
### Horizontal Scaling
|
|
64
|
-
- **Database Sharding**: Horizontal database scaling
|
|
65
|
-
- **Read Replicas**: Read-only database replicas
|
|
66
|
-
- **Load Distribution**: Database load distribution
|
|
67
|
-
- **Auto-scaling**: Automatic database scaling
|
|
68
|
-
|
|
69
|
-
### Performance Monitoring
|
|
70
|
-
- **Database Metrics**: Database performance metrics
|
|
71
|
-
- **Query Monitoring**: Query performance monitoring
|
|
72
|
-
- **Resource Monitoring**: Database resource monitoring
|
|
73
|
-
- **Alerting**: Database performance alerting
|