Skip to content

Commit 5d52d9c

Browse files
committed
docs: improve faq for using springwolf-ui only
1 parent 5b9a00c commit 5d52d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can use `springwolf-ui` without any other Springwolf dependency.
1616
`springwolf-ui` will fetch any documentation available at the `springwolf/docs` path.
1717
It must be in `json` format (`yaml` isn't supported).
1818

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`.
2020

2121
Note: `springwolf-ui` doesn't support the full AsyncAPI spec.
2222

0 commit comments

Comments
 (0)