Document how to generate reference pages. (#6366)
This commit is contained in:
@@ -20,3 +20,10 @@ toc:
|
||||
- docs/home/contribute/review-issues.md
|
||||
- docs/home/contribute/style-guide.md
|
||||
- docs/home/contribute/includes.md
|
||||
|
||||
- title: Updating Automatically Generated Reference Pages
|
||||
section:
|
||||
- docs/home/contribute/generated-reference/kubernetes-components.md
|
||||
- docs/home/contribute/generated-reference/kubectl.md
|
||||
- docs/home/contribute/generated-reference/kubernetes-api.md
|
||||
- docs/home/contribute/generated-reference/federation-api.md
|
||||
|
||||
@@ -10,6 +10,6 @@ tags:
|
||||
- core-object
|
||||
- storage
|
||||
short-description: >
|
||||
Claims storage resources defined in a {% glossary_tooltip text="PersistentVolume (PV)" term_id="persistent-volume" %} so that it can be mounted as a volume in a container.
|
||||
Claims storage resources defined in a PersistentVolume so that it can be mounted as a volume in a container.
|
||||
long-description: |
|
||||
Specifies the amount of storage, how the storage will be accessed (read-only, read-write and/or exclusive) and how it is reclaimed (retained, recycled or deleted). Details of the storage itself are in the PersistentVolume specification.
|
||||
|
||||
Reference in New Issue
Block a user