diff --git a/.gitignore b/.gitignore
index c9490a5..4fdc1bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/site
+orig/
diff --git a/docs/assets/voctocat.svg b/docs/assets/voctocat.svg
new file mode 100644
index 0000000..a4c9e54
--- /dev/null
+++ b/docs/assets/voctocat.svg
@@ -0,0 +1,21 @@
+
+
\ No newline at end of file
diff --git a/docs/case2.0/buildup.md b/docs/case2.0/buildup.md
new file mode 100644
index 0000000..954c0d3
--- /dev/null
+++ b/docs/case2.0/buildup.md
@@ -0,0 +1,102 @@
+---
+title: Buildup Plan
+---
+
+This guide will only cover the "physical" buildup and not how to apply the [configuration management](https://github.com/voc/cm/tree/master/bundlewrap).
+
+## Preparation
+Before you start carrying things around in the room, please determine the following things:
+
+- Where are the projector input and audio inputs located?
+- Where is the network uplink located?
+- Where are the emergency exits?
+- Where are power outlets?
+- Where is a good place for the FOH position (camera, FOH module and mixer laptop)?
+ * shall have a good view of the stage
+ * cables shall not create trip hazards in emergency exits
+
+## Buildup
+With these questions in mind, you can start distributing the eqipment.
+
+### Stage
+- Take the following items to the stage:
+ * lectern module
+ * 1 Schuko to TRUE1 cable
+ * 2 HDMI cables (one for projector, 3m for speaker laptop)
+ * 1 3m Cinch to 3.5mm jack cable
+ * speaker adapters crate/ bag
+ * battery charger crate
+ * microphone crate(s)
+- Place the lectern module somewhere convenient on its bottom or side (not on the back b/c of spilled drinks)
+- Connect to power and projector
+- Connect HDMI and 3.5mm jack cable and place on lectern
+- Start charging the first batch of batteries
+
+!!! info ""
+ Do not turn on microphones until a frequency scan was made
+
+### FOH/ Camera
+At small events we usually place the camera right next to the FOH and video mixer position so that the setup can be operated by a single person just in case.
+If we're sure that enough helpers are present, the camera can also be placed somewhere else.
+
+- Take the following items to the FOH position:
+ * FOH module
+ * 1 Schuko to TRUE1 cable + schuko extension cord, if needed
+ * Mixer laptop crate
+ * Headphones (DT 770)
+ * Encoder module
+ * 1 Schuko to C13 cable (aka "KaltgerÃĪtekabel")
+ * 2 1.5m ethernet cables
+ * 1 2m SDI cable
+- Place the FOH module on a desk and the mixer laptop next to it
+- Connect FOH module to power (use extension cord, if needed)
+- Power the encoder from the FOH module, connect SDI and ethernet to FOH module
+ * FOH "SDI out" to Encoder "Slides"
+ * Ethernet to any "VOC" port
+- Place mixer laptop, connect power and ethernet to FOH module
+- If power supply is properly laid down, power up the FOH module, laptop and encoder
+- Load the default scene on the audio mixer
+
+For the camera:
+
+- Take the following items to the FOH position:
+ * Tripod
+ * Camera crate
+ * 1 2m HDMI cable
+ * 1 3-way power strip
+ * 2 XLR cables (long enough to reach FOH module)
+ * 1 SDI cable (long enough to reach FOH module)
+ * 1 ethernet cable (long enough to reach FOH module)
+- Setup tripod
+- Mount preview monitor on tripod
+- Place camera on tripod
+- Connect devices to power
+- Connect camera to preview monitor
+- Connect to FOH module with XLR (Aux 1+2) and ethernet (any "VOC" port)
+- Connect SDI to encoder ("Cam 1" input)
+
+### Cabling Between FOH and Stage
+To finish the setup, we need to connect the Lectern and FOH modules:
+
+- 1 SDI cable between lectern "Slides" output and FOH "SDI in"
+- 1 ethernet cable between lectern "trunk" port and FOH switch port 24
+
+The following steps are depending on the room:
+
+- Connect the **main mix** of the audio mixer at the FOH module with the audio input of the room using 2 XLR cables as well as DI boxes if needed
+- Connect to the house network:
+ * if a VOC VLAN exists: Connect a "VOC" port of the lectern module **or** the FOH module to the locations's network
+ * if no VOC VLAN exists:
+ + Connect a "public" port of the lectern module **or** the FOH module to the locations's network
+ + connect the router's "WAN" port to a "public" switch port on the FOH switch and any of the router's LAN ports to any "VOC" port on the FOH switch
+
+Also see the [cabling plan](cabling.md) for a detailed view of the signal paths.
+
+## Configuration
+To finish setting up the lecture room:
+
+- Test if internet is reachable
+- Apply the [configuration management](https://github.com/voc/cm/tree/master/bundlewrap)
+- Run a frequency scan using Shure Wireless Workbench
+- Assign frequencies
+- Check video and audio inputs, see [daily stage bootup](../checklists/avtech-daily.md)
diff --git a/docs/case2.0/cabling.md b/docs/case2.0/cabling.md
new file mode 100644
index 0000000..a9d8f89
--- /dev/null
+++ b/docs/case2.0/cabling.md
@@ -0,0 +1,5 @@
+---
+title: Cabling
+---
+
+Simplified cabling diagram: 
diff --git a/docs/case2.0/img/lectern-audio-comp.jpeg b/docs/case2.0/img/lectern-audio-comp.jpeg
new file mode 100644
index 0000000..f5b1c28
Binary files /dev/null and b/docs/case2.0/img/lectern-audio-comp.jpeg differ
diff --git a/docs/case2.0/img/lectern-tray-stoppers-comp.jpeg b/docs/case2.0/img/lectern-tray-stoppers-comp.jpeg
new file mode 100644
index 0000000..8d672fc
Binary files /dev/null and b/docs/case2.0/img/lectern-tray-stoppers-comp.jpeg differ
diff --git a/docs/case2.0/img/lectern-tray-stoppers_hands-comp.jpeg b/docs/case2.0/img/lectern-tray-stoppers_hands-comp.jpeg
new file mode 100644
index 0000000..7e3d67a
Binary files /dev/null and b/docs/case2.0/img/lectern-tray-stoppers_hands-comp.jpeg differ
diff --git a/docs/case2.0/img/voc-case2_0-cabling.png b/docs/case2.0/img/voc-case2_0-cabling.png
new file mode 100644
index 0000000..e88d7cd
Binary files /dev/null and b/docs/case2.0/img/voc-case2_0-cabling.png differ
diff --git a/docs/case2.0/img/voc-case2_0-case_b-comp.jpeg b/docs/case2.0/img/voc-case2_0-case_b-comp.jpeg
new file mode 100644
index 0000000..80d3b67
Binary files /dev/null and b/docs/case2.0/img/voc-case2_0-case_b-comp.jpeg differ
diff --git a/docs/case2.0/img/voc-case2_0-pallet.jpeg b/docs/case2.0/img/voc-case2_0-pallet.jpeg
new file mode 100644
index 0000000..a6efe07
Binary files /dev/null and b/docs/case2.0/img/voc-case2_0-pallet.jpeg differ
diff --git a/docs/case2.0/img/voc-case2_0-tripod-comp.jpg b/docs/case2.0/img/voc-case2_0-tripod-comp.jpg
new file mode 100644
index 0000000..3928b82
Binary files /dev/null and b/docs/case2.0/img/voc-case2_0-tripod-comp.jpg differ
diff --git a/docs/case2.0/index.md b/docs/case2.0/index.md
new file mode 100644
index 0000000..e0f5d0b
--- /dev/null
+++ b/docs/case2.0/index.md
@@ -0,0 +1,36 @@
+---
+title: Overview
+order: 0
+---
+
+{ align="right", width="250" }
+The lecture room set 2.0 aka. "Case 2.0" consists of two 120x60 cm [TRANSFlex](https://www.amptown-cases.de/en/product/transflex/) road cases on a standard EUR-pallet.
+
+As the picture shows: When both cases are topped on their short side, they fit perfectly inside the 120x80 cm outline of the pallet.
+The height is approx. 140 cm.
+
+During operation, an area of 2x 120x60cm with a height of approx. 80 cm is needed plus some space to store the pallet somewhere.
+
+The c3voc owns a total of 6 room setups called "Saal 1" to "Saal 6".
+Each case is marked with a unique identifier in the form of `$room.$case`, so e.g. `4.1` and `4.2` make the set for room/ hall 4.
+
+## Content
+The concept of the setup is to use pre-assembled module for things which are usually used together.
+These include the so called Lectern, FOH and Encoder modules and a euro crate containing everything that's associated to the camera position.
+
+### Case x.1
+The `.1` case contains accessories including:
+
+- tripod and camera crate (including preview monitor, power supply, etc.)
+- cable bridges and cable mats
+- power, XLR, SDI and HDMI cables
+- several accessory boxey
+
+### Case x.2
+The `.2` case contains the modules and other equipment:
+
+- lectern, FOH and encoder module
+- office crate
+- minion crate
+- microphones
+- ethernet cables
diff --git a/docs/case2.0/packing.md b/docs/case2.0/packing.md
new file mode 100644
index 0000000..90b649c
--- /dev/null
+++ b/docs/case2.0/packing.md
@@ -0,0 +1,51 @@
+---
+title: Packing Guide
+---
+
+Packing the cases shouldn't be too complicated, but a few details need special attention.
+
+## Case x.1
+Compartments (from left to right):
+
+- **Power cables**: Schuko extension cords, power strips, schuko to TRUE1, schuko to C13, cable mats
+- **Accessories (back tower)**: Intercom crate, ethernet crate, audio and DI crate
+- **Accessories (front tower)**: Batteries and lucky cat crate, tape crate, embedder and converters crate
+- **Accessories (sorting box)**: Small adapters box
+- **Camera**: Tally crate, Mixer laptop crate, Camera crate
+- **XLR Cables**: Multiple XLR cables and Headphones (in a bag)
+- **Video Cables**: Multiple SDI and HDMI cables
+
+
+
+### Fitting the Tripod
+!!! info ""
+ Put all dampers (pan, tilt, counterweight) on zero and loosen the breaks before storing the tripod in the bag.
+ This way, everything can move to fit snugly.
+
+{ align="right", width="250" }
+The carrying bag of the new Sachter Ace M Mk II tripods got bigger than the old generation which means that the space in the case is quite tight.
+
+To make everything fit, place the tripod with the head to the right and carrying handle to the back (so it gets past the wooden compartment board).
+Otherwise the case lid may not close without forcing it.
+
+Please also take care of the remote control and place it on top and away from the front edge of the case so that it can't be jammed when closing the lid.
+There should be enough space between the legs of the tripod.
+
+### Fitting the Power Cables
+It's recommended to put the rubber cable mats in the compartment first, then the long cables and the power strips on top.
+
+
+## Case x.2
+Compartments (from left to right):
+
+- **FOH module** (bottom side to the left)
+- **Supplies**: c3lingo (currently only a placeholder) crate, office crate, minion crate, microphones crate
+- **ethernet compartment**: Multiple long ethernet cables
+- **Lectern module** (bottom side to the left)
+- **Encoder module** (bottom side to the left)
+
+
+
+!!! info ""
+ Place all modules with the bottom to the left.
+ This way everything is "upright" when the case is loaded on the pallet.
diff --git a/docs/case2.0/tips-and-tricks.md b/docs/case2.0/tips-and-tricks.md
new file mode 100644
index 0000000..bd0e96b
--- /dev/null
+++ b/docs/case2.0/tips-and-tricks.md
@@ -0,0 +1,46 @@
+---
+title: Tips and Tricks
+order: 99
+---
+
+Something's not working and you want to know how to fix it? Hopefully this page got you covered.
+
+## Preface
+!!! danger ""
+ As a general rule: **don't disassemble any of the modules, ever!** This also applies to experienced VOC people!
+
+Everything which needs to be accessed can be reached without violence, especially in the lectern module.
+
+## Lecture Module
+
+### No Signal at Projector
+- Try another HDMI cable
+- Try to use the projector without the lectern module
+- If nothing helps, you can extend the tray all the way and use different ports
+
+### No Audio from the Speaker Laptop
+- Turn on the correct audio source on the ATEM mini:
+ * 3.5mm jack: Turn on "MIC 1"
+ * HDMI audio: Turn on input 1 ("ON" button is shining red or "AFV" is enabled)
+- Other inputs should be off when not needed
+
+
+
+### Noise/ Humming from the Speaker Laptop/ Lectern Module
+- Turn off the 3.5mm jack input "MIC 1" on the ATEM mini 
+
+### Fully Extend the Tray
+The lectern module's tray has some cable ties as stoppers which prevent it to be fully extended.
+If the tray is pulled out too much, the cables to the I/O panel will probably get dislodged and **will cram up between rack tray and network switch**!
+So do not pull out the tray more than needed!
+
+In case you need to reach the additional ports (HDMI and secondary SDI) of the UpDownCross, you can get over the stoppers with these steps:
+
+- Pull tray out until stoppers are reached
+- Place your hands with 4 fingers below the tray and the thumb on top 
+- Press up next to the cable tie stopper until it goes past the I/O panel below 
+
+## FOH Module
+
+### Audio Mixer Setup is Funny
+- Grab the default scene from [the c3voc wiki](https://c3voc.de/wiki/hardware_ah-cq18t), put in on a USB stick and load to the mixer
diff --git a/docs/checklists/avtech-daily.md b/docs/checklists/avtech-daily.md
new file mode 100644
index 0000000..2c04265
--- /dev/null
+++ b/docs/checklists/avtech-daily.md
@@ -0,0 +1,5 @@
+---
+title: "A/V-Tech: Daily Stage Bootup"
+---
+
+See:
\ No newline at end of file
diff --git a/docs/checklists/avtech-talk.md b/docs/checklists/avtech-talk.md
new file mode 100644
index 0000000..d71d90d
--- /dev/null
+++ b/docs/checklists/avtech-talk.md
@@ -0,0 +1,5 @@
+---
+title: "A/V-Tech: Talk Checklist"
+---
+
+See:
\ No newline at end of file
diff --git a/docs/checklists/camera.md b/docs/checklists/camera.md
new file mode 100644
index 0000000..46a40cb
--- /dev/null
+++ b/docs/checklists/camera.md
@@ -0,0 +1,5 @@
+---
+title: Camera Angel
+---
+
+TODO
diff --git a/docs/checklists/mixer.md b/docs/checklists/mixer.md
new file mode 100644
index 0000000..2a0c74b
--- /dev/null
+++ b/docs/checklists/mixer.md
@@ -0,0 +1,5 @@
+---
+title: Video Mixer Angel
+---
+
+TODO
diff --git a/docs/faq.md b/docs/faq.md
new file mode 100644
index 0000000..f66d761
--- /dev/null
+++ b/docs/faq.md
@@ -0,0 +1,9 @@
+---
+title: FAQ
+---
+
+## I want to be a Camera/ Video Mixer Operator
+TODO: Come to the introduction meeting which will be announced in the Engelsystem of the event.
+
+## I Want to Help With Buildup
+TODO: Just come to an event and talk to us.
diff --git a/docs/index.md b/docs/index.md
new file mode 100644
index 0000000..a640b2d
--- /dev/null
+++ b/docs/index.md
@@ -0,0 +1,14 @@
+# Home
+
+Welcome to the [c3voc](https://c3voc.de) lecture hall operations handbook.
+
+This site is intended for our volunteers (angels) during daily operations, as well as people building up our lecture hall setup.
+
+## For A/V Angels
+TODO: We have checklists with the most important items from the [angel introduction](https://github.com/voc/angel-introduction) lecture.
+
+## For A/V Technicians
+TODO: Checklists
+
+## For Buildup
+TODO: Hall setup
diff --git a/docs/tracker/checking.md b/docs/tracker/checking.md
new file mode 100644
index 0000000..f638617
--- /dev/null
+++ b/docs/tracker/checking.md
@@ -0,0 +1,6 @@
+---
+title: "Tracker: Checking"
+order: 2
+---
+
+Please refer to [the wiki at c3tracker:checking](https://c3voc.de/wiki/c3tracker:checking) (for now).
diff --git a/docs/tracker/cutting.md b/docs/tracker/cutting.md
new file mode 100644
index 0000000..b55ad84
--- /dev/null
+++ b/docs/tracker/cutting.md
@@ -0,0 +1,6 @@
+---
+title: "Tracker: Cutting"
+order: 1
+---
+
+Please refer to [the wiki at c3tracker:cutting](https://c3voc.de/wiki/c3tracker:cutting) (for now).
diff --git a/docs/tracker/index.md b/docs/tracker/index.md
new file mode 100644
index 0000000..6be7929
--- /dev/null
+++ b/docs/tracker/index.md
@@ -0,0 +1,38 @@
+---
+title: "Tracker: Overview"
+order: 0
+---
+
+The [CRS Ticket Trakcer](https://github.com/crs-tools/tracker) is the main tool which enables the c3voc to process so many videos during the duration of an event.
+It's a web-application at https://tracker.c3voc.de which is managing all tasks to record, cut, encode and release a talk based on the event's schedule in the [schedule.xml](https://c3voc.de/wiki/schedule) format.
+
+All automation at the c3voc is based on the schedule!
+
+## How to Help Us
+During an event, we may need help cutting and checking talks.
+How urgently help is needed depends on how many people from the team are present and how much help we get for operating the halls.
+
+There are two main kinds of help needed:
+
+- Help with normal cutting and checking: You need a laptop and some headphones
+- Help with broken talks: You need to know your way around in a video editor of your choice and ideally have experience in piecing together audio and video from different sources
+
+Usually only 0-10% of the recordings need manual editing becuase of a broken recording or becuase something was shown which shouldn't be released.
+As you may have guessed this work is quite labor-intensive and can take up to a few hours per talk to reach an state which can be released.
+
+## Tasks
+As mentioned before, we have a highly automated standard cutting workflow, but also a way to manually edit videos if needed.
+
+### Normal Cutting
+The normal process is mostly automated, but needs manual intervention to set the actual start and end of the talk.
+See the [cutting](cutting.md) and [checking](checking.md) pages for a detailed descrption what needs to be done.
+
+### Reparing Talks
+To repair a recording, you need to fetch the source files from where they are stored (depends on the event's specific setup) and do your magic in the video editor of your choice.
+Just make sure to render the output as 1920x1080px with 25 fps and no timecode track.
+
+Remove a timecode track with ffmpeg using:
+
+```shell
+ffmpeg -i inputfile.ext -c:a copy -c:v copy -write_tmcd 0 outfile.ext
+```
diff --git a/docs/tracker/setup.md b/docs/tracker/setup.md
new file mode 100644
index 0000000..63543c9
--- /dev/null
+++ b/docs/tracker/setup.md
@@ -0,0 +1,5 @@
+---
+title: "Tracker: Setup"
+---
+
+Please refer to [the wiki at c3tracker:setup](https://c3voc.de/wiki/c3tracker:setup) (for now).
diff --git a/mkdocs.yml b/mkdocs.yml
new file mode 100644
index 0000000..dac9409
--- /dev/null
+++ b/mkdocs.yml
@@ -0,0 +1,53 @@
+site_name: c3voc Handbook
+site_url: https://c3voc-docs.staging.jtbx.de
+repo_url: https://git.hamburg.ccc.de/jtbx/c3voc-docs
+copyright: CC BY 4.0
+markdown_extensions:
+ - smarty
+ - admonition
+ - attr_list
+
+theme:
+ name: shadcn
+ show_title: true
+ show_stargazers: false
+ pygments_style:
+ light: shadcn-light
+ dark: github-dark
+ icon: oui:documentation
+ #icon: assets/voctocat.svg
+ topbar_sections: false
+ show_datetime: false
+# theme:
+# name: material
+# features:
+# - navigation.sections
+# # - navigation.expand
+# - navigation.path
+# - navigation.indexes
+# plugins:
+# # - optimize # TODO: needs additional dependencies, see https://squidfunk.github.io/mkdocs-material/plugins/requirements/image-processing/
+# palette:
+# # Palette toggle for automatic mode
+# - media: "(prefers-color-scheme)"
+# toggle:
+# icon: material/brightness-auto
+# name: Switch to light mode
+
+# # Palette toggle for light mode
+# - media: "(prefers-color-scheme: light)"
+# scheme: default
+# toggle:
+# icon: material/weather-sunny
+# name: Switch to dark mode
+# primary: blue-grey
+# accent: blue-grey
+
+# # Palette toggle for dark mode
+# - media: "(prefers-color-scheme: dark)"
+# scheme: slate
+# toggle:
+# icon: material/weather-night
+# name: Switch to system preference
+# primary: pink
+# accent: pink