@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
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'Troubleshooting the Browser Extension'
|
|
3
|
+
description: 'Common issues and solutions for the Yantra Browser extension'
|
|
4
|
+
author: 'Yantra Team'
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Troubleshooting the Browser Extension
|
|
8
|
+
|
|
9
|
+
This guide covers common issues you may encounter with the Yantra Browser extension and how to resolve them.
|
|
10
|
+
|
|
11
|
+
## Connection Issues
|
|
12
|
+
|
|
13
|
+
### Extension shows "Not Connected"
|
|
14
|
+
|
|
15
|
+
**Cause:** The extension cannot establish a connection to the Yantra backend.
|
|
16
|
+
|
|
17
|
+
**Solutions:**
|
|
18
|
+
|
|
19
|
+
1. **Check your internet connection** — Make sure you can access [yantra.app](https://yantra.app) in a browser tab
|
|
20
|
+
2. **Sign in to the web app** — Open a tab with the Yantra web app and make sure you're signed in
|
|
21
|
+
3. **Retry auto-detect** — Go to extension Settings → click "Auto-detect from Web App"
|
|
22
|
+
4. **Clear and reconnect** — Click "Reset to Defaults" in Settings, then reconnect
|
|
23
|
+
|
|
24
|
+
### Relay keeps disconnecting
|
|
25
|
+
|
|
26
|
+
**Cause:** The WebSocket connection to the relay gateway is dropping.
|
|
27
|
+
|
|
28
|
+
**Solutions:**
|
|
29
|
+
|
|
30
|
+
1. **Check network stability** — Unstable Wi-Fi or VPN connections can cause drops
|
|
31
|
+
2. **Disable conflicting extensions** — Ad blockers or privacy extensions may block WebSocket connections. Try temporarily disabling them
|
|
32
|
+
3. **Check firewall settings** — Ensure WebSocket (WSS) connections to `*.cdebase.dev` are not blocked
|
|
33
|
+
4. **Restart the extension** — Go to chrome://extensions, toggle Yantra Browser off and on
|
|
34
|
+
|
|
35
|
+
### Badge shows red after navigating
|
|
36
|
+
|
|
37
|
+
**Cause:** When a tab navigates to a new page, the CDP connection needs to be re-established.
|
|
38
|
+
|
|
39
|
+
**Solution:** This usually resolves automatically within a few seconds. The extension's keepalive system detects the navigation and re-attaches. If the badge stays red for more than 10 seconds, click the extension icon and toggle the relay off and on again.
|
|
40
|
+
|
|
41
|
+
## Authentication Issues
|
|
42
|
+
|
|
43
|
+
### "Session expired" or cannot detect account
|
|
44
|
+
|
|
45
|
+
**Cause:** Your Yantra web app session may have expired.
|
|
46
|
+
|
|
47
|
+
**Solutions:**
|
|
48
|
+
|
|
49
|
+
1. Open a new tab and go to [yantra.app](https://yantra.app)
|
|
50
|
+
2. Sign in again if prompted
|
|
51
|
+
3. Click the extension icon — it should detect the new session
|
|
52
|
+
4. If not, go to Settings → "Auto-detect from Web App"
|
|
53
|
+
|
|
54
|
+
### Extension works in one browser profile but not another
|
|
55
|
+
|
|
56
|
+
**Cause:** Each Chrome profile has its own extension data and cookies.
|
|
57
|
+
|
|
58
|
+
**Solution:** You need to sign in to the Yantra web app in each Chrome profile where you want to use the extension. The extension reads cookies from the active profile only.
|
|
59
|
+
|
|
60
|
+
## Automation Issues
|
|
61
|
+
|
|
62
|
+
### Tab shows "Yantra Browser started debugging this tab" but nothing happens
|
|
63
|
+
|
|
64
|
+
**Cause:** The extension attached successfully but may not be receiving commands.
|
|
65
|
+
|
|
66
|
+
**Solutions:**
|
|
67
|
+
|
|
68
|
+
1. Make sure you've given Yantra a task in the web app or chat interface
|
|
69
|
+
2. Check that the relay toggle is ON in the extension popup
|
|
70
|
+
3. Verify the tab appears in the "Attached Tabs" list in the popup
|
|
71
|
+
|
|
72
|
+
### Automation seems stuck or slow
|
|
73
|
+
|
|
74
|
+
**Cause:** Complex pages with heavy JavaScript can take longer to process.
|
|
75
|
+
|
|
76
|
+
**Solutions:**
|
|
77
|
+
|
|
78
|
+
1. **Wait a moment** — Some actions (like loading dynamic content) take time
|
|
79
|
+
2. **Check the tab** — If the page is still loading (spinner in tab), let it finish
|
|
80
|
+
3. **Simplify the task** — Break complex multi-step tasks into smaller pieces
|
|
81
|
+
4. **Check for popups/modals** — Overlay dialogs can block automation. Dismiss them manually if needed
|
|
82
|
+
|
|
83
|
+
### Form fields aren't being filled correctly
|
|
84
|
+
|
|
85
|
+
**Cause:** Some websites use non-standard form controls (custom dropdowns, date pickers, etc.).
|
|
86
|
+
|
|
87
|
+
**Solutions:**
|
|
88
|
+
|
|
89
|
+
1. **Try re-running the task** — Sometimes a second attempt succeeds
|
|
90
|
+
2. **Be more specific** — Tell Yantra exactly which fields to fill and what values to use
|
|
91
|
+
3. **Handle complex controls manually** — For unusual UI widgets (drag-and-drop, custom dropdowns), fill those manually and let Yantra handle the rest
|
|
92
|
+
|
|
93
|
+
### Extension can't interact with a specific website
|
|
94
|
+
|
|
95
|
+
**Cause:** Some websites have aggressive bot-detection or Content Security Policies.
|
|
96
|
+
|
|
97
|
+
**Solutions:**
|
|
98
|
+
|
|
99
|
+
1. **Make sure you're signed in** — Being authenticated usually reduces bot detection
|
|
100
|
+
2. **Navigate manually first** — Go to the page yourself, then attach the extension
|
|
101
|
+
3. **Some sites may not be compatible** — Banking sites with strict security may block CDP interactions by design
|
|
102
|
+
|
|
103
|
+
## Extension Management
|
|
104
|
+
|
|
105
|
+
### How to update the extension
|
|
106
|
+
|
|
107
|
+
Chrome auto-updates extensions. To manually check:
|
|
108
|
+
|
|
109
|
+
1. Go to chrome://extensions
|
|
110
|
+
2. Enable "Developer mode" (toggle in top right)
|
|
111
|
+
3. Click "Update" button
|
|
112
|
+
|
|
113
|
+
### How to reinstall the extension
|
|
114
|
+
|
|
115
|
+
1. Go to chrome://extensions
|
|
116
|
+
2. Find Yantra Browser and click "Remove"
|
|
117
|
+
3. Reinstall from the Chrome Web Store
|
|
118
|
+
|
|
119
|
+
### How to check extension version
|
|
120
|
+
|
|
121
|
+
1. Go to chrome://extensions
|
|
122
|
+
2. Find Yantra Browser
|
|
123
|
+
3. The version number is displayed below the extension name
|
|
124
|
+
|
|
125
|
+
## Performance Tips
|
|
126
|
+
|
|
127
|
+
- **Close unused attached tabs** — Each attached tab uses some resources
|
|
128
|
+
- **Disconnect when idle** — Click "Disconnect" when you're not actively using automation
|
|
129
|
+
- **Keep Chrome updated** — Newer Chrome versions have better CDP performance
|
|
130
|
+
- **Avoid attaching to extremely heavy pages** — Pages with thousands of DOM elements take longer to snapshot
|
|
131
|
+
|
|
132
|
+
## Getting More Help
|
|
133
|
+
|
|
134
|
+
If you're still experiencing issues:
|
|
135
|
+
|
|
136
|
+
1. Check the [Browser Extension Overview](/help-center/browser-extension/browser-extension-overview) for basic setup
|
|
137
|
+
2. Review [Extension Security and Privacy](/help-center/browser-extension/extension-security) for permission-related issues
|
|
138
|
+
3. Contact our support team at [support@yantra.app](mailto:support@yantra.app)
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'Use Cases and Workflows'
|
|
3
|
+
description: 'Real-world examples of what you can achieve with the Yantra Browser extension'
|
|
4
|
+
author: 'Yantra Team'
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Browser Extension Use Cases and Workflows
|
|
8
|
+
|
|
9
|
+
The Yantra Browser extension enables powerful automation across all the websites you already use. This article showcases real-world workflows to help you get the most out of browser automation.
|
|
10
|
+
|
|
11
|
+
## Research and Data Gathering
|
|
12
|
+
|
|
13
|
+
### Cross-Platform Market Research
|
|
14
|
+
|
|
15
|
+
> _"Research the top 5 competitors in the project management space. For each, get their pricing, key features, and recent product updates from their websites."_
|
|
16
|
+
|
|
17
|
+
Yantra will:
|
|
18
|
+
|
|
19
|
+
1. Open each competitor's website
|
|
20
|
+
2. Navigate to their pricing pages
|
|
21
|
+
3. Extract pricing tiers and feature lists
|
|
22
|
+
4. Check their blogs or changelogs for recent updates
|
|
23
|
+
5. Compile findings into a structured summary
|
|
24
|
+
|
|
25
|
+
### Premium Source Research
|
|
26
|
+
|
|
27
|
+
When you're subscribed to premium tools like Crunchbase, SimilarWeb, Semrush, or Ahrefs, Yantra can access them using your existing logins:
|
|
28
|
+
|
|
29
|
+
> _"Pull the traffic analytics for competitor.com from SimilarWeb and their backlink profile from Ahrefs."_
|
|
30
|
+
|
|
31
|
+
Because the extension runs in your local browser with your active sessions, there are no login barriers or CAPTCHA interruptions.
|
|
32
|
+
|
|
33
|
+
## Email Management
|
|
34
|
+
|
|
35
|
+
### Inbox Triage
|
|
36
|
+
|
|
37
|
+
> _"Go through my Gmail inbox, flag emails from clients as important, archive newsletters older than a week, and draft a reply to the meeting request from John."_
|
|
38
|
+
|
|
39
|
+
### Bulk Email Actions
|
|
40
|
+
|
|
41
|
+
> _"In my Outlook inbox, find all emails from the marketing team this month and create a summary of action items mentioned."_
|
|
42
|
+
|
|
43
|
+
## Form Filling and Applications
|
|
44
|
+
|
|
45
|
+
### Job Applications
|
|
46
|
+
|
|
47
|
+
> _"Fill out this job application form. Use my name (Jane Smith), email (jane@example.com), and the resume I uploaded last time. For the cover letter, write something relevant to this data science role."_
|
|
48
|
+
|
|
49
|
+
### Registration and Sign-ups
|
|
50
|
+
|
|
51
|
+
> _"Register for this conference. Fill in my details, select the 'Professional' ticket, and choose the morning workshop sessions."_
|
|
52
|
+
|
|
53
|
+
## E-Commerce and Shopping
|
|
54
|
+
|
|
55
|
+
### Grocery Shopping
|
|
56
|
+
|
|
57
|
+
> _"Add these items to my Instacart cart: organic bananas, whole milk, sourdough bread, chicken breast, and broccoli. Choose the best-priced options."_
|
|
58
|
+
|
|
59
|
+
### Price Comparison
|
|
60
|
+
|
|
61
|
+
> _"Find the best price for a Sony WH-1000XM5 across Amazon, Best Buy, and B&H Photo. Compare prices including shipping."_
|
|
62
|
+
|
|
63
|
+
## CRM and Sales
|
|
64
|
+
|
|
65
|
+
### CRM Updates
|
|
66
|
+
|
|
67
|
+
> _"In HubSpot, update the deal stage for Acme Corp to 'Proposal Sent' and add a note that I sent the pricing document today."_
|
|
68
|
+
|
|
69
|
+
### Lead Research
|
|
70
|
+
|
|
71
|
+
> _"For each of these 5 LinkedIn profiles, visit their page and extract their current title, company, location, and a brief summary of their background."_
|
|
72
|
+
|
|
73
|
+
## Travel and Booking
|
|
74
|
+
|
|
75
|
+
### Flight Search
|
|
76
|
+
|
|
77
|
+
> _"Search Google Flights for round-trip flights from San Francisco to Tokyo, departing March 15 and returning March 25. Show me the top 3 cheapest options."_
|
|
78
|
+
|
|
79
|
+
### Hotel Comparison
|
|
80
|
+
|
|
81
|
+
> _"Compare hotel prices near Times Square, New York for March 20-23 on Booking.com and Hotels.com. Find options under $200/night with free cancellation."_
|
|
82
|
+
|
|
83
|
+
## Data Extraction
|
|
84
|
+
|
|
85
|
+
### Table Extraction
|
|
86
|
+
|
|
87
|
+
> _"Extract the pricing table from this page into a structured format with columns for plan name, price, and included features."_
|
|
88
|
+
|
|
89
|
+
### Directory Scraping
|
|
90
|
+
|
|
91
|
+
> _"Go through each listing on this search results page and extract the business name, phone number, and address for each result."_
|
|
92
|
+
|
|
93
|
+
## Productivity Workflows
|
|
94
|
+
|
|
95
|
+
### Multi-Step Workflows
|
|
96
|
+
|
|
97
|
+
Complex tasks that span multiple sites work especially well:
|
|
98
|
+
|
|
99
|
+
> _"Check my calendar for next week's meetings, then for each external meeting, look up the attendees on LinkedIn and prepare a one-paragraph brief about each person."_
|
|
100
|
+
|
|
101
|
+
### Automated Monitoring
|
|
102
|
+
|
|
103
|
+
> _"Go to the AWS status page and check if all services in us-east-1 are operational. Also check our Datadog dashboard for any alerts in the last 24 hours."_
|
|
104
|
+
|
|
105
|
+
## Tips for Best Results
|
|
106
|
+
|
|
107
|
+
1. **Be specific about what you want** — Instead of "research this company," say "find their annual revenue, employee count, and last funding round"
|
|
108
|
+
2. **Mention which sites to use** — Tell Yantra where to look: "Search on Google Flights" rather than just "find flights"
|
|
109
|
+
3. **Break complex tasks into steps** — For multi-site workflows, describe the sequence you want
|
|
110
|
+
4. **Make sure you're logged in** — Navigate to the sites first and confirm you're authenticated before starting
|
|
111
|
+
5. **Attach the right tabs** — For workflows involving specific sites, open and attach those tabs in advance
|
|
112
|
+
|
|
113
|
+
## Local vs. Cloud: When to Use Each
|
|
114
|
+
|
|
115
|
+
| Scenario | Recommendation |
|
|
116
|
+
| ----------------------------------------- | ------------------------------------------------- |
|
|
117
|
+
| Accessing your Gmail or CRM | **Local browser** — uses your active session |
|
|
118
|
+
| General web research on public sites | **Cloud browser** — isolated and clean |
|
|
119
|
+
| Working with premium subscriptions | **Local browser** — your logins work seamlessly |
|
|
120
|
+
| Filling forms on government/banking sites | **Local browser** — your trusted IP avoids blocks |
|
|
121
|
+
| Scraping public directories | **Cloud browser** — avoids rate limiting your IP |
|
|
122
|
+
|
|
123
|
+
For more information on getting started, see [Getting Started with the Browser Extension](/help-center/browser-extension/getting-started-extension).
|