chore: update docs again (#77)

This commit is contained in:
lily-de
2024-09-25 14:20:49 -04:00
committed by GitHub
parent 31dfd48ac5
commit 4704b82bf1
77 changed files with 439 additions and 312 deletions
+2 -3
View File
@@ -2,7 +2,6 @@
<p>
<a href="#prerequisites">Prerequisites</a> •
<a href="#evaluations">Evaluations</a> •
<a href="#developing-and-testing">Developing and testing</a> •
<a href="#building-from-source">Building from source</a> •
<a href="#developing-goose-plugins">Developing goose-plugins</a> •
@@ -37,7 +36,7 @@ Plugins added directly to Goose are subject to rigorous review. This is because
Plugins in `goose-plugins` undergo less detailed reviews and are more modular or experimental. They can prove their value through usage or iteration over time and may be eventually moved over to Goose.
To see how to add a toolkit, see the [toolkits documentation][toolkits].
To see how to add a toolkit, see the [toolkits documentation][adding-toolkit].
### Running tests
```sh
@@ -123,4 +122,4 @@ This project follows the [Conventional Commits](https://www.conventionalcommits.
[uv]: https://docs.astral.sh/uv/
[ruff]: https://docs.astral.sh/ruff/
[just]: https://github.com/casey/just
[toolkits]: docs/docs/toolkits.md
[adding-toolkit]: https://square.github.io/goose/configuration.html#adding-a-toolkit