docs: remove how i use mise article#9996
Conversation
Greptile SummaryRemoves the personal "How I use mise" article and scrubs the remaining first-person references from
Confidence Score: 4/5Safe to merge once the stale sidebar nav entry in config.ts is removed. The three explicitly changed files look correct, but the VitePress sidebar config still references the deleted page, which could produce a broken nav link or docs build failure. docs/.vitepress/config.ts still contains the nav entry for /how-i-use-mise that should have been removed alongside the deleted file. Important Files Changed
Reviews (1): Last reviewed commit: "docs: remove how i use mise article" | Re-trigger Greptile |
There was a problem hiding this comment.
Code Review
This pull request removes personal anecdotes and the 'How I use mise' documentation page from the repository. The changes include the deletion of the how-i-use-mise.md file and the removal of related references in docs/dev-tools/shims.md and docs/faq.md. I have no feedback to provide.
Hyperfine Performance
|
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.5.12 x -- echo |
68.5 ± 9.7 | 23.6 | 152.1 | 1.03 ± 0.17 |
mise x -- echo |
66.5 ± 5.9 | 35.4 | 85.3 | 1.00 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.5.12 env |
65.3 ± 6.2 | 35.6 | 84.1 | 1.00 ± 0.13 |
mise env |
65.0 ± 5.4 | 32.0 | 78.6 | 1.00 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.5.12 hook-env |
68.3 ± 7.0 | 36.0 | 83.3 | 1.00 |
mise hook-env |
68.4 ± 6.0 | 31.4 | 94.3 | 1.00 ± 0.14 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.5.12 ls |
50.0 ± 7.9 | 25.0 | 65.4 | 1.00 |
mise ls |
53.6 ± 7.1 | 27.7 | 70.2 | 1.07 ± 0.22 |
xtasks/test/perf
| Command | mise-2026.5.12 | mise | Variance |
|---|---|---|---|
| install (cached) | 304ms | 309ms | -1% |
| ls (cached) | 191ms | 189ms | +1% |
| bin-paths (cached) | 215ms | 214ms | +0% |
| task-ls (cached) | 305ms | 311ms | -1% |
### 🚀 Features - **(npm)** disable npm lifecycle scripts by default by @risu729 in [#9913](#9913) ### 🐛 Bug Fixes - **(completion)** avoid network calls when generating completions by @sargunv-headway in [#10010](#10010) - **(config)** track install manifest option source by @risu729 in [#9958](#9958) - **(doctor)** honor http timeout for version checks by @risu729 in [#9977](#9977) - **(github)** prefer primary binary assets by @risu729 in [#10008](#10008) - **(release)** bake secondary mise-plugins vfox plugins by @risu729 in [#9832](#9832) - **(shim)** preserve optioned aliases during rebuilds by @risu729 in [#9848](#9848) ### 🚜 Refactor - **(dotnet)** parse backend tool options locally by @risu729 in [#9962](#9962) ### 📚 Documentation - remove how i use mise article by @jdx in [#9996](#9996) ### 🧪 Testing - **(s3)** cover current config over install manifest opts by @risu729 in [#9917](#9917) ### 📦️ Dependency Updates - update astral-tokio-tar by @jdx in [#9997](#9997) ### 📦 Registry - update entry for vale by @eread in [#10002](#10002) - use aqua backend for vector by @jdx in [#10011](#10011) ## 📦 Aqua Registry Updates ### New Packages (2) - `google.com/antigravity-cli` - [`sholdee/crd-schema-publisher`](https://github.com/sholdee/crd-schema-publisher) ### Updated Packages (4) - [`FairwindsOps/pluto`](https://github.com/FairwindsOps/pluto) - [`goccy/bigquery-emulator`](https://github.com/goccy/bigquery-emulator) - [`sourcemeta/jsonschema`](https://github.com/sourcemeta/jsonschema) - [`wasmCloud/wasmCloud/wash`](https://github.com/wasmCloud/wasmCloud)
Summary
How I use misearticleValidation
mise run docs:buildNote
Low Risk
Docs-only changes removing an article and a few personal callouts/links; no runtime or behavioral impact.
Overview
Removes the outdated
docs/how-i-use-mise.mdpage from the docs.Cleans up remaining personal callouts/linkbacks by deleting the “Jeff uses” note (and its link) from
docs/dev-tools/shims.mdand simplifying the Windows shims note indocs/faq.mdto avoid personal workflow commentary.Reviewed by Cursor Bugbot for commit b0c0458. Bugbot is set up for automated code reviews on this repo. Configure here.