diff --git a/website/blog/2023-09-18_proto-v0.18.mdx b/website/blog/2023-09-18_proto-v0.18.mdx index 8d76aeba604..84fc74a1d11 100644 --- a/website/blog/2023-09-18_proto-v0.18.mdx +++ b/website/blog/2023-09-18_proto-v0.18.mdx @@ -2,8 +2,8 @@ slug: proto-v0.18 title: proto v0.18 - List installed tools and configure HTTP client authors: [milesj] -tags: [proto, http] -# image: ./img/proto/v0.17.png +tags: [proto, http, registry, index] +image: ./img/proto/v0.18.png --- Today we've got a small release that includes some helpful features. @@ -58,6 +58,17 @@ proxies = ["http://intra.net/proxy"] root-cert = "/path/to/root/cert.pem" ``` +## Index for third-party tools + +Now that our TOML and WASM plugins have stabilized, we felt the time was right to start working on a +third-party index, a registry of all available tools. We've updated the official +[Supported tools](/docs/proto/tools) documentation to now include third-party tools. + +At this time, the list of tools is powered by a JS/JSON object, +[which can be found here](https://github.com/moonrepo/moon/blob/master/website/src/data/proto-tools.tsx). +In the future, we may move this to a database, add filtering, sorting, and everything else necessary +for showcasing tools maintained by the community! + ## Other changes View the [official release](https://github.com/moonrepo/proto/releases/tag/v0.18.0) for a full list diff --git a/website/blog/img/proto/v0.18.png b/website/blog/img/proto/v0.18.png new file mode 100644 index 00000000000..dc7c82fe621 Binary files /dev/null and b/website/blog/img/proto/v0.18.png differ diff --git a/website/docs/proto/tools.mdx b/website/docs/proto/tools.mdx index 9bec3d2cd16..a1854ecc705 100644 --- a/website/docs/proto/tools.mdx +++ b/website/docs/proto/tools.mdx @@ -2,125 +2,24 @@ title: Supported tools --- -import WasmLink from '@site/src/components/Docs/WasmLink'; +import Button from '@site/src/ui/Button'; +import ToolCards from '@site/src/components/Products/Proto/ToolCards'; +import { BUILT_IN_TOOLS, THIRD_PARTY_TOOLS } from '@site/src/data/proto-tools'; -The following tools are supported natively in proto's toolchain. Additional tools can be supported -through [plugins](./plugins). +## Built-in -## Bun +The following tools are supported natively in proto's toolchain. - + -[Bun](https://bun.sh/) is an all-in-one runtime and toolset for JavaScript and TypeScript, powered -by Zig and Webkit. +## Third-party -- **Available binaries** - `bun`, `bunx` -- **Globals directory** - `~/.bun/bin` +