Skip to content

Commit 951d7b5

Browse files
committed
feat: use redocly to merge the specs
1 parent 737186d commit 951d7b5

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

redocly/redocly.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ plugins:
22
- redocly-plugins/plugin.js
33

44
apis:
5-
6-
root: ../specifications/lionweb/bulk/v2024.1/lionweb.yaml
7-
output: ./build/bundled/lionweb-v2024.1.yaml
5+
repository@v3:
6+
root: ../specifications/repository/v3/repository.yaml
7+
output: ./build/bundled/repository-v3.yaml
88
decorators:
99
plugin/use-server-path: {}
1010
workspaces@v1:
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
openapi: "3.0.3"
2+
info:
3+
title: "Modelix Workspaces"
4+
version: "3.0.0"
5+
servers:
6+
- url: '/api/modelix/repository'
7+
description: modelix-workspaces-manager
8+
tags:
9+
- name: Repository

0 commit comments

Comments
 (0)