mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-23 22:47:28 +00:00
216 lines
No EOL
8.3 KiB
JavaScript
216 lines
No EOL
8.3 KiB
JavaScript
import {
|
|
Grid3x3, Database, Workflow, Cog, Target, Scale,
|
|
Layers, FileSpreadsheet, Folder, Wand2, LayoutDashboard, Users, UserCheck,
|
|
Lock, UserPlus, ScrollText, Megaphone, Gem, Mail, GitBranch,
|
|
Box, GitMerge, ShoppingBag, Wand, Flag, ShieldCheck, Cloud, Container, Boxes, Server, Telescope, Globe
|
|
} from 'lucide-react';
|
|
|
|
export const featureCards = [
|
|
{
|
|
icon: Grid3x3,
|
|
title: "App Builder",
|
|
color: "text-blue-500",
|
|
content: "Design and create applications effortlessly with ToolJet's intuitive app builder, featuring a drag-and-drop interface and powerful pre-built components to streamline development.",
|
|
href: "/docs/app-builder/overview"
|
|
},
|
|
{
|
|
icon: Database,
|
|
title: "ToolJet Database",
|
|
color: "text-blue-500",
|
|
content: "Powered by PostgreSQL, offering a user-friendly UI editor. This allows you to manage, edit, and interact with your data directly within the platform.",
|
|
href: "/docs/tooljet-database/overview"
|
|
},
|
|
{
|
|
icon: Workflow,
|
|
title: "Workflows",
|
|
color: "text-blue-500",
|
|
content: "Automate processes and define workflows with precision, empowering your apps to handle tasks intelligently.",
|
|
href: "/docs/workflows/overview"
|
|
}
|
|
];
|
|
|
|
export const setupCards = [
|
|
{
|
|
icon: Cog,
|
|
title: "Try ToolJet",
|
|
color: "text-blue-500",
|
|
content: "Get started with ToolJet in under 2 minutes by running it with Docker. Experience a seamless setup and explore the full capabilities of ToolJet's app builder right on your machine.",
|
|
href: "/docs/setup/try-tooljet"
|
|
},
|
|
{
|
|
icon: Cog,
|
|
title: "System Requirements",
|
|
color: "text-blue-500",
|
|
content: "Ensure your system meets the requirements for running ToolJet. Check hardware and software specifications to get the best performance from the platform.",
|
|
href: "/docs/setup/system-requirements"
|
|
},
|
|
{
|
|
icon: Target,
|
|
title: "Choose Your ToolJet",
|
|
color: "text-blue-500",
|
|
content: "Find the right ToolJet plan that fits your needs. Compare features and pricing to select the best option for your development workflow.",
|
|
href: "/docs/setup/choose-tooljet"
|
|
},
|
|
{
|
|
icon: Scale,
|
|
title: "Upgrade to LTS",
|
|
color: "text-blue-500",
|
|
content: "Upgrade to the Long Term Support (LTS) version of ToolJet for extended support, stability, and access to critical updates.",
|
|
href: "/docs/setup/upgrade-to-lts"
|
|
}
|
|
];
|
|
|
|
export const deployOptions = [
|
|
{ icon: Cloud, title: "DigitalOcean", href: "/docs/setup/digitalocean" },
|
|
{ icon: Container, title: "Docker", href: "/docs/setup/docker" },
|
|
{ icon: Server, title: "AWS EC2", href: "/docs/setup/aws-ec2" },
|
|
{ icon: Server, title: "AWS ECS", href: "/docs/setup/aws-ecs" },
|
|
{ icon: Server, title: "Openshift", href: "/docs/setup/openshift" },
|
|
{ icon: Telescope, title: "Helm", href: "/docs/setup/helm" },
|
|
{ icon: Boxes, title: "Kubernetes", href: "/docs/setup/kubernetes" },
|
|
{ icon: Globe, title: "Kubernetes (GKE)", href: "/docs/setup/kubernetes-gke" },
|
|
{ icon: Globe, title: "Kubernetes (AKS)", href: "/docs/setup/kubernetes-aks" },
|
|
{ icon: Globe, title: "Kubernetes (EKS)", href: "/docs/setup/kubernetes-eks" },
|
|
];
|
|
|
|
export const dataCards = [
|
|
{
|
|
icon: Layers,
|
|
title: "Overview",
|
|
color: "text-blue-500",
|
|
content: "Gain a broad understanding of ToolJet's features and capabilities. Learn how it simplifies app development with powerful tools and an intuitive interface.",
|
|
href: "/docs/data/overview"
|
|
},
|
|
{
|
|
icon: FileSpreadsheet,
|
|
title: "Sample Data Source",
|
|
color: "text-blue-500",
|
|
content: "Explore sample data sources to quickly integrate with ToolJet. Test features and workflows using predefined datasets.",
|
|
href: "/docs/data/sample-datasource"
|
|
},
|
|
{
|
|
icon: Folder,
|
|
title: "Datasource Library",
|
|
color: "text-blue-500",
|
|
content: "Browse ToolJet's datasource library to connect with databases, APIs, and external services seamlessly.",
|
|
href: "/docs/data/datasource-library"
|
|
},
|
|
{
|
|
icon: Wand2,
|
|
title: "Transformation",
|
|
color: "text-blue-500",
|
|
content: "Leverage ToolJet's transformation capabilities to manipulate and format data from various sources with ease.",
|
|
href: "/docs/data/transformation"
|
|
}
|
|
];
|
|
|
|
export const organizationCards = [
|
|
{ icon: LayoutDashboard, title: "Dashboard", href: "/docs/org/dashboard" },
|
|
{ icon: Users, title: "Workspaces", href: "/docs/org/workspaces" },
|
|
{ icon: UserCheck, title: "User authentication", href: "/docs/org/user-authentication" },
|
|
{ icon: Lock, title: "Permissions", href: "/docs/org/permissions" },
|
|
{ icon: UserPlus, title: "Users and groups", href: "/docs/org/users-and-groups" },
|
|
{ icon: ScrollText, title: "Audit logs", href: "/docs/org/audit-logs" },
|
|
{ icon: Megaphone, title: "White label", href: "/docs/org/white-label" },
|
|
{ icon: Gem, title: "Super admin", href: "/docs/org/super-admin" },
|
|
{ icon: Mail, title: "Licensing", href: "/docs/org/licensing" }
|
|
];
|
|
|
|
export const releaseCards = [
|
|
{
|
|
icon: GitBranch,
|
|
title: "Git Sync",
|
|
color: "text-blue-500",
|
|
content: "Seamlessly sync your ToolJet projects with Git repositories, enabling version control and collaboration across teams.",
|
|
href: "/docs/releases/git-sync"
|
|
},
|
|
{
|
|
icon: Box,
|
|
title: "Multi-Environment",
|
|
color: "text-blue-500",
|
|
content: "Easily manage and deploy applications across multiple environments, ensuring smooth transitions between development, staging, and production.",
|
|
href: "/docs/releases/multi-environment"
|
|
},
|
|
{
|
|
icon: GitMerge,
|
|
title: "Versioning and Release",
|
|
color: "text-blue-500",
|
|
content: "Implement version control and release management to track changes, roll back updates, and maintain stable app deployments.",
|
|
href: "/docs/releases/versioning"
|
|
}
|
|
];
|
|
|
|
export const resourceCards = [
|
|
{
|
|
icon: ShoppingBag,
|
|
title: "Marketplace",
|
|
color: "text-blue-500",
|
|
content: "Discover a variety of plugins, templates, and extensions in ToolJet's marketplace to enhance your app-building experience.",
|
|
href: "/docs/resources/marketplace"
|
|
},
|
|
{
|
|
icon: Wand,
|
|
title: "Copilot",
|
|
color: "text-blue-500",
|
|
content: "Boost productivity with ToolJet Copilot. Get AI-powered suggestions and assistance while building your applications.",
|
|
href: "/docs/resources/copilot"
|
|
},
|
|
{
|
|
icon: Flag,
|
|
title: "Tracking",
|
|
color: "text-blue-5000",
|
|
content: "Track app performance and user activity with built-in analytics tools, giving you valuable insights to optimize your applications.",
|
|
href: "/docs/resources/tracking"
|
|
},
|
|
{
|
|
icon: ShieldCheck,
|
|
title: "Security",
|
|
color: "text-blue-500",
|
|
content: "Keep your data and applications safe with ToolJet's robust security features, including encryption, authentication, and access control.",
|
|
href: "/docs/resources/security"
|
|
}
|
|
];
|
|
|
|
export const textLabels = {
|
|
title: {
|
|
prefix: "ToolJet",
|
|
highlight: "Documentation"
|
|
},
|
|
subtitle: "Learn how to get up and running with ToolJet",
|
|
gettingStarted: {
|
|
title: "Getting Started",
|
|
description: "Discover how to create and publish apps within minutes"
|
|
},
|
|
setupToolJet: {
|
|
title: "Setup ToolJet",
|
|
description: "Check out the different methods you can use to deploy ToolJet on your machine"
|
|
},
|
|
deployOn: {
|
|
title: "Deploy on"
|
|
},
|
|
exploreMore: "Explore more details",
|
|
bringData: {
|
|
title: "Bring your data to ToolJet",
|
|
description: "Check out the different methods you can use to deploy ToolJet on your machine"
|
|
},
|
|
manageOrganization: {
|
|
title: "Manage your organization",
|
|
description: "Check out the different methods you can use to deploy ToolJet on your machine"
|
|
},
|
|
manageReleases: {
|
|
title: "Manage releases",
|
|
description: "Check out the different methods you can use to deploy ToolJet on your machine"
|
|
},
|
|
additionalResources: {
|
|
title: "Additional resources",
|
|
description: "Check out the different methods you can use to deploy ToolJet on your machine"
|
|
}
|
|
};
|
|
|
|
export const sectionCards = {
|
|
gettingStarted : {
|
|
title: "Getting Started",
|
|
description: "Discover how to create and publish apps within minutes",
|
|
link: "/docs/getting-started",
|
|
}
|
|
}; |