From 04bd41022586c3b87ebb6dd5d6848d03b111102c Mon Sep 17 00:00:00 2001 From: alelpoan <155192176+alelpoan@users.noreply.github.com> Date: Thu, 14 May 2026 13:00:43 +0300 Subject: [PATCH] docs: remove duplicate H1 heading on versioning page This removes the markdown H1 heading "# Versioning" because the page already has a "title" in the frontmatter. Other pages like "Contributing" follow this pattern. --- docs/resources/versioning.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/resources/versioning.mdx b/docs/resources/versioning.mdx index 43b20f2..590be6b 100644 --- a/docs/resources/versioning.mdx +++ b/docs/resources/versioning.mdx @@ -3,8 +3,6 @@ title: Versioning description: How ACK protocol versions are managed and identified. --- -# Versioning - The Agent Commerce Kit (ACK) specifications as a whole use string-based version identifiers following the format `YYYY-MM-DD`. This date indicates when the last set of backwards-incompatible changes were introduced to the core protocols (ACK-ID or ACK-Pay).