import {
Card,
CardContent,
CardDescription,
CardHeader,
CardTitle,
} from "@/components/ui/card";
import { Button } from "@/components/ui/button";
import { Link } from "react-router-dom";
import { Github, ExternalLink, Users } from "lucide-react";
import DocsHeroSection from "@/components/docs/DocsHeroSection";
import QuickStartSection from "@/components/docs/QuickStartSection";
import ResourceSectionsGrid from "@/components/docs/ResourceSectionsGrid";
import LearningResourcesGrid from "@/components/docs/LearningResourcesGrid";
import RecentUpdatesSection from "@/components/docs/RecentUpdatesSection";
import DocsSupportCTA from "@/components/docs/DocsSupportCTA";
export default function DocsOverview() {
return (
{/* Hero Section */}
Welcome to AeThex Documentation
Everything you need to build, deploy, and scale amazing projects with
AeThex. Get started with our guides, explore our APIs, and learn from
comprehensive tutorials.
GitHub Repository
Explore our open-source projects and contribute to the community
Community Support
Join our community for help, discussions, and collaboration
{/* Support CTA */}
Need help getting started?
Our documentation team updates these guides weekly. If you're
looking for tailored onboarding, architecture reviews, or migration
support, reach out and we'll connect you with the right experts.