Skip to content

Commit 8dbbd7d

Browse files
committed
update docs with frontmatter and image change
1 parent 3e69e50 commit 8dbbd7d

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

guides/changelogs.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -130,23 +130,23 @@ RSS feeds can integrate with Slack, email, or other subscription tools to notify
130130
* [Email](https://zapier.com/apps/email/integrations/rss/1441/send-new-rss-feed-entries-via-email) via Zapier
131131
* Discord bots like [Readybot](https://readybot.io) or [RSS Feeds to Discord Bot](https://rss.app/en/bots/rssfeeds-discord-bot)
132132

133-
To add RSS feed links to your page's [contextual menu](/ai-ingestion#contextual-menu), add the `rss` property to your `docs.json`:
133+
To make the page's RSS feed discoverable, you can choose to show an RSS icon button that will link to the page's feed at the top of the page. Add `rss: true` to the page frontmatter to enable this:
134134

135-
```json
136-
"rss": {
137-
"pages": ["changelog", "status"]
138-
}
135+
```mdx
136+
---
137+
rss: true
138+
---
139139
```
140140

141141
<Frame>
142142
<img
143-
src="/images/changelog-rss-ctx-light.png"
144-
alt="Changelog page in light mode with RSS feed in context menu enabled."
143+
src="/images/changelog-rss-button-light.png"
144+
alt="Changelog page in light mode with RSS feed button enabled."
145145
className="block dark:hidden"
146146
/>
147147
<img
148148
src="/images/changelog-rss-ctx-dark.png"
149-
alt="Changelog page in dark mode with RSS feed in context menu enabled."
149+
alt="Changelog page in dark mode with RSS feed button enabled."
150150
className="hidden dark:block"
151151
/>
152152
</Frame>
48.5 KB
Loading
48.2 KB
Loading

images/changelog-rss-ctx-dark.png

-186 KB
Binary file not shown.

images/changelog-rss-ctx-light.png

-187 KB
Binary file not shown.

0 commit comments

Comments
 (0)