You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/faq.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,16 @@ sidebar_position: 80
10
10
11
11
Yes, you can use Springwolf for private and commercial purposes as long as you comply to the [Apache License 2.0](https://github.com/springwolf/springwolf-core/blob/master/LICENSE).
12
12
13
+
### Use `springwolf-ui` only (without plugins)
14
+
15
+
You can use `springwolf-ui` without any other Springwolf dependency.
16
+
`springwolf-ui` will fetch any documentation available at the `springwolf/docs` path.
17
+
It must be in `json` format (`yaml` isn't supported).
18
+
19
+
Either create a custom spring controller to serve the file or [serve static resources with spring](https://spring.io/guides/gs/serving-web-content/) and place your AsyncApi document into `resources/springwolf/docs` (without file extension).
20
+
21
+
Note: `springwolf-ui` doesn't support the full AsyncApi spec.
0 commit comments