diff --git a/fern/products/docs/pages/ai/llms-txt/analytics-integration.mdx b/fern/products/docs/pages/ai/llms-txt/analytics-integration.mdx index 63ed9381a6..71a6b652f2 100644 --- a/fern/products/docs/pages/ai/llms-txt/analytics-integration.mdx +++ b/fern/products/docs/pages/ai/llms-txt/analytics-integration.mdx @@ -17,7 +17,7 @@ To make endpoints discoverable to human readers, add buttons or navigation links -Add a button to your SDK docs that links to `llms.txt` for your API Reference. Use `lang` to filter code examples to one language, and `excludeSpec=true` to exclude the raw OpenAPI specification. +Add a button to your SDK docs that links to `llms.txt` for your API Reference. Use `lang` to filter code examples to one language, `excludeSpec=true` to exclude the raw OpenAPI specification, and `excludeChangelog=true` to exclude changelog sections. ```jsx Markdown