-
Notifications
You must be signed in to change notification settings - Fork 3
docs: extract docker run with sample data #801
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR extracts repeated Docker setup instructions with sample data into a reusable snippet component to reduce code duplication across tutorial documentation.
- Consolidates common Docker setup and sample data configuration steps into a shared component
- Updates two tutorial files to use the new shared preparation component
- Creates a new snippet file that includes all the setup steps previously duplicated
Reviewed Changes
Copilot reviewed 3 out of 6 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| mintlify/tutorials/first-schema-change.mdx | Replaces inline Docker setup steps with shared preparation component |
| mintlify/tutorials/deploy-schema-migration.mdx | Replaces inline Docker setup steps with shared preparation component |
| mintlify/snippets/tutorials/preparation-with-sample-data.mdx | New shared component containing consolidated Docker setup and sample data instructions |
📝 Broken Links Check Report
The following is the output from the broken links check: |
tianzhou
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.