Skip to content

Commit 0b4f0a6

Browse files
committed
Shorten linkTitle under 30 chars across 19 guide pages
1 parent 78c6d74 commit 0b4f0a6

19 files changed

Lines changed: 19 additions & 19 deletions

content/guides/angular/configure-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Automate your builds with GitHub Actions
3-
linkTitle: Automate your builds with GitHub Actions
3+
linkTitle: GitHub Actions CI
44
weight: 60
55
keywords: CI/CD, GitHub( Actions), Angular
66
description: Learn how to configure CI/CD using GitHub Actions for your Angular application.

content/guides/container-supported-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Faster development and testing with container-supported development"
3-
linkTitle: Container-supported development
3+
linkTitle: Container-supported dev
44
summary: |
55
Containers don't have to be just for your app. Learn how to run your app's dependent services and other debugging tools to enhance your development environment.
66
description: |

content/guides/cpp/containerize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Containerize a C++ application
3-
linkTitle: Build and run a C++ application using Docker Compose
3+
linkTitle: Containerize
44
weight: 10
55
keywords: C++, containerize, initialize
66
description: Learn how to use Docker Compose to build and run a C++ application.

content/guides/cpp/multistage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Create a multi-stage build for your C++ application
3-
linkTitle: Containerize your app using a multi-stage build
3+
linkTitle: Multi-stage build
44
weight: 5
55
keywords: C++, containerize, multi-stage
66
description: Learn how to create a multi-stage build for a C++ application.

content/guides/frameworks/laravel/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Develop and Deploy Laravel applications with Docker Compose
3-
linkTitle: Laravel applications with Docker Compose
3+
linkTitle: Laravel
44
summary: Learn how to efficiently set up Laravel development and production environments using Docker Compose.
55
description: A guide on using Docker Compose to manage Laravel applications for development and production, covering container configurations and service management.
66
keywords: laravel, php, docker compose, web framework, development, production

content/guides/github-sonarqube-sandbox/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: How to build an AI-powered code quality workflow with SonarQube and E2B
3-
linkTitle: Build an AI-powered code quality workflow
3+
linkTitle: AI-powered code quality
44
summary: Build AI-powered code quality workflows using E2B sandboxes with Docker's MCP catalog to automate GitHub and SonarQube integration.
55
description: Learn how to create E2B sandboxes with MCP servers, analyze code quality with SonarQube, and generate quality-gated pull requests using GitHub—all through natural language interactions with Claude.
66
keywords: sonarqube, e2b, sandboxes, mcp, github, code quality, ai workflow, claude

content/guides/go-prometheus-monitoring/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ keywords: golang, prometheus, grafana, monitoring, containerize
44
title: Monitor a Golang application with Prometheus and Grafana
55
summary: |
66
Learn how to containerize a Golang application and monitor it with Prometheus and Grafana.
7-
linkTitle: Monitor with Prometheus and Grafana
7+
linkTitle: Prometheus and Grafana
88
languages: [go]
99
params:
1010
time: 45 minutes

content/guides/go-prometheus-monitoring/compose.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Connecting services with Docker Compose
3-
linkTitle: Connecting services with Docker Compose
3+
linkTitle: Connect with Compose
44
weight: 30 #
55
keywords: go, golang, prometheus, grafana, containerize, monitor
66
description: Learn how to connect services with Docker Compose to monitor a Golang application with Prometheus and Grafana.

content/guides/lab-attestation-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Lab: Container Image Attestations"
3-
linkTitle: "Lab: Container Image Attestations"
3+
linkTitle: "Lab: Image attestations"
44
description: |
55
Learn to attach SBOMs, build provenance, image signatures, and VEX
66
statements to container images for a verifiable software supply chain.

content/guides/lab-container-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Lab: Getting Started with Docker"
3-
linkTitle: "Lab: Getting Started with Docker"
3+
linkTitle: "Lab: Docker basics"
44
description: |
55
Learn Docker fundamentals by running containers, exploring the container
66
lifecycle, and packaging a real Node.js app into your own custom image.

0 commit comments

Comments
 (0)