Skip to content

feat(docs): custom docs generators#1227

Merged
adamdbradley merged 2 commits intomasterfrom
feat-custom-docs
Nov 19, 2018
Merged

feat(docs): custom docs generators#1227
adamdbradley merged 2 commits intomasterfrom
feat-custom-docs

Conversation

@manucorporat
Copy link
Copy Markdown
Contributor

@manucorporat manucorporat commented Nov 18, 2018

Allows for user provided docs generators:

import { customDocsGenerator } from 'example-package';

export const config = {
  outputTargets: [
    {
       type: 'docs-custom',
       generator: customDocsGenerator
    }
  ]
};

@adamdbradley adamdbradley merged commit 1c08e90 into master Nov 19, 2018
@adamdbradley adamdbradley deleted the feat-custom-docs branch November 19, 2018 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants