summaryrefslogtreecommitdiff
path: root/data/storage/recipes
AgeCommit message (Collapse)Author
2023-04-22Convert example recipes to JSONxengineering
2023-04-12Update example recipesxengineering
This shows some more markup features / edge cases.
2023-04-02Switch from MariaDB to filesxengineering
Using a database is way more complex (see the commit statistics of this commit) than using files to store recipe data. Also administration and usage is simpler.
2023-04-02Add example recipe data filesxengineering
This prepares the switch to a file-based store of recipe data replacing MariaDB.