Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (19 loc) · 678 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 678 Bytes

Microlc RapiDoc Plugin walkthrough

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

Configuration example

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