update titles for language guides (#18441)

* update language guide titles

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
This commit is contained in:
Craig Osterhout 2023-10-16 15:55:44 -07:00 committed by GitHub
parent f8f858bfcf
commit 4061383fb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 14 additions and 14 deletions

View File

@ -1,7 +1,7 @@
---
description: Containerize Go apps using Docker
keywords: docker, getting started, go, golang, language, dockerfile
title: What will you learn in this module?
title: Go language-specific guide
toc_min: 1
toc_max: 2
---

View File

@ -1,5 +1,5 @@
---
title: Configure CI/CD for your application
title: Configure CI/CD for your Go application
keywords: ci, cd, ci/cd, continuous integration, continuous deployment, deployment,
github, github actions, go, golang, development
description: Learn how to set up CI/CD pipeline for your application.

View File

@ -1,5 +1,5 @@
---
title: Deploy your app
title: Deploy your Go app
keywords: deploy, ACI, ECS, local, development, Go, Golang, cloud, deployment
description: Learn how to deploy your application
---

View File

@ -1,5 +1,5 @@
---
title: Use containers for development
title: Use containers for Go development
keywords: get started, go, golang, local, development
description: Learn how to develop your application locally.
aliases:

View File

@ -1,5 +1,5 @@
---
title: Run your image as a container
title: Run your Go image as a container
keywords: get started, go, golang, run, container
description: Learn how to run the image as a container.
aliases:

View File

@ -1,5 +1,5 @@
---
title: Getting started with Java
title: Java language-specific guide
keywords: Docker, getting started, java, language
description: Containerize Java apps using Docker
toc_min: 1

View File

@ -1,5 +1,5 @@
---
title: Configure CI/CD for your application
title: Configure CI/CD for your Java application
keywords: Java, CI/CD, local, development
description: Learn how to Configure CI/CD for your application
---

View File

@ -1,5 +1,5 @@
---
title: Deploy your app
title: Deploy your Java app
keywords: deploy, ACI, ECS, Java, local, development
description: Learn how to deploy your application
---

View File

@ -1,5 +1,5 @@
---
title: Use containers for development
title: Use containers for Java development
keywords: Java, local, development, run,
description: Learn how to develop your application locally.
---

View File

@ -1,5 +1,5 @@
---
title: Run your image as a container
title: Run your Java image as a container
keywords: Java, run, image, container,
description: Learn how to run the image as a container.
---

View File

@ -1,5 +1,5 @@
---
title: Run your tests
title: Run your Java tests
keywords: Java, build, test
description: How to build and run your Tests
---

View File

@ -1,7 +1,7 @@
---
description: Containerize Rust apps using Docker
keywords: Docker, getting started, Rust, language
title: What will you learn in this module?
title: Rust language-specific guide
toc_min: 1
toc_max: 2
---

View File

@ -1,5 +1,5 @@
---
title: Configure CI/CD for your application
title: Configure CI/CD for your Rust application
keywords: rust, CI/CD, local, development
description: Learn how to Configure CI/CD for your application
---

View File

@ -1,5 +1,5 @@
---
title: Deploy your app
title: Deploy your Rust app
keywords: deploy, ACI, ECS, rust, local, development
description: Learn how to deploy your application
---