Conversation
Contributor
|
See more at https://github.com/apify/apify-client-js/actions/runs/36117686151#summary-108015595862 |
This branch has not been deployed
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.
Restructures the docs so they follow the Python client's layout and content, with differences only where the languages differ.
Structure
usage-patternsis split into single/collection clients and nested clients, retries get their own page, andexamplesis split into the input, tasks, retrieve-data and webhooks guides.@apify/log, run log redirection), Streaming resources, and Typed models (generated TS types, zod response validation, date and URL fields)./docs/nextURLs change. Released versioned docs are untouched, and apify-docs doesn't link to the old slugs.Code samples
docs/**/code/*.tsand load into.mdxpages throughraw-loader, like in the Python repo.pnpm tsc-check-docstype-checks them againstsrc/and runs in the CI lint job. oxlint and oxfmt cover them too, and the website markdownlint now includes.mdx.start({ waitForFinish: 60 })sent the option as the Actor input, the webhook route lacked its leading/, and the fetch HTTP client guide didn't type-check.Closes #851
✍️ Drafted by Claude Code