Skip to content

Commit

Permalink
fix docs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Dec 18, 2024
1 parent dcc7e74 commit 1cb3b1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/build/configure-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export default defineConfig({
},
},
],
toolCurations: [],
});
```

Expand Down
4 changes: 2 additions & 2 deletions docs/build/moss-sugar.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Now that the holochain app works outside Moss, let's add some Weave/Moss specifi
The Weave dev CLI will allow you to run yor Tool in a sandboxed instance of Moss with hot-reloading. Install it as a dev dependency:

```bash
npm install -d @theweave/[email protected]gamma.5
npm install -d @theweave/[email protected]epsilon.1
```

### Weave Client
Expand All @@ -19,5 +19,5 @@ npm install -d @theweave/[email protected]
The Weave API npm package will allow your Tool's frontend to interact with Moss using the `WeaveClient` class. Install it into the workspace of your frontend code:

```bash
npm install -w ui @theweave/api@0.2.1
npm install -w ui @theweave/api@0.4.0-alpha.0
```

0 comments on commit 1cb3b1d

Please sign in to comment.