-
Notifications
You must be signed in to change notification settings - Fork 2
Demo data #291
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
Demo data #291
Conversation
✅ Deploy Preview for tidal-guides ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
21af575
to
9419cf6
Compare
9419cf6
to
4304334
Compare
4304334
to
c366fdf
Compare
lgtm :) |
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
Adds a new unlisted demo resources page for the AWS lab, includes sample machine stats data, and updates local and Jekyll configuration for building the site.
- Introduces
demo-data.md
with instructions and links for lab resources - Provides
machine_stats.json
sample data for upload via Tidal Tools - Updates
_config.yml
to exclude thegems/
directory and adds a.envrc
for local flake usage
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
pages/demo-data.md | New lab instructions and resource links |
assets/machine_stats.json | Sample machine stats JSON data |
_config.yml | Excludes gems/ directory in site build |
.envrc | Adds direnv flake configuration |
822521e
to
f8adbdf
Compare
f8adbdf
to
9b3d55d
Compare
Added an unlisted 'demo-data' page with links to resources for the AWS lab.
Also added a
.envrc
and misc config to get jekyll running on my machine.