Blueprint blueprint
Provides metadata about the blueprint configuration. It is also used by the docs command to automatically generate README files.
We plan to have a searchable repository of blueprints at some point, which will use this metadata.
- Name
title
- Type
- (string: "")
- Required
- Readonly
- Description
The title of the blueprint.
- Name
author
- Type
- (string: "")
- Required
- Readonly
- Description
The author of the blueprint.
- Name
slug
- Type
- (string: "")
- Required
- Readonly
- Description
The slug of the blueprint.
- Name
description
- Type
- (string: "")
- Required
- Readonly
- Description
The description of the blueprint.