From 5ba20e5cb13a6e1ef8991720ae9289307114c186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petter=20Holmstr=C3=B6m?= Date: Thu, 19 Dec 2024 15:10:13 +0200 Subject: [PATCH 1/3] Add missing quotes --- articles/building-apps/spring-boot.adoc | 2 +- articles/components/basic-layouts/index.adoc | 2 +- articles/components/icons/index.adoc | 2 +- articles/flow/integrations/hilla.adoc | 2 +- articles/flow/integrations/spring/spring-boot.adoc | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/articles/building-apps/spring-boot.adoc b/articles/building-apps/spring-boot.adoc index d0a8ae1203..bde304e582 100644 --- a/articles/building-apps/spring-boot.adoc +++ b/articles/building-apps/spring-boot.adoc @@ -1,6 +1,6 @@ --- title: Spring Boot -page-title: Building Vaadin apps with Spring Boot: A comprehensive guide +page-title: "Building Vaadin apps with Spring Boot: A comprehensive guide" description: The role Spring Boot plays in Vaadin applications. meta-description: Learn how to build Vaadin applications with Spring Boot. Explore setup, integration, and best practices for developing modern web applications. order: 5 diff --git a/articles/components/basic-layouts/index.adoc b/articles/components/basic-layouts/index.adoc index 816109180e..4cc85f9d52 100644 --- a/articles/components/basic-layouts/index.adoc +++ b/articles/components/basic-layouts/index.adoc @@ -2,7 +2,7 @@ title: Basic Layouts page-title: Basic Layouts | Vaadin components description: How to render content with vertical and horizontal layout components. -meta-description: Vaadin features two basic layout components: Vertical Layout and Horizontal Layout which render their contents vertically and horizontally. +meta-description: "Vaadin features two basic layout components: Vertical Layout and Horizontal Layout which render their contents vertically and horizontally." section-nav: hidden page-links: - 'API: https://cdn.vaadin.com/vaadin-web-components/{moduleNpmVersion:@vaadin/horizontal-layout}/#/elements/vaadin-vertical-layout[TypeScript] / https://vaadin.com/api/platform/{moduleMavenVersion:com.vaadin:vaadin}/com/vaadin/flow/component/orderedlayout/VerticalLayout.html[Java]' diff --git a/articles/components/icons/index.adoc b/articles/components/icons/index.adoc index 9347849594..1208b93f2e 100644 --- a/articles/components/icons/index.adoc +++ b/articles/components/icons/index.adoc @@ -4,7 +4,7 @@ layout: tabbed-page title: Icons page-title: Icons | Vaadin components description: Lumo and Vaadin icons and how to use them in your projects. -meta-description: Two icon collections are available through Vaadin dependencies: Vaadin Icons and Lumo Icons. Learn how to use them in your application. +meta-description: "Two icon collections are available through Vaadin dependencies: Vaadin Icons and Lumo Icons. Learn how to use them in your application." page-links: - 'API: https://cdn.vaadin.com/vaadin-web-components/{moduleNpmVersion:vaadin-lumo-styles}/#/elements/vaadin-icon[TypeScript] / https://vaadin.com/api/platform/{moduleMavenVersion:com.vaadin:vaadin}/com/vaadin/flow/component/icon/Icon.html[Java]' - 'Source: https://github.com/vaadin/web-components/blob/v{moduleNpmVersion:vaadin-lumo-styles}/packages/vaadin-lumo-styles/vaadin-iconset.js[Lumo Icons] / https://github.com/vaadin/web-components/blob/v{moduleNpmVersion:vaadin-lumo-styles}/packages/icons/vaadin-iconset.js[Vaadin Icons]' diff --git a/articles/flow/integrations/hilla.adoc b/articles/flow/integrations/hilla.adoc index 0976fd4d71..7922324b6e 100644 --- a/articles/flow/integrations/hilla.adoc +++ b/articles/flow/integrations/hilla.adoc @@ -1,6 +1,6 @@ --- title: Hilla -page-title: How to integrate Vaadin Flow with Hilla: A complete guide +page-title: "How to integrate Vaadin Flow with Hilla: A complete guide" description: Create hybrid applications by combining Hilla or React views with Flow views. meta-description: Learn how to integrate Vaadin Flow with Hilla for seamless full-stack development. Explore configuration, best practices, and use cases in this guide. order: 10 diff --git a/articles/flow/integrations/spring/spring-boot.adoc b/articles/flow/integrations/spring/spring-boot.adoc index 1a9c479629..63dafdc6ff 100644 --- a/articles/flow/integrations/spring/spring-boot.adoc +++ b/articles/flow/integrations/spring/spring-boot.adoc @@ -1,6 +1,6 @@ --- title: Spring Boot -page-title: How to Integrate Vaadin with Spring Boot: A Complete Guide +page-title: "How to Integrate Vaadin with Spring Boot: A Complete Guide" description: How to use Vaadin with Spring Boot. meta-description: Learn how to seamlessly integrate Vaadin with Spring Boot for building modern web apps. This guide covers setup, configuration, and key integration steps. order: 20 From 21bad3c9051c4f4f5e1fdd4c539b1872507fcf77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petter=20Holmstr=C3=B6m?= Date: Thu, 19 Dec 2024 15:54:03 +0200 Subject: [PATCH 2/3] More fixes --- articles/flow/production/cloud-providers/heroku/index.adoc | 2 +- articles/hilla/guides/security/index.adoc | 1 - articles/hilla/index.adoc | 2 +- articles/tools/collaboration/components/index.adoc | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/articles/flow/production/cloud-providers/heroku/index.adoc b/articles/flow/production/cloud-providers/heroku/index.adoc index 23e68c91f5..269d250aa2 100644 --- a/articles/flow/production/cloud-providers/heroku/index.adoc +++ b/articles/flow/production/cloud-providers/heroku/index.adoc @@ -2,7 +2,7 @@ title: Heroku page-title: How to deploy Vaadin apps on Heroku description: How to deploy your Vaadin application to Heroku. -meta-descriptionExplore the steps to deploy Vaadin applications on Heroku. Optimize your apps for cloud-based hosting. +meta-description: Explore the steps to deploy Vaadin applications on Heroku. Optimize your apps for cloud-based hosting. order: 40 --- diff --git a/articles/hilla/guides/security/index.adoc b/articles/hilla/guides/security/index.adoc index 567a23c29a..99d258e76a 100644 --- a/articles/hilla/guides/security/index.adoc +++ b/articles/hilla/guides/security/index.adoc @@ -1,7 +1,6 @@ --- title: Security page-title: How to secure your Hilla application | Vaadin -page-title: "Hilla framework security" description: "The best practices for securing applications, configuring security, authentication and role-based access control for views." meta-description: Explore comprehensive security practices and tools to safeguard your Hilla applications. order: 100 diff --git a/articles/hilla/index.adoc b/articles/hilla/index.adoc index 2403d13daf..fbf70273a1 100644 --- a/articles/hilla/index.adoc +++ b/articles/hilla/index.adoc @@ -1,6 +1,6 @@ --- title: Hilla -page-title: Hilla: A full-stack framework for modern web apps +page-title: "Hilla: A full-stack framework for modern web apps" description: Learn how to use Hilla, a full-stack web framework that seamlessly integrates a Spring Boot backend and a React frontend. meta-description: Learn how to use the full-stack web framework Hilla, created by Vaadin, that seamlessly integrates a Spring Boot backend and a React frontend. order: 20 diff --git a/articles/tools/collaboration/components/index.adoc b/articles/tools/collaboration/components/index.adoc index 4665dba97a..2ed204664a 100644 --- a/articles/tools/collaboration/components/index.adoc +++ b/articles/tools/collaboration/components/index.adoc @@ -1,6 +1,6 @@ --- title: Binder pass:[&] Components -page-title: Vaadin Collaboration components: Real-time collaboration made easy +page-title: "Vaadin Collaboration components: Real-time collaboration made easy" meta-description: Enable real-time collaboration in your apps with Vaadin Collaboration Components. Learn how to integrate and customize these tools for seamless teamwork. order: 5 --- From 189d01d273e9365d7623a671ba61ef727b66b491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petter=20Holmstr=C3=B6m?= Date: Thu, 19 Dec 2024 16:18:16 +0200 Subject: [PATCH 3/3] Fix meta description --- articles/tools/start/index.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/articles/tools/start/index.adoc b/articles/tools/start/index.adoc index 7ad102a68f..700a10f5fc 100644 --- a/articles/tools/start/index.adoc +++ b/articles/tools/start/index.adoc @@ -4,8 +4,6 @@ page-title: Create a new Vaadin project using Vaadin Start order: 20 description: Description of possibilities with Vaadin Start. meta-description: Create a Vaadin project using Vaadin Start, a tool that allows you to visually create a custom Spring Boot based Vaadin Flow or Hilla app starter. - -The recommended way to start a new Vaadin project is to use Vaadin Start (start.vaadin.com). This allows you to configure and download a customizable starting point for an application. ---