From 6722bdc213da7d3ae7ee1b5fc843ffbd4529f4cf Mon Sep 17 00:00:00 2001 From: Veera Paananen Date: Fri, 20 Dec 2024 07:03:26 +0000 Subject: [PATCH] Add missing meta data, fix issues with colons and duplicate tags (#4035) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix issues with having colons in the meta tags * Fix missing colon in the front matter attribute for meta description * Remove duplicate page-title tag from hilla security guide article * Remove dublicate meta-description text from tools article * Add or enhance meta title and meta description of the article pages of the latest docs version: Building apps -> presentation layer -section --------- Co-authored-by: Petter Holmström --- articles/building-apps/presentation-layer/index.adoc | 2 ++ .../building-apps/presentation-layer/server-push/callbacks.adoc | 2 ++ .../building-apps/presentation-layer/server-push/futures.adoc | 2 ++ .../building-apps/presentation-layer/server-push/index.adoc | 2 ++ .../server-push/reactive-browser-callable-services.adoc | 2 ++ .../building-apps/presentation-layer/server-push/reactive.adoc | 2 +- .../building-apps/presentation-layer/server-push/threads.adoc | 2 ++ .../building-apps/presentation-layer/server-push/updates.adoc | 2 ++ 8 files changed, 15 insertions(+), 1 deletion(-) 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 ---