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 + 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/ ---