Skip to content

Commit

Permalink
docs intro (#16601)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaazzam authored Jan 3, 2025
1 parent 0f2530c commit eb083ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/mint.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "https://mintlify.com/schema.json",
"rounded": "sharp",
"anchors": [
{
"icon": "github",
Expand Down
10 changes: 7 additions & 3 deletions docs/v3/get-started/index.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
---
title: Welcome to Prefect
sidebarTitle: Overview
description: Prefect is a workflow orchestration framework for building resilient data pipelines in Python.
title: Introduction
sidebarTitle: Introduction
mode: wide
---
**What is Prefect?**
Prefect is an open-source orchestration engine that turns your Python functions into production-grade data pipelines with minimal friction. You can build and schedule workflows in pure Python—no DSLs or complex config files—and run them anywhere. Prefect handles the heavy lifting for you out of the box: automatic state tracking, failure handling, real-time monitoring, and more.

**Under the hood**, Prefect manages scheduling and execution details so you can focus on writing clean, maintainable Python code instead of juggling infrastructure. Whether you’re a data engineer or part of a broader team, Prefect makes it simple to move from idea to production-ready workflows—fast.


## Get started

Expand Down

0 comments on commit eb083ba

Please sign in to comment.