mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
59 lines
1.2 KiB
Markdown
59 lines
1.2 KiB
Markdown
---
|
|
description: Try to make this description a clear, catchy, cool, 2-4 line explanation of your recipe.
|
|
directus_version:
|
|
author: Eron Powell
|
|
---
|
|
|
|
# Title
|
|
|
|
<GuideMeta />
|
|
|
|
## Explanation
|
|
|
|
<!--
|
|
See the VitePress docs to learn about its markdown options:
|
|
https://vitepress.vuejs.org/guide/markdown
|
|
-->
|
|
|
|
## The Recipe
|
|
|
|
::: tip Requirements
|
|
|
|
Define the knowledge they need to implement the recipe. Define the pre-existing configurations such as collections,
|
|
roles, permissions, flows, etc. that they need to use your recipe.
|
|
|
|
:::
|
|
|
|
<video autoplay playsinline muted loop controls>
|
|
<source src="" type="video/mp4" />
|
|
</video>
|
|
|
|
<!--
|
|
VIDEO IS OPTIONAL: delete if not needed
|
|
-->
|
|
|
|
### Descriptive Title for Part 1
|
|
|
|
Optional intro. If you add one, try to keep it to about a paragraph.
|
|
|
|
1. Do A
|
|
2. Do B
|
|
3. Do C
|
|
|
|
Here, you may need to add some details about the expected result before moving on to Part 2 (if you have a part 2).
|
|
|
|
### Descriptive Title for Part 2
|
|
|
|
Once Part 1 is over, follow these steps.
|
|
|
|
1. Do D
|
|
2. Do E
|
|
3. Do F
|
|
|
|
If there's a part 3, write it! If not, you're done!
|
|
|
|
## Final Tips
|
|
|
|
This is where you expand and solidify your reader's understanding of the recipe. It's where you fill in the gaps that
|
|
would be overwhelming or hard to follow in the previous sections.
|