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) 275 B
// SPDX-FileCopyrightText: 2024 Telefónica Innovación Digital // SPDX-License-Identifier: Apache-2.0 export class InvalidTabItemMissingLabelError extends Error { constructor() { super("Invalid TabItem tag. The TabItem tag must have a label property."); } }