docs: Remove landing page from CLI documentation#1003
Merged
patrikbraborec merged 3 commits intomasterfrom Feb 5, 2026
Merged
Conversation
Remove the landing page and redirect users directly to the documentation. Users will now go to /cli/docs instead of the landing page at /cli/. Changes: - Removed website/src/pages/index.js (landing page component) - Removed website/src/pages/index.module.css (associated styles) Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
- Create redirect page at /cli/ that redirects to /cli/docs - Override footer logo to point to /docs instead of / - Fixes broken links after landing page removal Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
patrikbraborec
added a commit
to apify/apify-client-js
that referenced
this pull request
Jan 23, 2026
## Summary Remove the landing page and redirect users directly to the documentation. Users will now go to `/api/client/js/docs` instead of the landing page at `/api/client/js/`. ## Changes - Replaced landing page with redirect to `/api/client/js/docs` - Removed `website/src/pages/index.module.css` (associated styles) - Updated footer logo href to point to `docs` ## Rationale The landing page duplicated information already available in the main documentation. By removing it and redirecting to `/api/client/js/docs`, 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>
patrikbraborec
added a commit
to apify/apify-client-python
that referenced
this pull request
Jan 23, 2026
## 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>
patrikbraborec
added a commit
to apify/apify-client-js
that referenced
this pull request
Jan 23, 2026
## Summary Remove the landing page and redirect users directly to the documentation. Users will now go to `/api/client/js/docs` instead of the landing page at `/api/client/js/`. ## Changes - Replaced landing page with redirect to `/api/client/js/docs` - Removed `website/src/pages/index.module.css` (associated styles) - Updated footer logo href to point to `docs` ## Rationale The landing page duplicated information already available in the main documentation. By removing it and redirecting to `/api/client/js/docs`, 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>
patrikbraborec
added a commit
to apify/apify-client-python
that referenced
this pull request
Jan 23, 2026
## 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>
B4nan
reviewed
Jan 27, 2026
TC-MO
approved these changes
Feb 4, 2026
vladfrangu
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
/cli/docsinstead of the landing page at/cli/.Changes
website/src/pages/index.js(landing page component)website/src/pages/index.module.css(associated styles)Rationale
The landing page duplicated information already available in the main documentation. By removing it and redirecting to
/cli/docs, we provide a more streamlined experience for users.Related
This PR is related to apify/apify-docs PR that updates the menu links to point to
/cli/docs.🤖 Generated with Claude Code