Skip to content

Commit 95dff2a

Browse files
KianNHsdnts
authored andcommitted
[Docs Site] Add chatbot_deprioritize to changelogs (cloudflare#22983)
* [Docs Site] Add chatbot_deprioritize to changelogs * index
1 parent 939f93e commit 95dff2a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/pages/changelog/[...slug].astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ const props = {
3434
description: note.data.description,
3535
template: "splash",
3636
noindex: note.data.hidden,
37+
chatbot_deprioritize: true,
3738
},
3839
headings,
3940
hideTitle: true,

src/pages/changelog/index.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const props = {
2222
title: "Changelogs",
2323
tableOfContents: false,
2424
template: "splash",
25+
chatbot_deprioritize: true,
2526
},
2627
hideTitle: true,
2728
hideBreadcrumbs: true,

0 commit comments

Comments
 (0)