Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: link to documentation from samples for web-resources #1748

Merged
merged 2 commits into from
Jul 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions samples/java-protobuf-web-resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Example of how to serve web resources like html files, js, css and images through Kalix via http.

Please look at the [documentation](https://docs.kalix.io/java-protobuf/serving-web-resources.html) for more details.

This project is based on the Kalix Maven archetype.

See the [Kickstart a Maven project](https://docs.kalix.io/java/kickstart.html) in the documentation for details.
Expand Down
2 changes: 2 additions & 0 deletions samples/scala-protobuf-web-resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Example of how to serve web resources like html files, js, css and images through Kalix via http.

Please look at the [documentation](https://docs.kalix.io/java-protobuf/serving-web-resources.html) for more details.

## Building and running unit tests

To compile and test the code from the command line, use
Expand Down