Skip to content

Commit

Permalink
Updated to reflect new api
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Feb 25, 2020
1 parent a2a10f0 commit 082b6f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions THEMES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ It follows the same structure and file patterns as the default HTML theme (see [

The plugin also comes packaged with some additional built-in themes and can also be extended with a custom theme.

- [Writing a custom Markdown theme](#writing-a-custom-markdown-theme)
- [Built-in themes](#built-in-themes)
- [Writing a custom Markdown theme](#writing-a-custom-markdown-theme)

## Writing a custom markdown theme

Expand Down Expand Up @@ -50,7 +50,8 @@ npx typedoc ./src --plugin typedoc-plugin-markdown --theme ./mytheme/custom-them
const { Application } = require('typedoc');
const path = require('path');

const app = new Application({
const app = new Application();
app.bootstrap({
module: 'CommonJS',
target: 'ES5',
readme: 'none',
Expand Down

0 comments on commit 082b6f8

Please sign in to comment.