Doug Hellmann 079714fe21 add has_in_tree_htaccess flag to template generator
Add a flag to tell us which projects have a .htaccess file in their
doc build output.

Change-Id: I0af0e32d9c646d61f4c72599cdc4613299aa5ec9
Depends-On: I236b7b0a9aae065167bd0aef316603d258e4c3c6
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-07-31 17:21:37 -04:00

46 lines
783 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