From fea923430eb6a010cba14bef75ea8848778c30ae Mon Sep 17 00:00:00 2001
From: nd <git@notandy.de>
Date: Thu, 11 May 2023 14:27:25 +0200
Subject: [PATCH] add food and drink infos

---
 docs/facilities.md |  1 +
 docs/faq.md        |  2 +-
 docs/food.md       | 15 +++++++++++++++
 mkdocs.yml         |  1 +
 4 files changed, 18 insertions(+), 1 deletion(-)
 create mode 100644 docs/food.md

diff --git a/docs/facilities.md b/docs/facilities.md
index 19a6f41..09a66d3 100644
--- a/docs/facilities.md
+++ b/docs/facilities.md
@@ -13,3 +13,4 @@
 ## BOC - the Beverage Operation Center
 ## LOC - the Logistics Operation Center
 ## Lost and Found - store & return service for homeless items
+## Späti
diff --git a/docs/faq.md b/docs/faq.md
index c1fe3aa..853e87b 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -90,7 +90,7 @@ There will be several independent food stalls offering hot meals - from French f
 For people volunteering there will again be food at the haevens kitchen.
 You can get snacks at the [späti](facilities#spaeti) and cold drinks at all [bars](facilities#boc)
 
-See [Food](#food) for detail and more options.
+See [Food](food.md) for detail and more options.
 
 ### How to get Food during build up and tear down ?
 Unless you are a volunteer helping with build up or tear down you will have to supply yourself. See below.
diff --git a/docs/food.md b/docs/food.md
new file mode 100644
index 0000000..ae46060
--- /dev/null
+++ b/docs/food.md
@@ -0,0 +1,15 @@
+# Food and drinks
+
+## Bars
+
+## Farmers market
+
+## Späti
+The [Späti](facilities.md#späti) sells snacks like chips, chocolate, and much more.
+
+## Food stalls
+
+## Village Kitchens
+## Angles Kitchen
+## Grocery stores
+See [POIs](location.md#points-of-interest) for grocery stores around the location.
diff --git a/mkdocs.yml b/mkdocs.yml
index af0473d..966cd45 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -45,6 +45,7 @@ nav:
   - tickets.md
   - travel.md
   - facilities.md
+  - food.md
   - how-to-survive.md
   - faq.md
   - 'Map': 'https://map.events.ccc.de/camp/2023/map/'
-- 
GitLab