Skip to content

Commit b98c303

Browse files
committed
chore: add sidebar groups to top-level pages in manuals section
Signed-off-by: David Karlsson <[email protected]>
1 parent 1989620 commit b98c303

File tree

21 files changed

+72
-17
lines changed

21 files changed

+72
-17
lines changed

content/manuals/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ url: /manuals/
77
layout: wide
88
params:
99
icon: description
10+
sidebar:
11+
groups:
12+
- Open source
13+
- Products
14+
- Platform
1015
notoc: true
1116
development:
1217
- title: Docker Desktop

content/manuals/accounts/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
22
title: Docker accounts
3-
weight: 200
43
description: Learn how to create and manage your Docker account.
54
keywords: accounts, docker ID, account management, account settings, docker account, docker home
5+
params:
6+
sidebar:
7+
group: Platform
68
grid:
79
- title: Create a Docker ID
810
description: Get started with Docker and create an account.

content/manuals/admin/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
22
title: Administration
3-
weight: 200
43
description: Discover manuals on administration for accounts, organizations, and companies.
54
keywords: admin, administration, company, organization, Admin Console, user accounts, account management
5+
params:
6+
sidebar:
7+
group: Platform
68
grid:
79
- title: Company administration
810
description: Explore how to manage a company.

content/manuals/billing/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
---
22
title: Billing and payments
33
linkTitle: Billing
4-
weight: 200
54
description: Discover information on billing and payment processes for Docker subscriptions.
65
keywords: billing, invoice, payment, subscription
6+
params:
7+
sidebar:
8+
group: Platform
79
grid_core:
810
- title: Get started
911
description: Learn how to set up a Docker Core subscription for a personal account or organization.

content/manuals/build-cloud/_index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
---
22
title: Docker Build Cloud
3-
weight: 100
3+
weight: 20
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: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
---
22
title: Docker Build
3-
weight: 100
3+
weight: 20
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: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
title: Docker Compose
3-
weight: 100
3+
weight: 30
44
description: Learn how to use Docker Compose to define and run multi-container applications
55
with this detailed introduction to the tool.
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
title: Docker for GitHub Copilot
33
params:
44
sidebar:
5+
group: Products
56
badge:
67
color: violet
78
text: EA
8-
weight: 100
9+
weight: 50
910
description: |
1011
Learn how to streamline Docker-related tasks with the Docker for GitHub
1112
Copilot extension. This integration helps you generate Docker assets, analyze

content/manuals/desktop/_index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
---
22
title: Docker Desktop
3-
weight: 100
3+
weight: 10
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: |

0 commit comments

Comments
 (0)