refactor: reorganize documentation structure#850
Merged
patrikbraborec merged 4 commits intomasterfrom Mar 3, 2026
Merged
Conversation
Restructure docs from flat structure to numbered hierarchical organization (01_introduction, 02_concepts, 03_guides) matching the pattern used in apify-sdk-js and apify-sdk-python repos. Split monolithic getting-started.md into focused topic pages and apply matching changes to versioned docs (version-2). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
TC-MO
approved these changes
Mar 2, 2026
Contributor
TC-MO
left a comment
There was a problem hiding this comment.
two small issues, otherwise
LGTM
docs/01_introduction/index.md
Outdated
Contributor
There was a problem hiding this comment.
all other examples use MY-APIFY-TOKEN. I would make it consistent
Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
patrikbraborec
added a commit
to apify/apify-client-python
that referenced
this pull request
Mar 3, 2026
## Summary - Restructured documentation from flat structure to numbered hierarchical organization (`01_introduction`, `02_concepts`, `03_guides`), matching the pattern used in [apify-client-js#850](apify/apify-client-js#850) - Renamed `01_overview` to `01_introduction` with simplified overview and separate quick start page - Renamed `03_examples` to `03_guides` - Simplified overview page by removing content duplicated in the quick start guide (authentication, running Actors, providing input, getting results) - Updated sidebar, docusaurus config, and landing page redirect 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
patrikbraborec
pushed a commit
to apify/apify-docs
that referenced
this pull request
Mar 3, 2026
- [apify-client-js PR #850](apify/apify-client-js#850): getting-started → introduction/quick-start, examples → guides/examples - [apify-client-python #647](apify/apify-client-python#647): overview → docs root, examples/* → guides/* - Remove stale redirect of python /docs to non-existent /docs/overview/introduction Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
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
01_introduction,02_concepts,03_guides), matching the pattern used in apify-sdk-js and apify-sdk-pythongetting-started.mdinto focused topic pages (quick start, usage patterns, error handling, convenience functions, pagination, bundled environments)🤖 Generated with Claude Code