mirror of https://github.com/docker/docs.git
update titles for language guides (#18441)
* update language guide titles Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
This commit is contained in:
parent
f8f858bfcf
commit
4061383fb5
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
description: Containerize Go apps using Docker
|
description: Containerize Go apps using Docker
|
||||||
keywords: docker, getting started, go, golang, language, dockerfile
|
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_min: 1
|
||||||
toc_max: 2
|
toc_max: 2
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -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,
|
keywords: ci, cd, ci/cd, continuous integration, continuous deployment, deployment,
|
||||||
github, github actions, go, golang, development
|
github, github actions, go, golang, development
|
||||||
description: Learn how to set up CI/CD pipeline for your application.
|
description: Learn how to set up CI/CD pipeline for your application.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Deploy your app
|
title: Deploy your Go app
|
||||||
keywords: deploy, ACI, ECS, local, development, Go, Golang, cloud, deployment
|
keywords: deploy, ACI, ECS, local, development, Go, Golang, cloud, deployment
|
||||||
description: Learn how to deploy your application
|
description: Learn how to deploy your application
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Use containers for development
|
title: Use containers for Go development
|
||||||
keywords: get started, go, golang, local, development
|
keywords: get started, go, golang, local, development
|
||||||
description: Learn how to develop your application locally.
|
description: Learn how to develop your application locally.
|
||||||
aliases:
|
aliases:
|
||||||
|
|
|
||||||
|
|
@ -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
|
keywords: get started, go, golang, run, container
|
||||||
description: Learn how to run the image as a container.
|
description: Learn how to run the image as a container.
|
||||||
aliases:
|
aliases:
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Getting started with Java
|
title: Java language-specific guide
|
||||||
keywords: Docker, getting started, java, language
|
keywords: Docker, getting started, java, language
|
||||||
description: Containerize Java apps using Docker
|
description: Containerize Java apps using Docker
|
||||||
toc_min: 1
|
toc_min: 1
|
||||||
|
|
|
||||||
|
|
@ -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
|
keywords: Java, CI/CD, local, development
|
||||||
description: Learn how to Configure CI/CD for your application
|
description: Learn how to Configure CI/CD for your application
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Deploy your app
|
title: Deploy your Java app
|
||||||
keywords: deploy, ACI, ECS, Java, local, development
|
keywords: deploy, ACI, ECS, Java, local, development
|
||||||
description: Learn how to deploy your application
|
description: Learn how to deploy your application
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Use containers for development
|
title: Use containers for Java development
|
||||||
keywords: Java, local, development, run,
|
keywords: Java, local, development, run,
|
||||||
description: Learn how to develop your application locally.
|
description: Learn how to develop your application locally.
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Run your image as a container
|
title: Run your Java image as a container
|
||||||
keywords: Java, run, image, container,
|
keywords: Java, run, image, container,
|
||||||
description: Learn how to run the image as a container.
|
description: Learn how to run the image as a container.
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Run your tests
|
title: Run your Java tests
|
||||||
keywords: Java, build, test
|
keywords: Java, build, test
|
||||||
description: How to build and run your Tests
|
description: How to build and run your Tests
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
description: Containerize Rust apps using Docker
|
description: Containerize Rust apps using Docker
|
||||||
keywords: Docker, getting started, Rust, language
|
keywords: Docker, getting started, Rust, language
|
||||||
title: What will you learn in this module?
|
title: Rust language-specific guide
|
||||||
toc_min: 1
|
toc_min: 1
|
||||||
toc_max: 2
|
toc_max: 2
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -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
|
keywords: rust, CI/CD, local, development
|
||||||
description: Learn how to Configure CI/CD for your application
|
description: Learn how to Configure CI/CD for your application
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Deploy your app
|
title: Deploy your Rust app
|
||||||
keywords: deploy, ACI, ECS, rust, local, development
|
keywords: deploy, ACI, ECS, rust, local, development
|
||||||
description: Learn how to deploy your application
|
description: Learn how to deploy your application
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue