Skip to content

An example VitePress project using typedoc-plugin-markdown and typedoc-vitepress-theme.

Notifications You must be signed in to change notification settings

typedoc2md/typedoc-vitepress-theme-example

Repository files navigation

Example: typedoc-vitepress-theme

This repository contains an example setup of using Typedoc with the typedoc-vitepress-theme.

Please note this is just an example directory structure. You would most likely want to organise your VitePress project into a separate website directory on a real project.

View Example

You can view the published build on the demo website.

Run Example Locally

To run the example locally:

1. Clone Repository

git clone https://github.com/typedoc2md/typedoc-vitepress-theme-example.git
cd typedoc-vitepress-theme-example
git submodule update --init --recursive

2. Install Dependencies

npm install

3. Build Examples

To run all examples:

npm run docs:dev

About

An example VitePress project using typedoc-plugin-markdown and typedoc-vitepress-theme.

Resources

Stars

Watchers

Forks