We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 737186d commit 951d7b5Copy full SHA for 951d7b5
redocly/redocly.yaml
@@ -2,9 +2,9 @@ plugins:
2
- redocly-plugins/plugin.js
3
4
apis:
5
- [email protected]:
6
- root: ../specifications/lionweb/bulk/v2024.1/lionweb.yaml
7
- output: ./build/bundled/lionweb-v2024.1.yaml
+ repository@v3:
+ root: ../specifications/repository/v3/repository.yaml
+ output: ./build/bundled/repository-v3.yaml
8
decorators:
9
plugin/use-server-path: {}
10
workspaces@v1:
specifications/repository/v3/repository.yaml
@@ -0,0 +1,9 @@
1
+openapi: "3.0.3"
+info:
+ title: "Modelix Workspaces"
+ version: "3.0.0"
+servers:
+ - url: '/api/modelix/repository'
+ description: modelix-workspaces-manager
+tags:
+ - name: Repository
0 commit comments