Add missing descriptions, and move reference index page

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2020-10-07 01:44:35 +02:00
parent db0589b8cd
commit c821fe1871
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
3 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
---
title: Examples using the Docker Engine SDKs and Docker API
description: Examples on how to perform a given Docker operation using the Go and Python SDKs and the HTTP API using curl.
keywords: developing, api, sdk, developers, rest, curl, python, go
redirect_from:
- /engine/api/getting-started/

View File

@ -1,5 +1,6 @@
---
title: Reference documentation
description: This section includes the reference documentation for the Docker platforms various APIs, CLIs, and file formats.
notoc: true
---

View File

@ -1,5 +1,6 @@
---
title: Samples
description: Learn how to develop and ship containerized applications, by walking through samples that exhibits canonical practices.
---
{% assign labsbase = "https://github.com/docker/labs/tree/master" %}