mirror of https://github.com/docker/docs.git
engine: unset api layout for engine v1.24 reference
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
1c1d0b4bfa
commit
8e3234abf9
|
@ -5,8 +5,11 @@ build:
|
|||
sidebar:
|
||||
reverse: true
|
||||
cascade:
|
||||
_target:
|
||||
path: /reference/api/engine/version/**
|
||||
description: Reference documentation and Swagger (OpenAPI) specification for the Docker Engine API.
|
||||
layout: api
|
||||
- _target:
|
||||
path: /reference/api/engine/version/v1.24
|
||||
layout: default
|
||||
- _target:
|
||||
path: /reference/api/engine/version/**
|
||||
description: Reference documentation and Swagger (OpenAPI) specification for the Docker Engine API.
|
||||
layout: api
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue