Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.27 KB

File metadata and controls

26 lines (18 loc) · 1.27 KB

dummy-typescript-api


👋 TypeDoc API Example (UX Options)

This is just a dummy TypeScript API project to showcase some documentation.

Overview

This example demonstrates the result of using typedoc-plugin-markdown with enhanced UX options such as:

  • Table formats for parameters, properties etc.
  • Table formats for indexes.
  • Using code blocks for signatures and declarations.
  • Embedding index page into the readme to create a single entry point.

Modules

Module Description
billing Includes enums for payment methods and transaction statuses, interfaces for billing transactions and receipts, and services to process transactions, manage billing history, and generate receipts.
customer This module contains types and services related to customer management.
products This module contains types and services related to product management.
shipping This module contains types and services related to shipping. It includes definitions for shipping records and services to manage the logistics of shipping orders.
utilities This module contains generic utility functions useful for various operations.