@@ -7,16 +7,13 @@ url: /manuals/
77layout : wide
88params :
99 icon : description
10+ sidebar :
11+ groups :
12+ - Open source
13+ - Products
14+ - Platform
1015 notoc : true
11- development :
12- - title : Docker Desktop
13- description : Your command center for container development.
14- icon : /assets/icons/Whale.svg
15- link : /desktop/
16- - title : Docker Compose
17- description : Define and run multi-container applications.
18- icon : /assets/icons/Compose.svg
19- link : /compose/
16+ open-source :
2017 - title : Docker Build
2118 description : Build and ship any application anywhere.
2219 icon : build
@@ -25,11 +22,19 @@ params:
2522 description : The industry-leading container runtime.
2623 icon : developer_board
2724 link : /engine/
28- - title : Docker Extensions
29- description : Customize your Docker Desktop workflow.
30- icon : extension
31- link : /extensions/
32- services :
25+ - title : Docker Compose
26+ description : Define and run multi-container applications.
27+ icon : /assets/icons/Compose.svg
28+ link : /compose/
29+ products :
30+ - title : Docker Desktop
31+ description : Your command center for container development.
32+ icon : /assets/icons/Whale.svg
33+ link : /desktop/
34+ - title : Build Cloud
35+ description : Build your images faster in the cloud.
36+ icon : /assets/images/logo-build-cloud.svg
37+ link : /build-cloud/
3338 - title : Docker Hub
3439 description : Discover, share, and integrate container images.
3540 icon : hub
@@ -38,50 +43,63 @@ params:
3843 description : Image analysis and policy evaluation.
3944 icon : /assets/icons/Scout.svg
4045 link : /scout/
41- - title : Trusted content
42- description : Curated, high-quality content from trusted sources.
43- icon : verified
44- link : /trusted-content/
45- - title : Build Cloud
46- description : Build your images faster in the cloud.
47- icon : /assets/images/logo-build-cloud.svg
48- link : /build-cloud/
49- admin :
46+ - title : Docker for GitHub Copilot
47+ description : Integrate Docker's capabilities with GitHub Copilot.
48+ icon : chat
49+ link : /copilot/
50+ - title : Docker Extensions
51+ description : Customize your Docker Desktop workflow.
52+ icon : extension
53+ link : /extensions/
54+ - title : Testcontainers cloud
55+ description : Run integration tests, with real dependencies, in the cloud.
56+ icon : package_2
57+ link : https://testcontainers.com/cloud/docs/
58+ platform :
5059 - title : Administration
5160 description : Centralized observability for companies and organizations.
5261 icon : admin_panel_settings
5362 link : /admin/
54- - title : Security
55- description : Security guardrails for both administrators and developers.
56- icon : lock
57- link : /security/
5863 - title : Billing
5964 description : Manage billing and payment methods.
6065 icon : payments
6166 link : /billing/
67+ - title : Accounts
68+ description : Manage your Docker account.
69+ icon : account_circle
70+ link : /accounts/
71+ - title : Security
72+ description : Security guardrails for both administrators and developers.
73+ icon : lock
74+ link : /security/
6275 - title : Subscription
6376 description : Commercial use licenses for Docker products.
6477 icon : card_membership
6578 link : /subscription/
79+ - title : Trusted content
80+ description : Curated, high-quality content from trusted sources.
81+ icon : verified
82+ link : /trusted-content/
6683---
6784
6885This section contains user guides on how to install, set up, configure, and use
6986Docker products.
7087
71- ## Developer tools
88+ ## Open source
7289
73- Software development and containerization technologies.
90+ Open source development and containerization technologies.
7491
75- {{< grid items=development >}}
92+ {{< grid items=open-source >}}
7693
77- ## Services
94+ ## Products
7895
79- Artifact management and supply chain security .
96+ End-to-end developer solutions for innovative teams .
8097
81- {{< grid items=services >}}
98+ {{< grid items=products >}}
8299
83- ## Administration and accounts
100+ ## Platform
84101
85- Administration and subscription management for organizations.
102+ Documentation related to the Docker platform, such as administration and
103+ subscription management for organizations.
86104
87- {{< grid items=admin >}}
105+ {{< grid items=platform >}}
0 commit comments