typedoc-github-wiki-theme

v1.0.0
An extension of the default theme from typedoc-plugin-markdown to create a compatible file structure for Github Wiki pages.
typedoc typedoc-theme githubwiki

lint

eslint ./src --ext .ts

prepublishOnly

yarn run lint && yarn run build && yarn run test

build

rm -rf ./dist && tsc

test

jest --colors

build-and-test

yarn run build && yarn run test

demo

rm -rf ./demo && yarn run build && typedoc --options ../typedoc-plugin-markdown/demo.options.json --tsconfig ../typedoc-plugin-markdown/test/stubs/tsconfig.json --theme github-wiki --out ./demo

Metadata

  • MIT
  • Whatever
  • Thomas Grey
  • released 1/9/2022

Downloads

Maintainers