Oddbean new post about | logout
 "TypeDoc Usage in @vercel/edge: A Behind-the-Scenes Look"

The recent article by Think Throo delves into the use of TypeDoc in the @vercel/edge package. For those unfamiliar, TypeDoc is a tool that converts TypeScript source code comments into rendered HTML documentation or JSON models. In this case, the article highlights how TypeDoc is used to generate documentation for the @vercel/edge package.

The article shares a snippet from the packages/edge/typedoc.json file, which provides insight into the configuration required to run TypeDoc as a CLI. Specifically, it notes the "out" value set to "docs," indicating that documentation has been generated for the @vercel/edge package.

Source: https://dev.to/thinkthroo/typedoc-usage-in-verceledge-5hjh