From f02be09fbb9c9559295287bcc30daaa0330c71b7 Mon Sep 17 00:00:00 2001 From: dianed-square <73617011+dianed-square@users.noreply.github.com> Date: Tue, 8 Jul 2025 07:36:21 -0700 Subject: [PATCH] docs: move topics to tutorials section (#3297) --- documentation/docs/guides/goose-cli-commands.md | 2 +- documentation/docs/{guides => tutorials}/benchmarking.md | 6 +++--- documentation/docs/{guides => tutorials}/goose-in-docker.md | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) rename documentation/docs/{guides => tutorials}/benchmarking.md (97%) rename documentation/docs/{guides => tutorials}/goose-in-docker.md (99%) 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