Merge pull request #21103 from dvdksn/fix-api-v1.47-404

api: add alias for old v1.47 api reference location
This commit is contained in:
Sebastiaan van Stijn 2024-10-14 14:38:59 +02:00 committed by GitHub
commit ad800a5286
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

1
.github/labeler.yml vendored
View File

@ -59,6 +59,7 @@ area/engine:
- changed-files:
- any-glob-to-any-file:
- content/manuals/engine/**
- content/reference/api/engine/**
area/install:
- changed-files:

View File

@ -3,4 +3,5 @@ linkTitle: v1.47
title: Docker Engine API v1.47 reference
aliases:
- /reference/api/engine/latest/
- /engine/api/v1.47/
---