docs: move topics to tutorials section (#3297)

This commit is contained in:
dianed-square
2025-07-08 07:36:21 -07:00
committed by GitHub
parent 08147d9bab
commit f02be09fbb
3 changed files with 4 additions and 5 deletions

View File

@@ -341,7 +341,7 @@ goose run --max-turns 25 -i plan.md
### bench ### 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:** **Usage:**

View File

@@ -1,5 +1,4 @@
--- ---
sidebar_position: 12
title: Benchmarking with Goose title: Benchmarking with Goose
sidebar_label: Benchmark with Goose sidebar_label: Benchmark with Goose
--- ---
@@ -195,5 +194,6 @@ RUST_LOG=debug goose bench bench-config.json
### Tool Shimming ### Tool Shimming
Tool shimming allows you to use a non-tool-capable models with Goose, provided Ollama is installed on the Tool shimming allows you to use a non-tool-capable models with Goose, provided Ollama is installed on the
system.<br></br> system.
See this guide for important details on [tool shimming](experimental-features).
See this guide for important details on [tool shimming](/docs/guides/experimental-features).

View File

@@ -1,7 +1,6 @@
--- ---
title: Building Goose in Docker title: Building Goose in Docker
sidebar_label: Goose in Docker sidebar_label: Goose in Docker
sidebar_position: 15
--- ---
:::info Tell Us What You Need :::info Tell Us What You Need