apify-docs
apify-docs copied to clipboard
This project is the home of Apify's documentation.
Both SDKs docs: - [ ] Add proxy usage examples - the question was "Setting up proxyConfiguration for Selenium python actor. I though that it would be in the Python-selenium...
Based on discord ask, it seems like users could not figure out how to utilize KV store to save images and others. We should extend the documentation with some examples...
Rewrite of Development section to update all screenshots and other information that may be relevant. Reach out to relevant teams for input if anything is missing from documentation. Rewrite in...
Please check that the behavior is the same as for readme so this is actually a valid description
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@giscus/react](https://togithub.com/giscus/giscus-component) ([source](https://togithub.com/giscus/giscus-component/tree/HEAD/react)) | [`^2.2.8` -> `^3.0.0`](https://renovatebot.com/diffs/npm/@giscus%2freact/2.4.0/3.0.0) |...
The [API reference](https://docs.apify.com/api/v2) in the new docs is kinda wonky - it takes a long time to load, the black header blinks through, and the scrolling works weird. It's probably...
The menu should contain: > Introduction Actors Proxy Storage Integrations Monitoring Collaboration - Schedules will go to actors as they are not so important and do not contain nested pages...
All landing pages have trailing slash, for example `/api/client/js/`. I think that it's fixable by replacing this rewrite: ``` rewrite ^/api/client/js$ /api/client/js/ redirect; ``` with ``` rewrite ^/api/client/js/$ /api/client/js redirect;...
Add support for "Run on Apify" button for the code examples (both Javascript and Python) in the [Apify platform ](https://docs.apify.com/platform) docs. > look it's quite simple, we just have Actors...
- [ ] On mobile, the dark mode switch in docs overlaps with the docs header  - [ ] On mobile, the docs menu items have inconsistent margins ...