Doug Hellmann e6bf33566a parameterize the deploy guide list
Update the page template for the deployment guide list to use the
project-data.

Add data to pike for the existing deployment guides.

Update the latest project-data file for the available deployment
guides for queens.

Change-Id: Idc5923ee8b930c75594d42d91450b25be7ee4594
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-09-26 17:26:21 -04:00

48 lines
829 B
YAML

---
type: array
items:
type: object
additionalProperties: false
required:
- name
- service
- type
properties:
name:
type: string
service:
type: string
service_type:
type: string
type:
type: string
enum:
- service
- client
- library
- tool
- baremetal
- deployment
- networking
- other
description:
type: string
has_install_guide:
type: boolean
has_api_guide:
type: boolean
has_api_ref:
type: boolean
has_config_ref:
type: boolean
has_in_tree_api_docs:
type: boolean
has_admin_guide:
type: boolean
has_user_guide:
type: boolean
has_in_tree_htaccess:
type: boolean
has_deployment_guide:
type: boolean