micro-lc / redoc-plugin

ReDoc plugin for micro-lc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"
    }
}

About

ReDoc plugin for micro-lc

License:Apache License 2.0


Languages

Language:JavaScript 62.4%Language:CSS 23.2%Language:HTML 11.5%Language:Dockerfile 3.0%