Skip to content

Commit

Permalink
Add missing meta data, fix issues with colons and duplicate tags (#4035)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
veerapaananen and peholmst authored Dec 20, 2024
1 parent 3f1bd78 commit 6722bdc
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 1 deletion.
2 changes: 2 additions & 0 deletions articles/building-apps/presentation-layer/index.adoc
Original file line number Diff line number Diff line change
@@ -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
---
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Consuming Rective Streams
title: Consuming Reactive Streams
description: How to use server push with reactive streams.
order: 40
---
Expand Down
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down

0 comments on commit 6722bdc

Please sign in to comment.