Skip to content

Commit

Permalink
Update web.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Damevin <[email protected]>
  • Loading branch information
mcruzdev and ia3andy committed Oct 3, 2024
1 parent e13dff1 commit 9601da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/web.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public class Todos extends Controller {
}
----

For a thorough introduction to Quarkus Web, check out https://www.youtube.com/watch?v=JNmHNSmK180[Quarkus Insights Episode #178]. In it, Andy Damevin and Matheus Cruz provide a hands-on demonstration of creating a CMS.
NOTE: Check out https://www.youtube.com/watch?v=JNmHNSmK180[Quarkus Insights Episode #178]. First part is a hands-on demonstration of creating a CMS with Renarde. You can also give it a try using https://github.com/quarkusio/quarkus-web-lab[the web-lab repo]).

Check warning on line 158 in docs/src/main/asciidoc/web.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.Spelling] Use correct American English spelling. Did you really mean 'Renarde'? Raw Output: {"message": "[Quarkus.Spelling] Use correct American English spelling. Did you really mean 'Renarde'?", "location": {"path": "docs/src/main/asciidoc/web.adoc", "range": {"start": {"line": 158, "column": 155}}}, "severity": "WARNING"}

Check warning on line 158 in docs/src/main/asciidoc/web.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.TermsSuggestions] Depending on the context, consider using 'by using' or 'that uses' rather than 'using'. Raw Output: {"message": "[Quarkus.TermsSuggestions] Depending on the context, consider using 'by using' or 'that uses' rather than 'using'.", "location": {"path": "docs/src/main/asciidoc/web.adoc", "range": {"start": {"line": 158, "column": 190}}}, "severity": "INFO"}

== Single Page Applications

Expand Down

0 comments on commit 9601da4

Please sign in to comment.