From 50162db555b67fe3ce2ab8535598215446644890 Mon Sep 17 00:00:00 2001 From: Collin Stevens Date: Fri, 21 Jul 2023 10:19:17 -0600 Subject: [PATCH 1/2] remove /compose/extends https://github.com/docker/docs/pull/17713/files relocated /compose/extends to a new section and forgot to remove this TOC entry --- _data/toc.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/_data/toc.yaml b/_data/toc.yaml index fa239d8b7d..569e6dd8cb 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1862,8 +1862,6 @@ manuals: title: Include - path: /compose/gpu-support/ title: GPU support in Compose - - path: /compose/extends/ - title: Extend services in Compose - path: /compose/networking/ title: Networking in Compose - path: /compose/file-watch/ @@ -2247,4 +2245,4 @@ faq: title: Manage users - path: /subscription/faq/ title: Subscription - \ No newline at end of file + From 7faa1a1ae9f028deccb461c26113665f22999899 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 21 Jul 2023 18:33:35 +0200 Subject: [PATCH 2/2] compose: fix redirect Signed-off-by: Sebastiaan van Stijn --- compose/multiple-compose-files/extends.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/multiple-compose-files/extends.md b/compose/multiple-compose-files/extends.md index a2ba95cdaf..0218b8b44f 100644 --- a/compose/multiple-compose-files/extends.md +++ b/compose/multiple-compose-files/extends.md @@ -2,7 +2,7 @@ description: How to use Docker Compose's extends keyword to share configuration between files and projects keywords: fig, composition, compose, docker, orchestration, documentation, docs title: Extend your Compose file -redirect: +redirect_from: - /compose/extends/ ---