Skip to content

Commit

Permalink
feat: added plugin registry to docs (#2138)
Browse files Browse the repository at this point in the history
From jdx/mise-docs#58

Co-authored-by: taskylizard <75871323+taskylizard@users.noreply.github.com>
  • Loading branch information
jdx and taskylizard authored May 19, 2024
1 parent ea31a39 commit 6b5e366
Show file tree
Hide file tree
Showing 4 changed files with 801 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ mise completion zsh > completions/_mise
mise completion fish > completions/mise.fish
'''

[tasks."render:registry"]
depends = ["build"]
run = "./scripts/render-registry.js"

[tasks."render:mangen"]
depends = ["build"]
env = { NO_COLOR = "1" }
Expand Down
Loading

0 comments on commit 6b5e366

Please sign in to comment.