Skip to content

Commit

Permalink
Correct wash-lib link error
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Gregory <[email protected]>
  • Loading branch information
ericgregory committed Jun 2, 2024
1 parent 6504d07 commit f67d676
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/ecosystem/wash/plugin_developer.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Wash Plugin Developer Guide"
title: "wash Plugin Developer Guide"
date: 2024-04-26T11:02:05+06:00
draft: false
sidebar_position: 4
Expand All @@ -8,7 +8,7 @@ description: "How to create your own plugins"

:::tip

Wash plugins are available starting with version 0.28.
wash plugins are available starting with version 0.28.

:::

Expand All @@ -25,7 +25,7 @@ that demonstrates how to use all of the available functionality.

The Plugin API is defined via WIT and is a small wrapper around the standard `wasi:cli/run`
interface. The WIT is defined in the `wash-lib` crate and can be found
[here](https://github.com/puppetlabs/wash/blob/main/crates/wash-lib/wit).
[here](https://github.com/wasmCloud/wasmCloud/tree/main/crates/wash-lib/wit).

A plugin can be any component that exports `wasi:cli/run` and the wasmCloud-defined interface called
`wasmcloud:wash/subcommand`. This is a very small interface that expects a single function called
Expand Down
4 changes: 2 additions & 2 deletions docs/ecosystem/wash/plugins.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Wash Plugins"
title: "wash Plugins"
date: 2024-04-26T11:02:05+06:00
draft: false
sidebar_position: 3
Expand All @@ -8,7 +8,7 @@ description: "Using wash plugins"

:::tip

Wash plugins are available starting with version 0.28.
wash plugins are available starting with version 0.28.

:::

Expand Down

0 comments on commit f67d676

Please sign in to comment.