Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ grid:
- text: "Try Docker Compose"
url: "/compose/gettingstarted/"
- text: "Release notes"
url: "/compose/releases/release-notes/"
url: "https://github.com/docker/compose/releases"
- title: Docker Hub
icon: device_hub
description: |
Expand Down
6 changes: 1 addition & 5 deletions content/manuals/compose/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ grid:
- title: View the release notes
description: Find out about the latest enhancements and bug fixes.
icon: note_add
link: /compose/release-notes
link: "https://github.com/docker/compose/releases"
- title: Explore the Compose file reference
description: Find information on defining services, networks, and volumes for a
Docker application.
Expand All @@ -42,10 +42,6 @@ grid:
description: Explore general FAQs and find out how to give feedback.
icon: help
link: /compose/faq
- title: Migrate to Compose v2
description: Learn how to migrate from Compose v1 to v2
icon: folder_delete
link: /compose/releases/migrate/
aliases:
- /compose/cli-command/
- /compose/networking/swarm/
Expand Down
7 changes: 7 additions & 0 deletions content/manuals/compose/release-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Release notes
weight: 80
params:
sidebar:
goto: "https://github.com/docker/compose/releases"
---
6 changes: 0 additions & 6 deletions content/manuals/compose/releases/_index.md

This file was deleted.

Loading