apify-docs
apify-docs copied to clipboard
This project is the home of Apify's documentation.
Visual nit: the titles in Academy section get cut off once they are too long. I would assume the same will happen for all other section headers if we would...
Zero-width spaces are appearing as weird characters in markdown files in the preview environment, while they render correctly in production. The issue is caused by zero-width spaces that Docusaurus adds...
Initializing an Actor from the [templates](https://apify.com/templates/ts-crawlee-playwright-chrome) creates `.actor/actor.json` with `meta` property included: ```actor.json "meta": { "templateId": "ts-crawlee-playwright-chrome" }, ``` But I cannot find it in the docs reference: https://docs.apify.com/platform/actors/development/actor-definition/actor-json#reference. The...
We implemented cache-busting functionality in the Layout component to help users who had cached 301 redirects from `mcp.apify.com` to the documentation page. This was a temp fix: https://github.com/apify/apify-docs/pull/1801#issuecomment-3191195273 When to...
We dynamically generate the OG images for articles from page titles and they're missing the context, e.g.: https://docs.apify.com/platform/actors/development We should update the titles across the docs so they can stand...
Some companies, like Clerk (see their "Copy prompt" [getting started guide](https://clerk.com/docs/quickstarts/nextjs)), already implement this in some ways. https://clerk.com/docs/quickstarts/nextjs
### Problem It is hard to grasp and understand the output schema, especially for inexperienced developers with Apify. ### Solution Improve the docs and add more hands-on examples on how...
### Problem The official Apify documentation is missing "router docs," but some of the templates use the "router concept." This might be misleading for developers building their first Actor. ###...
### Problem The current landing pages for Apify dev tools (API, SDKs, CLI) are outdated and show information that is not very useful (like 130 GitHub stars). ### Solution Remove...
During improvement of env variables (https://github.com/apify/apify-docs/pull/1668) documentation, we jumped into discussion about the section "Use the `Configuration` class". It would be good to rewrite the section, or make it less...