mirror of https://github.com/docker/docs.git
site: add badges to checks, copilot pages
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
2260278786
commit
3c9fa68105
|
@ -1,6 +1,11 @@
|
|||
---
|
||||
title: Checking your build configuration
|
||||
linkTitle: Build checks {{< badge color="green" text="New" >}}
|
||||
linkTitle: Build checks
|
||||
params:
|
||||
sidebar:
|
||||
badge:
|
||||
color: green
|
||||
text: New
|
||||
weight: 30
|
||||
description: Learn how to use build checks to validate your build configuration.
|
||||
keywords: build, buildx, buildkit, checks, validate, configuration, lint
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
---
|
||||
title: Docker for GitHub Copilot
|
||||
linkTitle: Docker for GitHub Copilot {{< badge color="violet" text="Early Access" >}}
|
||||
linkTitle: Docker for GitHub Copilot
|
||||
params:
|
||||
sidebar:
|
||||
badge:
|
||||
color: violet
|
||||
text: Early Access
|
||||
weight: 100
|
||||
description: Learn how to use the Docker Extension for GitHub Copilot to streamline Docker-related tasks.
|
||||
keywords: Docker, GitHub Copilot, extension, Visual Studio Code, chat, ai, containerization
|
||||
|
|
Loading…
Reference in New Issue