typedoc2md / typedoc-plugin-markdown

A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.
https://typedoc-plugin-markdown.org
MIT License
722 stars 177 forks source link

mdPagesSourcePath cannot accessed from typedoc-webpack-plugin #57

Closed gdbd closed 5 years ago

gdbd commented 5 years ago

i am use typedoc-webpack-plugin like this:

  var typeDocPlugin = new TypedocWebpackPlugin(
            {
               mdPagesSourcePath: './backend/test-page',
              /// other settings            
            }
        );

and get this error: Error: Failed to get page collection. Error: Failed to get pages source path from options. Error: Pages source path must be specified.

It is possible to fix and use plugins together?

tgreyuk commented 5 years ago

Hi @gdbd . Apologies but not sure what mdPagesSourcePath refers to it is not an option from the plugin. The plugin will work happily with the webpack-plugin.

tgreyuk commented 5 years ago

@gdbd wrong package - see https://github.com/mipatterson/typedoc-plugin-markdown-pages