Skip to content

Commit 472f9b3

Browse files
veerapaananenVeera Paananenpeholmst
authored
Add or enhance meta titles and descriptions (#4019)
* Add or enhance meta title and meta description of the article pages of the latest docs version: Building Apps -section * Add or enhance meta title and meta description of the article pages of the latest docs version: Components -section * Add or enhance meta title and meta description of the article pages of the latest docs version: Contributing -section * Add or enhance meta title and meta description of the article pages of the latest docs version: Control Center -section * Add or enhance meta title and meta description of the article pages of the latest docs version: Flow -section * Add or enhance meta title and meta description of the article pages of the latest docs version: Getting Started -section * Add or enhance meta title and meta description of the article pages of the latest docs version: Hilla -section * Add or enhance meta title and meta description of the article pages of the latest docs version: Tools -section * Add or enhance meta title and meta description of the article pages of the latest docs version: Styling -section * Add or enhance meta title and meta description of the article pages of the latest docs version: compatibility, upgrading and documentation root pages * Fix some vale errors * Update local-environment.adoc * Fix vale errors --------- Co-authored-by: Veera Paananen <[email protected]> Co-authored-by: Petter Holmström <[email protected]>
1 parent 460532f commit 472f9b3

File tree

669 files changed

+1440
-118
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

669 files changed

+1440
-118
lines changed

.github/styles/config/vocabularies/Docs/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Dockerfile
4242
[dD]ompurify
4343
# Vale spelling doesn't recognize "dos and don'ts"
4444
don'ts
45+
[dD]ownscaling
4546
[dD]rag-and-[dD]rop
4647
[dD]raggable
4748
Dragonfly

articles/building-apps/application-layer/application-services.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Application Services
3+
page-title: How to design and manage application services in Vaadin
34
description: How to design application services.
5+
meta-description: Discover how to structure and manage application services in your Vaadin application for a scalable and maintainable architecture.
46
order: 10
57
---
68

articles/building-apps/application-layer/domain-primitives.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Domain Primitives
3-
description: Learn what are domain primitives and how to use them in applications.
3+
page-title: How to use domain primitives in Vaadin applications
4+
description: Learn what domain primitives are and how to use them in applications.
5+
meta-description: Learn what domain primitives are and how you can use them in your Vaadin applications for better structure and logic.
46
order: 28
57
---
68

articles/building-apps/application-layer/index.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Application Layer
3+
page-title: How to build the application layer of your Vaadin app
34
description: How to build the application layer of Vaadin applications.
5+
meta-description: Learn about the application layer in Vaadin apps. Explore its role in structuring business logic, handling interactions, and ensuring scalable architecture.
46
order: 40
57
---
68

articles/building-apps/application-layer/persistence/flyway.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Flyway
3+
page-title: Database migration with Flyway in Vaadin applications
34
description: How to manage your relational database schema with Flyway.
5+
meta-description: Learn how you can manage your relational database schema and database migrations with Flyway in your Vaadin applications.
46
order: 30
57
---
68

articles/building-apps/application-layer/persistence/index.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Persistence
3+
page-title: How to design the persistence layer in Vaadin applications
34
description: How do handle persistence in Vaadin applications.
5+
meta-description: Learn how to build and integrate a robust persistence layer in Vaadin apps. Follow best practices for data storage, retrieval, and ORM frameworks.
46
order: 40
57
---
68

articles/building-apps/application-layer/persistence/repositories/index.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Repositories
3+
page-title: Managing repositories in the persistence layer | Vaadin
34
description: How to use repositories to store and fetch data.
5+
meta-description: Explore best practices for managing repositories in the persistence layer of your Vaadin applications. Learn how to store and fetch data using repositories.
46
order: 10
57
---
68

articles/building-apps/application-layer/persistence/repositories/jooq.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: jOOQ Repositories
3+
page-title: How to use jOOQ with Vaadin repositories
34
description: How to implement repositories with jOOQ.
5+
meta-description: Leverage jOOQ and learn how to implement repositories with it for efficient data access and management in your Vaadin applications.
46
order: 30
57
---
68

articles/building-apps/application-layer/persistence/repositories/jpa.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: JPA Repositories
3+
page-title: How to use JPA repositories in Vaadin
34
description: How to implement repositories with JPA and Spring Data.
5+
meta-description: Integrate JPA repositories in Vaadin applications for advanced persistence capabilities.
46
order: 20
57
---
68

articles/building-apps/application-layer/persistence/repositories/pluggable.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Pluggable Persistence
3+
page-title: How to create pluggable repositories in Vaadin
34
description: How to support multiple persistence solutions with a single SPI.
5+
meta-description: Implement pluggable repositories in Vaadin for flexible and scalable data persistence.
46
section-nav: hidden
57
order: 40
68
---

0 commit comments

Comments
 (0)
close