Split out content to many smaller files

And add markmaker.py to generate workshop.md
This commit is contained in:
Jérôme Petazzoni
2017-10-09 16:56:23 +02:00
parent ac523e0f14
commit f8888bf16a
32 changed files with 8519 additions and 19 deletions

11
docs/docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
version: "3"
services:
www:
image: nginx
volumes:
- ".:/usr/share/nginx/html"
ports:
- "8888:80"