apify-docs
apify-docs copied to clipboard
This project is the home of Apify's documentation.
Reported: https://apifier.slack.com/archives/C0L33UM7Z/p1699951640123549  https://github.com/apify/apify-docs/assets/38246758/ffb6345b-a191-4157-be23-2cb727a43f26
When you look e.g. to https://docs.apify.com/cli/docs/reference#apify-pull-actorid, the text of commands is hidden under horizontal scroll bars: That's a pretty bad developer experience...
Every code example should be linted (+editorconfig applied) to follow Apify code formatting guidelines. - JS: https://github.com/apify/apify-eslint-config - Not sure what we have for Python - @vdusek?
@mtrunkat commented on [Fri Jun 24 2022](https://github.com/apify/apify-core/issues/6997)
We've had yet another update to the input UI, and it's made the scraper tutorials outdated again, which is confusing to new users. Let's fix it As reported: https://apifier.slack.com/archives/CQ96RHG2U/p1644444627530139
There are some events being sent to the actor runs over websocket about what is happening with the actor run (run is aborting, migrating etc.). We have them described a...
@jancurn commented on [Tue Nov 24 2020](https://github.com/apify/apify-core/issues/587) Cover the most important topics and what people ask on support. Here are few ideas for titles of KB articles, but please let's...
I am opening this ticket to collect feedback on current documentation before we kick off the work on the new one. Feedback from a power customer [[Slack](https://apifier.slack.com/archives/CQ96RHG2U/p1708688202610149)]: > He mentioned...
Feedback from users: - The workflow is different than in docs, those seem to be misleading: - [docs.apify.com/academy/deploying-your-code/deploying](https://docs.apify.com/academy/deploying-your-code/deploying) - https://docs.apify.com/platform/actors/development/deployment The only non-outdates is: https://docs.apify.com/platform/integrations/github If I go to GitHub...
Readme metadata "slug" option should support multiple URLs, with automated redirects to the main URL
The documentation Markdown metadata has the `slug` parameter, which indicates under which URL the page is published in docs.  The problem is, when the slug is changed, the old...