UNPKG

@telefonica/markdown-confluence-sync

Version:

Creates/updates/deletes Confluence pages based on markdown files in a directory. Supports Mermaid diagrams and per-page configuration using frontmatter metadata. Works great with Docusaurus

8 lines (7 loc) 265 B
// SPDX-FileCopyrightText: 2024 Telefónica Innovación Digital // SPDX-License-Identifier: Apache-2.0 export class InvalidTabsFormatError extends Error { constructor() { super("Invalid Tabs tag. The Tabs tag must have only TabItem children."); } }