From 4061383fb55adf94c3ea11697ae5261ba8dd35d8 Mon Sep 17 00:00:00 2001 From: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com> Date: Mon, 16 Oct 2023 15:55:44 -0700 Subject: [PATCH] update titles for language guides (#18441) * update language guide titles Signed-off-by: Craig Osterhout --- content/language/golang/_index.md | 2 +- content/language/golang/configure-ci-cd.md | 2 +- content/language/golang/deploy.md | 2 +- content/language/golang/develop.md | 2 +- content/language/golang/run-containers.md | 2 +- content/language/java/_index.md | 2 +- content/language/java/configure-ci-cd.md | 2 +- content/language/java/deploy.md | 2 +- content/language/java/develop.md | 2 +- content/language/java/run-containers.md | 2 +- content/language/java/run-tests.md | 2 +- content/language/rust/_index.md | 2 +- content/language/rust/configure-ci-cd.md | 2 +- content/language/rust/deploy.md | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/content/language/golang/_index.md b/content/language/golang/_index.md index 1eb2e52dbb..ba89b0d081 100644 --- a/content/language/golang/_index.md +++ b/content/language/golang/_index.md @@ -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 --- diff --git a/content/language/golang/configure-ci-cd.md b/content/language/golang/configure-ci-cd.md index 41fc6c7405..9a7970582e 100644 --- a/content/language/golang/configure-ci-cd.md +++ b/content/language/golang/configure-ci-cd.md @@ -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. diff --git a/content/language/golang/deploy.md b/content/language/golang/deploy.md index 6621de9329..17d65ce4c6 100644 --- a/content/language/golang/deploy.md +++ b/content/language/golang/deploy.md @@ -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 --- diff --git a/content/language/golang/develop.md b/content/language/golang/develop.md index a38aacdaeb..4917f4c650 100644 --- a/content/language/golang/develop.md +++ b/content/language/golang/develop.md @@ -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: diff --git a/content/language/golang/run-containers.md b/content/language/golang/run-containers.md index 6ed8b70f8f..b70071176e 100644 --- a/content/language/golang/run-containers.md +++ b/content/language/golang/run-containers.md @@ -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: diff --git a/content/language/java/_index.md b/content/language/java/_index.md index 64f28bf3b4..bac8353baa 100644 --- a/content/language/java/_index.md +++ b/content/language/java/_index.md @@ -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 diff --git a/content/language/java/configure-ci-cd.md b/content/language/java/configure-ci-cd.md index da85bb7164..7b9b87c74b 100644 --- a/content/language/java/configure-ci-cd.md +++ b/content/language/java/configure-ci-cd.md @@ -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 --- diff --git a/content/language/java/deploy.md b/content/language/java/deploy.md index 0ca2d0ade7..804ec5b903 100644 --- a/content/language/java/deploy.md +++ b/content/language/java/deploy.md @@ -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 --- diff --git a/content/language/java/develop.md b/content/language/java/develop.md index aaefbf0120..30332e7b9d 100644 --- a/content/language/java/develop.md +++ b/content/language/java/develop.md @@ -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. --- diff --git a/content/language/java/run-containers.md b/content/language/java/run-containers.md index 0f6032399a..168cfdbac4 100644 --- a/content/language/java/run-containers.md +++ b/content/language/java/run-containers.md @@ -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. --- diff --git a/content/language/java/run-tests.md b/content/language/java/run-tests.md index dbc717e9eb..c597d09632 100644 --- a/content/language/java/run-tests.md +++ b/content/language/java/run-tests.md @@ -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 --- diff --git a/content/language/rust/_index.md b/content/language/rust/_index.md index a1d0180fec..540b177fcc 100644 --- a/content/language/rust/_index.md +++ b/content/language/rust/_index.md @@ -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 --- diff --git a/content/language/rust/configure-ci-cd.md b/content/language/rust/configure-ci-cd.md index c042b1859e..d7d87fbecb 100644 --- a/content/language/rust/configure-ci-cd.md +++ b/content/language/rust/configure-ci-cd.md @@ -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 --- diff --git a/content/language/rust/deploy.md b/content/language/rust/deploy.md index 73dfd287bd..24d3b4cb00 100644 --- a/content/language/rust/deploy.md +++ b/content/language/rust/deploy.md @@ -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 ---