Last updated frontmatter property
You can now display a “Last updated” message in the page footer using the new last-updated frontmatter property. This helps readers know when the content was last modified.
The date is displayed as-is in small text below the on-page feedback, so you can use any date format you prefer.
Learn more about the last-updated frontmatter property.
Footer component for API Reference descriptions
You can now use the <Footer> component in your API endpoint descriptions to add content that renders at the bottom of the page, below the response section. This is useful for related links, additional context, or notes that make more sense at the end of the endpoint documentation.
api/openapi.yml
Learn more about adding footers and other Markdown content to your API Reference.