Skip to content

Commit 9b17576

Browse files
Copilotpelikhan
andauthored
fix: correct invalid frontmatter anchor links in qmd docs
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> Agent-Logs-Url: https://github.com/github/gh-aw/sessions/e8e29554-d8d1-45de-9bb0-617854e9fd90
1 parent 4dec20d commit 9b17576

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • docs/src/content/docs/reference

docs/src/content/docs/reference/qmd.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ tools:
6060
path: ./other-repo # optional; defaults to /tmp/gh-aw/qmd-checkout-<name>
6161
```
6262
63-
Each `checkout:` entry accepts the same options as the top-level [`checkout:`](/gh-aw/reference/frontmatter/#checkout) field: `repository`, `ref`, `path`, `token`, `fetch-depth`, `sparse-checkout`, `submodules`, and `lfs`.
63+
Each `checkout:` entry accepts the same options as the top-level [`checkout:`](/gh-aw/reference/frontmatter/#repository-checkout-checkout) field: `repository`, `ref`, `path`, `token`, `fetch-depth`, `sparse-checkout`, `submodules`, and `lfs`.
6464

6565
The optional `context:` field provides additional hints to the agent about the collection's content (e.g. product area, audience, or version).
6666

@@ -156,7 +156,7 @@ tools:
156156
| `name` | `string` | No | Collection identifier (defaults to `"docs-<index>"`). |
157157
| `paths` | `string[]` | No | Glob patterns for files to include (defaults to `**/*.md`). |
158158
| `context` | `string` | No | Optional context hint for the agent about this collection's content (e.g. `"GitHub Actions documentation"`). |
159-
| `checkout` | `CheckoutConfig` | No | Repository checkout options — same syntax as the top-level [`checkout:`](/gh-aw/reference/frontmatter/#checkout) field. Defaults to the current repository. |
159+
| `checkout` | `CheckoutConfig` | No | Repository checkout options — same syntax as the top-level [`checkout:`](/gh-aw/reference/frontmatter/#repository-checkout-checkout) field. Defaults to the current repository. |
160160

161161
### `QmdSearchEntry` fields
162162

@@ -191,6 +191,6 @@ The tool returns file paths ranked by relevance. Use standard file reading to fe
191191
## Related Documentation
192192

193193
- [Tools](/gh-aw/reference/tools/) - Overview of all built-in tools
194-
- [Frontmatter](/gh-aw/reference/frontmatter/#checkout) - Top-level checkout configuration
194+
- [Frontmatter](/gh-aw/reference/frontmatter/#repository-checkout-checkout) - Top-level checkout configuration
195195
- [Permissions](/gh-aw/reference/permissions/) - GitHub Actions permission configuration
196196
- [Dependabot](/gh-aw/reference/dependabot/) - Automatic dependency updates (tracks `@tobilu/qmd` version)

0 commit comments

Comments
 (0)