typedoc-github-wiki-theme

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

lint

eslint ./src --ext .ts

prepublishOnly

npm run lint && npm run build && npm run test

build

rm -rf ./dist && tsc

test

jest --colors

build-and-test

npm run build && npm run test

demo

rm -rf ./demo && npm run build && typedoc --readme none --entryPoints ../typedoc-plugin-markdown/test/stubs/src/index.ts --tsconfig ../typedoc-plugin-markdown/test/stubs/tsconfig.json --theme ./dist --out ./demo

Metadata

  • MIT
  • Whatever
  • Thomas Grey
  • released 5/11/2021

Downloads

Maintainers