1
0
Fork 0

feat(markdown): Docs on docs structure

This commit is contained in:
Joost De Cock 2022-01-16 12:21:55 +01:00
parent 149ad90feb
commit 14096f56df
7 changed files with 517 additions and 5 deletions

View file

@ -1,5 +1,23 @@
---
title: Howtos
order: 1020
order: zcc
---
You can find a list of all FreeSewing hotwtos below:
<ReadMore recurse />
<Related>
##### What makes a howto a howto?
Howtos give your concrete steps to solve a common problem or challenge.
Guides and howtos are on a spectrum with howtos being terse *do-this-then-that* recipes, whereas
guides take more time to explain in-depth what is being done and why.
For more details, refer to [How we structure our documentation](/guides/docs).
</Related>