/redoc-plugin

ReDoc plugin for micro-lc

Primary LanguageJavaScriptApache License 2.0Apache-2.0

micro-lc Redoc Plugin walkthrough

Build Status

This plugin let you embed redoc inside microlc. It recives from the configuration the openApiSpecUrl to the .json file in order to obtain information about your APIs.

Example of configuration

{
    "id": "plugin-redoc",
    "label": "ReDoc Plugin",
    "icon": "fas fa-redo",
    "order": 8,
    "integrationMode": "qiankun",
    "category": "API Documentation",
    "pluginRoute": "/redoc",
    "pluginUrl": "/micro-lc-redoc-plugin/",
    "props": {
    "openApiSpecUrl": "https://micro-lc.io/api/documentation/json"
    }
}