Skip to content

Commit 6a70b36

Browse files
Update introduction page slug to /overview
Change the introduction index page slug from /introduction to /overview for better URL clarity. Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
1 parent e1f6bba commit 6a70b36

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

docs/01_introduction/index.mdx

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ id: introduction
33
title: Overview
44
sidebar_label: Overview
55
description: 'The official library for creating Apify Actors in Python, providing tools for web scraping, automation, and data storage integration.'
6+
slug: /overview
67
---
78

89
The Apify SDK for Python is the official library for creating [Apify Actors](https://docs.apify.com/platform/actors) in Python.
@@ -30,16 +31,16 @@ async def main():
3031

3132
The Apify SDK for Python provides:
3233

33-
- **Actor lifecycle management** - Handle initialization, teardown, and graceful shutdowns
34-
- **Storage management** - Work with Datasets, Key-Value Stores, and Request Queues
35-
- **Event handling** - Respond to Actor events like migration, abort, and system info
36-
- **Proxy management** - Rotate and manage proxies for web scraping
37-
- **Platform integration** - Interact with other Actors, webhooks, and the Apify API
38-
- **Framework compatibility** - Integrate with BeautifulSoup, Playwright, Selenium, Scrapy, and Crawlee
34+
- *Actor lifecycle management* - Handle initialization, teardown, and graceful shutdowns
35+
- *Storage management* - Work with Datasets, Key-Value Stores, and Request Queues
36+
- *Event handling* - Respond to Actor events like migration, abort, and system info
37+
- *Proxy management* - Rotate and manage proxies for web scraping
38+
- *Platform integration* - Interact with other Actors, webhooks, and the Apify API
39+
- *Framework compatibility* - Integrate with BeautifulSoup, Playwright, Selenium, Scrapy, and Crawlee
3940

4041
## Next steps
4142

42-
- **[Installation](./installation)** - Install the SDK and set up your development environment
43-
- **[Quick start](./quick-start)** - Create and run your first Actor
44-
- **[Concepts](../concepts/actor-lifecycle)** - Learn about core SDK concepts
45-
- **[Guides](../guides/beautiful-soup)** - See how to integrate with popular libraries
43+
- *[Installation](./installation)* - Install the SDK and set up your development environment
44+
- *[Quick start](./quick-start)* - Create and run your first Actor
45+
- *[Concepts](../concepts/actor-lifecycle)* - Learn about core SDK concepts
46+
- *[Guides](../guides/beautiful-soup)* - See how to integrate with popular libraries

0 commit comments

Comments
 (0)