Skip to content

Commit c09cbe4

Browse files
committed
Add agent-setup directory entry for llms.txt and Algolia indexing
1 parent 11888a3 commit c09cbe4

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

src/components/overrides/Head.astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ const shouldChatbotDeprioritize =
3434
// For these sections, skip the `getEntry("directory", ...)` lookup to avoid
3535
// spurious "Entry directory → <section> was not found" warnings.
3636
// - `changelog` resolves its product below from frontmatter.products[0].
37-
// - `agent-setup` is a custom page collection with its own metadata shape.
38-
const SECTIONS_WITHOUT_DIRECTORY_ENTRY = ["changelog", "agent-setup"];
37+
const SECTIONS_WITHOUT_DIRECTORY_ENTRY = ["changelog"];
3938
4039
// if not a top-level page, add metadata values from src/content/directory/ entries
4140
if (currentSection) {
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
id: fa868d
2+
name: Agent setup
3+
4+
entry:
5+
title: Agent setup
6+
url: /agent-setup/
7+
show: false
8+
9+
meta:
10+
title: Agent setup docs
11+
description: Install an agent of your choice, connect skills and MCP servers, and start deploying to Cloudflare — all from your editor or terminal.
12+
author: "@cloudflare"

0 commit comments

Comments
 (0)