diff options
author | 2023-10-12 23:19:53 -0700 | |
---|---|---|
committer | 2023-10-12 23:19:53 -0700 | |
commit | 4fab8fee2145607714d5012623ba00523c1b92b9 (patch) | |
tree | b5a3dd7b760513eef67826ff415c1186d44b3da3 | |
parent | 3f2df4526ed876869a14aaf9d373328fc4dce94e (diff) | |
download | bun-4fab8fee2145607714d5012623ba00523c1b92b9.tar.gz bun-4fab8fee2145607714d5012623ba00523c1b92b9.tar.zst bun-4fab8fee2145607714d5012623ba00523c1b92b9.zip |
Update descriptions
-rw-r--r-- | docs/cli/install.md | 2 | ||||
-rw-r--r-- | docs/nav.ts | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/docs/cli/install.md b/docs/cli/install.md index 63dbb1163..573a6f106 100644 --- a/docs/cli/install.md +++ b/docs/cli/install.md @@ -77,7 +77,7 @@ Bun supports `"workspaces"` in package.json. For complete documentation refer to ## Overrides and resolutions -Bun supports npm's `"overrides"` and Yarn's `"resolutions"` in `package.json`. These are mechanisms for specifying a version range for _metadependencies_—the dependencies of your dependencies. Refer to [Package manager > Overrides and resolutions](/docs/install/overrides-and-resolutions) for complete documentation. +Bun supports npm's `"overrides"` and Yarn's `"resolutions"` in `package.json`. These are mechanisms for specifying a version range for _metadependencies_—the dependencies of your dependencies. Refer to [Package manager > Overrides and resolutions](/docs/install/overrides) for complete documentation. ```json-diff#package.json { diff --git a/docs/nav.ts b/docs/nav.ts index ade4f0281..ccf3679fe 100644 --- a/docs/nav.ts +++ b/docs/nav.ts @@ -165,7 +165,7 @@ export default { description: "Install local packages as dependencies in your project.", }), page("cli/pm", "`bun pm`", { - description: "Install local packages as dependencies in your project.", + description: "Utilities relating to package management with Bun.", }), page("install/cache", "Global cache", { description: @@ -175,8 +175,7 @@ export default { description: "Bun's package manager supports workspaces and mono-repo development workflows.", }), page("install/lifecycle", "Lifecycle scripts", { - description: - "Bun's package manager installs all packages into a shared global cache to avoid redundant re-downloads.", + description: "How Bun handles package lifecycle scripts with trustedDependencies", }), page("install/lockfile", "Lockfile", { description: |