Skip to content

Conversation

@btravers
Copy link
Owner

No description provided.

Copilot AI review requested due to automatic review settings January 22, 2026 01:40
@btravers btravers enabled auto-merge (squash) January 22, 2026 01:40
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds automated API documentation generation using TypeDoc. The changes configure TypeDoc for all packages, generate markdown documentation, and set up a build pipeline to copy generated docs into the VitePress site.

Changes:

  • Configured TypeDoc for all packages with a shared base configuration
  • Generated markdown API documentation for all packages
  • Added documentation copy script with proper build dependencies
  • Updated blog content to be more concise and focused

Reviewed changes

Copilot reviewed 50 out of 53 changed files in this pull request and generated no comments.

Show a summary per file
File Description
turbo.json Updated build:docs dependency to use caret notation for proper package ordering and added docs package build configuration
tools/typedoc/base.json Enhanced TypeDoc configuration with markdown output settings, table formats, and code block rendering
packages/*/typedoc.json Standardized typedoc.json across all packages with entryPoints and output directories
packages/*/package.json Added typedoc and typedoc-plugin-markdown dependencies to all packages
packages//docs/.md Generated API documentation markdown files (auto-generated)
docs/scripts/copy-docs.ts New script to copy generated docs from packages to VitePress api directory
docs/package.json Added package dependencies and prebuild script to execute doc copying
docs/blog/*.md Updated blog content with improved formatting and conciseness
knip.json Added copy-docs.ts to entry points for docs workspace
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

@btravers btravers merged commit efb20c5 into main Jan 22, 2026
14 checks passed
@btravers btravers deleted the docs-generated-api branch January 22, 2026 01:53
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.

2 participants