-
Notifications
You must be signed in to change notification settings - Fork 137
docs: reorganize integrations sidebar #1042
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
add new sub categories - programming - Actor-to-Actor - Workflows & notifications - Data storage - AI add _category_.yml to each new folder to control sidebar label and position fix all the md links to account for new structure
moved api integration doc into programming sub-category fixed broken links due to change of file structure fixed broken images in API doc due to change of file structure
jancurn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thank you
| The documentation and the input/output schemas make it possible for people to easily understand what the Actor does, enter the required inputs both in the user interface or API, and integrate the Actor's results with their other workflows. Actors can easily call and interact with each other, enabling building more complex systems on top of simple ones. | ||
|
|
||
| The Apify platform provides an open [API](/api/v2), cron-style [scheduler](../../schedules), [webhooks](../../../integrations/webhooks/index.md), and [integrations](../../integrations) to services such as Zapier or Make, which make it easy for users to integrate Actors with their existing workflows. Anyone is welcome to [publish Actors](/platform/actors/publishing) in [Apify Store](https://apify.com/store), and you can even [monetize your Actors](/platform/actors/publishing/monetize). | ||
| The Apify platform provides an open [API](/api/v2), cron-style [scheduler](../../schedules), [webhooks](../../../integrations/programming/webhooks/index.md), and [integrations](../../integrations) to services such as Zapier or Make, which make it easy for users to integrate Actors with their existing workflows. Anyone is welcome to [publish Actors](/platform/actors/publishing) in [Apify Store](https://apify.com/store), and you can even [monetize your Actors](/platform/actors/publishing/monetize). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The [webhooks](../../../integrations/programming/webhooks/index.md) link works? wow, that's cool
|
Maybe just one nit: can we update also the page titles from e.g. "Keboola" to "Keboola Integration" ? See https://docs.apify.com/platform/integrations/keboola Just to provide full context |
|
Sure thing I will update all titles accordingly |
removed sidebar positions from index.md in webhooks & actor-to-actor
used same pinecone logo as console to fix dark mode issue remove integrations no longer supported in console - hevo - transposit
add new sub categories
add category.yml to each new folder to control sidebar label and position
fix all the md links to account for new structure