Notte browser platform docs#11
Open
caffeinum wants to merge 23 commits into
Open
Conversation
eval showed agents using Claude OAuth tokens instead of GitHub PATs. added callouts, token prefix hints (ghp_), headless env note, and troubleshooting table. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
replaces Mintlify config with full Next.js + Fumadocs scaffold: - app router with docs layout, search API, and static generation - MDX content moved to content/docs/ with meta.json navigation - shim components for all Mintlify primitives (Card, Tabs, Steps, ParamField, etc.) - tailwind + fumadocs-ui theming with indigo primary color - internal links updated to /docs/ prefix, api: frontmatter stripped Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
simpler flow: gh auth login → gh auth token Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
covers: sessions via CDP, web agents, pydantic scraping, troubleshooting common eval errors Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
full getting-started docs: sessions, agents, scraping, troubleshooting, API reference Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- sessions: correct timeout params (idle_timeout_minutes, max_duration_minutes) - agents: clarify agent.run() takes kwargs not string - quickstart: note that docs.notte.cc has technical docs, not notte.cc - troubleshooting: add param name and agent.run() errors Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
agents guess /getting-started, /quickstart, /guide — redirect all to /docs/quickstart. llms.txt provides correct paths and inline quickstart. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
shows top 3 most similar pages when agent hits a wrong URL. pure client-side, zero deps, instant. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
agents use WebFetch which throws on 404 status. middleware intercepts unknown paths and returns 200 with plain text suggestions (like vercel docs). keeps llms.txt link at bottom. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2027 AX Eval — Getting StartedScore: B (76.8) No production baseline available for comparison. Tested: yolocode.ai → mintlify-docs-7z28pti7t-aleksey-bykhuns-projects.vercel.app, www.yolocode.ai → mintlify-docs-7z28pti7t-aleksey-bykhuns-projects.vercel.app |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
agents were reading SDK source files to find param types. now api-reference has complete tables for Session(), Agent(), scrape() with types, defaults, and return types. also expanded llms.txt descriptions. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
agents hit SPA rendering issues on HTML pages. llms.txt now has complete API reference (all method signatures, params, types, defaults), full working examples, and error catalog — everything in one fetch. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
self-contained SKILL.md with setup, all examples, API reference, troubleshooting. one file replaces 5-9 WebFetch calls. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Ready to review this PR? Stage has broken it down into 9 individual chapters for you: Chapters generated by Stage for commit 0747a9e on May 13, 2026 6:42am UTC. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Standalone Notte docs site with smart 404, llms.txt, and eval-driven fixes.
🤖 Generated with Claude Code