Fix #256: Added troubleshotting and technical overview documentation
This commit is contained in:
parent
2a7333df6f
commit
39461b8fab
10 changed files with 379 additions and 31 deletions
|
|
@ -1,4 +1,5 @@
|
|||
FROM python:3.6-alpine
|
||||
FROM python:3.6
|
||||
|
||||
RUN apt-get update && apt-get install -y graphviz
|
||||
RUN pip install sphinx livereload
|
||||
WORKDIR /app/docs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue