Rename all md file to mdx

Luke Karrys committed Oct 22, 2023 at 11:17 UTC dc3e5b4d4d01149f1af5e10ed9ed8ae303003eeb
408 files changed +3 -1
cli/lib/extract.js
+3 -1
@@ -69,6 +69,8 @@ const unpackTarball = async ({release, cwd, dir}) => {
69 }),
70 )
71
72 + await Promise.all(result.map(f => fs.rename(join(cwd, f), join(cwd, f.replace('.md', '.mdx')))))
73 +
74 return result
75 }
76
@@ -93,7 +95,7 @@ const writeChangelog = async ({release, nav, cwd, srcPath, contentPath}) => {
95 const changelog = await gh.getFile({ref: release.branch, path: srcPath})
96
97 await fs.writeFile(
96 - join(cwd, contentPath + '.md'),
98 + join(cwd, contentPath + '.mdx'),
99 Transform.sync(changelog, {
100 release,
101 path: contentPath,
content/cli/v10/commands/npm-access.mdx renamed
content/cli/v10/commands/npm-adduser.mdx renamed
content/cli/v10/commands/npm-audit.mdx renamed
content/cli/v10/commands/npm-bugs.mdx renamed
content/cli/v10/commands/npm-cache.mdx renamed
content/cli/v10/commands/npm-ci.mdx renamed
content/cli/v10/commands/npm-completion.mdx renamed
content/cli/v10/commands/npm-config.mdx renamed
content/cli/v10/commands/npm-dedupe.mdx renamed
content/cli/v10/commands/npm-deprecate.mdx renamed
content/cli/v10/commands/npm-diff.mdx renamed
content/cli/v10/commands/npm-dist-tag.mdx renamed
content/cli/v10/commands/npm-docs.mdx renamed
content/cli/v10/commands/npm-doctor.mdx renamed
content/cli/v10/commands/npm-edit.mdx renamed
content/cli/v10/commands/npm-exec.mdx renamed
content/cli/v10/commands/npm-explain.mdx renamed
content/cli/v10/commands/npm-explore.mdx renamed
content/cli/v10/commands/npm-find-dupes.mdx renamed
content/cli/v10/commands/npm-fund.mdx renamed
content/cli/v10/commands/npm-help-search.mdx renamed
content/cli/v10/commands/npm-help.mdx renamed
content/cli/v10/commands/npm-hook.mdx renamed
content/cli/v10/commands/npm-init.mdx renamed
content/cli/v10/commands/npm-install-ci-test.mdx renamed
content/cli/v10/commands/npm-install-test.mdx renamed
content/cli/v10/commands/npm-install.mdx renamed
content/cli/v10/commands/npm-link.mdx renamed
content/cli/v10/commands/npm-login.mdx renamed
content/cli/v10/commands/npm-logout.mdx renamed
content/cli/v10/commands/npm-ls.mdx renamed
content/cli/v10/commands/npm-org.mdx renamed
content/cli/v10/commands/npm-outdated.mdx renamed
content/cli/v10/commands/npm-owner.mdx renamed
content/cli/v10/commands/npm-pack.mdx renamed
content/cli/v10/commands/npm-ping.mdx renamed
content/cli/v10/commands/npm-pkg.mdx renamed
content/cli/v10/commands/npm-prefix.mdx renamed
content/cli/v10/commands/npm-profile.mdx renamed
content/cli/v10/commands/npm-prune.mdx renamed
content/cli/v10/commands/npm-publish.mdx renamed
content/cli/v10/commands/npm-query.mdx renamed
content/cli/v10/commands/npm-rebuild.mdx renamed
content/cli/v10/commands/npm-repo.mdx renamed
content/cli/v10/commands/npm-restart.mdx renamed
content/cli/v10/commands/npm-root.mdx renamed
content/cli/v10/commands/npm-run-script.mdx renamed
content/cli/v10/commands/npm-sbom.mdx renamed
content/cli/v10/commands/npm-search.mdx renamed
content/cli/v10/commands/npm-shrinkwrap.mdx renamed
content/cli/v10/commands/npm-star.mdx renamed
content/cli/v10/commands/npm-stars.mdx renamed
content/cli/v10/commands/npm-start.mdx renamed
content/cli/v10/commands/npm-stop.mdx renamed
content/cli/v10/commands/npm-team.mdx renamed
content/cli/v10/commands/npm-test.mdx renamed
content/cli/v10/commands/npm-token.mdx renamed
content/cli/v10/commands/npm-uninstall.mdx renamed
content/cli/v10/commands/npm-unpublish.mdx renamed
content/cli/v10/commands/npm-unstar.mdx renamed
content/cli/v10/commands/npm-update.mdx renamed
content/cli/v10/commands/npm-version.mdx renamed
content/cli/v10/commands/npm-view.mdx renamed
content/cli/v10/commands/npm-whoami.mdx renamed
content/cli/v10/commands/npm.mdx renamed
content/cli/v10/commands/npx.mdx renamed
content/cli/v10/configuring-npm/folders.mdx renamed
content/cli/v10/configuring-npm/install.mdx renamed
content/cli/v10/configuring-npm/npm-shrinkwrap-json.mdx renamed
content/cli/v10/configuring-npm/npmrc.mdx renamed
content/cli/v10/configuring-npm/package-json.mdx renamed
content/cli/v10/configuring-npm/package-lock-json.mdx renamed
content/cli/v10/using-npm/changelog.mdx renamed
content/cli/v10/using-npm/config.mdx renamed
content/cli/v10/using-npm/dependency-selectors.mdx renamed
content/cli/v10/using-npm/developers.mdx renamed
content/cli/v10/using-npm/logging.mdx renamed
content/cli/v10/using-npm/orgs.mdx renamed
content/cli/v10/using-npm/package-spec.mdx renamed
content/cli/v10/using-npm/registry.mdx renamed
content/cli/v10/using-npm/removal.mdx renamed
content/cli/v10/using-npm/scope.mdx renamed
content/cli/v10/using-npm/scripts.mdx renamed
content/cli/v10/using-npm/workspaces.mdx renamed
content/cli/v6/commands/npm-access.mdx renamed
content/cli/v6/commands/npm-adduser.mdx renamed
content/cli/v6/commands/npm-audit.mdx renamed
content/cli/v6/commands/npm-bin.mdx renamed
content/cli/v6/commands/npm-bugs.mdx renamed
content/cli/v6/commands/npm-build.mdx renamed
content/cli/v6/commands/npm-bundle.mdx renamed
content/cli/v6/commands/npm-cache.mdx renamed
content/cli/v6/commands/npm-ci.mdx renamed
content/cli/v6/commands/npm-completion.mdx renamed
content/cli/v6/commands/npm-config.mdx renamed
content/cli/v6/commands/npm-dedupe.mdx renamed
content/cli/v6/commands/npm-deprecate.mdx renamed
content/cli/v6/commands/npm-dist-tag.mdx renamed
content/cli/v6/commands/npm-docs.mdx renamed
content/cli/v6/commands/npm-doctor.mdx renamed
content/cli/v6/commands/npm-edit.mdx renamed
content/cli/v6/commands/npm-explore.mdx renamed
content/cli/v6/commands/npm-fund.mdx renamed
content/cli/v6/commands/npm-help-search.mdx renamed
content/cli/v6/commands/npm-help.mdx renamed
content/cli/v6/commands/npm-hook.mdx renamed
content/cli/v6/commands/npm-init.mdx renamed
content/cli/v6/commands/npm-install-ci-test.mdx renamed
content/cli/v6/commands/npm-install-test.mdx renamed
content/cli/v6/commands/npm-install.mdx renamed
content/cli/v6/commands/npm-link.mdx renamed
content/cli/v6/commands/npm-logout.mdx renamed
content/cli/v6/commands/npm-ls.mdx renamed
content/cli/v6/commands/npm-org.mdx renamed
content/cli/v6/commands/npm-outdated.mdx renamed
content/cli/v6/commands/npm-owner.mdx renamed
content/cli/v6/commands/npm-pack.mdx renamed
content/cli/v6/commands/npm-ping.mdx renamed
content/cli/v6/commands/npm-prefix.mdx renamed
content/cli/v6/commands/npm-profile.mdx renamed
content/cli/v6/commands/npm-prune.mdx renamed
content/cli/v6/commands/npm-publish.mdx renamed
content/cli/v6/commands/npm-rebuild.mdx renamed
content/cli/v6/commands/npm-repo.mdx renamed
content/cli/v6/commands/npm-restart.mdx renamed
content/cli/v6/commands/npm-root.mdx renamed
content/cli/v6/commands/npm-run-script.mdx renamed
content/cli/v6/commands/npm-search.mdx renamed
content/cli/v6/commands/npm-shrinkwrap.mdx renamed
content/cli/v6/commands/npm-star.mdx renamed
content/cli/v6/commands/npm-stars.mdx renamed
content/cli/v6/commands/npm-start.mdx renamed
content/cli/v6/commands/npm-stop.mdx renamed
content/cli/v6/commands/npm-team.mdx renamed
content/cli/v6/commands/npm-test.mdx renamed
content/cli/v6/commands/npm-token.mdx renamed
content/cli/v6/commands/npm-uninstall.mdx renamed
content/cli/v6/commands/npm-unpublish.mdx renamed
content/cli/v6/commands/npm-update.mdx renamed
content/cli/v6/commands/npm-version.mdx renamed
content/cli/v6/commands/npm-view.mdx renamed
content/cli/v6/commands/npm-whoami.mdx renamed
content/cli/v6/commands/npm.mdx renamed
content/cli/v6/configuring-npm/folders.mdx renamed
content/cli/v6/configuring-npm/install.mdx renamed
content/cli/v6/configuring-npm/npmrc.mdx renamed
content/cli/v6/configuring-npm/package-json.mdx renamed
content/cli/v6/configuring-npm/package-lock-json.mdx renamed
content/cli/v6/configuring-npm/package-locks.mdx renamed
content/cli/v6/configuring-npm/shrinkwrap-json.mdx renamed
content/cli/v6/using-npm/changelog.mdx renamed
content/cli/v6/using-npm/config.mdx renamed
content/cli/v6/using-npm/developers.mdx renamed
content/cli/v6/using-npm/orgs.mdx renamed
content/cli/v6/using-npm/registry.mdx renamed
content/cli/v6/using-npm/removal.mdx renamed
content/cli/v6/using-npm/scope.mdx renamed
content/cli/v6/using-npm/scripts.mdx renamed
content/cli/v6/using-npm/semver.mdx renamed
content/cli/v7/commands/npm-access.mdx renamed
content/cli/v7/commands/npm-adduser.mdx renamed
content/cli/v7/commands/npm-audit.mdx renamed
content/cli/v7/commands/npm-bin.mdx renamed
content/cli/v7/commands/npm-bugs.mdx renamed
content/cli/v7/commands/npm-cache.mdx renamed
content/cli/v7/commands/npm-ci.mdx renamed
content/cli/v7/commands/npm-completion.mdx renamed
content/cli/v7/commands/npm-config.mdx renamed
content/cli/v7/commands/npm-dedupe.mdx renamed
content/cli/v7/commands/npm-deprecate.mdx renamed
content/cli/v7/commands/npm-diff.mdx renamed
content/cli/v7/commands/npm-dist-tag.mdx renamed
content/cli/v7/commands/npm-docs.mdx renamed
content/cli/v7/commands/npm-doctor.mdx renamed
content/cli/v7/commands/npm-edit.mdx renamed
content/cli/v7/commands/npm-exec.mdx renamed
content/cli/v7/commands/npm-explain.mdx renamed
content/cli/v7/commands/npm-explore.mdx renamed
content/cli/v7/commands/npm-find-dupes.mdx renamed
content/cli/v7/commands/npm-fund.mdx renamed
content/cli/v7/commands/npm-help-search.mdx renamed
content/cli/v7/commands/npm-help.mdx renamed
content/cli/v7/commands/npm-hook.mdx renamed
content/cli/v7/commands/npm-init.mdx renamed
content/cli/v7/commands/npm-install-ci-test.mdx renamed
content/cli/v7/commands/npm-install-test.mdx renamed
content/cli/v7/commands/npm-install.mdx renamed
content/cli/v7/commands/npm-link.mdx renamed
content/cli/v7/commands/npm-logout.mdx renamed
content/cli/v7/commands/npm-ls.mdx renamed
content/cli/v7/commands/npm-org.mdx renamed
content/cli/v7/commands/npm-outdated.mdx renamed
content/cli/v7/commands/npm-owner.mdx renamed
content/cli/v7/commands/npm-pack.mdx renamed
content/cli/v7/commands/npm-ping.mdx renamed
content/cli/v7/commands/npm-pkg.mdx renamed
content/cli/v7/commands/npm-prefix.mdx renamed
content/cli/v7/commands/npm-profile.mdx renamed
content/cli/v7/commands/npm-prune.mdx renamed
content/cli/v7/commands/npm-publish.mdx renamed
content/cli/v7/commands/npm-rebuild.mdx renamed
content/cli/v7/commands/npm-repo.mdx renamed
content/cli/v7/commands/npm-restart.mdx renamed
content/cli/v7/commands/npm-root.mdx renamed
content/cli/v7/commands/npm-run-script.mdx renamed
content/cli/v7/commands/npm-search.mdx renamed
content/cli/v7/commands/npm-set-script.mdx renamed
content/cli/v7/commands/npm-shrinkwrap.mdx renamed
content/cli/v7/commands/npm-star.mdx renamed
content/cli/v7/commands/npm-stars.mdx renamed
content/cli/v7/commands/npm-start.mdx renamed
content/cli/v7/commands/npm-stop.mdx renamed
content/cli/v7/commands/npm-team.mdx renamed
content/cli/v7/commands/npm-test.mdx renamed
content/cli/v7/commands/npm-token.mdx renamed
content/cli/v7/commands/npm-uninstall.mdx renamed
content/cli/v7/commands/npm-unpublish.mdx renamed
content/cli/v7/commands/npm-unstar.mdx renamed
content/cli/v7/commands/npm-update.mdx renamed
content/cli/v7/commands/npm-version.mdx renamed
content/cli/v7/commands/npm-view.mdx renamed
content/cli/v7/commands/npm-whoami.mdx renamed
content/cli/v7/commands/npm.mdx renamed
content/cli/v7/commands/npx.mdx renamed
content/cli/v7/configuring-npm/folders.mdx renamed
content/cli/v7/configuring-npm/install.mdx renamed
content/cli/v7/configuring-npm/npm-shrinkwrap-json.mdx renamed
content/cli/v7/configuring-npm/npmrc.mdx renamed
content/cli/v7/configuring-npm/package-json.mdx renamed
content/cli/v7/configuring-npm/package-lock-json.mdx renamed
content/cli/v7/using-npm/changelog.mdx renamed
content/cli/v7/using-npm/config.mdx renamed
content/cli/v7/using-npm/developers.mdx renamed
content/cli/v7/using-npm/orgs.mdx renamed
content/cli/v7/using-npm/registry.mdx renamed
content/cli/v7/using-npm/removal.mdx renamed
content/cli/v7/using-npm/scope.mdx renamed
content/cli/v7/using-npm/scripts.mdx renamed
content/cli/v7/using-npm/workspaces.mdx renamed
content/cli/v8/commands/npm-access.mdx renamed
content/cli/v8/commands/npm-adduser.mdx renamed
content/cli/v8/commands/npm-audit.mdx renamed
content/cli/v8/commands/npm-bin.mdx renamed
content/cli/v8/commands/npm-bugs.mdx renamed
content/cli/v8/commands/npm-cache.mdx renamed
content/cli/v8/commands/npm-ci.mdx renamed
content/cli/v8/commands/npm-completion.mdx renamed
content/cli/v8/commands/npm-config.mdx renamed
content/cli/v8/commands/npm-dedupe.mdx renamed
content/cli/v8/commands/npm-deprecate.mdx renamed
content/cli/v8/commands/npm-diff.mdx renamed
content/cli/v8/commands/npm-dist-tag.mdx renamed
content/cli/v8/commands/npm-docs.mdx renamed
content/cli/v8/commands/npm-doctor.mdx renamed
content/cli/v8/commands/npm-edit.mdx renamed
content/cli/v8/commands/npm-exec.mdx renamed
content/cli/v8/commands/npm-explain.mdx renamed
content/cli/v8/commands/npm-explore.mdx renamed
content/cli/v8/commands/npm-find-dupes.mdx renamed
content/cli/v8/commands/npm-fund.mdx renamed
content/cli/v8/commands/npm-help-search.mdx renamed
content/cli/v8/commands/npm-help.mdx renamed
content/cli/v8/commands/npm-hook.mdx renamed
content/cli/v8/commands/npm-init.mdx renamed
content/cli/v8/commands/npm-install-ci-test.mdx renamed
content/cli/v8/commands/npm-install-test.mdx renamed
content/cli/v8/commands/npm-install.mdx renamed
content/cli/v8/commands/npm-link.mdx renamed
content/cli/v8/commands/npm-logout.mdx renamed
content/cli/v8/commands/npm-ls.mdx renamed
content/cli/v8/commands/npm-org.mdx renamed
content/cli/v8/commands/npm-outdated.mdx renamed
content/cli/v8/commands/npm-owner.mdx renamed
content/cli/v8/commands/npm-pack.mdx renamed
content/cli/v8/commands/npm-ping.mdx renamed
content/cli/v8/commands/npm-pkg.mdx renamed
content/cli/v8/commands/npm-prefix.mdx renamed
content/cli/v8/commands/npm-profile.mdx renamed
content/cli/v8/commands/npm-prune.mdx renamed
content/cli/v8/commands/npm-publish.mdx renamed
content/cli/v8/commands/npm-query.mdx renamed
content/cli/v8/commands/npm-rebuild.mdx renamed
content/cli/v8/commands/npm-repo.mdx renamed
content/cli/v8/commands/npm-restart.mdx renamed
content/cli/v8/commands/npm-root.mdx renamed
content/cli/v8/commands/npm-run-script.mdx renamed
content/cli/v8/commands/npm-search.mdx renamed
content/cli/v8/commands/npm-set-script.mdx renamed
content/cli/v8/commands/npm-shrinkwrap.mdx renamed
content/cli/v8/commands/npm-star.mdx renamed
content/cli/v8/commands/npm-stars.mdx renamed
content/cli/v8/commands/npm-start.mdx renamed
content/cli/v8/commands/npm-stop.mdx renamed
content/cli/v8/commands/npm-team.mdx renamed
content/cli/v8/commands/npm-test.mdx renamed
content/cli/v8/commands/npm-token.mdx renamed
content/cli/v8/commands/npm-uninstall.mdx renamed
content/cli/v8/commands/npm-unpublish.mdx renamed
content/cli/v8/commands/npm-unstar.mdx renamed
content/cli/v8/commands/npm-update.mdx renamed
content/cli/v8/commands/npm-version.mdx renamed
content/cli/v8/commands/npm-view.mdx renamed
content/cli/v8/commands/npm-whoami.mdx renamed
content/cli/v8/commands/npm.mdx renamed
content/cli/v8/commands/npx.mdx renamed
content/cli/v8/configuring-npm/folders.mdx renamed
content/cli/v8/configuring-npm/install.mdx renamed
content/cli/v8/configuring-npm/npm-shrinkwrap-json.mdx renamed
content/cli/v8/configuring-npm/npmrc.mdx renamed
content/cli/v8/configuring-npm/package-json.mdx renamed
content/cli/v8/configuring-npm/package-lock-json.mdx renamed
content/cli/v8/using-npm/changelog.mdx renamed
content/cli/v8/using-npm/config.mdx renamed
content/cli/v8/using-npm/dependency-selectors.mdx renamed
content/cli/v8/using-npm/developers.mdx renamed
content/cli/v8/using-npm/logging.mdx renamed
content/cli/v8/using-npm/orgs.mdx renamed
content/cli/v8/using-npm/package-spec.mdx renamed
content/cli/v8/using-npm/registry.mdx renamed
content/cli/v8/using-npm/removal.mdx renamed
content/cli/v8/using-npm/scope.mdx renamed
content/cli/v8/using-npm/scripts.mdx renamed
content/cli/v8/using-npm/workspaces.mdx renamed
content/cli/v9/commands/npm-access.mdx renamed
content/cli/v9/commands/npm-adduser.mdx renamed
content/cli/v9/commands/npm-audit.mdx renamed
content/cli/v9/commands/npm-bugs.mdx renamed
content/cli/v9/commands/npm-cache.mdx renamed
content/cli/v9/commands/npm-ci.mdx renamed
content/cli/v9/commands/npm-completion.mdx renamed
content/cli/v9/commands/npm-config.mdx renamed
content/cli/v9/commands/npm-dedupe.mdx renamed
content/cli/v9/commands/npm-deprecate.mdx renamed
content/cli/v9/commands/npm-diff.mdx renamed
content/cli/v9/commands/npm-dist-tag.mdx renamed
content/cli/v9/commands/npm-docs.mdx renamed
content/cli/v9/commands/npm-doctor.mdx renamed
content/cli/v9/commands/npm-edit.mdx renamed
content/cli/v9/commands/npm-exec.mdx renamed
content/cli/v9/commands/npm-explain.mdx renamed
content/cli/v9/commands/npm-explore.mdx renamed
content/cli/v9/commands/npm-find-dupes.mdx renamed
content/cli/v9/commands/npm-fund.mdx renamed
content/cli/v9/commands/npm-help-search.mdx renamed
content/cli/v9/commands/npm-help.mdx renamed
content/cli/v9/commands/npm-hook.mdx renamed
content/cli/v9/commands/npm-init.mdx renamed
content/cli/v9/commands/npm-install-ci-test.mdx renamed
content/cli/v9/commands/npm-install-test.mdx renamed
content/cli/v9/commands/npm-install.mdx renamed
content/cli/v9/commands/npm-link.mdx renamed
content/cli/v9/commands/npm-login.mdx renamed
content/cli/v9/commands/npm-logout.mdx renamed
content/cli/v9/commands/npm-ls.mdx renamed
content/cli/v9/commands/npm-org.mdx renamed
content/cli/v9/commands/npm-outdated.mdx renamed
content/cli/v9/commands/npm-owner.mdx renamed
content/cli/v9/commands/npm-pack.mdx renamed
content/cli/v9/commands/npm-ping.mdx renamed
content/cli/v9/commands/npm-pkg.mdx renamed
content/cli/v9/commands/npm-prefix.mdx renamed
content/cli/v9/commands/npm-profile.mdx renamed
content/cli/v9/commands/npm-prune.mdx renamed
content/cli/v9/commands/npm-publish.mdx renamed
content/cli/v9/commands/npm-query.mdx renamed
content/cli/v9/commands/npm-rebuild.mdx renamed
content/cli/v9/commands/npm-repo.mdx renamed
content/cli/v9/commands/npm-restart.mdx renamed
content/cli/v9/commands/npm-root.mdx renamed
content/cli/v9/commands/npm-run-script.mdx renamed
content/cli/v9/commands/npm-sbom.mdx renamed
content/cli/v9/commands/npm-search.mdx renamed
content/cli/v9/commands/npm-shrinkwrap.mdx renamed
content/cli/v9/commands/npm-star.mdx renamed
content/cli/v9/commands/npm-stars.mdx renamed
content/cli/v9/commands/npm-start.mdx renamed
content/cli/v9/commands/npm-stop.mdx renamed
content/cli/v9/commands/npm-team.mdx renamed
content/cli/v9/commands/npm-test.mdx renamed
content/cli/v9/commands/npm-token.mdx renamed
content/cli/v9/commands/npm-uninstall.mdx renamed
content/cli/v9/commands/npm-unpublish.mdx renamed
content/cli/v9/commands/npm-unstar.mdx renamed
content/cli/v9/commands/npm-update.mdx renamed
content/cli/v9/commands/npm-version.mdx renamed
content/cli/v9/commands/npm-view.mdx renamed
content/cli/v9/commands/npm-whoami.mdx renamed
content/cli/v9/commands/npm.mdx renamed
content/cli/v9/commands/npx.mdx renamed
content/cli/v9/configuring-npm/folders.mdx renamed
content/cli/v9/configuring-npm/install.mdx renamed
content/cli/v9/configuring-npm/npm-shrinkwrap-json.mdx renamed
content/cli/v9/configuring-npm/npmrc.mdx renamed
content/cli/v9/configuring-npm/package-json.mdx renamed
content/cli/v9/configuring-npm/package-lock-json.mdx renamed
content/cli/v9/using-npm/changelog.mdx renamed
content/cli/v9/using-npm/config.mdx renamed
content/cli/v9/using-npm/dependency-selectors.mdx renamed
content/cli/v9/using-npm/developers.mdx renamed
content/cli/v9/using-npm/logging.mdx renamed
content/cli/v9/using-npm/orgs.mdx renamed
content/cli/v9/using-npm/package-spec.mdx renamed
content/cli/v9/using-npm/registry.mdx renamed
content/cli/v9/using-npm/removal.mdx renamed
content/cli/v9/using-npm/scope.mdx renamed
content/cli/v9/using-npm/scripts.mdx renamed
content/cli/v9/using-npm/workspaces.mdx renamed