You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs site (openrouter.ai/docs/client-sdks/typescript) mounts this repo's docs/docs.json via Mintlify sourceRef. Its navigation.pages is only rebuilt by scripts/gen-docs-nav.sh inside speakeasy_run_on_pr.yaml, which triggers on .speakeasy/in.openapi.yaml changes. The Speakeasy "Update SDK" PRs add new docs/sdks/<tag>/README.mdx pages without touching that file, so the nav has been stale since July: decisions, interns, containers, scim and vault pages exist but are unreachable (the decisions page renders as a 404 on the docs site).
Adds .github/workflows/docs-nav.yaml, a copy of the python-sdk workflow, which runs gen-docs-nav.sh on PRs touching docs/sdks/** and auto-commits docs.json.
Runs the script once now so the nav picks up the five missing pages (and drops the removed betaanalytics entry).
I'll be helping with this pull request! Here's what you should know:
✅ I will automatically:
Address comments on this PR that start with 'DevinAI' or '@devin'.
Look at CI failures and help fix them
Note: I can only respond to comments from users who have write access to this repository.
⚙️ Control Options:
Disable automatic comment, CI, and merge conflict monitoring
Original prompt from Christine
SYSTEM:
<latest_message>
Christine Chen (U0B8QM7RKLL) [ts=1789686258.156009]: @Devin look into why ts and python sdks aren't enabled
</latest_message>
=== BEGIN THREAD HISTORY (in #proj-jev) ===
Abhinav Pola (U090K0G7JF3) [ts=1789682735.294299]: LETSSS GOOO
> Real request works. typesafe/jev-1.13 → HTTP 200, provider TypeSafe, one noul answer (0.97), usage 289 in / 21 out, cost 0.000012138 (exactly 289 × 4.2e-8, so pricing is live). Same result for the dated permaslug.
Jacky Liang (U0AUY9BQV18) [ts=1789682862.355109]: this is on openrouter yeah?
Abhinav Pola (U090K0G7JF3) [ts=1789682867.572409]: yup
Abhinav Pola (U090K0G7JF3) [ts=1789682874.528679]: private endpoint (only our org can use it)
Ayush Patel (U0B8L6RNMA9) [ts=1789683251.473799]: aside i wonder why they opted for that model naming, i hope they dont just release a shit ton of minor versions
they do jev-latest in their docs maybe to point people to not use jev-1.13 specifically
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
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.
Summary
The docs site (openrouter.ai/docs/client-sdks/typescript) mounts this repo's
docs/docs.jsonvia MintlifysourceRef. Itsnavigation.pagesis only rebuilt byscripts/gen-docs-nav.shinsidespeakeasy_run_on_pr.yaml, which triggers on.speakeasy/in.openapi.yamlchanges. The Speakeasy "Update SDK" PRs add newdocs/sdks/<tag>/README.mdxpages without touching that file, so the nav has been stale since July:decisions,interns,containers,scimandvaultpages exist but are unreachable (the decisions page renders as a 404 on the docs site)..github/workflows/docs-nav.yaml, a copy of the python-sdk workflow, which runsgen-docs-nav.shon PRs touchingdocs/sdks/**and auto-commitsdocs.json.betaanalyticsentry).Link to Devin session: https://openrouter.devinenterprise.com/sessions/3f706d7e7e6f4a1dbe42eef374519a68
Open in Devin Desktop: https://openrouter.devinenterprise.com/desktop/session/3f706d7e7e6f4a1dbe42eef374519a68?variant=devin
Requested by: @christineschen