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

Update links to docs after successful project creation via CLI #810

Merged
merged 2 commits into from
Apr 24, 2023

Conversation

gfscott
Copy link
Contributor

@gfscott gfscott commented Apr 21, 2023

WHY are these changes introduced?

Fixes #524

This PR adds a couple more links to documentation when scaffolding out a new project via CLI.

Before After
before image

Checklist

  • I've read the Contributing Guidelines
  • I've considered possible cross-platform impacts (Mac, Linux, Windows)
  • [ ] I've added a changeset if this PR contains user-facing or noteworthy changes
  • [ ] I've added tests to cover my changes
  • [ ] I've added or updated the documentation

@gfscott gfscott requested a review from a team April 21, 2023 19:56
@gfscott gfscott self-assigned this Apr 21, 2023
@github-actions

This comment has been minimized.

@@ -234,7 +234,9 @@ export async function runInit(
)} to start your local development server and start building`.value,
].filter((step): step is string => Boolean(step)),
reference: [
'Building with Hydrogen: https://shopify.dev/docs/custom-storefronts/hydrogen/building/begin-development',
'Getting started with Hydrogen: https://shopify.dev/docs/custom-storefronts/hydrogen/building/begin-development',
'Hydrogen project structure: https://shopify.dev/docs/custom-storefronts/hydrogen/project-structure',
Copy link
Contributor

Choose a reason for hiding this comment

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

This one doesn't show up in your screenshot; does it get filtered out, or is the screenshot outdated?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah, good catch. I've updated the screenshot now!

Copy link
Contributor

Choose a reason for hiding this comment

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

Ah nice thanks. Looks great! 🚢

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added a changeset too 👍🏻

@frehner
Copy link
Contributor

frehner commented Apr 24, 2023

Oh does this need a changeset? Probably I would think? @gfscott

@frehner
Copy link
Contributor

frehner commented Apr 24, 2023

🚢

@gfscott gfscott merged commit 35a8710 into 2023-04 Apr 24, 2023
9 checks passed
@gfscott gfscott deleted the @gfscott/post-create-link branch April 24, 2023 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add link to environment docs when creating new hydrogen project
2 participants