-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing meta data, fix issues with colons and duplicate tags (#4035)
* 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
1 parent
3f1bd78
commit 6722bdc
Showing
8 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
--- |
2 changes: 2 additions & 0 deletions
2
articles/building-apps/presentation-layer/server-push/callbacks.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
articles/building-apps/presentation-layer/server-push/futures.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
articles/building-apps/presentation-layer/server-push/index.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
...ing-apps/presentation-layer/server-push/reactive-browser-callable-services.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
articles/building-apps/presentation-layer/server-push/reactive.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
articles/building-apps/presentation-layer/server-push/threads.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
articles/building-apps/presentation-layer/server-push/updates.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters