feat(snippets): add node-client-sdk/sdk-docs install-the-sdk npm + yarn canonicals#436
Closed
kinyoklion wants to merge 1 commit into
Closed
feat(snippets): add node-client-sdk/sdk-docs install-the-sdk npm + yarn canonicals#436kinyoklion wants to merge 1 commit into
kinyoklion wants to merge 1 commit into
Conversation
…rn canonicals Captures the npm install and yarn add bodies verbatim from ld-docs-private's Node.js (client-side) SDK reference page so the markers in ld-docs PR #7592 have canonicals to render from.
Member
Author
|
Superseded by #439 — combining all 9 SDK install canonicals into a single PR per the user's intent. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
One of 9 stacked sdk-meta PRs that unblock ld-docs-private PR #7592. Once this lands, #7592 gets updated to insert
SDK_SNIPPET:RENDERmarkers pointing at these canonicals.Snippets
Two reference fragments under
snippets/sdks/node-client-sdk/snippets/sdk-docs/:install-the-sdk-installing-with-npm.snippet.mdBody (verbatim from
fern/topics/sdk/client-side/node-js/index.mdxline 75):install-the-sdk-installing-with-yarn.snippet.mdBody (verbatim from
fern/topics/sdk/client-side/node-js/index.mdxline 82):Where the markers land
After this merges, ld-docs PR #7592 inserts markers before the existing
<CodeBlock title='Installing with npm'>(line 72) and<CodeBlock title='Installing with yarn'>(line 79) atfern/topics/sdk/client-side/node-js/index.mdx.No
validation:blocks: shell install fragments, runtime validation isn't required and would need shell-install harness work that's out of scope for this PR (see #423/#428).