@adminide-stack/yantra-help-browser 12.0.16-alpha.2 → 12.0.16-alpha.21
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 +93 -85
- 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 +67 -69
- package/lib/components/HelpCenterHeader.js.map +1 -1
- package/lib/components/Logo.d.ts.map +1 -1
- package/lib/components/Logo.js +3 -2
- package/lib/components/Logo.js.map +1 -1
- package/lib/components/SearchBar.d.ts +8 -0
- package/lib/components/SearchBar.d.ts.map +1 -0
- package/lib/components/SearchBar.js +234 -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 +5 -4
- package/lib/components/navbar/index.js.map +1 -1
- package/lib/compute.d.ts.map +1 -1
- package/lib/compute.js +19 -1
- package/lib/compute.js.map +1 -1
- package/lib/pages/CategoryCollection/index.d.ts.map +1 -1
- package/lib/pages/CategoryCollection/index.js +5 -11
- package/lib/pages/CategoryCollection/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 +135 -50
- 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 +211 -1
- package/lib/pages/HelpCenter/components/Icons.js.map +1 -1
- package/lib/pages/HelpCenter/components/PopularArticle.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/PopularArticle.js +17 -23
- 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 +106 -37
- package/lib/pages/HelpCenter/index.js.map +1 -1
- package/lib/pages/HelpCenter/mockData.d.ts.map +1 -1
- package/lib/pages/HelpCenter/mockData.js +14 -6
- package/lib/pages/HelpCenter/mockData.js.map +1 -1
- package/lib/pages/LandingPage/components/HeroSection.d.ts +0 -1
- package/lib/pages/LandingPage/components/HeroSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/HeroSection.js +3 -6
- package/lib/pages/LandingPage/components/HeroSection.js.map +1 -1
- package/lib/pages/LandingPage/index.d.ts.map +1 -1
- package/lib/pages/LandingPage/index.js +1 -6
- 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 +314 -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/routes.json +28 -1
- package/lib/{content → templates/content}/account-management/account-setup.md +10 -0
- package/lib/{content → templates/content}/account-management/delete-account.md +10 -0
- package/lib/{content → templates/content}/account-management/preferences.md +10 -0
- package/lib/{content → templates/content}/account-management/privacy-settings.md +10 -0
- package/lib/{content → templates/content}/account-management/profile-settings.md +8 -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/content-manifest.json +5670 -0
- package/lib/{content → templates/content}/data-privacy/data-collection.md +9 -0
- package/lib/{content → templates/content}/data-privacy/privacy-policy.md +10 -0
- package/lib/{content → templates/content}/data-subject-privacy/data-access.md +12 -0
- package/lib/{content → templates/content}/data-subject-privacy/data-portability.md +15 -0
- package/lib/{content → templates/content}/data-subject-privacy/privacy-requests.md +11 -0
- package/lib/{content → templates/content}/file-uploads/file-upload-overview.md +9 -0
- package/lib/{content → templates/content}/getting-started/getting-started-guide.md +9 -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/{content → templates/content}/product-features/ai-models.md +1 -1
- package/lib/{content → templates/content}/product-features/collaboration-tools.md +8 -0
- package/lib/{content → templates/content}/product-features/conversation-features.md +6 -0
- package/lib/{content → templates/content}/product-features/export-features.md +8 -0
- package/lib/{content → templates/content}/product-features/follow-up-questions.md +8 -0
- package/lib/{content → templates/content}/product-features/real-time-search.md +8 -0
- package/lib/{content → templates/content}/product-features/saved-searches.md +8 -0
- package/lib/{content → templates/content}/product-features/search-features.md +1 -1
- package/lib/{content → templates/content}/product-features/search-history.md +8 -0
- package/lib/{content → templates/content}/product-features/source-citations.md +8 -0
- package/lib/{content → templates/content}/scope-api/api-overview.md +8 -0
- package/lib/{content → templates/content}/search-modes/deep-research.md +8 -0
- package/lib/{content → templates/content}/search-modes/labs-features.md +10 -0
- package/lib/{content → templates/content}/search-modes/pro-search.md +8 -0
- package/lib/{content → templates/content}/search-modes/regular-search.md +8 -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/{content → templates/content}/spaces-library/spaces-overview.md +8 -0
- package/lib/{content → templates/content}/student-hub/academic-research.md +8 -0
- package/lib/{content → templates/content}/student-hub/student-discounts.md +10 -0
- package/lib/{content → templates/content}/student-hub/student-overview.md +8 -0
- package/lib/{content → templates/content}/student-hub/study-tools.md +8 -0
- package/lib/{content → templates/content}/subscription-billing/billing-cycle.md +8 -0
- package/lib/{content → templates/content}/subscription-billing/billing-overview.md +6 -0
- package/lib/{content → templates/content}/subscription-billing/billing-support.md +8 -0
- package/lib/{content → templates/content}/subscription-billing/currency-support.md +10 -0
- package/lib/{content → templates/content}/subscription-billing/enterprise-pricing.md +8 -0
- package/lib/{content → templates/content}/subscription-billing/invoice-management.md +8 -0
- package/lib/{content → templates/content}/subscription-billing/payment-methods.md +9 -0
- package/lib/{content → templates/content}/subscription-billing/promotional-offers.md +8 -0
- package/lib/{content → templates/content}/subscription-billing/refund-policy.md +10 -0
- package/lib/{content → templates/content}/subscription-billing/student-discounts.md +10 -0
- package/lib/{content → templates/content}/subscription-billing/tax-information.md +8 -0
- package/lib/{content → templates/content}/technical-questions/ai-models-technical.md +10 -0
- package/lib/{content → templates/content}/technical-questions/api-technical.md +10 -0
- package/lib/{content → templates/content}/technical-questions/data-processing.md +10 -0
- package/lib/{content → templates/content}/technical-questions/database-architecture.md +10 -0
- package/lib/{content → templates/content}/technical-questions/infrastructure.md +10 -0
- package/lib/{content → templates/content}/technical-questions/performance-optimization.md +10 -0
- package/lib/{content → templates/content}/technical-questions/search-algorithms.md +10 -0
- package/lib/{content → templates/content}/technical-questions/technical-overview.md +10 -0
- package/lib/{content → templates/content}/threads/conversation-management.md +8 -0
- package/lib/{content → templates/content}/threads/threads-overview.md +8 -0
- package/lib/{content → templates/content}/troubleshooting/common-issues.md +8 -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/{content → templates/content}/what-is-yantra/getting-started-yantra.md +1 -1
- 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 +151 -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/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/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
|
@@ -5,12 +5,14 @@ Introduction to Yantra Enterprise features and benefits.
|
|
|
5
5
|
## Enterprise Features
|
|
6
6
|
|
|
7
7
|
### Advanced Capabilities
|
|
8
|
+
|
|
8
9
|
- **SSO Integration**: Single sign-on integration
|
|
9
10
|
- **Custom Branding**: White-label solutions
|
|
10
11
|
- **Advanced Analytics**: Detailed usage analytics
|
|
11
12
|
- **API Priority**: Highest API rate limits
|
|
12
13
|
|
|
13
14
|
### Management Tools
|
|
15
|
+
|
|
14
16
|
- **Admin Dashboard**: Centralized management console
|
|
15
17
|
- **User Management**: Bulk user operations
|
|
16
18
|
- **Usage Analytics**: Comprehensive usage reports
|
|
@@ -19,12 +21,14 @@ Introduction to Yantra Enterprise features and benefits.
|
|
|
19
21
|
## Enterprise Benefits
|
|
20
22
|
|
|
21
23
|
### Business Value
|
|
24
|
+
|
|
22
25
|
- **ROI Analysis**: Return on investment analysis
|
|
23
26
|
- **Productivity Gains**: Measurable productivity improvements
|
|
24
27
|
- **Cost Reduction**: Reduced operational costs
|
|
25
28
|
- **Competitive Advantage**: Strategic business advantage
|
|
26
29
|
|
|
27
30
|
### Technical Benefits
|
|
31
|
+
|
|
28
32
|
- **Scalability**: Enterprise-grade scalability
|
|
29
33
|
- **Security**: Advanced security features
|
|
30
34
|
- **Integration**: Seamless system integration
|
|
@@ -33,12 +37,14 @@ Introduction to Yantra Enterprise features and benefits.
|
|
|
33
37
|
## Enterprise Plans
|
|
34
38
|
|
|
35
39
|
### Plan Options
|
|
40
|
+
|
|
36
41
|
- **Enterprise Pro**: Advanced enterprise features
|
|
37
42
|
- **Enterprise Max**: Maximum enterprise capabilities
|
|
38
43
|
- **Custom Solutions**: Tailored enterprise solutions
|
|
39
44
|
- **On-premise**: On-premise deployment options
|
|
40
45
|
|
|
41
46
|
### Pricing
|
|
47
|
+
|
|
42
48
|
- **Volume Discounts**: Discounts based on user count
|
|
43
49
|
- **Annual Contracts**: Multi-year agreements
|
|
44
50
|
- **Custom Pricing**: Tailored pricing solutions
|
|
@@ -47,6 +53,7 @@ Introduction to Yantra Enterprise features and benefits.
|
|
|
47
53
|
## Getting Started
|
|
48
54
|
|
|
49
55
|
### Enterprise Setup
|
|
56
|
+
|
|
50
57
|
1. **Contact Sales**: Reach out to enterprise sales team
|
|
51
58
|
2. **Requirements Review**: Discuss your enterprise needs
|
|
52
59
|
3. **Custom Quote**: Receive tailored pricing and features
|
|
@@ -54,6 +61,7 @@ Introduction to Yantra Enterprise features and benefits.
|
|
|
54
61
|
5. **Training**: Receive enterprise training
|
|
55
62
|
|
|
56
63
|
### Support Team
|
|
64
|
+
|
|
57
65
|
- **Enterprise Sales**: Dedicated enterprise sales team
|
|
58
66
|
- **Technical Sales**: Technical solution architects
|
|
59
67
|
- **Account Managers**: Dedicated account management
|
|
@@ -5,12 +5,14 @@ Single Sign-On integration for enterprise customers.
|
|
|
5
5
|
## Supported SSO Providers
|
|
6
6
|
|
|
7
7
|
### Enterprise Providers
|
|
8
|
+
|
|
8
9
|
- **Active Directory**: Microsoft Active Directory
|
|
9
10
|
- **Azure AD**: Azure Active Directory
|
|
10
11
|
- **Google Workspace**: Google Workspace SSO
|
|
11
12
|
- **Okta**: Okta identity provider
|
|
12
13
|
|
|
13
14
|
### SAML Integration
|
|
15
|
+
|
|
14
16
|
- **SAML 2.0**: SAML 2.0 protocol support
|
|
15
17
|
- **Custom SAML**: Custom SAML provider integration
|
|
16
18
|
- **SAML Configuration**: SAML configuration management
|
|
@@ -19,6 +21,7 @@ Single Sign-On integration for enterprise customers.
|
|
|
19
21
|
## SSO Configuration
|
|
20
22
|
|
|
21
23
|
### Setup Process
|
|
24
|
+
|
|
22
25
|
1. **Provider Configuration**: Configure SSO provider
|
|
23
26
|
2. **Attribute Mapping**: Map user attributes
|
|
24
27
|
3. **Role Mapping**: Map SSO groups to roles
|
|
@@ -26,6 +29,7 @@ Single Sign-On integration for enterprise customers.
|
|
|
26
29
|
5. **Deployment**: Deploy SSO integration
|
|
27
30
|
|
|
28
31
|
### Configuration Options
|
|
32
|
+
|
|
29
33
|
- **Authentication Flow**: Configure authentication flow
|
|
30
34
|
- **User Provisioning**: Automatic user provisioning
|
|
31
35
|
- **Attribute Sync**: Synchronize user attributes
|
|
@@ -34,12 +38,14 @@ Single Sign-On integration for enterprise customers.
|
|
|
34
38
|
## User Experience
|
|
35
39
|
|
|
36
40
|
### Login Process
|
|
41
|
+
|
|
37
42
|
- **SSO Login**: Seamless SSO login experience
|
|
38
43
|
- **Fallback Options**: Fallback authentication methods
|
|
39
44
|
- **Error Handling**: SSO error handling
|
|
40
45
|
- **User Guidance**: User guidance for SSO
|
|
41
46
|
|
|
42
47
|
### Session Management
|
|
48
|
+
|
|
43
49
|
- **Session Duration**: Configurable session duration
|
|
44
50
|
- **Session Refresh**: Automatic session refresh
|
|
45
51
|
- **Logout Handling**: SSO logout handling
|
|
@@ -48,12 +54,14 @@ Single Sign-On integration for enterprise customers.
|
|
|
48
54
|
## Security Features
|
|
49
55
|
|
|
50
56
|
### Security Measures
|
|
57
|
+
|
|
51
58
|
- **Encryption**: Encrypted SSO communication
|
|
52
59
|
- **Certificate Management**: SSL certificate management
|
|
53
60
|
- **Audit Logging**: SSO audit logging
|
|
54
61
|
- **Security Monitoring**: Security event monitoring
|
|
55
62
|
|
|
56
63
|
### Compliance
|
|
64
|
+
|
|
57
65
|
- **Security Standards**: Industry security standards
|
|
58
66
|
- **Compliance Requirements**: Meet compliance requirements
|
|
59
67
|
- **Audit Trail**: Complete audit trail
|
|
@@ -62,12 +70,14 @@ Single Sign-On integration for enterprise customers.
|
|
|
62
70
|
## Troubleshooting
|
|
63
71
|
|
|
64
72
|
### Common Issues
|
|
73
|
+
|
|
65
74
|
- **Configuration Errors**: SSO configuration issues
|
|
66
75
|
- **Attribute Mapping**: Attribute mapping problems
|
|
67
76
|
- **Certificate Issues**: SSL certificate issues
|
|
68
77
|
- **User Sync**: User synchronization issues
|
|
69
78
|
|
|
70
79
|
### Support Resources
|
|
80
|
+
|
|
71
81
|
- **Documentation**: Comprehensive SSO documentation
|
|
72
82
|
- **Support Team**: Dedicated SSO support
|
|
73
83
|
- **Testing Tools**: SSO testing utilities
|
|
@@ -5,12 +5,14 @@ Adding, removing, and managing enterprise users.
|
|
|
5
5
|
## User Administration
|
|
6
6
|
|
|
7
7
|
### Adding Users
|
|
8
|
+
|
|
8
9
|
- **Bulk Import**: Import users from CSV/Excel
|
|
9
10
|
- **Individual Addition**: Add users one by one
|
|
10
11
|
- **Directory Integration**: Integrate with Active Directory
|
|
11
12
|
- **Self-Registration**: Allow self-registration with approval
|
|
12
13
|
|
|
13
14
|
### User Roles
|
|
15
|
+
|
|
14
16
|
- **Admin**: Full administrative access
|
|
15
17
|
- **Manager**: Team management capabilities
|
|
16
18
|
- **User**: Standard user access
|
|
@@ -19,12 +21,14 @@ Adding, removing, and managing enterprise users.
|
|
|
19
21
|
## User Operations
|
|
20
22
|
|
|
21
23
|
### User Management
|
|
24
|
+
|
|
22
25
|
- **User Profiles**: Complete user profile management
|
|
23
26
|
- **Account Status**: Activate/deactivate accounts
|
|
24
27
|
- **Password Management**: Password reset and policies
|
|
25
28
|
- **Permission Assignment**: Assign specific permissions
|
|
26
29
|
|
|
27
30
|
### Bulk Operations
|
|
31
|
+
|
|
28
32
|
- **Bulk Updates**: Update multiple users at once
|
|
29
33
|
- **Bulk Role Changes**: Change roles for multiple users
|
|
30
34
|
- **Bulk Deactivation**: Deactivate multiple accounts
|
|
@@ -33,12 +37,14 @@ Adding, removing, and managing enterprise users.
|
|
|
33
37
|
## Directory Integration
|
|
34
38
|
|
|
35
39
|
### Active Directory
|
|
40
|
+
|
|
36
41
|
- **LDAP Integration**: LDAP directory integration
|
|
37
42
|
- **SSO Integration**: Single sign-on integration
|
|
38
43
|
- **Group Mapping**: Map AD groups to Yantra roles
|
|
39
44
|
- **Attribute Mapping**: Map AD attributes to Yantra fields
|
|
40
45
|
|
|
41
46
|
### Other Directories
|
|
47
|
+
|
|
42
48
|
- **Azure AD**: Azure Active Directory integration
|
|
43
49
|
- **Google Workspace**: Google Workspace integration
|
|
44
50
|
- **Okta**: Okta identity provider integration
|
|
@@ -47,12 +53,14 @@ Adding, removing, and managing enterprise users.
|
|
|
47
53
|
## User Analytics
|
|
48
54
|
|
|
49
55
|
### Activity Tracking
|
|
56
|
+
|
|
50
57
|
- **Login Activity**: Track user login patterns
|
|
51
58
|
- **Usage Statistics**: Monitor user usage
|
|
52
59
|
- **Feature Adoption**: Track feature usage
|
|
53
60
|
- **Productivity Metrics**: Measure user productivity
|
|
54
61
|
|
|
55
62
|
### Reporting
|
|
63
|
+
|
|
56
64
|
- **User Reports**: Generate user activity reports
|
|
57
65
|
- **Usage Reports**: Create usage analytics reports
|
|
58
66
|
- **Compliance Reports**: Generate compliance reports
|
|
@@ -61,12 +69,14 @@ Adding, removing, and managing enterprise users.
|
|
|
61
69
|
## Security and Compliance
|
|
62
70
|
|
|
63
71
|
### Access Control
|
|
72
|
+
|
|
64
73
|
- **Role-based Access**: Role-based access control
|
|
65
74
|
- **Permission Management**: Granular permission control
|
|
66
75
|
- **Access Auditing**: Audit user access
|
|
67
76
|
- **Session Management**: Manage user sessions
|
|
68
77
|
|
|
69
78
|
### Compliance
|
|
79
|
+
|
|
70
80
|
- **Audit Logging**: Comprehensive audit logs
|
|
71
81
|
- **Data Retention**: User data retention policies
|
|
72
82
|
- **Privacy Controls**: User privacy controls
|
|
@@ -5,12 +5,14 @@ Manage your subscription, payment methods, and billing history.
|
|
|
5
5
|
## Account Billing Overview
|
|
6
6
|
|
|
7
7
|
### Current Subscription
|
|
8
|
+
|
|
8
9
|
- **Plan**: Your current subscription tier
|
|
9
10
|
- **Billing Cycle**: Monthly or annual
|
|
10
11
|
- **Next Billing Date**: When next payment is due
|
|
11
12
|
- **Amount**: Cost of next billing cycle
|
|
12
13
|
|
|
13
14
|
### Payment Method
|
|
15
|
+
|
|
14
16
|
- **Current Method**: Active payment method
|
|
15
17
|
- **Card Details**: Last 4 digits of card
|
|
16
18
|
- **Expiration**: Card expiration date
|
|
@@ -19,6 +21,7 @@ Manage your subscription, payment methods, and billing history.
|
|
|
19
21
|
## Managing Payment Methods
|
|
20
22
|
|
|
21
23
|
### Adding a New Payment Method
|
|
24
|
+
|
|
22
25
|
1. Go to Account Settings
|
|
23
26
|
2. Click on "Payment Methods"
|
|
24
27
|
3. Select "Add New Method"
|
|
@@ -27,6 +30,7 @@ Manage your subscription, payment methods, and billing history.
|
|
|
27
30
|
6. Save payment method
|
|
28
31
|
|
|
29
32
|
### Updating Payment Method
|
|
33
|
+
|
|
30
34
|
1. Access Payment Methods section
|
|
31
35
|
2. Click on current method
|
|
32
36
|
3. Update card information
|
|
@@ -34,6 +38,7 @@ Manage your subscription, payment methods, and billing history.
|
|
|
34
38
|
5. Save changes
|
|
35
39
|
|
|
36
40
|
### Removing Payment Method
|
|
41
|
+
|
|
37
42
|
1. Navigate to Payment Methods
|
|
38
43
|
2. Select method to remove
|
|
39
44
|
3. Confirm removal
|
|
@@ -42,12 +47,14 @@ Manage your subscription, payment methods, and billing history.
|
|
|
42
47
|
## Billing History
|
|
43
48
|
|
|
44
49
|
### Viewing Invoices
|
|
50
|
+
|
|
45
51
|
- **Invoice List**: All past invoices
|
|
46
52
|
- **Download**: PDF format available
|
|
47
53
|
- **Email**: Invoices sent to email
|
|
48
54
|
- **Tax Information**: Tax details included
|
|
49
55
|
|
|
50
56
|
### Payment History
|
|
57
|
+
|
|
51
58
|
- **Transaction Log**: All payments
|
|
52
59
|
- **Payment Status**: Success/failed payments
|
|
53
60
|
- **Refunds**: Refund transactions
|
|
@@ -56,6 +63,7 @@ Manage your subscription, payment methods, and billing history.
|
|
|
56
63
|
## Subscription Management
|
|
57
64
|
|
|
58
65
|
### Changing Billing Cycle
|
|
66
|
+
|
|
59
67
|
1. Access Subscription Settings
|
|
60
68
|
2. Select "Change Billing Cycle"
|
|
61
69
|
3. Choose new cycle
|
|
@@ -63,6 +71,7 @@ Manage your subscription, payment methods, and billing history.
|
|
|
63
71
|
5. Confirm changes
|
|
64
72
|
|
|
65
73
|
### Pausing Subscription
|
|
74
|
+
|
|
66
75
|
1. Go to Subscription Settings
|
|
67
76
|
2. Select "Pause Subscription"
|
|
68
77
|
3. Choose pause duration
|
|
@@ -70,6 +79,7 @@ Manage your subscription, payment methods, and billing history.
|
|
|
70
79
|
5. Resume when ready
|
|
71
80
|
|
|
72
81
|
### Canceling Subscription
|
|
82
|
+
|
|
73
83
|
1. Navigate to Subscription Settings
|
|
74
84
|
2. Click "Cancel Subscription"
|
|
75
85
|
3. Select cancellation reason
|
|
@@ -79,18 +89,21 @@ Manage your subscription, payment methods, and billing history.
|
|
|
79
89
|
## Billing Support
|
|
80
90
|
|
|
81
91
|
### Common Issues
|
|
92
|
+
|
|
82
93
|
- **Payment Failed**: Update payment method
|
|
83
94
|
- **Billing Questions**: Contact support
|
|
84
95
|
- **Invoice Discrepancies**: Report issues
|
|
85
96
|
- **Refund Requests**: Submit requests
|
|
86
97
|
|
|
87
98
|
### Getting Help
|
|
99
|
+
|
|
88
100
|
- **Support Team**: Dedicated billing support
|
|
89
101
|
- **Live Chat**: Real-time assistance
|
|
90
102
|
- **Email Support**: Detailed responses
|
|
91
103
|
- **Phone Support**: For urgent issues
|
|
92
104
|
|
|
93
105
|
### Self-Service Options
|
|
106
|
+
|
|
94
107
|
- **FAQ**: Common billing questions
|
|
95
108
|
- **Documentation**: Detailed guides
|
|
96
109
|
- **Video Tutorials**: Step-by-step help
|
|
@@ -5,6 +5,7 @@ Information about canceling subscriptions and refund policies.
|
|
|
5
5
|
## Cancellation Policy
|
|
6
6
|
|
|
7
7
|
### How to Cancel
|
|
8
|
+
|
|
8
9
|
1. **Account Settings**: Navigate to subscription settings
|
|
9
10
|
2. **Cancel Option**: Click "Cancel Subscription"
|
|
10
11
|
3. **Reason Selection**: Choose cancellation reason
|
|
@@ -12,12 +13,14 @@ Information about canceling subscriptions and refund policies.
|
|
|
12
13
|
5. **Email Confirmation**: Receive cancellation email
|
|
13
14
|
|
|
14
15
|
### Cancellation Timing
|
|
16
|
+
|
|
15
17
|
- **Immediate**: Cancellation takes effect immediately
|
|
16
18
|
- **Billing Cycle**: No refunds for current period
|
|
17
19
|
- **Access**: Features available until period end
|
|
18
20
|
- **Data**: Account data preserved for 30 days
|
|
19
21
|
|
|
20
22
|
### Post-Cancellation
|
|
23
|
+
|
|
21
24
|
- **Feature Access**: Available until period end
|
|
22
25
|
- **Data Export**: Export data before cancellation
|
|
23
26
|
- **Account Deletion**: Automatic after 30 days
|
|
@@ -26,12 +29,14 @@ Information about canceling subscriptions and refund policies.
|
|
|
26
29
|
## Refund Policy
|
|
27
30
|
|
|
28
31
|
### Refund Eligibility
|
|
32
|
+
|
|
29
33
|
- **New Subscriptions**: 7-day refund window
|
|
30
34
|
- **Annual Plans**: Prorated refunds available
|
|
31
35
|
- **Technical Issues**: Refunds for service problems
|
|
32
36
|
- **Duplicate Charges**: Full refunds for duplicates
|
|
33
37
|
|
|
34
38
|
### Refund Process
|
|
39
|
+
|
|
35
40
|
1. **Contact Support**: Reach out to billing support
|
|
36
41
|
2. **Provide Details**: Explain refund reason
|
|
37
42
|
3. **Review Request**: Support team reviews
|
|
@@ -39,6 +44,7 @@ Information about canceling subscriptions and refund policies.
|
|
|
39
44
|
5. **Confirmation**: Email confirmation sent
|
|
40
45
|
|
|
41
46
|
### Refund Timeline
|
|
47
|
+
|
|
42
48
|
- **Processing Time**: 3-5 business days
|
|
43
49
|
- **Credit Card**: 5-10 business days
|
|
44
50
|
- **PayPal**: 1-3 business days
|
|
@@ -47,12 +53,14 @@ Information about canceling subscriptions and refund policies.
|
|
|
47
53
|
## Subscription Changes
|
|
48
54
|
|
|
49
55
|
### Downgrading
|
|
56
|
+
|
|
50
57
|
- **Immediate Effect**: Downgrade takes effect immediately
|
|
51
58
|
- **Prorated Refund**: Refund for unused portion
|
|
52
59
|
- **Feature Loss**: Some features may be lost
|
|
53
60
|
- **Data Access**: Data remains accessible
|
|
54
61
|
|
|
55
62
|
### Upgrading
|
|
63
|
+
|
|
56
64
|
- **Immediate Access**: New features available immediately
|
|
57
65
|
- **Prorated Billing**: Charge for upgrade difference
|
|
58
66
|
- **No Refund**: No refund for current period
|
|
@@ -61,12 +69,14 @@ Information about canceling subscriptions and refund policies.
|
|
|
61
69
|
## Account Management
|
|
62
70
|
|
|
63
71
|
### Data Retention
|
|
72
|
+
|
|
64
73
|
- **30 Days**: Account data kept for 30 days
|
|
65
74
|
- **Export Options**: Download data before cancellation
|
|
66
75
|
- **Search History**: Preserved during retention period
|
|
67
76
|
- **Saved Searches**: Available for export
|
|
68
77
|
|
|
69
78
|
### Reactivation
|
|
79
|
+
|
|
70
80
|
- **30-Day Window**: Can reactivate within 30 days
|
|
71
81
|
- **Same Plan**: Reactivate with same plan
|
|
72
82
|
- **Data Restoration**: All data restored
|
|
@@ -75,18 +85,21 @@ Information about canceling subscriptions and refund policies.
|
|
|
75
85
|
## Support and Assistance
|
|
76
86
|
|
|
77
87
|
### Cancellation Support
|
|
88
|
+
|
|
78
89
|
- **Live Chat**: Real-time assistance
|
|
79
90
|
- **Email Support**: Detailed help via email
|
|
80
91
|
- **Phone Support**: For urgent cancellations
|
|
81
92
|
- **Self-Service**: Online cancellation tools
|
|
82
93
|
|
|
83
94
|
### Refund Support
|
|
95
|
+
|
|
84
96
|
- **Billing Team**: Dedicated refund support
|
|
85
97
|
- **Quick Response**: Fast refund processing
|
|
86
98
|
- **Transparent Process**: Clear refund policies
|
|
87
99
|
- **Multiple Channels**: Various support options
|
|
88
100
|
|
|
89
101
|
### General Support
|
|
102
|
+
|
|
90
103
|
- **FAQ**: Common questions answered
|
|
91
104
|
- **Documentation**: Comprehensive guides
|
|
92
105
|
- **Community**: User forums and discussions
|
|
@@ -5,11 +5,13 @@ Detailed pricing information for Yantra Pro and Max subscriptions.
|
|
|
5
5
|
## Yantra Pro Pricing
|
|
6
6
|
|
|
7
7
|
### Monthly Subscription
|
|
8
|
+
|
|
8
9
|
- **Price**: $20/month
|
|
9
10
|
- **Features**: All Pro features included
|
|
10
11
|
- **Billing**: Monthly recurring
|
|
11
12
|
|
|
12
13
|
### Annual Subscription
|
|
14
|
+
|
|
13
15
|
- **Price**: $200/year (2 months free)
|
|
14
16
|
- **Savings**: $40 compared to monthly
|
|
15
17
|
- **Billing**: Annual recurring
|
|
@@ -17,26 +19,28 @@ Detailed pricing information for Yantra Pro and Max subscriptions.
|
|
|
17
19
|
## Yantra Max Pricing
|
|
18
20
|
|
|
19
21
|
### Monthly Subscription
|
|
22
|
+
|
|
20
23
|
- **Price**: $40/month
|
|
21
24
|
- **Features**: All Max features included
|
|
22
25
|
- **Billing**: Monthly recurring
|
|
23
26
|
|
|
24
27
|
### Annual Subscription
|
|
28
|
+
|
|
25
29
|
- **Price**: $400/year (2 months free)
|
|
26
30
|
- **Savings**: $80 compared to monthly
|
|
27
31
|
- **Billing**: Annual recurring
|
|
28
32
|
|
|
29
33
|
## Feature Comparison
|
|
30
34
|
|
|
31
|
-
| Feature
|
|
32
|
-
|
|
33
|
-
| Daily Searches
|
|
34
|
-
| AI Models
|
|
35
|
-
| File Uploads
|
|
36
|
-
| API Access
|
|
37
|
-
| Priority Support | ❌
|
|
38
|
-
| Team Features
|
|
39
|
-
| Custom Branding
|
|
35
|
+
| Feature | Free | Pro | Max |
|
|
36
|
+
| ---------------- | ------- | -------------- | ------------- |
|
|
37
|
+
| Daily Searches | 5 | Unlimited | Maximum |
|
|
38
|
+
| AI Models | GPT-3.5 | GPT-4 + Claude | Latest models |
|
|
39
|
+
| File Uploads | ❌ | ✅ | ✅ |
|
|
40
|
+
| API Access | ❌ | ✅ | ✅ |
|
|
41
|
+
| Priority Support | ❌ | ✅ | ✅ |
|
|
42
|
+
| Team Features | ❌ | ❌ | ✅ |
|
|
43
|
+
| Custom Branding | ❌ | ❌ | ✅ |
|
|
40
44
|
|
|
41
45
|
## Payment Methods
|
|
42
46
|
|
|
@@ -5,12 +5,14 @@ Compare features across different subscription tiers.
|
|
|
5
5
|
## Free Tier Benefits
|
|
6
6
|
|
|
7
7
|
### Basic Features
|
|
8
|
+
|
|
8
9
|
- **5 Daily Searches**: Limited search capacity
|
|
9
10
|
- **GPT-3.5 Access**: Basic AI model access
|
|
10
11
|
- **Standard Support**: Community support
|
|
11
12
|
- **Basic Search**: Standard search functionality
|
|
12
13
|
|
|
13
14
|
### Limitations
|
|
15
|
+
|
|
14
16
|
- **Search Limits**: 5 searches per day
|
|
15
17
|
- **Model Access**: Limited to GPT-3.5
|
|
16
18
|
- **No File Uploads**: Cannot upload documents
|
|
@@ -19,6 +21,7 @@ Compare features across different subscription tiers.
|
|
|
19
21
|
## Pro Tier Benefits
|
|
20
22
|
|
|
21
23
|
### Enhanced Features
|
|
24
|
+
|
|
22
25
|
- **Unlimited Searches**: No daily limits
|
|
23
26
|
- **Advanced AI Models**: GPT-4 and Claude access
|
|
24
27
|
- **File Uploads**: Analyze documents and files
|
|
@@ -26,6 +29,7 @@ Compare features across different subscription tiers.
|
|
|
26
29
|
- **Priority Support**: Faster customer support
|
|
27
30
|
|
|
28
31
|
### Additional Capabilities
|
|
32
|
+
|
|
29
33
|
- **Export Options**: Save and export research
|
|
30
34
|
- **Advanced Search**: Pro search modes
|
|
31
35
|
- **Custom Searches**: Tailored search options
|
|
@@ -34,6 +38,7 @@ Compare features across different subscription tiers.
|
|
|
34
38
|
## Max Tier Benefits
|
|
35
39
|
|
|
36
40
|
### Premium Features
|
|
41
|
+
|
|
37
42
|
- **Maximum Search Limits**: Highest daily limits
|
|
38
43
|
- **Latest AI Models**: Access to newest models
|
|
39
44
|
- **Team Collaboration**: Share with team members
|
|
@@ -41,6 +46,7 @@ Compare features across different subscription tiers.
|
|
|
41
46
|
- **Dedicated Support**: Personal account manager
|
|
42
47
|
|
|
43
48
|
### Enterprise Features
|
|
49
|
+
|
|
44
50
|
- **Advanced Analytics**: Detailed usage insights
|
|
45
51
|
- **API Priority**: Highest API rate limits
|
|
46
52
|
- **Custom Training**: Train models on your data
|
|
@@ -49,12 +55,14 @@ Compare features across different subscription tiers.
|
|
|
49
55
|
## Upgrade Benefits
|
|
50
56
|
|
|
51
57
|
### Immediate Access
|
|
58
|
+
|
|
52
59
|
- **Instant Activation**: Features available immediately
|
|
53
60
|
- **No Downtime**: Seamless upgrade process
|
|
54
61
|
- **Data Preservation**: All data maintained
|
|
55
62
|
- **Prorated Billing**: Fair billing for mid-cycle upgrades
|
|
56
63
|
|
|
57
64
|
### Long-term Value
|
|
65
|
+
|
|
58
66
|
- **Cost Savings**: Better value for heavy users
|
|
59
67
|
- **Productivity**: Enhanced capabilities
|
|
60
68
|
- **Support**: Priority assistance
|
|
@@ -5,12 +5,14 @@ Step-by-step guide to upgrading your Yantra subscription.
|
|
|
5
5
|
## Before You Upgrade
|
|
6
6
|
|
|
7
7
|
### Check Your Usage
|
|
8
|
+
|
|
8
9
|
- **Current Plan**: Review your current subscription
|
|
9
10
|
- **Usage Patterns**: Analyze your search frequency
|
|
10
11
|
- **Feature Needs**: Identify required features
|
|
11
12
|
- **Budget**: Consider pricing options
|
|
12
13
|
|
|
13
14
|
### Plan Comparison
|
|
15
|
+
|
|
14
16
|
- **Feature Matrix**: Compare available features
|
|
15
17
|
- **Pricing Calculator**: Calculate costs
|
|
16
18
|
- **Support Options**: Review support levels
|
|
@@ -19,24 +21,28 @@ Step-by-step guide to upgrading your Yantra subscription.
|
|
|
19
21
|
## Upgrade Steps
|
|
20
22
|
|
|
21
23
|
### 1. Access Account Settings
|
|
24
|
+
|
|
22
25
|
1. Log into your Yantra account
|
|
23
26
|
2. Navigate to Account Settings
|
|
24
27
|
3. Click on "Subscription" tab
|
|
25
28
|
4. Review current plan details
|
|
26
29
|
|
|
27
30
|
### 2. Choose New Plan
|
|
31
|
+
|
|
28
32
|
1. Select desired subscription tier
|
|
29
33
|
2. Choose billing cycle (monthly/annual)
|
|
30
34
|
3. Review feature differences
|
|
31
35
|
4. Confirm pricing details
|
|
32
36
|
|
|
33
37
|
### 3. Payment Information
|
|
38
|
+
|
|
34
39
|
1. Enter payment method
|
|
35
40
|
2. Verify billing address
|
|
36
41
|
3. Review tax information
|
|
37
42
|
4. Confirm payment details
|
|
38
43
|
|
|
39
44
|
### 4. Complete Upgrade
|
|
45
|
+
|
|
40
46
|
1. Review upgrade summary
|
|
41
47
|
2. Accept terms and conditions
|
|
42
48
|
3. Confirm upgrade
|
|
@@ -45,18 +51,21 @@ Step-by-step guide to upgrading your Yantra subscription.
|
|
|
45
51
|
## Upgrade Options
|
|
46
52
|
|
|
47
53
|
### Free to Pro
|
|
54
|
+
|
|
48
55
|
- **Cost**: $20/month or $200/year
|
|
49
56
|
- **Benefits**: Unlimited searches, GPT-4 access
|
|
50
57
|
- **Activation**: Immediate
|
|
51
58
|
- **Billing**: Prorated for current month
|
|
52
59
|
|
|
53
60
|
### Free to Max
|
|
61
|
+
|
|
54
62
|
- **Cost**: $40/month or $400/year
|
|
55
63
|
- **Benefits**: All features, team collaboration
|
|
56
64
|
- **Activation**: Immediate
|
|
57
65
|
- **Billing**: Prorated for current month
|
|
58
66
|
|
|
59
67
|
### Pro to Max
|
|
68
|
+
|
|
60
69
|
- **Cost**: Additional $20/month or $200/year
|
|
61
70
|
- **Benefits**: Team features, custom branding
|
|
62
71
|
- **Activation**: Immediate
|
|
@@ -65,12 +74,14 @@ Step-by-step guide to upgrading your Yantra subscription.
|
|
|
65
74
|
## Post-Upgrade
|
|
66
75
|
|
|
67
76
|
### Immediate Access
|
|
77
|
+
|
|
68
78
|
- **New Features**: Available immediately
|
|
69
79
|
- **Search Limits**: Updated instantly
|
|
70
80
|
- **API Access**: Activated automatically
|
|
71
81
|
- **Support Level**: Upgraded immediately
|
|
72
82
|
|
|
73
83
|
### Account Updates
|
|
84
|
+
|
|
74
85
|
- **Billing**: New billing cycle starts
|
|
75
86
|
- **Invoices**: Updated invoice format
|
|
76
87
|
- **Usage Tracking**: Enhanced analytics
|
|
@@ -79,12 +90,14 @@ Step-by-step guide to upgrading your Yantra subscription.
|
|
|
79
90
|
## Troubleshooting
|
|
80
91
|
|
|
81
92
|
### Common Issues
|
|
93
|
+
|
|
82
94
|
- **Payment Failed**: Check payment method
|
|
83
95
|
- **Billing Questions**: Contact support
|
|
84
96
|
- **Feature Access**: Refresh account
|
|
85
97
|
- **Downgrade**: Available in settings
|
|
86
98
|
|
|
87
99
|
### Getting Help
|
|
100
|
+
|
|
88
101
|
- **Support Team**: Priority support available
|
|
89
102
|
- **Documentation**: Comprehensive guides
|
|
90
103
|
- **Community**: User forums
|
|
@@ -38,11 +38,11 @@ Yantra Max is available for $40/month or $400/year with a 2-month discount.
|
|
|
38
38
|
|
|
39
39
|
## Max vs Pro
|
|
40
40
|
|
|
41
|
-
| Feature
|
|
42
|
-
|
|
43
|
-
| Daily Searches
|
|
44
|
-
| AI Models
|
|
45
|
-
| Team Features
|
|
46
|
-
| Custom Branding
|
|
47
|
-
| Dedicated Support | ❌
|
|
48
|
-
| Custom Training
|
|
41
|
+
| Feature | Pro | Max |
|
|
42
|
+
| ----------------- | -------------- | ------------- |
|
|
43
|
+
| Daily Searches | Unlimited | Maximum |
|
|
44
|
+
| AI Models | GPT-4 + Claude | Latest models |
|
|
45
|
+
| Team Features | ❌ | ✅ |
|
|
46
|
+
| Custom Branding | ❌ | ✅ |
|
|
47
|
+
| Dedicated Support | ❌ | ✅ |
|
|
48
|
+
| Custom Training | ❌ | ✅ |
|
|
@@ -37,11 +37,11 @@ Yantra Pro is available for $20/month or $200/year with a 2-month discount.
|
|
|
37
37
|
|
|
38
38
|
## Pro vs Free
|
|
39
39
|
|
|
40
|
-
| Feature
|
|
41
|
-
|
|
42
|
-
| Daily Searches
|
|
43
|
-
| Search Modes
|
|
44
|
-
| AI Models
|
|
45
|
-
| File Uploads
|
|
46
|
-
| API Access
|
|
47
|
-
| Priority Support | ❌
|
|
40
|
+
| Feature | Free | Pro |
|
|
41
|
+
| ---------------- | ------- | -------------- |
|
|
42
|
+
| Daily Searches | 5 | Unlimited |
|
|
43
|
+
| Search Modes | Basic | All modes |
|
|
44
|
+
| AI Models | GPT-3.5 | GPT-4 + Claude |
|
|
45
|
+
| File Uploads | ❌ | ✅ |
|
|
46
|
+
| API Access | ❌ | ✅ |
|
|
47
|
+
| Priority Support | ❌ | ✅ |
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export interface NavItem {
|
|
2
|
+
title: string;
|
|
3
|
+
path: string | null;
|
|
4
|
+
children?: NavItem[];
|
|
5
|
+
isFile: boolean;
|
|
6
|
+
}
|
|
7
|
+
export declare function getDocsNavigation(): NavItem[];
|
|
8
|
+
export declare function getDocsNavigationAsync(): Promise<NavItem[]>;
|
|
9
|
+
export declare function clearNavigationCache(): void;
|
|
10
|
+
//# sourceMappingURL=docsNavigation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"docsNavigation.d.ts","sourceRoot":"","sources":["../../src/utils/docsNavigation.ts"],"names":[],"mappings":"AAIA,MAAM,WAAW,OAAO;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,EAAE,CAAC;IACrB,MAAM,EAAE,OAAO,CAAC;CACnB;AAwJD,wBAAgB,iBAAiB,IAAI,OAAO,EAAE,CAmB7C;AAGD,wBAAsB,sBAAsB,IAAI,OAAO,CAAC,OAAO,EAAE,CAAC,CAyBjE;AAGD,wBAAgB,oBAAoB,IAAI,IAAI,CAI3C"}
|