use claude in docs-site https://docs.zocomputer.com/integrations#zo%E2%80%99s-browser please move this section to a dedicated "Browser use" page, below Integrations section in the left nav The user wants me to use Claude to make a PR to the zorepo1 codebase. They want to move the "Zo's browser" section from the integrations page to a dedicated "Browser use" page, and place it below the Integrations section in the left nav. Let me first read the claude-pr.prompt.md to understand the process. Now let me look at the docs-site structure in zorepo1 to understand how pages are organized: Now I have all the context. The task is to: 1. Create a new `browser.mdx` page with the "Zo's browser" section content 2. Remove that section from `integrations.mdx` 3. Add `browser` to the navigation in `docs.json` below `integrations` Let me run Claude to make this change: Claude made the changes. Let me verify and create the PR: The changes look correct. Now let me commit and create the PR: Done. PR created: https://github.com/zocomputer/hostagent/pull/3098 Changes: - Created `docs-site/browser.mdx` with the Zo's browser content - Removed that section from `integrations.mdx` - Added `browser` after `integrations` in the Getting started nav group