Skip to content

Commit

Permalink
docs: added swift to sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Nov 29, 2024
1 parent f49d330 commit bc06cbf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export default defineConfig({
{ text: "Python", link: "/lang/python" },
{ text: "Ruby", link: "/lang/ruby" },
{ text: "Rust", link: "/lang/rust" },
{ text: "Swift", link: "/lang/swift" },
],
},
{
Expand Down
3 changes: 2 additions & 1 deletion docs/core-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ You can see the core plugins with `mise plugin ls --core`.

- [Bun](/lang/bun)
- [Deno](/lang/deno)
- [Erlang](/lang/erlang) <Badge type="warning" text="experimental" />
- [Erlang](/lang/erlang)
- [Go](/lang/go)
- [Java](/lang/java)
- [NodeJS](/lang/node)
- [Python](/lang/python)
- [Ruby](/lang/ruby)
- [Swift](/lang/swift)
2 changes: 1 addition & 1 deletion docs/dev-tools/backends/spm.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The code for this is inside of the mise repository at [`./src/backend/spm.rs`](h

## Dependencies

This relies on having `swift` installed. You can install it according to the [instructions](https://www.swift.org/install).
This relies on having `swift` installed. You can either install it [manually](https://www.swift.org/install) or [with mise](/lang/swift).

> [!NOTE]
> If you have Xcode installed and selected in your system via `xcode-select`, Swift is already available through the toolchain embedded in the Xcode installation.
Expand Down

0 comments on commit bc06cbf

Please sign in to comment.