Skip to content

Commit 0a7e96e

Browse files
committed
wip: add groups to manuals sections
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
1 parent f1170cb commit 0a7e96e

File tree

20 files changed

+57
-1
lines changed

20 files changed

+57
-1
lines changed

content/manuals/accounts/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ title: Docker accounts
33
weight: 200
44
description: Learn how to create and manage your Docker account.
55
keywords: accounts, docker ID, account management, account settings, docker account, docker home
6+
params:
7+
sidebar:
8+
group: Platform
69
grid:
710
- title: Create a Docker ID
811
description: Get started with Docker and create an account.

content/manuals/admin/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ title: Administration
33
weight: 200
44
description: Discover manuals on administration for accounts, organizations, and companies.
55
keywords: admin, administration, company, organization, Admin Console, user accounts, account management
6+
params:
7+
sidebar:
8+
group: Platform
69
grid:
710
- title: Company administration
811
description: Explore how to manage a company.

content/manuals/billing/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ linkTitle: Billing
44
weight: 200
55
description: Discover information on billing and payment processes for Docker subscriptions.
66
keywords: billing, invoice, payment, subscription
7+
params:
8+
sidebar:
9+
group: Platform
710
grid_core:
811
- title: Get started
912
description: Learn how to set up a Docker Core subscription for a personal account or organization.

content/manuals/build-cloud/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ title: Docker Build Cloud
33
weight: 100
44
description: Find documentation on Docker Build Cloud to help you build your container images faster, both locally and in CI
55
keywords: build, cloud, cloud build, remote builder
6+
params:
7+
sidebar:
8+
group: Products
69
aliases:
710
- /build/cloud/faq/
811
- /build/cloud/

content/manuals/build/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ title: Docker Build
33
weight: 100
44
description: Get an overview of Docker Build to package and bundle your code and ship it anywhere
55
keywords: build, buildx, buildkit
6+
params:
7+
sidebar:
8+
group: Open Source
69
grid:
710
- title: Packaging your software
811
description: 'Build and package your application to run it anywhere: locally or

content/manuals/cloud/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
title: Cloud integrations
33
description: ACI and ECS integration information
44
keywords: compose, ACI, ECS, amazon, cloud integration
5+
params:
6+
sidebar:
7+
group: Products
58
aliases:
69
- /engine/context/aci-integration/
710
- /cloud/aci-integration/

content/manuals/compose/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ description: Learn how to use Docker Compose to define and run multi-container a
66
keywords: docker compose, docker-compose, docker compose command, docker compose files,
77
docker compose documentation, using docker compose, compose container, docker compose
88
service
9+
params:
10+
sidebar:
11+
group: Open Source
912
grid:
1013
- title: Why use Compose?
1114
description: Understand Docker Compose's key benefits

content/manuals/copilot/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Docker for GitHub Copilot
33
params:
44
sidebar:
5+
group: Products
56
badge:
67
color: violet
78
text: EA

content/manuals/desktop/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ weight: 100
44
description: Explore Docker Desktop, what it has to offer, and its key features. Take the next step by downloading or find additional resources
55
keywords: how to use docker desktop, what is docker desktop used for, what does docker
66
desktop do, using docker desktop
7+
params:
8+
sidebar:
9+
group: Products
710
grid:
811
- title: Install Docker Desktop
912
description: |

content/manuals/docker-hub/_index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ description: Get an overview on Docker Hub to find and share container images
33
keywords: docker hub, hub, repositories
44
title: Docker Hub
55
weight: 100
6+
params:
7+
sidebar:
8+
group: Products
69
grid:
710
- title: Quickstart
811
description: Step-by-step instructions on getting started on Docker Hub.
@@ -46,4 +49,4 @@ In addition to the graphical interface, you can interact with Docker Hub using
4649
the [Docker Hub API](../../reference/api/hub/latest.md) or experimental [Docker
4750
Hub CLI tool](https://github.com/docker/hub-tool#readme).
4851

49-
{{< grid >}}
52+
{{< grid >}}

0 commit comments

Comments
 (0)