UNPKG

docusaurus-theme-openapi-docs

Version:

OpenAPI theme for Docusaurus.

16 lines (15 loc) 580 B
"use strict"; /* ============================================================================ * Copyright (c) Palo Alto Networks * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * ========================================================================== */ Object.defineProperty(exports, "__esModule", { value: true }); exports.createDescription = createDescription; function createDescription(description) { if (!description) { return ""; } return `\n\n${description}\n\n`; }