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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ You can use `springwolf-ui` without any other Springwolf dependency.
16
16
`springwolf-ui` will fetch any documentation available at the `springwolf/docs` path.
17
17
It must be in `json` format (`yaml` isn't supported).
18
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).
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 AsyncAPI document file called `docs` (without file extension) into the folder `resources/springwolf`.
20
20
21
21
Note: `springwolf-ui` doesn't support the full AsyncAPI spec.
0 commit comments