import utils from'@eventcatalog/utils'; const{ getCustomDocs }=utils('/path/to/eventcatalog'); // Gets all custom docs from the catalog const customDocs =awaitgetCustomDocs(); // Gets all custom docs from the given path const customDocs =awaitgetCustomDocs({ path:'/guides'});
Returns all custom docs for the project.