diff --git a/articles/building-apps/presentation-layer/index.adoc b/articles/building-apps/presentation-layer/index.adoc index 0ae0b36896..4b6503873a 100644 --- a/articles/building-apps/presentation-layer/index.adoc +++ b/articles/building-apps/presentation-layer/index.adoc @@ -1,5 +1,7 @@ --- title: Presentation Layer +page-title: How to build the presentation layer of Vaadin applications description: How to build the presentation layer of Vaadin applications. +meta-description: Learn how to build the presentation layer of your Vaadin applications. order: 30 --- \ No newline at end of file diff --git a/articles/building-apps/presentation-layer/server-push/callbacks.adoc b/articles/building-apps/presentation-layer/server-push/callbacks.adoc index ca7a4ea1ae..128a8d09f0 100644 --- a/articles/building-apps/presentation-layer/server-push/callbacks.adoc +++ b/articles/building-apps/presentation-layer/server-push/callbacks.adoc @@ -1,6 +1,8 @@ --- title: Callbacks +page-title: How to use server push with callbacks | Vaadin description: How to use server push with callbacks. +meta-description: Learn how to use server push with callbacks when building the presentation layer of your Vaadin application. order: 20 section-nav: badge-flow --- diff --git a/articles/building-apps/presentation-layer/server-push/futures.adoc b/articles/building-apps/presentation-layer/server-push/futures.adoc index 26ab1c9d8e..608c9777e7 100644 --- a/articles/building-apps/presentation-layer/server-push/futures.adoc +++ b/articles/building-apps/presentation-layer/server-push/futures.adoc @@ -1,6 +1,8 @@ --- title: Futures +page-title: How to use server push with CompletableFuture | Vaadin description: How to use server push with CompletableFuture. +meta-description: Learn how to use server push with CompletableFuture when building the presentation layer of your Vaadin application. order: 30 section-nav: badge-flow --- diff --git a/articles/building-apps/presentation-layer/server-push/index.adoc b/articles/building-apps/presentation-layer/server-push/index.adoc index d51d474c7e..0cccbd2ed3 100644 --- a/articles/building-apps/presentation-layer/server-push/index.adoc +++ b/articles/building-apps/presentation-layer/server-push/index.adoc @@ -1,6 +1,8 @@ --- title: Server Push +page-title: How to use Server Push in your Vaadin application description: How to use server push in your user interfaces. +meta-description: Learn how you can use server push in your Vaadin application's user interface. order: 50 --- diff --git a/articles/building-apps/presentation-layer/server-push/reactive-browser-callable-services.adoc b/articles/building-apps/presentation-layer/server-push/reactive-browser-callable-services.adoc index 081b34c9d9..4c9523ee48 100644 --- a/articles/building-apps/presentation-layer/server-push/reactive-browser-callable-services.adoc +++ b/articles/building-apps/presentation-layer/server-push/reactive-browser-callable-services.adoc @@ -1,6 +1,8 @@ --- title: Hilla Services +page-title: Create reactive browser callable services | Vaadin Hilla description: How to create reactive browser callable services for a Vaadin Hilla user interface. +meta-description: Learn how to create reactive browser callable services for your Vaadin Hilla user interface. order: 39 section-nav: badge-hilla --- diff --git a/articles/building-apps/presentation-layer/server-push/reactive.adoc b/articles/building-apps/presentation-layer/server-push/reactive.adoc index 767b007e7a..f487b5e77b 100644 --- a/articles/building-apps/presentation-layer/server-push/reactive.adoc +++ b/articles/building-apps/presentation-layer/server-push/reactive.adoc @@ -1,5 +1,5 @@ --- -title: Consuming Rective Streams +title: Consuming Reactive Streams description: How to use server push with reactive streams. order: 40 --- diff --git a/articles/building-apps/presentation-layer/server-push/threads.adoc b/articles/building-apps/presentation-layer/server-push/threads.adoc index c321a09fba..0d3a87d975 100644 --- a/articles/building-apps/presentation-layer/server-push/threads.adoc +++ b/articles/building-apps/presentation-layer/server-push/threads.adoc @@ -1,6 +1,8 @@ --- title: Threads +page-title: How to use threads in a Vaadin Flow user interface description: How to use threads in a Vaadin Flow user interface. +meta-description: Learn how to use use virtual threads in a Vaadin Flow user interface by reading this guide. order: 10 section-nav: badge-flow --- diff --git a/articles/building-apps/presentation-layer/server-push/updates.adoc b/articles/building-apps/presentation-layer/server-push/updates.adoc index ce2c741e54..7d4ecec972 100644 --- a/articles/building-apps/presentation-layer/server-push/updates.adoc +++ b/articles/building-apps/presentation-layer/server-push/updates.adoc @@ -1,6 +1,8 @@ --- title: Pushing +page-title: How to push updates to a Vaadin Flow user interface description: How to push updates to a Vaadin Flow user interface. +meta-description: Learn how to push updates to a Vaadin Flow user interface by reading this guide. order: 1 section-nav: badge-flow ---