docs(misc): embed agent walkthrough video in custom workspace rules guide - #36857
Merged
Conversation
✅ Deploy Preview for nx-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for nx-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
|
View your CI Pipeline Execution ↗ for commit a5317eb
☁️ Nx Cloud last updated this comment at |
jaysoo
approved these changes
Aug 31, 2026
FrozenPandaz
pushed a commit
that referenced
this pull request
Aug 31, 2026
…uide (#36857) ## Summary Embeds a short walkthrough video in the Custom Workspace ESLint Rules guide, showing a coding agent being pointed at `nx.dev/docs/kb/custom-workspace-rules.md` and scaffolding a `packages/workspace-tools` ESLint plugin package from it. One file, two added lines: ``` {% youtube src="https://youtu.be/VHCCge9NZqs" title="Create custom workspace lint rules with your AI agent" /%} ``` Placed after the intro paragraph and above the existing `<!-- TODO -->` comment, which is where the other kb pages put their video (`import-project.mdoc`, `typescript-project-linking.mdoc`, `create-preset.mdoc`). The video is currently **unlisted** on the Nx channel. It needs to be made public before this merges. ## Verification The render was not verified locally. Attempts to serve or build astro-docs in the session clone did not work: the dev server could not bind a port under the sandbox, and the clone has no installed deps for a build or a markdoc parse. The tag syntax was confirmed textually against the working usages in `import-project.mdoc`, and it is identical in shape and spacing. CI is the real check here. <!-- polygraph-session-start --> --- <p><a href="https://snapshot.app.trypolygraph.com/orgs/69cdc268b6aa527e4129c2b4/sessions/workspace-lint-rule-da6d7b4a">View Polygraph session ↗</a></p> <!-- polygraph-session-end -->
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
Embeds a short walkthrough video in the Custom Workspace ESLint Rules guide, showing a coding agent being pointed at
nx.dev/docs/kb/custom-workspace-rules.mdand scaffolding apackages/workspace-toolsESLint plugin package from it.One file, two added lines:
Placed after the intro paragraph and above the existing
<!-- TODO -->comment, which is where the other kb pages put their video (import-project.mdoc,typescript-project-linking.mdoc,create-preset.mdoc).The video is currently unlisted on the Nx channel. It needs to be made public before this merges.
Verification
The render was not verified locally. Attempts to serve or build astro-docs in the session clone did not work: the dev server could not bind a port under the sandbox, and the clone has no installed deps for a build or a markdoc parse. The tag syntax was confirmed textually against the working usages in
import-project.mdoc, and it is identical in shape and spacing. CI is the real check here.View Polygraph session ↗