Mark docs template description as required

In my testing, attempts to create a docs site with no description would
fail with the error:

```
Unable to create file 'component-info.yaml'
Error message: 'collections.OrderedDict object' has no attribute 'description'
```

Better to mark it required than let the user hit the error.
This commit is contained in:
David Tuite
2020-09-15 10:56:42 +01:00
parent 1cb1919f0c
commit 2e35f300d0
@@ -17,6 +17,7 @@ spec:
schema:
required:
- component_id
- description
properties:
component_id:
title: Name