Skip to content

docs: add package pages for parsers, lint, and studio-server#1772

Merged
miguel-heygen merged 1 commit into
mainfrom
docs/extracted-package-pages
Jun 27, 2026
Merged

docs: add package pages for parsers, lint, and studio-server#1772
miguel-heygen merged 1 commit into
mainfrom
docs/extracted-package-pages

Conversation

@miguel-heygen

Copy link
Copy Markdown
Collaborator

Summary

Adds documentation pages for the three packages extracted from @hyperframes/core in the recent refactor stack (#1755 parsers, #1756 lint, #1757 studio-server). They were merged but had no docs page, so they were missing from the Packages tab.

What's added

  • docs/packages/parsers.mdx@hyperframes/parsers: standalone GSAP + HTML parser/writer suite, subpath entries (/gsap-parser-acorn, /gsap-writer-acorn, /gsap-constants, /hf-ids, /spring-ease), HTML round-trip + GSAP AST mutation API.
  • docs/packages/lint.mdx@hyperframes/lint: the linter as a standalone library — lintProject(dir), lintHyperframeHtml, shouldBlockRender, and what it catches.
  • docs/packages/studio-server.mdx@hyperframes/studio-server: the mountable Hono preview/editor backend, createStudioApi(adapter) usage, helpers.

Nav + cross-links

  • All three wired into the Packages nav group (docs/docs.json), placed right after @hyperframes/core since they're the extracted foundation.
  • docs/packages/core.mdx updated: its GSAP-parsing and Linter sections now point at the dedicated packages (noting the @hyperframes/core/* back-compat stubs still resolve), and its Related Packages cards list all three.

Notes

  • Every API symbol, export path, and type was verified against the merged package source.
  • All internal doc links resolve to existing pages.
  • Docs-only change.

New docs pages for the three packages extracted from core (#1755, #1756,
#1757), wired into the Packages nav after @hyperframes/core. Each covers
when-to-use, exports, and API with cross-links. Core's parser/lint sections
now point at the dedicated packages and its Related Packages lists all three.
@mintlify

mintlify Bot commented Jun 27, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
hyperframes 🔴 Failed Jun 27, 2026, 4:18 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@miguel-heygen miguel-heygen merged commit 7e0a4cd into main Jun 27, 2026
39 of 40 checks passed
@miguel-heygen miguel-heygen deleted the docs/extracted-package-pages branch June 27, 2026 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant