From a99ad218f7adf75eedce65414f0ec594c95cb0cc Mon Sep 17 00:00:00 2001 From: ukimsanov Date: Mon, 3 Aug 2026 22:01:42 -0700 Subject: [PATCH] docs: fix the types page subtitle to match its softened claim MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rames' residual on #2974. I softened the body sentence last round and left the frontmatter saying "All exported types from @hyperframes/sdk". Mintlify renders description as both the page subtitle and the meta description, so the page went on promising complete coverage in the two places a reader meets first — and the one a search engine quotes. Pre-existing on main, and he did not hold the stamp for it, but leaving it makes the body fix cosmetic. --- docs/sdk/reference/types.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdk/reference/types.mdx b/docs/sdk/reference/types.mdx index efeaf8ca7..61abf28c3 100644 --- a/docs/sdk/reference/types.mdx +++ b/docs/sdk/reference/types.mdx @@ -1,6 +1,6 @@ --- title: "Types" -description: "All exported types from @hyperframes/sdk." +description: "Core types exported from @hyperframes/sdk, with pointers to the adapter, history, and persistence types." --- This page documents the core types exported from `@hyperframes/sdk`, verified against `packages/sdk/src/types.ts` and the export barrel at `packages/sdk/src/index.ts`. Adapter, history, and persistence types live with the APIs that take them — see [Adapters](/sdk/reference/adapters), [Utilities](/sdk/reference/utilities), [Composition](/sdk/reference/composition), and [openComposition](/sdk/reference/open-composition).