Add experiments to docs navbar#1644
Open
Benanna2019 wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
3 tasks
AndyInternet
added a commit
to inngest/inngest-js
that referenced
this pull request
Jun 23, 2026
## Summary Scoring phase 1 OSS PR: inngest/inngest#4170 ## Checklist <!-- Tick these items off as you progress. --> <!-- If an item isn't applicable, ideally please strikeout the item by wrapping it in "~~"" and suffix it with "N/A My reason for skipping this." --> <!-- e.g. "- [ ] ~~Added tests~~ N/A Only touches docs" --> - [x] Added a [docs PR](inngest/website#1644) that references this PR - [x] Added unit/integration tests - [x] Added changesets if applicable <!-- MENDRAL_SUMMARY --> --- > [!NOTE] > Adds Phase 1 scoring primitives: `inngest.score()` for raw API-level score writes and `step.score()` gated behind `scoreMiddleware()`. Core additions include `InngestScore.ts` with validation/normalization, `canUseCurrentStepBatch` in `InngestMetadata.ts` to route writes through the batch opcode when targeting the current step, `userlandId` on `executingStep` in ALS for userland step ID matching, and a comprehensive test suite. > > <sup>Written by [Mendral](https://mendral.com) for commit ede9a8f.</sup> <!-- /MENDRAL_SUMMARY --> --------- Co-authored-by: Aaron Harper <aaron@inngest.com> Co-authored-by: Andy Lawrence <55452023+AndyInternet@users.noreply.github.com> Co-authored-by: James Riley Wilburn <riley@inngest.com> Co-authored-by: mendral-app[bot] <233154221+mendral-app[bot]@users.noreply.github.com>
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.
Summary
Adds experiments to the docs sidebar navigation. Both pages already exist and are live but had no nav entries, making them undiscoverable.
Two additions:
Learn > Guides > Agents: "Run experiments" linking to the existing how-to at
/docs/features/inngest-functions/steps-workflows/running-experiments(beta tag)Reference > TypeScript SDK v4: New "Experiments" group (beta tag) with
group.experiment()linking to the existing reference at/docs/reference/typescript/v4/functions/group-experimentNo new pages created. Just wiring existing content into the nav.
Resolves DEV-384