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

Add missing meta data, fix issues with colons and duplicate tags #4035

Merged
merged 6 commits into from
Dec 20, 2024
Merged
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
Loading