-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
chore: Updated all references to internal api docs and point to the g… #18448
Conversation
…ithub hosted links. Also removed redundant snippets with links to robust example applications
Hi @bizob2828 👋 Thanks for your pull request! Your PR is in a queue, and a writer will take a look soon. We generally publish small edits within one business day, and larger edits within three days. We will automatically generate a preview of your request, and will comment with a link when the preview is ready (usually 10 to 20 minutes). |
✅ Deploy Preview for docs-website-netlify ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
@bizob2828 I took a swing through the docs and made some suggestions. Could you review these?
src/content/docs/apm/agents/nodejs-agent/api-guides/nodejs-agent-api.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/apm/agents/nodejs-agent/api-guides/nodejs-agent-api.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/apm/agents/nodejs-agent/api-guides/guide-using-nodejs-agent-api.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/apm/agents/nodejs-agent/api-guides/guide-using-nodejs-agent-api.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/apm/agents/nodejs-agent/api-guides/guide-using-nodejs-agent-api.mdx
Outdated
Show resolved
Hide resolved
.../agents/nodejs-agent/extend-your-instrumentation/nodejs-v1-custom-instrumentation-legacy.mdx
Show resolved
Hide resolved
...docs/apm/agents/nodejs-agent/installation-configuration/distributed-tracing-nodejs-agent.mdx
Outdated
Show resolved
Hide resolved
...docs/apm/agents/nodejs-agent/installation-configuration/distributed-tracing-nodejs-agent.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/apm/agents/nodejs-agent/installation-configuration/install-nodejs-agent.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/apm/agents/nodejs-agent/installation-configuration/update-nodejs-agent.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Rob Siebens <[email protected]>
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.
@bizob2828 thanks for making these API updates!
Thanks for reviewing this @rhetoric101! |
…ithub hosted links. Also removed redundant snippets with links to robust example applications
Please follow conventional commit standards
in your commit messages and pull request title.
Give us some context
We had fragmented documentation around using the Node.js agent. The Node.js agent team has spent a lot of time building out examples. This PR updates most code snippets with links to functioning example applications.
Also, we had redundant information around the Node.js agent API. We host an API docs site and it gets updated on every release. This is the most recent information and any information documenting statically in docs-website could get out of date. This PR also updates any links to API methods to use the
newrelic.github.io
links.Links
Closes newrelic/node-newrelic#2468