Skip to content

Commit 92f1c95

Browse files
johndmulhausenMisty Stanley-Jones
authored andcommitted
Adding forwarding links for in-product TOCs
1 parent 2be1e89 commit 92f1c95

File tree

2 files changed

+62
-28
lines changed

2 files changed

+62
-28
lines changed

_data/toc.yaml

Lines changed: 61 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
horizontalnav:
2-
- title: Guides
3-
path: /
4-
node: guides
5-
- title: Product Manuals
6-
path: /manuals/
7-
node: manuals
8-
- title: Glossary
9-
path: /glossary/
10-
node: glossary
11-
- title: Reference
12-
path: /reference/
13-
node: reference
14-
- title: Samples
15-
path: /samples/
16-
node: samples
2+
- title: Guides
3+
path: /
4+
node: guides
5+
- title: Product Manuals
6+
path: /manuals/
7+
node: manuals
8+
- title: Glossary
9+
path: /glossary/
10+
node: glossary
11+
- title: Reference
12+
path: /reference/
13+
node: reference
14+
- title: Samples
15+
path: /samples/
16+
node: samples
1717

1818
guides:
1919
- sectiontitle: Get Docker
@@ -210,6 +210,14 @@ guides:
210210
title: IPv6 with Docker
211211
- path: /engine/userguide/labels-custom-metadata/
212212
title: Apply custom metadata
213+
- path: /engine/migration/
214+
title: Migrate to Engine 1.10
215+
- path: /engine/breaking_changes/
216+
title: Breaking changes
217+
- path: /engine/deprecated/
218+
title: Deprecated Engine Features
219+
- path: /engine/faq/
220+
title: FAQ
213221
- sectiontitle: Admin Guide
214222
section:
215223
- path: /engine/admin/
@@ -941,6 +949,8 @@ reference:
941949
title: upgrade
942950
- sectiontitle: v1.1 reference
943951
section:
952+
- path: /datacenter/ucp/1.1/reference/
953+
title: UCP Tool v1.1 overview
944954
- path: /datacenter/ucp/1.1/reference/backup/
945955
title: backup
946956
- path: /datacenter/ucp/1.1/reference/dump-certs/
@@ -983,10 +993,10 @@ reference:
983993
title: SDKs
984994
- path: /engine/api/v1.25/
985995
title: Reference
986-
- sectiontitle: Version history
996+
- sectiontitle: Previous API versions
987997
section:
988998
- path: /engine/api/version-history/
989-
title: Overview
999+
title: Version history overview
9901000
- path: /engine/api/v1.24/
9911001
title: v1.24 reference
9921002
- path: /engine/api/v1.23/
@@ -1001,14 +1011,6 @@ reference:
10011011
title: v1.19 reference
10021012
- path: /engine/api/v1.18/
10031013
title: v1.18 reference
1004-
- path: /engine/migration/
1005-
title: Migrate to Engine 1.10
1006-
- path: /engine/breaking_changes/
1007-
title: Breaking changes
1008-
- path: /engine/deprecated/
1009-
title: Deprecated Engine Features
1010-
- path: /engine/faq/
1011-
title: FAQ
10121014
- sectiontitle: Cloud API and stackfile
10131015
section:
10141016
- path: /apidocs/docker-cloud/
@@ -1254,6 +1256,9 @@ manuals:
12541256
title: Manage trusted repositories
12551257
- path: /datacenter/ucp/2.0/guides/content-trust/continuous-integration/
12561258
title: Use trusted images for continuous integration
1259+
- path: /datacenter/ucp/2.0/reference/cli/
1260+
title: UCP Tool reference
1261+
nosync: true
12571262
- path: /datacenter/ucp/2.0/guides/support/
12581263
title: Get support
12591264
- path: /datacenter/ucp/2.0/guides/release-notes/
@@ -1322,6 +1327,12 @@ manuals:
13221327
title: Push an image
13231328
- path: /datacenter/dtr/2.1/guides/repos-and-images/delete-an-image/
13241329
title: Delete an image
1330+
- path: /datacenter/dtr/2.1/reference/cli/
1331+
title: Trusted Registry CLI reference
1332+
nosync: true
1333+
- path: /datacenter/dtr/2.1/reference/api/
1334+
title: Trusted Registry API reference
1335+
nosync: true
13251336
- path: /datacenter/dtr/2.1/guides/release-notes/
13261337
title: Release notes
13271338
- path: /datacenter/dtr/2.1/guides/support/
@@ -1404,6 +1415,9 @@ manuals:
14041415
title: Deploy an app from the UI
14051416
- path: /datacenter/ucp/1.1/applications/deploy-app-cli/
14061417
title: Deploy an app from the CLI
1418+
- path: /datacenter/ucp/1.1/reference/
1419+
title: UCP Tool reference
1420+
nosync: true
14071421
- path: /datacenter/ucp/1.1/support/
14081422
title: Get support
14091423
- path: /datacenter/ucp/1.1/release_notes/
@@ -1506,6 +1520,9 @@ manuals:
15061520
title: Trusted Registry release notes
15071521
- path: /datacenter/dtr/2.0/release-notes/prior-release-notes/
15081522
title: Prior Trusted Registry release notes
1523+
- path: /apidocs/v2.0.1/
1524+
title: Trusted Registry API v2.0.1 reference
1525+
nosync: true
15091526
- path: /datacenter/dtr/2.0/support/
15101527
title: Get support
15111528
- sectiontitle: Docker Cloud
@@ -1628,6 +1645,12 @@ manuals:
16281645
title: Using Docker Cloud on AWS
16291646
- path: /docker-cloud/slack-integration/
16301647
title: Docker Cloud notifications in Slack
1648+
- path: /apidocs/docker-cloud/
1649+
title: Docker Cloud API
1650+
nosync: true
1651+
- path: /docker-cloud/apps/stack-yaml-reference/
1652+
title: Stack file YAML reference
1653+
nosync: true
16311654
- path: /docker-cloud/installing-cli/
16321655
title: The Docker Cloud CLI
16331656
- path: /docker-cloud/docker-errors-faq/
@@ -1744,10 +1767,21 @@ manuals:
17441767
title: Link Environment Variables (deprecated)
17451768
- path: /compose/startup-order/
17461769
title: Control startup order
1770+
- path: /compose/reference/overview/
1771+
title: Compose CLI reference
1772+
nosync: true
1773+
- path: /compose/compose-file/
1774+
title: Compose file reference
1775+
nosync: true
17471776
- path: /compose/faq/
17481777
title: Frequently Asked Questions
1749-
- title: Docker ID accounts
1750-
path: /docker-id/
1778+
- sectiontitle: Docker ID
1779+
section:
1780+
- title: Docker ID accounts
1781+
path: /docker-id/
1782+
- title: Docker ID accounts API
1783+
path: /docker-id/api-reference/
1784+
nosync: true
17511785
- sectiontitle: Superseded products and tools
17521786
section:
17531787
- sectiontitle: Docker Hub

_includes/tree.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
{% assign tree = item.section %}{% include tree.html %}
44
</ul>
55
{% else %}
6-
<li class="leaf"><a href="{{ item.path }}" class="{% if item.path == page.url %}active currentPage{% endif %}">{{ item.title }}</a></li>{% endif %}{% endif %}{% endfor %}
6+
<li class="leaf"><a href="{{ item.path }}" class="{% if item.path == page.url and item.nosync != true %}active currentPage{% endif %}">{{ item.title }}</a></li>{% endif %}{% endif %}{% endfor %}

0 commit comments

Comments
 (0)