From 996725cb4735e1026bb3409d52b5a61bc8274fd2 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 1 Apr 2023 20:47:52 +0200 Subject: Add example recipe data files This prepares the switch to a file-based store of recipe data replacing MariaDB. --- data/storage/recipes/0/text | 6 ++++++ data/storage/recipes/1/text | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 data/storage/recipes/0/text create mode 100644 data/storage/recipes/1/text diff --git a/data/storage/recipes/0/text b/data/storage/recipes/0/text new file mode 100644 index 0000000..208828a --- /dev/null +++ b/data/storage/recipes/0/text @@ -0,0 +1,6 @@ +# First recipe + +Important steps: + +- cook it +- eat it diff --git a/data/storage/recipes/1/text b/data/storage/recipes/1/text new file mode 100644 index 0000000..a8f8b1e --- /dev/null +++ b/data/storage/recipes/1/text @@ -0,0 +1,6 @@ +# Second recipe + +Important steps: + +- cook it +- eat it -- cgit v1.2.3-70-g09d2