Skip to content

This repository contains examples of output generated using typedoc-plugin-markdown.

Notifications You must be signed in to change notification settings

typedoc2md/typedoc-plugin-markdown-examples

Repository files navigation

Examples: typedoc-plugin-markdown

This repository contains examples of output generated using typedoc-plugin-markdown.

Index of Examples

The examples link directly to the typedoc generated output in this repository. You can also browse the respective directories and view the configuration of each example.

Core Examples

  • default-example - showcases the default output of the plugin.
  • customized-ux - showcases how the UX can be customized.
  • single-page-modules - showcases output with single page modules.
  • packages - showcases output for entrypointStrategy "packages".
  • localization - showcases how output can be output in another language.
  • customization - showcases how output can be customized with hooks and custom theme.

Utils Examples

  • frontmatter - showcases how frontmatter can be added to pages.
  • remark - showcases how output can be parsed with Remark plugins.

Running Examples Locally

If you would like to explore the examples and configure yourself clone the repository locally:

1. Clone Repository

git clone git@github.com:typedoc2md/typedoc-plugin-markdown-examples.git
cd typedoc-plugin-markdown-examples

2. Install Dependencies

npm install

3. Build Examples

To run all examples:

npm run docs

To run a specific example:

npm run docs --workspace ux-options

About

This repository contains examples of output generated using typedoc-plugin-markdown.

Resources

Stars

Watchers

Forks