From 8091e062634332fd26cb25346a4df8639864684d Mon Sep 17 00:00:00 2001 From: Lane <1055120207@qq.com> Date: Wed, 29 May 2024 22:50:03 +0800 Subject: [PATCH] Add new documentation tool: openAPI-UI (#477) Co-authored-by: Andrew Walsh <15863952+AndrewWalsh@users.noreply.github.com> --- _data/tools.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_data/tools.yml b/_data/tools.yml index e0193043..c0337fa8 100755 --- a/_data/tools.yml +++ b/_data/tools.yml @@ -247,6 +247,18 @@ v3: true v3_1: true +- name: OpenAPI-UI + category: documentation + description: + Create simple and beautiful OpenAPI/Swagger documentation from OpenAPI files. + Generate mock parameters and call APIs. Like Postman, but for OpenAPI specifications. + link: https://docs.openapi-ui.com + github: https://github.com/rookie-luochao/openapi-ui + language: TypeScript + v2: true + v3: true + v3_1: false + - name: openapi-viewer category: documentation link: https://koumoul.com/openapi-viewer/