You can serve this site locally to quickly see your changes and additions before you PR them. To get started, navigate into your new site’s directory and start it up, as follows.
cd developer-website/
yarn
yarn start
Your site is now running at http://localhost:8000
!
Node v17 is used in this project as specified in .nvmrc.
To run the unit tests, run yarn test
in the terminal. If you would like to
have the tests automatically re-run, use yarn run test:watch
.
New Relic hosts and moderates an online forum where customers can interact with New Relic employees as well as other customers to get help and share best practices. If you're looking for configuration help or more information about New Relic's products, please visit the New Relic Explorers Hub.
Like all official New Relic open source projects, there's a related Community topic in the New Relic Explorers Hub.
We welcome contributions to the New Relic Developer Site. Please review our Contributors Guide prior to submitting any code.
Keep in mind when you submit your pull request, you'll need to sign the CLA via the click-through using CLA-Assistant. You only have to sign the CLA one time per project. If you have any questions, or to execute our corporate CLA, required if your contribution is on behalf of a company, please drop us an email at [email protected].
Please review and agree to our Code of Conduct prior to submitting any code.
Please submit any issues or enhancement requests using one of our Issue Templates. Please search for and review the existing open issues before submitting a new issue to prevent the submission of duplicate issues.
- Purpose: This workflow pulls down Observability Packs from the GraphQL API, writes them to src/data/observability-packs.json (overwriting any previous content), and commits that file to the
main
branch. - Trigger: Schedule, 12am everyday