Effect-TS / docgen

An opinionated documentation generator for Effect projects
https://effect-ts.github.io/docgen
MIT License
36 stars 8 forks source link

Support custom code fences (#89) #90

Closed vecerek closed 3 weeks ago

vecerek commented 3 weeks ago

Type

Description

Implements support for rendering custom code fences on a per example basis.

Related

changeset-bot[bot] commented 3 weeks ago

🦋 Changeset detected

Latest commit: 5917a4826948fbb49bd919340fc0fce753df6522

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | -------------- | ----- | | @effect/docgen | Minor |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

vecerek commented 3 weeks ago

@gcanti I've found the source of the previous workflow run error. I've just force pushed the fix. Running pnpm docgen locally succeeds now.

gcanti commented 3 weeks ago

Thanks @vecerek