Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(core): link to sync generators page during sync prompt, and provide more info on docs page for disabling and applyChanges #28001

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

jaysoo
Copy link
Member

@jaysoo jaysoo commented Sep 19, 2024

This PR expands the concept page for sync generators to show config examples for applyChanges and disableTaskSyncGenerators. It also adds a link when during the sync prompt for users to read more about it.

Screenshot 2024-09-19 at 12 00 14 PM

Preview: https://nx-dev-git-feat-sync-docs-and-links-nrwl.vercel.app/concepts/sync-generators

Current Behavior

Expected Behavior

Related Issue(s)

Fixes #

Copy link

vercel bot commented Sep 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
nx-dev ✅ Ready (Inspect) Visit Preview Sep 19, 2024 4:40pm

@@ -110,7 +111,7 @@ export function ProjectDetails({
)}
<div
id="project-details-container"
className="not-prose overflow-y-auto"
className={twMerge('not-prose', height && 'overflow-y-auto')}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There was a scrollbar being rendered for me. We don't need to add overflow unless the height property is set.

@@ -488,7 +488,7 @@ async function promptForApplyingSyncGeneratorChanges(): Promise<boolean> {
name: 'applyChanges',
type: 'select',
message:
'Would you like to sync the identified changes to get your worskpace up to date?',
'Would you like to sync the identified changes to get your workspace up to date?',
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo

docs/shared/concepts/sync-generators.md Outdated Show resolved Hide resolved
docs/shared/concepts/sync-generators.md Outdated Show resolved Hide resolved
@jaysoo jaysoo changed the title feat(core): link to sync generators page during sync prompt, and provide more info on docs page for disabling and applyChanges fix(core): link to sync generators page during sync prompt, and provide more info on docs page for disabling and applyChanges Sep 19, 2024
…ide more info on docs page for disabling and applyChanges
@jaysoo jaysoo enabled auto-merge (squash) September 19, 2024 16:56
@jaysoo jaysoo merged commit eec0014 into master Sep 19, 2024
6 checks passed
@jaysoo jaysoo deleted the feat/sync-docs-and-links branch September 19, 2024 17:11
Copy link

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants