docs: Remove landing page from Python client documentation#588
Open
patrikbraborec wants to merge 1 commit intomasterfrom
Open
docs: Remove landing page from Python client documentation#588patrikbraborec wants to merge 1 commit intomasterfrom
patrikbraborec wants to merge 1 commit intomasterfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #588 +/- ##
=======================================
Coverage 76.01% 76.01%
=======================================
Files 42 42
Lines 2468 2468
=======================================
Hits 1876 1876
Misses 592 592
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
## Summary Remove the landing page and redirect users directly to the documentation. Users will now go to `/api/client/python/docs/introduction/overview` instead of the landing page at `/api/client/python/`. ## Changes - Replaced landing page with redirect to `/api/client/python/docs/introduction/overview` - Removed `website/src/pages/index.module.css` (associated styles) - Updated footer logo href to point to `docs/introduction/overview` ## Rationale The landing page duplicated information already available in the main documentation. By removing it and redirecting to `/api/client/python/docs/introduction/overview`, we provide a more streamlined experience for users. ## Related This PR is coordinated with: - apify/apify-docs#2201 that updates the menu links - apify/apify-cli#1003 (similar change for CLI) Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
9606048 to
635da0f
Compare
TC-MO
approved these changes
Feb 4, 2026
B4nan
approved these changes
Feb 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Remove the landing page and redirect users directly to the documentation. Users will now go to
/api/client/python/docs/introduction/overviewinstead of the landing page at/api/client/python/.Changes
/api/client/python/docs/introduction/overviewwebsite/src/pages/index.module.css(associated styles)docs/introduction/overviewRationale
The landing page duplicated information already available in the main documentation. By removing it and redirecting to
/api/client/python/docs/introduction/overview, we provide a more streamlined experience for users.Related
This PR is coordinated with:
🤖 Generated with Claude Code