BlogsCloudflareDocumentation Generation Tooling

Documentation Generation Tooling

Documentation Generation Tooling

1
posts
2016

Cloudflare is developing and open-sourcing tools for generating documentation from TypeScript projects. This includes leveraging TypeDoc for API reference generation and custom Handlebars templates for richer content, such as linking directly to source code. The goal is to create a robust TypeScript documentation ecosystem.

2016

Generating Documentation for TypeScript Projects

11/12/2016

This post introduces the concept of generating documentation directly from TypeScript source code, contrasting it with JSDoc. It details the use of TypeDoc for API reference generation and demonstrates how to use its JSON output with Handlebars to create custom documentation, including linking to source code. The post also announces plans to open-source these tools.