UNPKG

docusaurus-plugin-structurizr

Version:

This plugin allows you to use structurizr diagrams in your docusaurus documentation.

6 lines (4 loc) 125 B
import globby from 'globby' export async function findFiles(contentPaths: string[]) { return await globby(contentPaths) }