跳转到内容
搜索文档

使用 RSS 订阅源

最后更新 查看 MarkdownAgent 设置

我们的更新日志发布到各种 RSS 订阅源<description> 标签中包含 HTML。

在包含多个产品的订阅源中(例如全局或产品区域订阅源),给定条目关联的产品位于 <category> 标签中。

出于遗留原因,单个产品也会出现在自定义 <product> 标签中,但我们建议您使用 <category> 标签。

示例 XML

<rss version="2.0">
	<channel>
		<title>Cloudflare changelogs</title>
		<description>Updates to various Cloudflare products</description>
		<link>https://developers.cloudflare.com/changelog/</link>
		<item>
			<title>Agents, Workers, Workflows - Build AI Agents with Example Prompts</title>
			<link>https://developers.cloudflare.com/changelog/2025-02-14-example-ai-prompts/</link>
			<guid isPermaLink="true">https://developers.cloudflare.com/changelog/2025-02-14-example-ai-prompts/</guid>
			<description>
				<p>
					We've added an <a href="https://developers.cloudflare.com/workers/get-started/prompting/">example prompt</a> to help you get started with building AI agents and applications on Cloudflare ...
				</p>
			</description>
			<pubDate>Fri, 14 Feb 2025 19:00:00 GMT</pubDate>
			<product>Agents</product>
			<category>Agents</category>
			<category>Workers</category>
			<category>Workflows</category>
		</item>
	</channel>
</rss>

相关资源

您可以在多个不同平台中展示 RSS 订阅源,包括:

这篇文档对您有帮助吗?