Skip to content

Commit 9206797

Browse files
authored
ENGDOCS-3133 (#23931)
<!--Delete sections as needed --> ## Description Removes the redundant sample apps page in the Compose docs, as per discussions with the Compose team. This page isn't really visited and it includes content that links to other Compose docs pages. The link to the sample apps repo is better served on other pages such as the quickstart tutorial. Redirects to the Quickstart page ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent b10a462 commit 9206797

4 files changed

Lines changed: 5 additions & 30 deletions

File tree

content/manuals/compose/gettingstarted.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ keywords: docker compose example, docker compose tutorial, how to use docker com
88
title: Docker Compose Quickstart
99
linkTitle: Quickstart
1010
weight: 30
11+
aliases:
12+
- /compose/samples-for-compose/
13+
- /compose/support-and-feedback/samples-for-compose/
1114
---
1215

1316
This tutorial aims to introduce fundamental concepts of Docker Compose by guiding you through the development of a basic Python web application.

content/manuals/compose/how-tos/project-name.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ The precedence order for each method, from highest to lowest, is as follows:
4242
## What's next?
4343

4444
- Read up on [working with multiple Compose files](multiple-compose-files/_index.md).
45-
- Explore some [sample apps](samples-for-compose.md).
45+
- Explore some [sample apps](https://github.com/docker/awesome-compose).

content/manuals/compose/intro/compose-application-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,5 +165,5 @@ example-backend-1 example/database "docker-entrypoint.s…" backend
165165
## What's next
166166

167167
- [Try the Quickstart guide](/manuals/compose/gettingstarted.md)
168-
- [Explore some sample applications](/manuals/compose/support-and-feedback/samples-for-compose.md)
168+
- [Explore some sample applications](https://github.com/docker/awesome-compose)
169169
- [Familiarize yourself with the Compose Specification](/reference/compose-file/_index.md)

content/manuals/compose/support-and-feedback/samples-for-compose.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)