Skip to content

Commit c3cbbaa

Browse files
author
Jim Galasyn
committed
Add deploy node to TOC (#279)
1 parent 4a3867d commit c3cbbaa

File tree

3 files changed

+35
-5
lines changed

3 files changed

+35
-5
lines changed

_data/toc.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,22 @@ guides:
310310
title: Use the ZFS storage driver
311311
- path: /storage/storagedriver/vfs-driver/
312312
title: Use the VFS storage driver
313+
314+
- sectiontitle: Deploy your app in production
315+
section:
316+
- path: /deploy/
317+
title: Docker Enterprise Edition
318+
- path: /deploy/deploy-kubernetes-workload/
319+
title: Deploy a workload to a Kubernetes cluster
320+
- sectiontitle: Architecture
321+
section:
322+
- path: /deploy/architecture/how-docker-ee-delivers-ha/
323+
title: How Docker EE delivers high availability for your workloads
324+
- path: /deploy/architecture/dtr-architecture/
325+
title: DTR architecture
326+
- path: /deploy/architecture/ucp-architecture/
327+
title: UCP architecture
328+
313329
- sectiontitle: Run your app in production
314330
section:
315331
- sectiontitle: Configure all objects
@@ -1665,6 +1681,22 @@ manuals:
16651681
title: Manage secrets
16661682
- path: /datacenter/ucp/2.2/guides/user/secrets/grant-revoke-access/
16671683
title: Grant access to secrets
1684+
- sectiontitle: Interlock
1685+
section:
1686+
- title: Interlock beta overview
1687+
path: /datacenter/ucp/2.2/guides/interlock/
1688+
- title: Architecture
1689+
path: /datacenter/ucp/2.2/guides/interlock/architecture/
1690+
- title: Deploy Interlock
1691+
path: /datacenter/ucp/2.2/guides/interlock/install/
1692+
- title: Deploy Interlock offline
1693+
path: /datacenter/ucp/2.2/guides/interlock/install/offline/
1694+
- title: Route traffic to services
1695+
path: /datacenter/ucp/2.2/guides/interlock/use-interlock/
1696+
- title: Configuration reference
1697+
path: /datacenter/ucp/2.2/guides/interlock/configuration-reference/
1698+
- title: Extensions
1699+
path: /datacenter/ucp/2.2/guides/interlock/extensions/
16681700
- path: /datacenter/ucp/2.2/reference/api/
16691701
title: API reference
16701702
- path: /datacenter/ucp/2.2/guides/release-notes/

deploy/deploy-kubernetes-workload.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ later section.
6060
6161
![](images/deploy-kubernetes-workload-1.png){: .with-border}
6262
63-
64-
6563
## Inspect the deployment
6664
6765
The Docker EE web UI shows the status of your deployment when you click the

deploy/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Universal Control Plane
2+
title: Docker Enterprise Edition
33
description: |
4-
Learn about Docker Universal Control Plane, the enterprise-grade cluster
4+
Learn about Docker Enterprise Edition, the enterprise-grade cluster
55
management solution from Docker.
6-
keywords: ucp, overview, orchestration, clustering
6+
keywords: ucp, overview, orchestration, clustering, Docker EE
77
redirect_from:
88
- /ucp/
99
ui_tabs:

0 commit comments

Comments
 (0)