docs: address Apr 26 feedback — URL parity, nav reorg, changelog backfill

- Move Developer-tab pages under /developers/* (getting-started/, features/, browser-automations/, credentials/, optimization/, going-to-production/, debugging/, self-hosted/) so URLs mirror Cloud's /cloud/* prefix; add wildcard redirects for the legacy paths and update existing legacy redirects to point at the new locations
- Cloud UI nav: place Workflows above Tasks, promote Workflow Blocks to a top-level group, and add MCP under Integrations
- Developers nav: also promote Workflow Blocks (actions-reference) to a top-level group
- Rewrite cloud/getting-started/core-concepts as a UI tour (no code, dashboard screenshots)
- Changelog: stable id anchors per Update so sidebar links work, and backfill v1.0.8–v1.0.14 plus v1.0.19/v1.0.20 from upstream release notes
This commit is contained in:
Ritik Sahni 2026-04-26 20:31:57 +05:30 committed by Kunal Mishra
parent 56483c3be4
commit 5664f592bd
68 changed files with 850 additions and 290 deletions

View file

@ -348,10 +348,10 @@ The response from polling (`get_run`) and webhooks have slightly different struc
### Artifacts
Every run captures recordings, screenshots, and logs. See [Using Artifacts](/debugging/using-artifacts) for retrieval and the full artifact type reference.
Every run captures recordings, screenshots, and logs. See [Using Artifacts](/developers/debugging/using-artifacts) for retrieval and the full artifact type reference.
---
<Note>
For multi-step automations that chain multiple actions, see [Browser Automation](/browser-automations/overview).
For multi-step automations that chain multiple actions, see [Browser Automation](/developers/browser-automations/overview).
</Note>