Skip to content

Commit

Permalink
docs: Fix proto source/schema changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Aug 14, 2023
1 parent d8eeb25 commit 9d4c5b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/blog/2023-04-21_proto-v0.7.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Very simple right? With this, you can now configure moon as a plugin within prot
moon = "1.2.0"

[plugins]
moon = "schema:./path/to/moon-schema.toml"
moon = "source:./path/to/moon-schema.toml"
```

And ultimately manage every version of moon through proto! Because moon is now a plugin, every
Expand Down
2 changes: 1 addition & 1 deletion website/blog/2023-04-24_moon-v1.3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ In your `.prototools` or `~/.proto/config.toml` file, add the following snippet:

```toml title=".prototools"
[plugins]
moon = "schema:https://raw.githubusercontent.com/moonrepo/moon/master/proto-plugin.toml"
moon = "source:https://raw.githubusercontent.com/moonrepo/moon/master/proto-plugin.toml"
```

And as easy as that, you can now use `moon` as a tool within any `proto` command. For example:
Expand Down
2 changes: 1 addition & 1 deletion website/docs/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ install moon to `~/.proto/tools/moon` and make the binary available at `~/.proto

```toml title=".prototools"
[plugins]
moon = "schema:https://raw.githubusercontent.com/moonrepo/moon/master/proto-plugin.toml"
moon = "source:https://raw.githubusercontent.com/moonrepo/moon/master/proto-plugin.toml"
```

```shell
Expand Down

0 comments on commit 9d4c5b1

Please sign in to comment.