-
Notifications
You must be signed in to change notification settings - Fork 55
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
Edit data dource and panel READMEs #230
Conversation
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.
Awesome work! Some minor comments:
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! 🚀
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.
All looks correct. But as mentioned in a similar PR. we are not using yarn
for any of our examples. It'd be great to replace all calls to yarn with npm run
.
e.g yarn dev
should be npm run dev
except for install which should remain simply npm install
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.
changes look good to me 👍 agree with esteban that we should update from Yarn but could be done in separate PR by anyone
Co-authored-by: David Harris <[email protected]>
Edit several READMEs for Grafana style and readability. This PR will be followed by additional PRs to enhance the examples docs.