Skip to content

fix/ci pr 55#56

Merged
solidsnakedev merged 2 commits into
mainfrom
fix/ci-pr-55
Nov 11, 2025
Merged

fix/ci pr 55#56
solidsnakedev merged 2 commits into
mainfrom
fix/ci-pr-55

Conversation

@solidsnakedev
Copy link
Copy Markdown
Collaborator

No description provided.

The docgen was failing because examples in TSchema.ts were importing
TSchema directly from the package root, but after moving everything to
the Core namespace, it's now available as Core.TSchema.

Fixed all @example blocks to use:
  import { Core } from "@evolution-sdk/evolution"
  Core.TSchema.Struct(...)

This fixes the CI failure in the docs build step.
Copilot AI review requested due to automatic review settings November 11, 2025 20:44
@solidsnakedev solidsnakedev merged commit 683c575 into main Nov 11, 2025
8 checks passed
Copy link
Copy Markdown
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 contains documentation and comment updates across the codebase, including example code improvements, navigation order adjustments, and consistency fixes.

  • Removed verbose documentation comments from schema transformation functions in Assets.ts
  • Updated import examples in TSchema.ts to use the more specific Core namespace instead of TSchema
  • Fixed Next.js types import path in docs/next-env.d.ts

Reviewed Changes

Copilot reviewed 256 out of 257 changed files in this pull request and generated no comments.

Show a summary per file
File Description
packages/evolution/src/sdk/Assets.ts Removed redundant inline documentation from ValueFromAssets and MintFromAssets schemas
packages/evolution/src/core/TSchema.ts Updated example imports from TSchema to Core.TSchema for better namespace clarity
docs/next-env.d.ts Updated Next.js types import path from ./out/dev/types/routes.d.ts to ./.next/types/routes.d.ts
packages/evolution/docs/modules/**/*.md Updated nav_order values and renamed types/classes for consistency (e.g., AddressStructure → Address, AddressError → AddressErasError)
docs/content/docs/modules/**/*.mdx Applied same documentation updates as .md files for consistency

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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