swagger-ui-deployer

Solid

Deploy interactive API documentation using Swagger UI with custom branding

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Swagger UI Deployer Skill ## Overview Deploys interactive API documentation using Swagger UI with configuration options, custom branding, and static HTML generation. ## Capabilities - Deploy interactive API documentation - Configure Swagger UI options - Generate static HTML documentation - Custom branding and theming support - Multiple spec file support - Authentication configuration - Deep linking support ## Target Processes - api-design-specification ## Input Schema ```json { "type": "object", "required": ["specPath"], "properties": { "specPath": { "type": "string", "description": "Path to OpenAPI specification" }, "outputDir": { "type": "string", "description": "Output directory for static files" }, "config": { "type": "object", "properties": { "title": { "type": "string", "description": "Documentation title" }, "deepLinking": { "type": "boolean", "default": true }, "displayOperationId": { "type": "boolean", "default": false }, "defaultModelsExpandDepth": { "type": "number", "default": 1 } } }, "branding": { "type": "object", "properties": { "logo": { "type": "string" }, "primaryColor": { "type": "string" }, "favicon": { "type": "string" } } } } } ``` ## Output Schema ```json { "type": "object", ...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills