-
Notifications
You must be signed in to change notification settings - Fork 114
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
Guide page styling #71
Conversation
|
||
<Step stepNumber="3 of 4" stepTitle="Make sure you're getting data from the right New Relic account"> | ||
|
||
In your preferred text editor, open the `/add-time-picker/nerdlets/nr1-howto-add-time-picker-nerdlet/index.js` and then edit the following line to use your account ID (find your account ID in the Profile section of the Developer Center, where you downloaded the New Relic One CLI): |
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.
Totally out of scope of this PR, but it might be cool to add an extra prop to the CodeSnippet
component to specify a filename (maybe it appears to the left of the copy bar like github gists do). I could see that being pretty helpful context for developers.
Zstickles/step numbers
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.
This looks good to me! I know I have had a hand in some of this code, so we might want @timglaser to give it some 👀
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.
👍
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description
Adds components for use in mdx files and styling for the guide pages.
Reviewer Notes
The example page now lives at
/guides/example