Skip to content

Commit 53d0a8e

Browse files
committed
chore: remove AI generated char
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent e3a81b3 commit 53d0a8e

File tree

16 files changed

+22
-22
lines changed

16 files changed

+22
-22
lines changed

application/src/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ site:
1212
metadata:
1313
title:
1414
default: Hoverkraft
15-
template: '%s Hoverkraft'
15+
template: '%s - Hoverkraft'
1616
description: '🚀 Cloud-native development platform for modern applications. Build, deploy, and scale with confidence.'
1717
robots:
1818
index: true

application/src/data/post/modern-platform-characteristics/en.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: '11 Traits of a Modern Hoverkraft Platform'
3-
excerpt: 'From velocity to sovereigntyhow Hoverkraft turns platform engineering into a measurable, developer-first discipline.'
3+
excerpt: 'From velocity to sovereignty-how Hoverkraft turns platform engineering into a measurable, developer-first discipline.'
44
slug: platform-engineering-modern-characteristics
55
author: 'Hoverkraft Team'
66
lang: en

application/src/pages/[...blog]/[...page].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const blogSubtitle = t('blog.headline.subtitle');
2929
// const allTags = await findTags();
3030
3131
const metadata = {
32-
title: `${blogTitle}${currentPage > 1 ? ` Page ${currentPage}` : ''}`,
32+
title: `${blogTitle}${currentPage > 1 ? ` - Page ${currentPage}` : ''}`,
3333
robots: {
3434
index: blogListRobots?.index && currentPage === 1,
3535
follow: blogListRobots?.follow,

application/src/pages/[...blog]/[category]/[...page].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const { page, category } = Astro.props as Props;
2020
const currentPage = page.currentPage ?? 1;
2121
2222
const metadata = {
23-
title: `Category '${category.title}' ${currentPage > 1 ? ` Page ${currentPage}` : ''}`,
23+
title: `Category '${category.title}' ${currentPage > 1 ? ` - Page ${currentPage}` : ''}`,
2424
robots: {
2525
index: blogCategoryRobots?.index,
2626
follow: blogCategoryRobots?.follow,

application/src/pages/[...blog]/[tag]/[...page].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const { page, tag } = Astro.props as Props;
2020
const currentPage = page.currentPage ?? 1;
2121
2222
const metadata = {
23-
title: `Posts by tag '${tag.title}'${currentPage > 1 ? ` Page ${currentPage} ` : ''}`,
23+
title: `Posts by tag '${tag.title}'${currentPage > 1 ? ` - Page ${currentPage} ` : ''}`,
2424
robots: {
2525
index: blogTagRobots?.index,
2626
follow: blogTagRobots?.follow,

application/src/pages/[...trainings]/[...page].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const HERO_IMAGE = '~/assets/images/pages/trainings/programming-2.webp';
2929
3030
const metadataTitle = t('training.meta.title');
3131
const metadata = {
32-
title: `${metadataTitle}${currentPage > 1 ? ` ${t('training.meta.pageLabel')} ${currentPage}` : ''}`,
32+
title: `${metadataTitle}${currentPage > 1 ? ` - ${t('training.meta.pageLabel')} ${currentPage}` : ''}`,
3333
description: t('training.meta.description'),
3434
};
3535

application/src/pages/[...trainings]/[tag]/[...page].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const courseBasePath = translatePath('/trainings');
2929
const contactPath = translatePath('/contact');
3030
3131
const metadata = {
32-
title: `${t('nav.trainings')} ${tag.title}${currentPage > 1 ? ` ${t('training.meta.pageLabel')} ${currentPage}` : ''}`,
32+
title: `${t('nav.trainings')} - ${tag.title}${currentPage > 1 ? ` - ${t('training.meta.pageLabel')} ${currentPage}` : ''}`,
3333
};
3434
---
3535

application/src/pages/en/about.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const metadata = {
122122
items={[
123123
{
124124
title: 'Radical honesty',
125-
description: 'We say what truly blocks your teamsdata includedeven if it challenges the status quo.',
125+
description: 'We say what truly blocks your teams-data included-even if it challenges the status quo.',
126126
},
127127
{
128128
title: 'Skill transfer',

application/src/pages/en/index.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import Stats from '~/components/widgets/Stats.astro';
1212
import CallToAction from '~/components/widgets/CallToAction.astro';
1313
1414
const metadata = {
15-
title: 'Hoverkraft Connector-first Platform Engineering',
15+
title: 'Hoverkraft - Connector-first Platform Engineering',
1616
description:
1717
'Hoverkraft unifies methodology, open-source connectors, and expert guidance to free your developers and accelerate your time-to-market.',
1818
ignoreTitleTemplate: true,
@@ -74,7 +74,7 @@ const metadata = {
7474
},
7575
{
7676
title: 'Kraft Builders guidance',
77-
description: 'Senior Platform Engineers who frame, train, and build with your teamsnot instead of them.',
77+
description: 'Senior Platform Engineers who frame, train, and build with your teams-not instead of them.',
7878
icon: 'tabler:users',
7979
},
8080
{
@@ -302,7 +302,7 @@ const metadata = {
302302
{
303303
title: 'Can we keep our current stack?',
304304
description:
305-
'We do not replace your favourite toolswe connect them. Our glue integrates GitLab, GitHub, Backstage, Dagger, AWS, OVHcloud, and more.',
305+
'We do not replace your favourite tools-we connect them. Our glue integrates GitLab, GitHub, Backstage, Dagger, AWS, OVHcloud, and more.',
306306
},
307307
{
308308
title: 'How is impact evidenced?',

application/src/pages/en/maturity-assessment.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ const strings = {
4444
shareMailLabel: 'Share via email',
4545
shareMailSubject: 'Maturity assessment - Platform Engineering - Evaluation',
4646
shareTextWithInterpretation:
47-
'My Platform Engineering maturity score: {score} ({interpretation}) Assessment by Hoverkraft',
48-
shareTextWithoutInterpretation: 'My Platform Engineering maturity score: {score} Assessment by Hoverkraft',
47+
'My Platform Engineering maturity score: {score} ({interpretation}) - Assessment by Hoverkraft',
48+
shareTextWithoutInterpretation: 'My Platform Engineering maturity score: {score} - Assessment by Hoverkraft',
4949
shareMailBodyWithInterpretation:
50-
'Hi,\\n\\nHere are my Platform Engineering maturity assessment evaluation:\\n- Score: {score}\\n- Level: {interpretation}\\n\\nAssessment link (includes my answers):\\n{url}\\n\\nAssessment by Hoverkraft https://hoverkraft.tech\\n',
50+
'Hi,\\n\\nHere are my Platform Engineering maturity assessment evaluation:\\n- Score: {score}\\n- Level: {interpretation}\\n\\nAssessment link (includes my answers):\\n{url}\\n\\nAssessment by Hoverkraft - https://hoverkraft.tech\\n',
5151
shareMailBodyWithoutInterpretation:
52-
'Hi,\\n\\nHere are my Platform Engineering maturity assessment evaluation:\\n- Score: {score}\\n\\nAssessment link (includes my answers):\\n{url}\\n\\nAssessment by Hoverkraft https://hoverkraft.tech\\n',
52+
'Hi,\\n\\nHere are my Platform Engineering maturity assessment evaluation:\\n- Score: {score}\\n\\nAssessment link (includes my answers):\\n{url}\\n\\nAssessment by Hoverkraft - https://hoverkraft.tech\\n',
5353
shareLinkedInLabel: 'Share on LinkedIn',
5454
shareBlueskyLabel: 'Share on Bluesky',
5555
shareTeamLabel: 'Share with the Hoverkraft team',

0 commit comments

Comments
 (0)