Add descriptions to Concept sections

Each section directly beneath Concepts gains a description.
This commit is contained in:
Tim Bannister
2020-06-22 23:01:16 +01:00
parent 5c7e664910
commit 3ff7312cff
16 changed files with 41 additions and 61 deletions
@@ -4,6 +4,9 @@ reviewers:
title: The Kubernetes API
content_type: concept
weight: 30
description: >
The Kubernetes API lets you query and manipulate the state of objects in Kubernetes.
The core of Kubernetes' control plane is the API server and the HTTP API that it exposes. Users, the different parts of your cluster, and external components all communicate with one another through the API server.
card:
name: concepts
weight: 30