-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b5cebc9
commit 152b12b
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
title: Name of Recipe | ||
id: -1 | ||
layout: recipe | ||
tags: [tbc] | ||
summary: "tbc" | ||
viewers: | ||
topic: | ||
- basic | ||
--- | ||
|
||
## Use Case | ||
|
||
Describe the use case that the pattern is intended to solve. | ||
Why is this pattern important? | ||
|
||
## Implementation Notes | ||
|
||
What do you need to know to use this pattern? | ||
How do you implement the pattern? | ||
|
||
## Restrictions | ||
|
||
When is this pattern is usable / not usable? Is it deprecated? If it uses multiple specifications, which versions are needed, etc.? | ||
|
||
Delete this section if it is not needed. | ||
If you don't know what the restrictions might be initially, just leave the following line: | ||
**Unknown - Help Needed** | ||
|
||
## Example | ||
|
||
Describe the solution in prose and provide an example. | ||
The example json document must be an external document, and imported with the following: | ||
|
||
{% include manifest_links.html viewers="UV, Mirador, Tify, Curation" manifest="manifest.json" %} | ||
|
||
{% include jsonviewer.html src="manifest.json" %} | ||
|
||
The direct link to the fixture is a useful convenience. | ||
|
||
## Related Recipes | ||
|
||
Provide a bulleted list of related recipes and why they are relevant. | ||
|
||
{% include acronyms.md %} | ||
{% include links.md %} | ||
|