Skip to content

Commit

Permalink
Merge branch 'latest' into move-grid-selection-to-separate-page
Browse files Browse the repository at this point in the history
  • Loading branch information
vursen authored Dec 20, 2024
2 parents bca7125 + 6722bdc commit b029033
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 b029033

Please sign in to comment.