backstage / mkdocs-techdocs-core

The core MkDocs plugin used by Backstage's TechDocs as a wrapper around multiple MkDocs plugins and Python Markdown extensions
Apache License 2.0
82 stars 61 forks source link

Add option to disable monorepo #151

Closed garryod closed 7 months ago

garryod commented 8 months ago

Resolves #150 by adding an option to disable inclusion of the monorepo plugin with:

plugins:
  - techdocs-core:
      monorepo: false

Note, this defaults to true so is a non-breaking change

github-actions[bot] commented 7 months ago

This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution!