diff --git a/documentation/docs/guides/goose-cli-commands.md b/documentation/docs/guides/goose-cli-commands.md index 9a0f5b27..659b879e 100644 --- a/documentation/docs/guides/goose-cli-commands.md +++ b/documentation/docs/guides/goose-cli-commands.md @@ -341,7 +341,7 @@ goose run --max-turns 25 -i plan.md ### bench -Used to evaluate system-configuration across a range of practical tasks. See the [detailed guide](/docs/guides/benchmarking) for more information. +Used to evaluate system-configuration across a range of practical tasks. See the [detailed guide](/docs/tutorials/benchmarking) for more information. **Usage:** diff --git a/documentation/docs/guides/benchmarking.md b/documentation/docs/tutorials/benchmarking.md similarity index 97% rename from documentation/docs/guides/benchmarking.md rename to documentation/docs/tutorials/benchmarking.md index dae586df..aeabef3a 100644 --- a/documentation/docs/guides/benchmarking.md +++ b/documentation/docs/tutorials/benchmarking.md @@ -1,5 +1,4 @@ --- -sidebar_position: 12 title: Benchmarking with Goose sidebar_label: Benchmark with Goose --- @@ -195,5 +194,6 @@ RUST_LOG=debug goose bench bench-config.json ### Tool Shimming Tool shimming allows you to use a non-tool-capable models with Goose, provided Ollama is installed on the -system.

-See this guide for important details on [tool shimming](experimental-features). +system. + +See this guide for important details on [tool shimming](/docs/guides/experimental-features). diff --git a/documentation/docs/guides/goose-in-docker.md b/documentation/docs/tutorials/goose-in-docker.md similarity index 99% rename from documentation/docs/guides/goose-in-docker.md rename to documentation/docs/tutorials/goose-in-docker.md index 923c7685..ef5810aa 100644 --- a/documentation/docs/guides/goose-in-docker.md +++ b/documentation/docs/tutorials/goose-in-docker.md @@ -1,7 +1,6 @@ --- title: Building Goose in Docker sidebar_label: Goose in Docker -sidebar_position: 15 --- :::info Tell Us What You Need